@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PayoutsPost201ResponseOrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
PtsV2PayoutsPost201ResponseOrderInformationAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PayoutsPost201ResponseOrderInformationAmountDetails |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCurrency()
Currency used for the order.
|
String |
getSettlementAmount()
This is a multicurrency field.
|
String |
getSettlementCurrency()
This is a multicurrency-only field.
|
String |
getTotalAmount()
Grand total for the order.
|
int |
hashCode() |
void |
setCurrency(String currency) |
void |
setSettlementAmount(String settlementAmount) |
void |
setSettlementCurrency(String settlementCurrency) |
PtsV2PayoutsPost201ResponseOrderInformationAmountDetails |
settlementAmount(String settlementAmount) |
PtsV2PayoutsPost201ResponseOrderInformationAmountDetails |
settlementCurrency(String settlementCurrency) |
void |
setTotalAmount(String totalAmount) |
String |
toString() |
PtsV2PayoutsPost201ResponseOrderInformationAmountDetails |
totalAmount(String totalAmount) |
public PtsV2PayoutsPost201ResponseOrderInformationAmountDetails()
public PtsV2PayoutsPost201ResponseOrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public PtsV2PayoutsPost201ResponseOrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public PtsV2PayoutsPost201ResponseOrderInformationAmountDetails settlementAmount(String settlementAmount)
public String getSettlementAmount()
public void setSettlementAmount(String settlementAmount)
public PtsV2PayoutsPost201ResponseOrderInformationAmountDetails settlementCurrency(String settlementCurrency)
public String getSettlementCurrency()
public void setSettlementCurrency(String settlementCurrency)
Copyright © 2020. All rights reserved.