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)The description of the resource.static PaymentInstrumentPaymentInstrument. fromJson(String jsonString)Create an instance of PaymentInstrument given an JSON stringPaymentInstrumentTransferData. getPaymentInstrument()paymentInstrumentPaymentInstrumentPaymentInstrument. id(String id)The unique identifier of the resource.PaymentInstrumentPaymentInstrument. reference(String reference)The reference for the resource.PaymentInstrumentPaymentInstrument. tokenType(String tokenType)The type of wallet that the network token is associated with.Methods in com.adyen.model.transferwebhooks with parameters of type PaymentInstrument Modifier and Type Method Description TransferDataTransferData. paymentInstrument(PaymentInstrument paymentInstrument)paymentInstrumentvoidTransferData. setPaymentInstrument(PaymentInstrument paymentInstrument)paymentInstrument
-