Uses of Class
app.cybrid.cybrid_api_bank.client.model.FeeBankModel
-
Packages that use FeeBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of FeeBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return FeeBankModel Modifier and Type Method Description FeeBankModelFeeBankModel. fixedFee(BigInteger fixedFee)FeeBankModelFeeBankModel. spreadFee(BigInteger spreadFee)FeeBankModelFeeBankModel. type(FeeBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type FeeBankModel Modifier and Type Method Description List<FeeBankModel>TradingConfigurationBankModel. getFees()The fees associated with the configurationMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type FeeBankModel Modifier and Type Method Description TradingConfigurationBankModelTradingConfigurationBankModel. addFeesItem(FeeBankModel feesItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type FeeBankModel Modifier and Type Method Description TradingConfigurationBankModelTradingConfigurationBankModel. fees(List<FeeBankModel> fees)voidTradingConfigurationBankModel. setFees(List<FeeBankModel> fees)
-