Package com.adyen.model.marketpay
Class PayoutMethod
- java.lang.Object
-
- com.adyen.model.marketpay.PayoutMethod
-
public class PayoutMethod extends Object
PayoutMethod
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayoutMethod.PayoutMethodTypeEnumGets or Sets payoutMethodType
-
Constructor Summary
Constructors Constructor Description PayoutMethod()
-
Method Summary
-
-
-
Method Detail
-
merchantAccount
public PayoutMethod merchantAccount(String merchantAccount)
-
getMerchantAccount
public String getMerchantAccount()
Get merchantAccount- Returns:
- merchantAccount
-
setMerchantAccount
public void setMerchantAccount(String merchantAccount)
-
payoutMethodCode
public PayoutMethod payoutMethodCode(String payoutMethodCode)
-
getPayoutMethodCode
public String getPayoutMethodCode()
Get payoutMethodCode- Returns:
- payoutMethodCode
-
setPayoutMethodCode
public void setPayoutMethodCode(String payoutMethodCode)
-
payoutMethodType
public PayoutMethod payoutMethodType(PayoutMethod.PayoutMethodTypeEnum payoutMethodType)
-
getPayoutMethodType
public PayoutMethod.PayoutMethodTypeEnum getPayoutMethodType()
Get payoutMethodType- Returns:
- payoutMethodType
-
setPayoutMethodType
public void setPayoutMethodType(PayoutMethod.PayoutMethodTypeEnum payoutMethodType)
-
recurringDetailReference
public PayoutMethod recurringDetailReference(String recurringDetailReference)
-
getRecurringDetailReference
public String getRecurringDetailReference()
Get recurringDetailReference- Returns:
- recurringDetailReference
-
setRecurringDetailReference
public void setRecurringDetailReference(String recurringDetailReference)
-
shopperReference
public PayoutMethod shopperReference(String shopperReference)
-
getShopperReference
public String getShopperReference()
Get shopperReference- Returns:
- shopperReference
-
setShopperReference
public void setShopperReference(String shopperReference)
-
-