Package io.swagger.client.model
Class AmountInfo
- java.lang.Object
-
- io.swagger.client.model.AmountInfo
-
public class AmountInfo extends Object
AmountInfo
-
-
Constructor Summary
Constructors Constructor Description AmountInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountInfo
addApplicableFeeRemarksItem(ApplicableFeeRemark applicableFeeRemarksItem)
AmountInfo
amount(Double amount)
AmountInfo
amountApplication(String amountApplication)
AmountInfo
applicableFeeRemarks(List<ApplicableFeeRemark> applicableFeeRemarks)
AmountInfo
currency(String currency)
boolean
equals(Object o)
Double
getAmount()
Get amountString
getAmountApplication()
Get amountApplicationList<ApplicableFeeRemark>
getApplicableFeeRemarks()
Get applicableFeeRemarksString
getCurrency()
Get currencyint
hashCode()
void
setAmount(Double amount)
void
setAmountApplication(String amountApplication)
void
setApplicableFeeRemarks(List<ApplicableFeeRemark> applicableFeeRemarks)
void
setCurrency(String currency)
String
toString()
-
-
-
Method Detail
-
currency
public AmountInfo currency(String currency)
-
getCurrency
public String getCurrency()
Get currency- Returns:
- currency
-
setCurrency
public void setCurrency(String currency)
-
amount
public AmountInfo amount(Double amount)
-
getAmount
public Double getAmount()
Get amount- Returns:
- amount
-
setAmount
public void setAmount(Double amount)
-
amountApplication
public AmountInfo amountApplication(String amountApplication)
-
getAmountApplication
public String getAmountApplication()
Get amountApplication- Returns:
- amountApplication
-
setAmountApplication
public void setAmountApplication(String amountApplication)
-
applicableFeeRemarks
public AmountInfo applicableFeeRemarks(List<ApplicableFeeRemark> applicableFeeRemarks)
-
addApplicableFeeRemarksItem
public AmountInfo addApplicableFeeRemarksItem(ApplicableFeeRemark applicableFeeRemarksItem)
-
getApplicableFeeRemarks
public List<ApplicableFeeRemark> getApplicableFeeRemarks()
Get applicableFeeRemarks- Returns:
- applicableFeeRemarks
-
setApplicableFeeRemarks
public void setApplicableFeeRemarks(List<ApplicableFeeRemark> applicableFeeRemarks)
-
-