Card |
Card.cvc(String cvc) |
The [card verification code](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid) (1-20 characters).
|
Card |
Card.expiryMonth(String expiryMonth) |
The card expiry month.
|
Card |
Card.expiryYear(String expiryYear) |
The card expiry year.
|
static Card |
Card.fromJson(String jsonString) |
Create an instance of Card given an JSON string
|
Card |
FundSource.getCard() |
card
|
Card |
PayoutRequest.getCard() |
card
|
Card |
StoreDetailAndSubmitRequest.getCard() |
card
|
Card |
StoreDetailRequest.getCard() |
card
|
Card |
Card.holderName(String holderName) |
The name of the cardholder, as printed on the card.
|
Card |
Card.issueNumber(String issueNumber) |
The issue number of the card (for some UK debit cards only).
|
Card |
Card.number(String number) |
The card number (4-19 characters).
|
Card |
Card.startMonth(String startMonth) |
The month component of the start date (for some UK debit cards only).
|
Card |
Card.startYear(String startYear) |
The year component of the start date (for some UK debit cards only).
|