CardIdentification |
CardIdentification.expiryMonth(String expiryMonth) |
The expiry month of the card.
|
CardIdentification |
CardIdentification.expiryYear(String expiryYear) |
The expiry year of the card.
|
static CardIdentification |
CardIdentification.fromJson(String jsonString) |
Create an instance of CardIdentification given an JSON string
|
CardIdentification |
Card.getCardIdentification() |
cardIdentification
|
CardIdentification |
CardIdentification.issueNumber(String issueNumber) |
The issue number of the card.
|
CardIdentification |
CardIdentification.number(String number) |
The card number without any separators.
|
CardIdentification |
CardIdentification.startMonth(String startMonth) |
The month when the card was issued.
|
CardIdentification |
CardIdentification.startYear(String startYear) |
The year when the card was issued.
|
CardIdentification |
CardIdentification.storedPaymentMethodId(String storedPaymentMethodId) |
The unique [token](/payouts/payout-service/pay-out-to-cards/manage-card-information#save-card-details) created to identify the counterparty.
|