StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.amount(Amount amount) |
amount
|
static StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.fromJson(String jsonString) |
Create an instance of StoredValueBalanceMergeRequest given an JSON string
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.merchantAccount(String merchantAccount) |
The merchant account identifier, with which you want to process the transaction.
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.paymentMethod(Map<String,String> paymentMethod) |
The collection that contains the type of the payment method and its specific information if available
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.putPaymentMethodItem(String key,
String paymentMethodItem) |
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.putSourcePaymentMethodItem(String key,
String sourcePaymentMethodItem) |
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.recurringDetailReference(String recurringDetailReference) |
recurringDetailReference
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.reference(String reference) |
The reference to uniquely identify a payment.
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.shopperInteraction(StoredValueBalanceMergeRequest.ShopperInteractionEnum shopperInteraction) |
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.shopperReference(String shopperReference) |
shopperReference
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.sourcePaymentMethod(Map<String,String> sourcePaymentMethod) |
The collection that contains the source payment method and its specific information if available.
|
StoredValueBalanceMergeRequest |
StoredValueBalanceMergeRequest.store(String store) |
The physical store, for which this payment is processed.
|