Class IdentityVerificationDocumentFileBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationDocumentFileBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-17T20:20:29.739459Z[Etc/UTC]") public class IdentityVerificationDocumentFileBankModel extends Object
IdentityVerificationDocumentFileBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTENT_TYPEstatic StringJSON_PROPERTY_FILENAMEstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IdentityVerificationDocumentFileBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityVerificationDocumentFileBankModelcontentType(String contentType)booleanequals(Object o)IdentityVerificationDocumentFileBankModelfilename(String filename)StringgetContentType()The media type; one of image/jpeg, image/png, application/pdf, application/json, or video/mp4.StringgetFilename()The name of the file.StringgetGuid()The unique identifier for the file.StringgetType()The file type; one of drivers_license_front, drivers_license_back, passport, passport_card, identification_card, residence_card, selfie, selfie_video, selfie_left, selfie_right, proof_of_address, or incorporation_certificate.IdentityVerificationDocumentFileBankModelguid(String guid)inthashCode()voidsetContentType(String contentType)voidsetFilename(String filename)voidsetGuid(String guid)voidsetType(String type)StringtoString()IdentityVerificationDocumentFileBankModeltype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT_TYPE
public static final String JSON_PROPERTY_CONTENT_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILENAME
public static final String JSON_PROPERTY_FILENAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public IdentityVerificationDocumentFileBankModel guid(String guid)
-
setGuid
public void setGuid(String guid)
-
type
public IdentityVerificationDocumentFileBankModel type(String type)
-
getType
@Nullable public String getType()
The file type; one of drivers_license_front, drivers_license_back, passport, passport_card, identification_card, residence_card, selfie, selfie_video, selfie_left, selfie_right, proof_of_address, or incorporation_certificate.- Returns:
- type
-
setType
public void setType(String type)
-
contentType
public IdentityVerificationDocumentFileBankModel contentType(String contentType)
-
getContentType
@Nullable public String getContentType()
The media type; one of image/jpeg, image/png, application/pdf, application/json, or video/mp4.- Returns:
- contentType
-
setContentType
public void setContentType(String contentType)
-
filename
public IdentityVerificationDocumentFileBankModel filename(String filename)
-
setFilename
public void setFilename(String filename)
-
-