CardDonations |
CardDonations.brand(String brand) |
Secondary brand of the card.
|
CardDonations |
CardDonations.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
CardDonations |
CardDonations.cupsecureplusSmscode(String cupsecureplusSmscode) |
Deprecated.
|
CardDonations |
CardDonations.cvc(String cvc) |
The card verification code.
|
CardDonations |
CardDonations.encryptedCard(String encryptedCard) |
Only include this for JSON Web Encryption (JWE) implementations.
|
CardDonations |
CardDonations.encryptedCardNumber(String encryptedCardNumber) |
The encrypted card number.
|
CardDonations |
CardDonations.encryptedExpiryMonth(String encryptedExpiryMonth) |
The encrypted card expiry month.
|
CardDonations |
CardDonations.encryptedExpiryYear(String encryptedExpiryYear) |
The encrypted card expiry year.
|
CardDonations |
CardDonations.encryptedSecurityCode(String encryptedSecurityCode) |
The encrypted card verification code.
|
CardDonations |
CardDonations.expiryMonth(String expiryMonth) |
The card expiry month.
|
CardDonations |
CardDonations.expiryYear(String expiryYear) |
The card expiry year.
|
static CardDonations |
CardDonations.fromJson(String jsonString) |
Create an instance of CardDonations given an JSON string
|
CardDonations |
CardDonations.fundingSource(CardDonations.FundingSourceEnum fundingSource) |
The funding source that should be used when multiple sources are available.
|
CardDonations |
DonationPaymentMethod.getCardDonations() |
Get the actual instance of `CardDonations`.
|
CardDonations |
CardDonations.holderName(String holderName) |
The name of the card holder.
|
CardDonations |
CardDonations.networkPaymentReference(String networkPaymentReference) |
The transaction identifier from card schemes.
|
CardDonations |
CardDonations.number(String number) |
The card number.
|
CardDonations |
CardDonations.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
CardDonations |
CardDonations.shopperNotificationReference(String shopperNotificationReference) |
The `shopperNotificationReference` returned in the response when you requested to notify the shopper.
|
CardDonations |
CardDonations.srcCorrelationId(String srcCorrelationId) |
An identifier used for the Click to Pay transaction.
|
CardDonations |
CardDonations.srcDigitalCardId(String srcDigitalCardId) |
The SRC reference for the Click to Pay token.
|
CardDonations |
CardDonations.srcScheme(String srcScheme) |
The scheme that is being used for Click to Pay.
|
CardDonations |
CardDonations.srcTokenReference(String srcTokenReference) |
The reference for the Click to Pay token.
|
CardDonations |
CardDonations.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
CardDonations |
CardDonations.threeDS2SdkVersion(String threeDS2SdkVersion) |
Required for mobile integrations.
|
CardDonations |
CardDonations.type(CardDonations.TypeEnum type) |
Default payment method details.
|