public class Ptsv2billingagreementsOrderInformationAmountDetails extends Object
| Constructor | Description |
|---|---|
Ptsv2billingagreementsOrderInformationAmountDetails() |
| Modifier and Type | Method | Description |
|---|---|---|
Ptsv2billingagreementsOrderInformationAmountDetails |
currency(String currency) |
|
boolean |
equals(Object o) |
|
String |
getCurrency() |
Currency used for the order.
|
String |
getTotalAmount() |
Grand total for the order.
|
String |
getTotalMaxAmount() |
Maximum amount that may be collected from the customer's account.
|
int |
hashCode() |
|
void |
setCurrency(String currency) |
|
void |
setTotalAmount(String totalAmount) |
|
void |
setTotalMaxAmount(String totalMaxAmount) |
|
String |
toString() |
|
Ptsv2billingagreementsOrderInformationAmountDetails |
totalAmount(String totalAmount) |
|
Ptsv2billingagreementsOrderInformationAmountDetails |
totalMaxAmount(String totalMaxAmount) |
public Ptsv2billingagreementsOrderInformationAmountDetails()
public Ptsv2billingagreementsOrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public Ptsv2billingagreementsOrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public Ptsv2billingagreementsOrderInformationAmountDetails totalMaxAmount(String totalMaxAmount)
public String getTotalMaxAmount()
public void setTotalMaxAmount(String totalMaxAmount)
Copyright © 2026. All rights reserved.