Uses of Class
com.adyen.model.balanceplatform.PaymentInstrument
-
Packages that use PaymentInstrument Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaymentInstrument in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaymentInstrument Modifier and Type Method Description PaymentInstrumentPaymentInstrument. balanceAccountId(String balanceAccountId)PaymentInstrumentPaymentInstrument. bankAccount(PaymentInstrumentBankAccount bankAccount)PaymentInstrumentPaymentInstrument. card(Card card)PaymentInstrumentPaymentInstrument. description(String description)static PaymentInstrumentPaymentInstrument. fromJson(String jsonString)Create an instance of PaymentInstrument given an JSON stringPaymentInstrumentPaymentInstrument. id(String id)PaymentInstrumentPaymentInstrument. issuingCountryCode(String issuingCountryCode)PaymentInstrumentPaymentInstrument. paymentInstrumentGroupId(String paymentInstrumentGroupId)PaymentInstrumentPaymentInstrument. reference(String reference)PaymentInstrumentPaymentInstrument. status(PaymentInstrument.StatusEnum status)PaymentInstrumentPaymentInstrument. statusReason(PaymentInstrument.StatusReasonEnum statusReason)PaymentInstrumentPaymentInstrument. type(PaymentInstrument.TypeEnum type)Methods in com.adyen.model.balanceplatform that return types with arguments of type PaymentInstrument Modifier and Type Method Description List<PaymentInstrument>PaginatedPaymentInstrumentsResponse. getPaymentInstruments()List of payment instruments associated with the balance account.Methods in com.adyen.model.balanceplatform with parameters of type PaymentInstrument Modifier and Type Method Description PaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. addPaymentInstrumentsItem(PaymentInstrument paymentInstrumentsItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type PaymentInstrument Modifier and Type Method Description PaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. paymentInstruments(List<PaymentInstrument> paymentInstruments)voidPaginatedPaymentInstrumentsResponse. setPaymentInstruments(List<PaymentInstrument> paymentInstruments) -
Uses of PaymentInstrument in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PaymentInstrument Modifier and Type Method Description PaymentInstrumentPaymentInstrumentsApi. createPaymentInstrument(PaymentInstrumentInfo paymentInstrumentInfo)Create a payment instrumentPaymentInstrumentPaymentInstrumentsApi. createPaymentInstrument(PaymentInstrumentInfo paymentInstrumentInfo, RequestOptions requestOptions)Create a payment instrumentPaymentInstrumentPaymentInstrumentsApi. getPaymentInstrument(String id)Get a payment instrumentPaymentInstrumentPaymentInstrumentsApi. getPaymentInstrument(String id, RequestOptions requestOptions)Get a payment instrument
-