public class PayoutRequest extends Object
| Constructor and Description |
|---|
PayoutRequest() |
public void setRequest(Request request)
public PayoutRequest request(Request request)
request - Requestpublic void setCardAccount(PayoutRequestCardAccount cardAccount)
public PayoutRequest cardAccount(PayoutRequestCardAccount cardAccount)
cardAccount - Bank card account data *(for BANKCARD method only)*public void setCryptocurrencyAccount(PayoutRequestCryptocurrencyAccount cryptocurrencyAccount)
public PayoutRequest cryptocurrencyAccount(PayoutRequestCryptocurrencyAccount cryptocurrencyAccount)
cryptocurrencyAccount - Cryptocurrency account data *(for BITCOIN method only)*public void setCustomer(PayoutRequestCustomer customer)
public PayoutRequest customer(PayoutRequestCustomer customer)
customer - Customer datapublic void setEwalletAccount(PayoutRequestEWalletAccount ewalletAccount)
public PayoutRequest ewalletAccount(PayoutRequestEWalletAccount ewalletAccount)
ewalletAccount - eWallet account data *(for payout methods only)*public void setMerchantOrder(PayoutRequestMerchantOrder merchantOrder)
public PayoutRequest merchantOrder(PayoutRequestMerchantOrder merchantOrder)
merchantOrder - Merchant orderpublic void setPaymentData(PayoutPaymentData paymentData)
public PayoutRequest paymentData(PayoutPaymentData paymentData)
paymentData - Payment data *(for BANKCARD method only)*public void setPaymentMethod(String paymentMethod)
public PayoutRequest paymentMethod(String paymentMethod)
paymentMethod - Used payment method type name from methods listpublic void setPayoutData(PayoutRequestPayoutData payoutData)
public PayoutRequest payoutData(PayoutRequestPayoutData payoutData)
payoutData - Payout dataCopyright © 2020. All rights reserved.