public class RefundResponseRefundData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefundResponseRefundData.StatusEnum
Refund status in CardPay system
|
| Constructor and Description |
|---|
RefundResponseRefundData() |
| Modifier and Type | Method and Description |
|---|---|
RefundResponseRefundData |
amount(BigDecimal amount) |
RefundResponseRefundData |
authCode(String authCode) |
RefundResponseRefundData |
created(String created) |
RefundResponseRefundData |
currency(String currency) |
RefundResponseRefundData |
declineCode(String declineCode) |
RefundResponseRefundData |
declineReason(String declineReason) |
RefundResponseRefundData |
id(String id) |
RefundResponseRefundData |
is3d(Boolean is3d) |
RefundResponseRefundData |
rrn(String rrn) |
void |
setAmount(BigDecimal amount) |
void |
setAuthCode(String authCode) |
void |
setCreated(String created) |
void |
setCurrency(String currency) |
void |
setDeclineCode(String declineCode) |
void |
setDeclineReason(String declineReason) |
void |
setId(String id) |
void |
setIs3d(Boolean is3d) |
void |
setRrn(String rrn) |
void |
setStatus(RefundResponseRefundData.StatusEnum status) |
RefundResponseRefundData |
status(RefundResponseRefundData.StatusEnum status) |
String |
toString() |
public void setAmount(BigDecimal amount)
public RefundResponseRefundData amount(BigDecimal amount)
amount - Refund transaction amountpublic 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 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 © 2019. All rights reserved.