Uses of Class
io.swagger.client.model.AmountInfo
-
Packages that use AmountInfo Package Description io.swagger.client.model -
-
Uses of AmountInfo in io.swagger.client.model
Methods in io.swagger.client.model that return AmountInfo Modifier and Type Method Description AmountInfo
AmountInfo. addApplicableFeeRemarksItem(ApplicableFeeRemark applicableFeeRemarksItem)
AmountInfo
AmountInfo. amount(Double amount)
AmountInfo
AmountInfo. amountApplication(String amountApplication)
AmountInfo
AmountInfo. applicableFeeRemarks(List<ApplicableFeeRemark> applicableFeeRemarks)
AmountInfo
AmountInfo. currency(String currency)
Methods in io.swagger.client.model that return types with arguments of type AmountInfo Modifier and Type Method Description List<AmountInfo>
PenaltyInfo. getAmounts()
Get amountsMethods in io.swagger.client.model with parameters of type AmountInfo Modifier and Type Method Description PenaltyInfo
PenaltyInfo. addAmountsItem(AmountInfo amountsItem)
Method parameters in io.swagger.client.model with type arguments of type AmountInfo Modifier and Type Method Description PenaltyInfo
PenaltyInfo. amounts(List<AmountInfo> amounts)
void
PenaltyInfo. setAmounts(List<AmountInfo> amounts)
-