Uses of Class
com.adyen.model.transferwebhooks.PaymentInstrument
-
Packages that use PaymentInstrument Package Description com.adyen.model.transferwebhooks -
-
Uses of PaymentInstrument in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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 stringPaymentInstrumentTransferData. getPaymentInstrument()Get paymentInstrumentPaymentInstrumentPaymentInstrument. id(String id)PaymentInstrumentPaymentInstrument. reference(String reference)PaymentInstrumentPaymentInstrument. tokenType(String tokenType)Methods in com.adyen.model.transferwebhooks with parameters of type PaymentInstrument Modifier and Type Method Description TransferDataTransferData. paymentInstrument(PaymentInstrument paymentInstrument)voidTransferData. setPaymentInstrument(PaymentInstrument paymentInstrument)paymentInstrument
-