Uses of Class
app.cybrid.cybrid_api_bank.client.model.DepositBankAccountRoutingDetailsInnerBankModel
-
Packages that use DepositBankAccountRoutingDetailsInnerBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of DepositBankAccountRoutingDetailsInnerBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return DepositBankAccountRoutingDetailsInnerBankModel Modifier and Type Method Description DepositBankAccountRoutingDetailsInnerBankModelDepositBankAccountRoutingDetailsInnerBankModel. routingNumber(String routingNumber)DepositBankAccountRoutingDetailsInnerBankModelDepositBankAccountRoutingDetailsInnerBankModel. routingNumberType(String routingNumberType)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type DepositBankAccountRoutingDetailsInnerBankModel Modifier and Type Method Description List<DepositBankAccountRoutingDetailsInnerBankModel>DepositBankAccountBankModel. getRoutingDetails()The account details for the bank account.org.openapitools.jackson.nullable.JsonNullable<List<DepositBankAccountRoutingDetailsInnerBankModel>>DepositBankAccountBankModel. getRoutingDetails_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type DepositBankAccountRoutingDetailsInnerBankModel Modifier and Type Method Description DepositBankAccountBankModelDepositBankAccountBankModel. addRoutingDetailsItem(DepositBankAccountRoutingDetailsInnerBankModel routingDetailsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type DepositBankAccountRoutingDetailsInnerBankModel Modifier and Type Method Description DepositBankAccountBankModelDepositBankAccountBankModel. routingDetails(List<DepositBankAccountRoutingDetailsInnerBankModel> routingDetails)voidDepositBankAccountBankModel. setRoutingDetails(List<DepositBankAccountRoutingDetailsInnerBankModel> routingDetails)voidDepositBankAccountBankModel. setRoutingDetails_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<DepositBankAccountRoutingDetailsInnerBankModel>> routingDetails)
-