Uses of Class
app.cybrid.cybrid_api_bank.client.model.PlatformFileBankModel.FileTypeEnum
-
Packages that use PlatformFileBankModel.FileTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PlatformFileBankModel.FileTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PlatformFileBankModel.FileTypeEnum Modifier and Type Method Description static PlatformFileBankModel.FileTypeEnumPlatformFileBankModel.FileTypeEnum. fromValue(String value)PlatformFileBankModel.FileTypeEnumPlatformFileBankModel. getFileType()The file type; one of drivers_license_front, drivers_license_back, passport, identification_card, residence_card, selfie, selfie_left, selfie_right, utility_bill, bank_statement, property_tax, tax_document, ein_letter, or incorporation_certificate.static PlatformFileBankModel.FileTypeEnumPlatformFileBankModel.FileTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformFileBankModel.FileTypeEnum[]PlatformFileBankModel.FileTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PlatformFileBankModel.FileTypeEnum Modifier and Type Method Description PlatformFileBankModelPlatformFileBankModel. fileType(PlatformFileBankModel.FileTypeEnum fileType)voidPlatformFileBankModel. setFileType(PlatformFileBankModel.FileTypeEnum fileType)
-