NotifyShopperRequest |
NotifyShopperRequest.amount(Amount amount) |
amount
|
NotifyShopperRequest |
NotifyShopperRequest.billingDate(String billingDate) |
Date on which the subscription amount will be debited from the shopper.
|
NotifyShopperRequest |
NotifyShopperRequest.billingSequenceNumber(String billingSequenceNumber) |
Sequence of the debit.
|
NotifyShopperRequest |
NotifyShopperRequest.displayedReference(String displayedReference) |
Reference of Pre-debit notification that is displayed to the shopper.
|
static NotifyShopperRequest |
NotifyShopperRequest.fromJson(String jsonString) |
Create an instance of NotifyShopperRequest given an JSON string
|
NotifyShopperRequest |
NotifyShopperRequest.merchantAccount(String merchantAccount) |
The merchant account identifier with which you want to process the transaction.
|
NotifyShopperRequest |
NotifyShopperRequest.recurringDetailReference(String recurringDetailReference) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
NotifyShopperRequest |
NotifyShopperRequest.reference(String reference) |
Pre-debit notification reference sent by the merchant.
|
NotifyShopperRequest |
NotifyShopperRequest.shopperReference(String shopperReference) |
The ID that uniquely identifies the shopper.
|
NotifyShopperRequest |
NotifyShopperRequest.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|