Uses of Class
com.adyen.model.transfers.PaymentInstrument
-
Packages that use PaymentInstrument Package Description com.adyen.model.transfers -
-
Uses of PaymentInstrument in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return PaymentInstrument Modifier and Type Method Description PaymentInstrumentPaymentInstrument. description(String description)static PaymentInstrumentPaymentInstrument. fromJson(String jsonString)Create an instance of PaymentInstrument given an JSON stringPaymentInstrumentTransaction. getPaymentInstrument()Get paymentInstrumentPaymentInstrumentTransfer. getPaymentInstrument()Get paymentInstrumentPaymentInstrumentTransferData. getPaymentInstrument()Get paymentInstrumentPaymentInstrumentPaymentInstrument. id(String id)PaymentInstrumentPaymentInstrument. reference(String reference)PaymentInstrumentPaymentInstrument. tokenType(String tokenType)Methods in com.adyen.model.transfers with parameters of type PaymentInstrument Modifier and Type Method Description TransactionTransaction. paymentInstrument(PaymentInstrument paymentInstrument)TransferTransfer. paymentInstrument(PaymentInstrument paymentInstrument)TransferDataTransferData. paymentInstrument(PaymentInstrument paymentInstrument)voidTransaction. setPaymentInstrument(PaymentInstrument paymentInstrument)paymentInstrumentvoidTransfer. setPaymentInstrument(PaymentInstrument paymentInstrument)paymentInstrumentvoidTransferData. setPaymentInstrument(PaymentInstrument paymentInstrument)paymentInstrument
-