Uses of Class
com.adyen.model.marketpay.PayoutMethod
-
Packages that use PayoutMethod Package Description com.adyen.model.marketpay -
-
Uses of PayoutMethod in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return PayoutMethod Modifier and Type Method Description PayoutMethodPayoutMethod. merchantAccount(String merchantAccount)PayoutMethodPayoutMethod. payoutMethodCode(String payoutMethodCode)PayoutMethodPayoutMethod. payoutMethodType(PayoutMethod.PayoutMethodTypeEnum payoutMethodType)PayoutMethodPayoutMethod. recurringDetailReference(String recurringDetailReference)PayoutMethodPayoutMethod. shopperReference(String shopperReference)Methods in com.adyen.model.marketpay that return types with arguments of type PayoutMethod Modifier and Type Method Description List<PayoutMethod>AccountHolderDetails. getPayoutMethods()Each of the card tokens associated with the account holder.Methods in com.adyen.model.marketpay with parameters of type PayoutMethod Modifier and Type Method Description AccountHolderDetailsAccountHolderDetails. addPayoutMethodsItem(PayoutMethod payoutMethodsItem)Method parameters in com.adyen.model.marketpay with type arguments of type PayoutMethod Modifier and Type Method Description AccountHolderDetailsAccountHolderDetails. payoutMethods(List<PayoutMethod> payoutMethods)voidAccountHolderDetails. setPayoutMethods(List<PayoutMethod> payoutMethods)
-