Uses of Class
app.cybrid.cybrid_api_bank.client.model.IdentityVerificationDocumentFileBankModel
-
Packages that use IdentityVerificationDocumentFileBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of IdentityVerificationDocumentFileBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return IdentityVerificationDocumentFileBankModel Modifier and Type Method Description IdentityVerificationDocumentFileBankModelIdentityVerificationDocumentFileBankModel. contentType(String contentType)IdentityVerificationDocumentFileBankModelIdentityVerificationDocumentFileBankModel. filename(String filename)IdentityVerificationDocumentFileBankModelIdentityVerificationDocumentFileBankModel. guid(String guid)IdentityVerificationDocumentFileBankModelIdentityVerificationDocumentFileBankModel. type(String type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type IdentityVerificationDocumentFileBankModel Modifier and Type Method Description List<IdentityVerificationDocumentFileBankModel>IdentityVerificationDocumentBankModel. getFiles()The files associated with the document.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type IdentityVerificationDocumentFileBankModel Modifier and Type Method Description IdentityVerificationDocumentBankModelIdentityVerificationDocumentBankModel. addFilesItem(IdentityVerificationDocumentFileBankModel filesItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type IdentityVerificationDocumentFileBankModel Modifier and Type Method Description IdentityVerificationDocumentBankModelIdentityVerificationDocumentBankModel. files(List<IdentityVerificationDocumentFileBankModel> files)voidIdentityVerificationDocumentBankModel. setFiles(List<IdentityVerificationDocumentFileBankModel> files)
-