Uses of Class
app.cybrid.cybrid_api_bank.client.model.VerificationCheckBankModel
-
Packages that use VerificationCheckBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of VerificationCheckBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return VerificationCheckBankModel Modifier and Type Method Description VerificationCheckBankModelVerificationCheckBankModel. addFailureCodesItem(String failureCodesItem)VerificationCheckBankModelVerificationCheckBankModel. failureCodes(List<String> failureCodes)VerificationCheckBankModelVerificationCheckBankModel. state(VerificationCheckBankModel.StateEnum state)VerificationCheckBankModelVerificationCheckBankModel. type(VerificationCheckBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type VerificationCheckBankModel Modifier and Type Method Description List<VerificationCheckBankModel>CustomerBankModel. getVerificationChecks()The verification checks associated with the customer.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type VerificationCheckBankModel Modifier and Type Method Description CustomerBankModelCustomerBankModel. addVerificationChecksItem(VerificationCheckBankModel verificationChecksItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type VerificationCheckBankModel Modifier and Type Method Description voidCustomerBankModel. setVerificationChecks(List<VerificationCheckBankModel> verificationChecks)CustomerBankModelCustomerBankModel. verificationChecks(List<VerificationCheckBankModel> verificationChecks)
-