Uses of Class
com.adyen.model.balanceplatform.PaymentInstrumentInfo
-
Packages that use PaymentInstrumentInfo Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaymentInstrumentInfo in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrumentInfo Modifier and Type Method Description PaymentInstrumentInfoPaymentInstrumentInfo. balanceAccountId(String balanceAccountId)PaymentInstrumentInfoPaymentInstrumentInfo. bankAccount(BankAccountModel bankAccount)PaymentInstrumentInfoPaymentInstrumentInfo. card(CardInfo card)PaymentInstrumentInfoPaymentInstrumentInfo. description(String description)static PaymentInstrumentInfoPaymentInstrumentInfo. fromJson(String jsonString)Create an instance of PaymentInstrumentInfo given an JSON stringPaymentInstrumentInfoPaymentInstrumentInfo. issuingCountryCode(String issuingCountryCode)PaymentInstrumentInfoPaymentInstrumentInfo. paymentInstrumentGroupId(String paymentInstrumentGroupId)PaymentInstrumentInfoPaymentInstrumentInfo. reference(String reference)PaymentInstrumentInfoPaymentInstrumentInfo. status(PaymentInstrumentInfo.StatusEnum status)PaymentInstrumentInfoPaymentInstrumentInfo. statusReason(PaymentInstrumentInfo.StatusReasonEnum statusReason)PaymentInstrumentInfoPaymentInstrumentInfo. type(PaymentInstrumentInfo.TypeEnum type) -
Uses of PaymentInstrumentInfo in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type PaymentInstrumentInfo Modifier and Type Method Description PaymentInstrumentPaymentInstrumentsApi. createPaymentInstrument(PaymentInstrumentInfo paymentInstrumentInfo)Create a payment instrumentPaymentInstrumentPaymentInstrumentsApi. createPaymentInstrument(PaymentInstrumentInfo paymentInstrumentInfo, RequestOptions requestOptions)Create a payment instrument
-