Uses of Class
com.adyen.model.marketpaywebhooks.PayoutMethod
-
Packages that use PayoutMethod Package Description com.adyen.model.marketpaywebhooks -
-
Uses of PayoutMethod in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return PayoutMethod Modifier and Type Method Description static PayoutMethodPayoutMethod. fromJson(String jsonString)Create an instance of PayoutMethod given an JSON stringPayoutMethodPayoutMethod. merchantAccount(String merchantAccount)PayoutMethodPayoutMethod. payoutMethodCode(String payoutMethodCode)PayoutMethodPayoutMethod. payoutMethodReference(String payoutMethodReference)PayoutMethodPayoutMethod. recurringDetailReference(String recurringDetailReference)PayoutMethodPayoutMethod. shopperReference(String shopperReference)Methods in com.adyen.model.marketpaywebhooks that return types with arguments of type PayoutMethod Modifier and Type Method Description List<PayoutMethod>AccountHolderDetails. getPayoutMethods()Array of tokenized card details associated with the account holder.Methods in com.adyen.model.marketpaywebhooks with parameters of type PayoutMethod Modifier and Type Method Description AccountHolderDetailsAccountHolderDetails. addPayoutMethodsItem(PayoutMethod payoutMethodsItem)Method parameters in com.adyen.model.marketpaywebhooks with type arguments of type PayoutMethod Modifier and Type Method Description AccountHolderDetailsAccountHolderDetails. payoutMethods(List<PayoutMethod> payoutMethods)voidAccountHolderDetails. setPayoutMethods(List<PayoutMethod> payoutMethods)
-