public class PaymentCallback extends Object
| Constructor and Description |
|---|
PaymentCallback() |
public void setCallbackTime(String callbackTime)
public PaymentCallback callbackTime(String callbackTime)
callbackTime - Date and time of created callback in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatpublic void setCardAccount(PaymentResponseCardAccount cardAccount)
public PaymentCallback cardAccount(PaymentResponseCardAccount cardAccount)
cardAccount - Card account data *(for BANKCARD payment method only)*public void setCryptocurrencyAccount(PaymentResponseCryptocurrencyAccount cryptocurrencyAccount)
public PaymentCallback cryptocurrencyAccount(PaymentResponseCryptocurrencyAccount cryptocurrencyAccount)
cryptocurrencyAccount - Cryptocurrency account data *(for BITCOIN payment method only)*public void setCustomer(PaymentRequestCustomer customer)
public PaymentCallback customer(PaymentRequestCustomer customer)
customer - Customer datapublic void setEwalletAccount(TransactionResponseEWalletAccount ewalletAccount)
public PaymentCallback 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)*public void setMerchantOrder(TransactionResponseMerchantOrder merchantOrder)
public PaymentCallback merchantOrder(TransactionResponseMerchantOrder merchantOrder)
merchantOrder - Merchant order datapublic void setPaymentData(PaymentResponsePaymentData paymentData)
public PaymentCallback paymentData(PaymentResponsePaymentData paymentData)
paymentData - Payment datapublic void setPaymentMethod(String paymentMethod)
public PaymentCallback paymentMethod(String paymentMethod)
paymentMethod - Used payment method type name from payment methods listCopyright © 2021. All rights reserved.