Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostFeeBankModel
-
Packages that use PostFeeBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostFeeBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostFeeBankModel Modifier and Type Method Description PostFeeBankModelPostFeeBankModel. fixedFee(BigInteger fixedFee)PostFeeBankModelPostFeeBankModel. spreadFee(BigInteger spreadFee)PostFeeBankModelPostFeeBankModel. type(PostFeeBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostFeeBankModel Modifier and Type Method Description List<PostFeeBankModel>PostQuoteBankModel. getFees()The custom fees associated with the quoteMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostFeeBankModel Modifier and Type Method Description PostQuoteBankModelPostQuoteBankModel. addFeesItem(PostFeeBankModel feesItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostFeeBankModel Modifier and Type Method Description PostQuoteBankModelPostQuoteBankModel. fees(List<PostFeeBankModel> fees)voidPostQuoteBankModel. setFees(List<PostFeeBankModel> fees)
-