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>PostFeeConfigurationBankModel. getFees()The fees associated with the configurationMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostFeeBankModel Modifier and Type Method Description PostFeeConfigurationBankModelPostFeeConfigurationBankModel. addFeesItem(PostFeeBankModel feesItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostFeeBankModel Modifier and Type Method Description PostFeeConfigurationBankModelPostFeeConfigurationBankModel. fees(List<PostFeeBankModel> fees)voidPostFeeConfigurationBankModel. setFees(List<PostFeeBankModel> fees)
-