@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsRefundPost201ResponseRefundAmountDetails extends Object
| Constructor and Description |
|---|
PtsV2PaymentsRefundPost201ResponseRefundAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsRefundPost201ResponseRefundAmountDetails |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCurrency()
Currency used for the order.
|
String |
getRefundAmount()
Total amount of the refund.
|
int |
hashCode() |
PtsV2PaymentsRefundPost201ResponseRefundAmountDetails |
refundAmount(String refundAmount) |
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 currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2020. All rights reserved.