PaymentUpdate

public final class PaymentUpdate implements OrderPurchaseUpdateRequest

Payment related data that should be updated.

Parameters

merchantOrderCode

Reference code passed to acquiring bank at the time of payment. This code is the key ID that ties back to payments data at the payment level.

Constructors

Link copied to clipboard
public PaymentUpdate PaymentUpdate(String riskId, String merchantOrderCode)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String merchantOrderCode
Link copied to clipboard
@Length(max = 200)
@NotNull()
@Valid()
private final String riskId
Link copied to clipboard
private final UpdateType type

Functions

Link copied to clipboard
public final static PaymentUpdate.Builder builder()
Link copied to clipboard
Link copied to clipboard
public String getRiskId()
Link copied to clipboard
Link copied to clipboard