Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum
-
Packages that use PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum Modifier and Type Method Description static PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnumPostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum. fromValue(String value)PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnumPostExternalBankAccountCounterpartyBankAccountBankModel. getRoutingNumberType()The type of routing number.static PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnumPostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum[]PostExternalBankAccountCounterpartyBankAccountBankModel.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 that return types with arguments of type PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum>PostExternalBankAccountCounterpartyBankAccountBankModel. getRoutingNumberType_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum Modifier and Type Method Description PostExternalBankAccountCounterpartyBankAccountBankModelPostExternalBankAccountCounterpartyBankAccountBankModel. routingNumberType(PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum routingNumberType)voidPostExternalBankAccountCounterpartyBankAccountBankModel. setRoutingNumberType(PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum routingNumberType)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum Modifier and Type Method Description voidPostExternalBankAccountCounterpartyBankAccountBankModel. setRoutingNumberType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum> routingNumberType)
-