Uses of Class
app.cybrid.cybrid_api_bank.client.model.IdentificationNumberBankModel
-
Packages that use IdentificationNumberBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of IdentificationNumberBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return IdentificationNumberBankModel Modifier and Type Method Description IdentificationNumberBankModelIdentificationNumberBankModel. identificationNumber(String identificationNumber)IdentificationNumberBankModelIdentificationNumberBankModel. issuingCountryCode(String issuingCountryCode)IdentificationNumberBankModelIdentificationNumberBankModel. type(String type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type IdentificationNumberBankModel Modifier and Type Method Description List<IdentificationNumberBankModel>CustomerBankModel. getIdentificationNumbers()The customer's identification numbers.List<IdentificationNumberBankModel>IdentityVerificationWithDetailsPiiBankModel. getIdentificationNumbers()The attested identification numbers.org.openapitools.jackson.nullable.JsonNullable<List<IdentificationNumberBankModel>>CustomerBankModel. getIdentificationNumbers_JsonNullable()org.openapitools.jackson.nullable.JsonNullable<List<IdentificationNumberBankModel>>IdentityVerificationWithDetailsPiiBankModel. getIdentificationNumbers_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type IdentificationNumberBankModel Modifier and Type Method Description CustomerBankModelCustomerBankModel. addIdentificationNumbersItem(IdentificationNumberBankModel identificationNumbersItem)IdentityVerificationWithDetailsPiiBankModelIdentityVerificationWithDetailsPiiBankModel. addIdentificationNumbersItem(IdentificationNumberBankModel identificationNumbersItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type IdentificationNumberBankModel Modifier and Type Method Description CustomerBankModelCustomerBankModel. identificationNumbers(List<IdentificationNumberBankModel> identificationNumbers)IdentityVerificationWithDetailsPiiBankModelIdentityVerificationWithDetailsPiiBankModel. identificationNumbers(List<IdentificationNumberBankModel> identificationNumbers)voidCustomerBankModel. setIdentificationNumbers(List<IdentificationNumberBankModel> identificationNumbers)voidIdentityVerificationWithDetailsPiiBankModel. setIdentificationNumbers(List<IdentificationNumberBankModel> identificationNumbers)voidCustomerBankModel. setIdentificationNumbers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IdentificationNumberBankModel>> identificationNumbers)voidIdentityVerificationWithDetailsPiiBankModel. setIdentificationNumbers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IdentificationNumberBankModel>> identificationNumbers)
-