public class RefundResponse extends Object
| Constructor and Description |
|---|
RefundResponse() |
| Modifier and Type | Method and Description |
|---|---|
RefundResponse |
cardAccount(RefundResponseCardAccount cardAccount) |
RefundResponse |
customer(RefundResponseCustomer customer) |
RefundResponse |
ewalletAccount(TransactionResponseEWalletAccount ewalletAccount) |
RefundResponse |
merchantOrder(TransactionResponseMerchantOrder merchantOrder) |
RefundResponse |
paymentData(RefundResponsePaymentData paymentData) |
RefundResponse |
paymentMethod(String paymentMethod) |
RefundResponse |
refundData(RefundResponseRefundData refundData) |
void |
setCardAccount(RefundResponseCardAccount cardAccount) |
void |
setCustomer(RefundResponseCustomer customer) |
void |
setEwalletAccount(TransactionResponseEWalletAccount ewalletAccount) |
void |
setMerchantOrder(TransactionResponseMerchantOrder merchantOrder) |
void |
setPaymentData(RefundResponsePaymentData paymentData) |
void |
setPaymentMethod(String paymentMethod) |
void |
setRefundData(RefundResponseRefundData refundData) |
String |
toString() |
public void setCardAccount(RefundResponseCardAccount cardAccount)
public RefundResponse cardAccount(RefundResponseCardAccount cardAccount)
cardAccount - Card account data *(for BANKCARD payment method only)*public void setCustomer(RefundResponseCustomer customer)
public RefundResponse customer(RefundResponseCustomer customer)
customer - Customer datapublic void setEwalletAccount(TransactionResponseEWalletAccount ewalletAccount)
public RefundResponse ewalletAccount(TransactionResponseEWalletAccount ewalletAccount)
ewalletAccount - eWallet account data *(for ALIPAY and QIWI payment methods only)*public void setPaymentData(RefundResponsePaymentData paymentData)
public RefundResponse paymentData(RefundResponsePaymentData paymentData)
paymentData - Payment datapublic void setRefundData(RefundResponseRefundData refundData)
public RefundResponse refundData(RefundResponseRefundData refundData)
refundData - Refund datapublic void setPaymentMethod(String paymentMethod)
public RefundResponse paymentMethod(String paymentMethod)
paymentMethod - Used payment method type name from payment methods listpublic void setMerchantOrder(TransactionResponseMerchantOrder merchantOrder)
public RefundResponse merchantOrder(TransactionResponseMerchantOrder merchantOrder)
merchantOrder - Merchant order dataCopyright © 2023. All rights reserved.