public class PtsV2PayoutsPost201ResponseOrderInformationAmountDetails extends Object
| Constructor | Description |
|---|---|
PtsV2PayoutsPost201ResponseOrderInformationAmountDetails() |
| Modifier and Type | Method | 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 © 2026. All rights reserved.