PaymentInstrumentUpdateRequest |
PaymentInstrumentUpdateRequest.balanceAccountId(String balanceAccountId) |
The unique identifier of the balance account associated with this payment instrument.
|
PaymentInstrumentUpdateRequest |
PaymentInstrumentUpdateRequest.card(CardInfo card) |
card
|
static PaymentInstrumentUpdateRequest |
PaymentInstrumentUpdateRequest.fromJson(String jsonString) |
Create an instance of PaymentInstrumentUpdateRequest given an JSON string
|
PaymentInstrumentUpdateRequest |
PaymentInstrumentUpdateRequest.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PaymentInstrumentUpdateRequest |
PaymentInstrumentUpdateRequest.status(PaymentInstrumentUpdateRequest.StatusEnum status) |
The status of the payment instrument.
|
PaymentInstrumentUpdateRequest |
PaymentInstrumentUpdateRequest.statusComment(String statusComment) |
Comment for the status of the payment instrument.
|
PaymentInstrumentUpdateRequest |
PaymentInstrumentUpdateRequest.statusReason(PaymentInstrumentUpdateRequest.StatusReasonEnum statusReason) |
The reason for updating the status of the payment instrument.
|