UpdatePaymentInstrument |
UpdatePaymentInstrument.addAdditionalBankAccountIdentificationsItem(PaymentInstrumentAdditionalBankAccountIdentificationsInner additionalBankAccountIdentificationsItem) |
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.additionalBankAccountIdentifications(List<PaymentInstrumentAdditionalBankAccountIdentificationsInner> additionalBankAccountIdentifications) |
Deprecated.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.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.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.bankAccount(BankAccountDetails bankAccount) |
bankAccount
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.card(Card card) |
card
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.description(String description) |
Your description for the payment instrument, maximum 300 characters.
|
static UpdatePaymentInstrument |
UpdatePaymentInstrument.fromJson(String jsonString) |
Create an instance of UpdatePaymentInstrument given an JSON string
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.id(String id) |
The unique identifier of the payment instrument.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.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.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.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.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.reference(String reference) |
Your reference for the payment instrument, maximum 150 characters.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.status(UpdatePaymentInstrument.StatusEnum status) |
The status of the payment instrument.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.statusComment(String statusComment) |
Comment for the status of the payment instrument.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.statusReason(UpdatePaymentInstrument.StatusReasonEnum statusReason) |
The reason for the status of the payment instrument.
|
UpdatePaymentInstrument |
UpdatePaymentInstrument.type(UpdatePaymentInstrument.TypeEnum type) |
The type of payment instrument.
|