StoredPaymentMethod |
StoredPaymentMethod.addSupportedRecurringProcessingModelsItem(String supportedRecurringProcessingModelsItem) |
|
StoredPaymentMethod |
StoredPaymentMethod.addSupportedShopperInteractionsItem(String supportedShopperInteractionsItem) |
|
StoredPaymentMethod |
StoredPaymentMethod.bankAccountNumber(String bankAccountNumber) |
The bank account number (without separators).
|
StoredPaymentMethod |
StoredPaymentMethod.bankLocationId(String bankLocationId) |
The location id of the bank.
|
StoredPaymentMethod |
StoredPaymentMethod.brand(String brand) |
The brand of the card.
|
StoredPaymentMethod |
StoredPaymentMethod.expiryMonth(String expiryMonth) |
The month the card expires.
|
StoredPaymentMethod |
StoredPaymentMethod.expiryYear(String expiryYear) |
The last two digits of the year the card expires.
|
static StoredPaymentMethod |
StoredPaymentMethod.fromJson(String jsonString) |
Create an instance of StoredPaymentMethod given an JSON string
|
StoredPaymentMethod |
StoredPaymentMethod.holderName(String holderName) |
The unique payment method code.
|
StoredPaymentMethod |
StoredPaymentMethod.iban(String iban) |
The IBAN of the bank account.
|
StoredPaymentMethod |
StoredPaymentMethod.id(String id) |
A unique identifier of this stored payment method.
|
StoredPaymentMethod |
StoredPaymentMethod.label(String label) |
The shopper’s issuer account label
|
StoredPaymentMethod |
StoredPaymentMethod.lastFour(String lastFour) |
The last four digits of the PAN.
|
StoredPaymentMethod |
StoredPaymentMethod.name(String name) |
The display name of the stored payment method.
|
StoredPaymentMethod |
StoredPaymentMethod.networkTxReference(String networkTxReference) |
Returned in the response if you are not tokenizing with Adyen and are using the Merchant-initiated transactions (MIT) framework from Mastercard or Visa.
|
StoredPaymentMethod |
StoredPaymentMethod.ownerName(String ownerName) |
The name of the bank account holder.
|
StoredPaymentMethod |
StoredPaymentMethod.shopperEmail(String shopperEmail) |
The shopper’s email address.
|
StoredPaymentMethod |
StoredPaymentMethod.supportedRecurringProcessingModels(List<String> supportedRecurringProcessingModels) |
The supported recurring processing models for this stored payment method.
|
StoredPaymentMethod |
StoredPaymentMethod.supportedShopperInteractions(List<String> supportedShopperInteractions) |
The supported shopper interactions for this stored payment method.
|
StoredPaymentMethod |
StoredPaymentMethod.type(String type) |
The type of payment method.
|