Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentUpdateRequest
-
Packages that use PaymentInstrumentUpdateRequest Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaymentInstrumentUpdateRequest in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrumentUpdateRequest Modifier and Type Method Description PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. balanceAccountId(String balanceAccountId)The unique identifier of the balance account associated with this payment instrument.PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. card(CardInfo card)cardstatic PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. fromJson(String jsonString)Create an instance of PaymentInstrumentUpdateRequest given an JSON stringPaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. status(PaymentInstrumentUpdateRequest.StatusEnum status)The status of the payment instrument.PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. statusComment(String statusComment)Comment for the status of the payment instrument.PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. statusReason(PaymentInstrumentUpdateRequest.StatusReasonEnum statusReason)The reason for updating the status of the payment instrument. -
Uses of PaymentInstrumentUpdateRequest in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type PaymentInstrumentUpdateRequest Modifier and Type Method Description UpdatePaymentInstrumentPaymentInstrumentsApi. updatePaymentInstrument(String id, PaymentInstrumentUpdateRequest paymentInstrumentUpdateRequest)Update a payment instrumentUpdatePaymentInstrumentPaymentInstrumentsApi. updatePaymentInstrument(String id, PaymentInstrumentUpdateRequest paymentInstrumentUpdateRequest, RequestOptions requestOptions)Update a payment instrument
-