Uses of Class
app.cybrid.cybrid_api_bank.client.model.DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum
-
Packages that use DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum Modifier and Type Method Description static DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnumDepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum. fromValue(String value)DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnumDepositBankAccountRoutingDetailsInnerBankModel. getRoutingNumberType()The type of routing number.static DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnumDepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum[]DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum Modifier and Type Method Description DepositBankAccountRoutingDetailsInnerBankModelDepositBankAccountRoutingDetailsInnerBankModel. routingNumberType(DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum routingNumberType)voidDepositBankAccountRoutingDetailsInnerBankModel. setRoutingNumberType(DepositBankAccountRoutingDetailsInnerBankModel.RoutingNumberTypeEnum routingNumberType)
-