Uses of Class
com.adyen.model.marketpayaccount.PayoutMethod
-
Packages that use PayoutMethod Package Description com.adyen.model.marketpayaccount -
-
Uses of PayoutMethod in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount 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.marketpayaccount 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.marketpayaccount with parameters of type PayoutMethod Modifier and Type Method Description AccountHolderDetailsAccountHolderDetails. addPayoutMethodsItem(PayoutMethod payoutMethodsItem)Method parameters in com.adyen.model.marketpayaccount with type arguments of type PayoutMethod Modifier and Type Method Description AccountHolderDetailsAccountHolderDetails. payoutMethods(List<PayoutMethod> payoutMethods)voidAccountHolderDetails. setPayoutMethods(List<PayoutMethod> payoutMethods)
-