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(String state)VerificationCheckBankModelVerificationCheckBankModel. type(String 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.List<VerificationCheckBankModel>IdentityVerificationBankModel. getVerificationChecks()The checks associated with the identity verification.List<VerificationCheckBankModel>IdentityVerificationWithDetailsBankModel. getVerificationChecks()The checks associated with the identity verification.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type VerificationCheckBankModel Modifier and Type Method Description CustomerBankModelCustomerBankModel. addVerificationChecksItem(VerificationCheckBankModel verificationChecksItem)IdentityVerificationBankModelIdentityVerificationBankModel. addVerificationChecksItem(VerificationCheckBankModel verificationChecksItem)IdentityVerificationWithDetailsBankModelIdentityVerificationWithDetailsBankModel. 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)voidIdentityVerificationBankModel. setVerificationChecks(List<VerificationCheckBankModel> verificationChecks)voidIdentityVerificationWithDetailsBankModel. setVerificationChecks(List<VerificationCheckBankModel> verificationChecks)CustomerBankModelCustomerBankModel. verificationChecks(List<VerificationCheckBankModel> verificationChecks)IdentityVerificationBankModelIdentityVerificationBankModel. verificationChecks(List<VerificationCheckBankModel> verificationChecks)IdentityVerificationWithDetailsBankModelIdentityVerificationWithDetailsBankModel. verificationChecks(List<VerificationCheckBankModel> verificationChecks)
-