Enumerations
The following enumerations are available globally.
-
The consumer details need to be one of the structures.
See moreDeclaration
Swift
public enum AccountInformation : Codable, Sendable
-
Account purpose types.
See moreDeclaration
Swift
public enum AccountPurpose : String, Codable, Sendable
-
The current stage in the verification process.
See moreDeclaration
Swift
public enum AccountStage : String, Codable, Sendable
-
The user account current status
See moreDeclaration
Swift
public enum AccountStatus : String, Codable, Sendable
-
The reason why an account might be in a particular status.
See moreDeclaration
Swift
public enum AccountStatusReason : String, Codable, Sendable
-
The type of account.
See moreDeclaration
Swift
public enum AccountType : String, Codable, Sendable
-
The consumer details need to be one of the structures.
See moreDeclaration
Swift
public enum AccountUpdateInformation : Encodable, Sendable
-
Business types.
See moreDeclaration
Swift
public enum BusinessType : String, Codable, Sendable
-
Document types.
See moreDeclaration
Swift
public enum DocumentType : String, Codable, Sendable
-
Dossier status.
See moreDeclaration
Swift
public enum DossierStatus : String, Codable, Sendable
-
Source of funds types.
See moreDeclaration
Swift
public enum SourceOfFunds : String, Codable, Sendable
-
Stakeholder types.
See moreDeclaration
Swift
public enum StakeholderType : String, Codable, Sendable
-
Data model to setup dossier upload.
See moreDeclaration
Swift
public enum AccountDossierUploadRequest : Sendable