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