Uses of Class
com.adyen.model.configurationwebhooks.PaymentInstrument
-
Packages that use PaymentInstrument Package Description com.adyen.model.configurationwebhooks -
-
Uses of PaymentInstrument in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks 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 stringPaymentInstrumentPaymentInstrumentNotificationData. getPaymentInstrument()Get paymentInstrumentPaymentInstrumentPaymentInstrument. id(String id)PaymentInstrumentPaymentInstrument. issuingCountryCode(String issuingCountryCode)PaymentInstrumentPaymentInstrument. paymentInstrumentGroupId(String paymentInstrumentGroupId)PaymentInstrumentPaymentInstrument. reference(String reference)PaymentInstrumentPaymentInstrument. status(PaymentInstrument.StatusEnum status)PaymentInstrumentPaymentInstrument. type(PaymentInstrument.TypeEnum type)Methods in com.adyen.model.configurationwebhooks with parameters of type PaymentInstrument Modifier and Type Method Description PaymentInstrumentNotificationDataPaymentInstrumentNotificationData. paymentInstrument(PaymentInstrument paymentInstrument)voidPaymentInstrumentNotificationData. setPaymentInstrument(PaymentInstrument paymentInstrument)
-