public class PtsV2PaymentsRefundPost201ResponseRefundAmountDetails extends Object
| Constructor and Description |
|---|
PtsV2PaymentsRefundPost201ResponseRefundAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsRefundPost201ResponseRefundAmountDetails |
creditAmount(String creditAmount) |
PtsV2PaymentsRefundPost201ResponseRefundAmountDetails |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCreditAmount()
Amount that was credited to the cardholder's account.
|
String |
getCurrency()
Currency used for the order.
|
String |
getRefundAmount()
Total amount of the refund.
|
int |
hashCode() |
PtsV2PaymentsRefundPost201ResponseRefundAmountDetails |
refundAmount(String refundAmount) |
void |
setCreditAmount(String creditAmount) |
void |
setCurrency(String currency) |
void |
setRefundAmount(String refundAmount) |
String |
toString() |
public PtsV2PaymentsRefundPost201ResponseRefundAmountDetails()
public PtsV2PaymentsRefundPost201ResponseRefundAmountDetails refundAmount(String refundAmount)
public String getRefundAmount()
public void setRefundAmount(String refundAmount)
public PtsV2PaymentsRefundPost201ResponseRefundAmountDetails creditAmount(String creditAmount)
public String getCreditAmount()
public void setCreditAmount(String creditAmount)
public PtsV2PaymentsRefundPost201ResponseRefundAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2025. All rights reserved.