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)PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. card(CardInfo card)static PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. fromJson(String jsonString)Create an instance of PaymentInstrumentUpdateRequest given an JSON stringPaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. status(PaymentInstrumentUpdateRequest.StatusEnum status)PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. statusComment(String statusComment)PaymentInstrumentUpdateRequestPaymentInstrumentUpdateRequest. statusReason(PaymentInstrumentUpdateRequest.StatusReasonEnum statusReason) -
Uses of PaymentInstrumentUpdateRequest in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type PaymentInstrumentUpdateRequest Modifier and Type Method Description PaymentInstrumentPaymentInstruments. update(String paymentInstrumentId, PaymentInstrumentUpdateRequest request)
-