public class RefundCallback extends Object
| Constructor and Description |
|---|
RefundCallback() |
public void setCallbackTime(String callbackTime)
public RefundCallback callbackTime(String callbackTime)
callbackTime - Date and time of created callback in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatpublic void setCardAccount(RefundResponseCardAccount cardAccount)
public RefundCallback cardAccount(RefundResponseCardAccount cardAccount)
cardAccount - Card account data *(for BANKCARD payment method only)*public void setCustomer(RefundResponseCustomer customer)
public RefundCallback customer(RefundResponseCustomer customer)
customer - Customer datapublic void setEwalletAccount(TransactionResponseEWalletAccount ewalletAccount)
public RefundCallback ewalletAccount(TransactionResponseEWalletAccount ewalletAccount)
ewalletAccount - eWallet account data *(for ALIPAY and QIWI payment methods only)*public void setMerchantOrder(TransactionResponseMerchantOrder merchantOrder)
public RefundCallback merchantOrder(TransactionResponseMerchantOrder merchantOrder)
merchantOrder - Merchant order datapublic void setPaymentData(RefundResponsePaymentData paymentData)
public RefundCallback paymentData(RefundResponsePaymentData paymentData)
paymentData - Payment datapublic void setPaymentMethod(String paymentMethod)
public RefundCallback paymentMethod(String paymentMethod)
paymentMethod - Used payment method type name from payment methods listpublic void setRefundData(RefundResponseRefundData refundData)
public RefundCallback refundData(RefundResponseRefundData refundData)
refundData - Refund dataCopyright © 2020. All rights reserved.