Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostCustomerAliasesInnerBankModel
-
Packages that use PostCustomerAliasesInnerBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostCustomerAliasesInnerBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostCustomerAliasesInnerBankModel Modifier and Type Method Description PostCustomerAliasesInnerBankModelPostCustomerAliasesInnerBankModel. full(String full)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostCustomerAliasesInnerBankModel Modifier and Type Method Description List<PostCustomerAliasesInnerBankModel>PostCustomerBankModel. getAliases()The aliases of the customer.org.openapitools.jackson.nullable.JsonNullable<List<PostCustomerAliasesInnerBankModel>>PostCustomerBankModel. getAliases_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostCustomerAliasesInnerBankModel Modifier and Type Method Description PostCustomerBankModelPostCustomerBankModel. addAliasesItem(PostCustomerAliasesInnerBankModel aliasesItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostCustomerAliasesInnerBankModel Modifier and Type Method Description PostCustomerBankModelPostCustomerBankModel. aliases(List<PostCustomerAliasesInnerBankModel> aliases)voidPostCustomerBankModel. setAliases(List<PostCustomerAliasesInnerBankModel> aliases)voidPostCustomerBankModel. setAliases_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PostCustomerAliasesInnerBankModel>> aliases)
-