Uses of Class
com.adyen.model.configurationwebhooks.PaymentInstrumentReference
-
Packages that use PaymentInstrumentReference Package Description com.adyen.model.configurationwebhooks -
-
Uses of PaymentInstrumentReference in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PaymentInstrumentReference Modifier and Type Method Description static PaymentInstrumentReferencePaymentInstrumentReference. fromJson(String jsonString)Create an instance of PaymentInstrumentReference given an JSON stringPaymentInstrumentReferencePaymentInstrumentReference. id(String id)Methods in com.adyen.model.configurationwebhooks that return types with arguments of type PaymentInstrumentReference Modifier and Type Method Description List<PaymentInstrumentReference>BalanceAccount. getPaymentInstruments()List of [payment instruments](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/paymentInstruments) associated with the balance account.Methods in com.adyen.model.configurationwebhooks with parameters of type PaymentInstrumentReference Modifier and Type Method Description BalanceAccountBalanceAccount. addPaymentInstrumentsItem(PaymentInstrumentReference paymentInstrumentsItem)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type PaymentInstrumentReference Modifier and Type Method Description BalanceAccountBalanceAccount. paymentInstruments(List<PaymentInstrumentReference> paymentInstruments)voidBalanceAccount. setPaymentInstruments(List<PaymentInstrumentReference> paymentInstruments)
-