CardInfo |
CardInfo.authentication(Authentication authentication) |
authentication
|
CardInfo |
CardInfo.brand(String brand) |
The brand of the physical or the virtual card.
|
CardInfo |
CardInfo.brandVariant(String brandVariant) |
The brand variant of the physical or the virtual card.
|
CardInfo |
CardInfo.cardholderName(String cardholderName) |
The name of the cardholder.
|
CardInfo |
CardInfo.configuration(CardConfiguration configuration) |
configuration
|
CardInfo |
CardInfo.deliveryContact(DeliveryContact deliveryContact) |
deliveryContact
|
CardInfo |
CardInfo.formFactor(CardInfo.FormFactorEnum formFactor) |
The form factor of the card.
|
static CardInfo |
CardInfo.fromJson(String jsonString) |
Create an instance of CardInfo given an JSON string
|
CardInfo |
PaymentInstrumentInfo.getCard() |
Get card
|
CardInfo |
PaymentInstrumentUpdateRequest.getCard() |
Get card
|
CardInfo |
CardInfo.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
CardInfo |
CardInfo.threeDSecure(String threeDSecure) |
The 3DS configuration of the physical or the virtual card.
|
CardInfo |
CardInfo.usage(String usage) |
Specifies how many times the card can be used.
|