public class RefundResponseRefundData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefundResponseRefundData.StatusEnum
Refund status in CardPay system
|
| Constructor and Description |
|---|
RefundResponseRefundData() |
public void setAmount(BigDecimal amount)
public RefundResponseRefundData amount(BigDecimal amount)
amount - Refund transaction amountpublic void setArn(String arn)
public RefundResponseRefundData arn(String arn)
arn - ARN (Acquirer Reference Number), supplied by the acquiring financial institution, return only after receiving ARN from bank acquirer *(for BANKCARD payment method only)*public void setAuthCode(String authCode)
public RefundResponseRefundData authCode(String authCode)
authCode - Authorization code, provided by bank *(for BANKCARD payment method only)*public void setCreated(String created)
public RefundResponseRefundData created(String created)
created - Date and time when this refund was created, [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatpublic void setCurrency(String currency)
public RefundResponseRefundData currency(String currency)
currency - Currency of refunded amount, [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency codepublic void setDeclineCode(String declineCode)
public RefundResponseRefundData declineCode(String declineCode)
declineCode - Refund decline code (only for `DECLINED` refund status)public void setDeclineReason(String declineReason)
public RefundResponseRefundData declineReason(String declineReason)
declineReason - Refund decline reason (only for `DECLINED` refund status)public void setExtendedDeclineReason(String extendedDeclineReason)
public RefundResponseRefundData extendedDeclineReason(String extendedDeclineReason)
extendedDeclineReason - Original decline reason. Can be presented in responses if original network response code is presented and option is enabled for Merchant. Not presented by default, ask Unlimit manager to enable it if needed.public void setId(String id)
public RefundResponseRefundData id(String id)
id - ID of the newly created refund in CardPay systempublic void setIs3d(Boolean is3d)
public RefundResponseRefundData is3d(Boolean is3d)
is3d - Was 3-D Secure authentication made or not *(for BANKCARD payment method only)*public void setRrn(String rrn)
public RefundResponseRefundData rrn(String rrn)
rrn - RRN (Retrieval Reference Number), supplied by the acquiring financial institution *(for BANKCARD payment method only)*public void setStatus(RefundResponseRefundData.StatusEnum status)
public RefundResponseRefundData status(RefundResponseRefundData.StatusEnum status)
status - Refund status in CardPay systemCopyright © 2023. All rights reserved.