Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostIdentificationNumberBankModel
-
Packages that use PostIdentificationNumberBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostIdentificationNumberBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostIdentificationNumberBankModel Modifier and Type Method Description PostIdentificationNumberBankModelPostIdentificationNumberBankModel. identificationNumber(String identificationNumber)PostIdentificationNumberBankModelPostIdentificationNumberBankModel. issuingCountryCode(String issuingCountryCode)PostIdentificationNumberBankModelPostIdentificationNumberBankModel. type(PostIdentificationNumberBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostIdentificationNumberBankModel Modifier and Type Method Description List<PostIdentificationNumberBankModel>PostCustomerBankModel. getIdentificationNumbers()The customer's identification numbers.List<PostIdentificationNumberBankModel>PostIdentityVerificationBankModel. getIdentificationNumbers()The customer's identification numbers.org.openapitools.jackson.nullable.JsonNullable<List<PostIdentificationNumberBankModel>>PostCustomerBankModel. getIdentificationNumbers_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<List<PostIdentificationNumberBankModel>>PostIdentityVerificationBankModel. getIdentificationNumbers_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostIdentificationNumberBankModel Modifier and Type Method Description PostCustomerBankModelPostCustomerBankModel. addIdentificationNumbersItem(PostIdentificationNumberBankModel identificationNumbersItem)PostIdentityVerificationBankModelPostIdentityVerificationBankModel. addIdentificationNumbersItem(PostIdentificationNumberBankModel identificationNumbersItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostIdentificationNumberBankModel Modifier and Type Method Description PostCustomerBankModelPostCustomerBankModel. identificationNumbers(List<PostIdentificationNumberBankModel> identificationNumbers)PostIdentityVerificationBankModelPostIdentityVerificationBankModel. identificationNumbers(List<PostIdentificationNumberBankModel> identificationNumbers)voidPostCustomerBankModel. setIdentificationNumbers(List<PostIdentificationNumberBankModel> identificationNumbers)voidPostIdentityVerificationBankModel. setIdentificationNumbers(List<PostIdentificationNumberBankModel> identificationNumbers)voidPostCustomerBankModel. setIdentificationNumbers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PostIdentificationNumberBankModel>> identificationNumbers)voidPostIdentityVerificationBankModel. setIdentificationNumbers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PostIdentificationNumberBankModel>> identificationNumbers)
-