Enumerations

The following enumerations are available globally.

  • The consumer details need to be one of the structures.

    See more

    Declaration

    Swift

    public enum AccountInformation : Codable
  • Account purpose types.

    See more

    Declaration

    Swift

    public enum AccountPurpose : String, Codable
  • The current stage in the verification process.

    See more

    Declaration

    Swift

    public enum AccountStage : String, Codable
  • The user account current status

    See more

    Declaration

    Swift

    public enum AccountStatus : String, Codable
  • The reason why an account might be in a particular status.

    See more

    Declaration

    Swift

    public enum AccountStatusReason : String, Codable
  • The type of account.

    See more

    Declaration

    Swift

    public enum AccountType : String, Codable
  • The consumer details need to be one of the structures.

    See more

    Declaration

    Swift

    public enum AccountUpdateInformation : Encodable
  • Business types.

    See more

    Declaration

    Swift

    public enum BusinessType : String, Codable
  • Document types.

    See more

    Declaration

    Swift

    public enum DocumentType : String, Codable
  • Dossier status.

    See more

    Declaration

    Swift

    public enum DossierStatus : String, Codable
  • Source of funds types.

    See more

    Declaration

    Swift

    public enum SourceOfFunds : String, Codable
  • Stakeholder types.

    See more

    Declaration

    Swift

    public enum StakeholderType : String, Codable
  • Data model to setup dossier capture.

    See more

    Declaration

    Swift

    public enum AccountDossierCaptureRequest