Uses of Class
io.swagger.client.model.ApplicableFeeRemark
-
Packages that use ApplicableFeeRemark Package Description io.swagger.client.model -
-
Uses of ApplicableFeeRemark in io.swagger.client.model
Methods in io.swagger.client.model that return ApplicableFeeRemark Modifier and Type Method Description ApplicableFeeRemark
ApplicableFeeRemark. value(String value)
Methods in io.swagger.client.model that return types with arguments of type ApplicableFeeRemark Modifier and Type Method Description List<ApplicableFeeRemark>
AmountInfo. getApplicableFeeRemarks()
Get applicableFeeRemarksMethods in io.swagger.client.model with parameters of type ApplicableFeeRemark Modifier and Type Method Description AmountInfo
AmountInfo. addApplicableFeeRemarksItem(ApplicableFeeRemark applicableFeeRemarksItem)
Method parameters in io.swagger.client.model with type arguments of type ApplicableFeeRemark Modifier and Type Method Description AmountInfo
AmountInfo. applicableFeeRemarks(List<ApplicableFeeRemark> applicableFeeRemarks)
void
AmountInfo. setApplicableFeeRemarks(List<ApplicableFeeRemark> applicableFeeRemarks)
-