DocumentType
public enum DocumentType : String, Codable, Sendable, CaseIterable
Document types.
-
Passport document type.
Declaration
Swift
case passport = "PASSPORT" -
ID document front document type.
Declaration
Swift
case idDocumentFront = "ID_DOCUMENT_FRONT" -
ID document back document type.
Declaration
Swift
case idDocumentBack = "ID_DOCUMENT_BACK" -
Driver license front document type.
Declaration
Swift
case driverLicenseFront = "DRIVER_LICENSE_FRONT" -
Driver license back document type.
Declaration
Swift
case driverLicenseBack = "DRIVER_LICENSE_BACK" -
Selfie document type.
Declaration
Swift
case selfie = "SELFIE" -
Proof of address document type.
Declaration
Swift
case proofOfAddress = "PROOF_OF_ADDRESS" -
Proof of funds document type.
Declaration
Swift
case proofOfFunds = "PROOF_OF_FUNDS" -
Matricula consular front document type.
Declaration
Swift
case matriculaConsularFront = "MC_DOCUMENT_FRONT" -
Matricula consular back document type.
Declaration
Swift
case matriculaConsularBack = "MC_DOCUMENT_BACK" -
INE front document type.
Declaration
Swift
case ineFront = "INE_FRONT" -
INE back document type.
Declaration
Swift
case ineBack = "INE_BACK" -
Articles of incorporation document type.
Declaration
Swift
case articlesOfIncorporation = "ARTICLES_OF_INCORPORATION" -
Certificate of good standing document type.
Declaration
Swift
case certificateOfGoodStanding = "CERTIFICATE_OF_GOOD_STANDING" -
ORG chart document type.
Declaration
Swift
case orgChart = "ORG_CHART" -
UBO form document type.
Declaration
Swift
case uboForm = "UBO_FORM" -
Reg gg attestation document type.
Declaration
Swift
case regGGAttestation = "REG_GG_ATTESTATION"
View on GitHub