public class PaymentResponse extends Object
| Constructor and Description |
|---|
PaymentResponse() |
public void setCustomer(PaymentRequestCustomer customer)
public PaymentResponse customer(PaymentRequestCustomer customer)
customer - Customer datapublic void setPaymentMethod(String paymentMethod)
public PaymentResponse paymentMethod(String paymentMethod)
paymentMethod - Payment methodpublic void setMerchantOrder(TransactionResponseMerchantOrder merchantOrder)
public PaymentResponse merchantOrder(TransactionResponseMerchantOrder merchantOrder)
merchantOrder - Merchant order datapublic void setPaymentData(PaymentResponsePaymentData paymentData)
public PaymentResponse paymentData(PaymentResponsePaymentData paymentData)
paymentData - Payment datapublic void setCardAccount(PaymentResponseCardAccount cardAccount)
public PaymentResponse cardAccount(PaymentResponseCardAccount cardAccount)
cardAccount - Card account data *(for BANKCARD payment method only)*public void setCryptocurrencyAccount(PaymentResponseCryptocurrencyAccount cryptocurrencyAccount)
public PaymentResponse cryptocurrencyAccount(PaymentResponseCryptocurrencyAccount cryptocurrencyAccount)
cryptocurrencyAccount - Cryptocurrency account data *(for BITCOIN payment method only)*public void setEwalletAccount(TransactionResponseEWalletAccount ewalletAccount)
public PaymentResponse ewalletAccount(TransactionResponseEWalletAccount ewalletAccount)
ewalletAccount - eWallet account data *(for ALIPAY, QIWI, WEBMONEY, NETELLER, YANDEXMONEY, DIRECTBANKINGNGA, AQRCODE, AIRTEL, MPESA, MTN, UGANDAMOBILE, VODAFONE, TIGO and 'Latin America' payment methods only)*Copyright © 2019. All rights reserved.