public class Iplv2paymentlinksOrderInformationAmountDetails extends Object
| Constructor and Description |
|---|
Iplv2paymentlinksOrderInformationAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
Iplv2paymentlinksOrderInformationAmountDetails |
currency(String currency) |
boolean |
equals(Object o) |
String |
getCurrency()
Currency used for the order.
|
String |
getMaxAmount()
Maximum custom amount allowed for Donation.
|
String |
getMinAmount()
Minimum custom amount allowed for Donation.
|
String |
getTotalAmount()
Grand total for the order.
|
int |
hashCode() |
Iplv2paymentlinksOrderInformationAmountDetails |
maxAmount(String maxAmount) |
Iplv2paymentlinksOrderInformationAmountDetails |
minAmount(String minAmount) |
void |
setCurrency(String currency) |
void |
setMaxAmount(String maxAmount) |
void |
setMinAmount(String minAmount) |
void |
setTotalAmount(String totalAmount) |
String |
toString() |
Iplv2paymentlinksOrderInformationAmountDetails |
totalAmount(String totalAmount) |
public Iplv2paymentlinksOrderInformationAmountDetails()
public Iplv2paymentlinksOrderInformationAmountDetails totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public Iplv2paymentlinksOrderInformationAmountDetails currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public Iplv2paymentlinksOrderInformationAmountDetails maxAmount(String maxAmount)
public String getMaxAmount()
public void setMaxAmount(String maxAmount)
public Iplv2paymentlinksOrderInformationAmountDetails minAmount(String minAmount)
public String getMinAmount()
public void setMinAmount(String minAmount)
Copyright © 2025. All rights reserved.