public class PushFunds201ResponseOrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
PushFunds201ResponseOrderInformationAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
PushFunds201ResponseOrderInformationAmountDetails |
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) |
PushFunds201ResponseOrderInformationAmountDetails |
settlementAmount(String settlementAmount) |
PushFunds201ResponseOrderInformationAmountDetails |
settlementCurrency(String settlementCurrency) |
void |
setTotalAmount(String totalAmount) |
String |
toString() |
PushFunds201ResponseOrderInformationAmountDetails |
totalAmount(String totalAmount) |
public PushFunds201ResponseOrderInformationAmountDetails()
public PushFunds201ResponseOrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public PushFunds201ResponseOrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public PushFunds201ResponseOrderInformationAmountDetails settlementAmount(String settlementAmount)
public String getSettlementAmount()
public void setSettlementAmount(String settlementAmount)
public PushFunds201ResponseOrderInformationAmountDetails settlementCurrency(String settlementCurrency)
public String getSettlementCurrency()
public void setSettlementCurrency(String settlementCurrency)
Copyright © 2025. All rights reserved.