public class PayoutResponse extends Object
| Constructor and Description |
|---|
PayoutResponse() |
public void setCardAccount(PayoutResponseCardAccount cardAccount)
public PayoutResponse cardAccount(PayoutResponseCardAccount cardAccount)
cardAccount - Card account data *(for BANKCARD method only)*public void setCryptocurrencyAccount(PayoutResponseCryptocurrencyAccount cryptocurrencyAccount)
public PayoutResponse cryptocurrencyAccount(PayoutResponseCryptocurrencyAccount cryptocurrencyAccount)
cryptocurrencyAccount - Cryptocurrency account data *(for BITCOIN method only)*public void setCustomer(PayoutResponseCustomer customer)
public PayoutResponse customer(PayoutResponseCustomer customer)
customer - Customer datapublic void setEwalletAccount(PayoutResponseEWalletAccount ewalletAccount)
public PayoutResponse ewalletAccount(PayoutResponseEWalletAccount ewalletAccount)
ewalletAccount - eWallet account data *(for payout methods only)*public void setPaymentData(PayoutPaymentData paymentData)
public PayoutResponse paymentData(PayoutPaymentData paymentData)
paymentData - Payment datapublic void setPayoutData(PayoutResponsePayoutData payoutData)
public PayoutResponse payoutData(PayoutResponsePayoutData payoutData)
payoutData - Payout datapublic void setPaymentMethod(String paymentMethod)
public PayoutResponse paymentMethod(String paymentMethod)
paymentMethod - Used payment method type name from payment methods listpublic void setMerchantOrder(TransactionResponseMerchantOrder merchantOrder)
public PayoutResponse merchantOrder(TransactionResponseMerchantOrder merchantOrder)
merchantOrder - Merchant order dataCopyright © 2020. All rights reserved.