PaymentInstrument |
PaymentInstrument.addAdditionalBankAccountIdentificationsItem(PaymentInstrumentAdditionalBankAccountIdentificationsInner additionalBankAccountIdentificationsItem) |
|
PaymentInstrument |
PaymentInstrument.additionalBankAccountIdentifications(List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> additionalBankAccountIdentifications) |
Deprecated.
|
PaymentInstrument |
PaymentInstrument.balanceAccountId(String balanceAccountId) |
The unique identifier of the [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/v1/post/balanceAccounts__resParam_id) associated with the payment instrument.
|
PaymentInstrument |
PaymentInstrument.bankAccount(BankAccountDetails bankAccount) |
bankAccount
|
PaymentInstrument |
PaymentInstrument.card(Card card) |
card
|
PaymentInstrument |
PaymentInstrument.description(String description) |
Your description for the payment instrument, maximum 300 characters.
|
static PaymentInstrument |
PaymentInstrument.fromJson(String jsonString) |
Create an instance of PaymentInstrument given an JSON string
|
PaymentInstrument |
PaymentInstrument.id(String id) |
The unique identifier of the payment instrument.
|
PaymentInstrument |
PaymentInstrument.issuingCountryCode(String issuingCountryCode) |
The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code where the payment instrument is issued.
|
PaymentInstrument |
PaymentInstrument.paymentInstrumentGroupId(String paymentInstrumentGroupId) |
The unique identifier of the [payment instrument group](https://docs.adyen.com/api-explorer/#/balanceplatform/v1/post/paymentInstrumentGroups__resParam_id) to which the payment instrument belongs.
|
PaymentInstrument |
PaymentInstrument.reference(String reference) |
Your reference for the payment instrument, maximum 150 characters.
|
PaymentInstrument |
PaymentInstrument.status(PaymentInstrument.StatusEnum status) |
The status of the payment instrument.
|
PaymentInstrument |
PaymentInstrument.statusComment(String statusComment) |
The status comment provides additional information for the statusReason of the payment instrument.
|
PaymentInstrument |
PaymentInstrument.statusReason(PaymentInstrument.StatusReasonEnum statusReason) |
The reason for the status of the payment instrument.
|
PaymentInstrument |
PaymentInstrument.type(PaymentInstrument.TypeEnum type) |
The type of payment instrument.
|