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