CardDetailsRequest |
CardDetailsRequest.addSupportedBrandsItem(String supportedBrandsItem) |
|
CardDetailsRequest |
CardDetailsRequest.cardNumber(String cardNumber) |
A minimum of the first six digits of the card number.
|
CardDetailsRequest |
CardDetailsRequest.countryCode(String countryCode) |
The shopper country code.
|
CardDetailsRequest |
CardDetailsRequest.encryptedCardNumber(String encryptedCardNumber) |
The encrypted card number.
|
static CardDetailsRequest |
CardDetailsRequest.fromJson(String jsonString) |
Create an instance of CardDetailsRequest given an JSON string
|
CardDetailsRequest |
CardDetailsRequest.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
CardDetailsRequest |
CardDetailsRequest.merchantAccount(String merchantAccount) |
The merchant account identifier, with which you want to process the transaction.
|
CardDetailsRequest |
CardDetailsRequest.supportedBrands(List<String> supportedBrands) |
The card brands you support.
|