PaymentInstrumentInfo |
PaymentInstrumentInfo.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.
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.bankAccount(BankAccountModel bankAccount) |
bankAccount
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.card(CardInfo card) |
card
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.description(String description) |
Your description for the payment instrument, maximum 300 characters.
|
static PaymentInstrumentInfo |
PaymentInstrumentInfo.fromJson(String jsonString) |
Create an instance of PaymentInstrumentInfo given an JSON string
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.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.
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.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.
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.reference(String reference) |
Your reference for the payment instrument, maximum 150 characters.
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.status(PaymentInstrumentInfo.StatusEnum status) |
The status of the payment instrument.
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.statusComment(String statusComment) |
The status comment provides additional information for the statusReason of the payment instrument.
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.statusReason(PaymentInstrumentInfo.StatusReasonEnum statusReason) |
The reason for the status of the payment instrument.
|
PaymentInstrumentInfo |
PaymentInstrumentInfo.type(PaymentInstrumentInfo.TypeEnum type) |
The type of payment instrument.
|