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 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)List of payment instruments associated with the balance account. -
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
-