Card |
Card.authentication(Authentication authentication) |
authentication
|
Card |
Card.bin(String bin) |
The bank identification number (BIN) of the card number.
|
Card |
Card.brand(String brand) |
The brand of the physical or the virtual card.
|
Card |
Card.brandVariant(String brandVariant) |
The brand variant of the physical or the virtual card.
|
Card |
Card.cardholderName(String cardholderName) |
The name of the cardholder.
|
Card |
Card.configuration(CardConfiguration configuration) |
configuration
|
Card |
Card.cvc(String cvc) |
The CVC2 value of the card.
|
Card |
Card.deliveryContact(DeliveryContact deliveryContact) |
deliveryContact
|
Card |
Card.expiration(Expiry expiration) |
expiration
|
Card |
Card.formFactor(Card.FormFactorEnum formFactor) |
The form factor of the card.
|
static Card |
Card.fromJson(String jsonString) |
Create an instance of Card given an JSON string
|
Card |
PaymentInstrument.getCard() |
card
|
Card |
Card.lastFour(String lastFour) |
Last last four digits of the card number.
|
Card |
Card.number(String number) |
The primary account number (PAN) of the card.
|
Card |
Card.threeDSecure(String threeDSecure) |
Allocates a specific product range for either a physical or a virtual card.
|