Structures

The following structures are available globally.

  • User account model.

    See more

    Declaration

    Swift

    public struct Account : Codable, Sendable
  • Account address model.

    See more

    Declaration

    Swift

    public struct AccountAddress : AddressModel, Codable, Sendable
  • This structure contains dossier information attached to an account in the system.

    See more

    Declaration

    Swift

    public struct AccountDossier : Codable, Sendable
  • This structure contains the business information.

    See more

    Declaration

    Swift

    public struct BusinessInformation : Codable, Sendable
  • This structure contains the business information.

    See more

    Declaration

    Swift

    public struct BusinessUpdateInformation : Encodable, Sendable
  • This structure contains the cardholder information.

    See more

    Declaration

    Swift

    public struct CardholderInformation : Codable, Sendable
  • This structure contains the cardholder information.

    See more

    Declaration

    Swift

    public struct CardholderUpdateInformation : Encodable, Sendable
  • This structure contains the consumer information.

    See more

    Declaration

    Swift

    public struct ConsumerInformation : Codable, Sendable
  • This structure contains the consumer information.

    See more

    Declaration

    Swift

    public struct ConsumerUpdateInformation : Encodable, Sendable
  • Document model.

    See more

    Declaration

    Swift

    public struct Document : Codable, Sendable
  • Document extracted address model.

    See more

    Declaration

    Swift

    public struct DocumentExtractedAddress : Codable, Sendable
  • Document extracted data model.

    See more

    Declaration

    Swift

    public struct DocumentExtractedData : Codable, Sendable
  • Profile request model.

    See more

    Declaration

    Swift

    public struct ProfileRequest : Codable, Sendable
  • Address request model.

    See more

    Declaration

    Swift

    public struct AccountAddressRequest : AddressModel, Codable, Sendable
  • Model that holds the data used to add documents.

    See more

    Declaration

    Swift

    public struct AccountDossierRequest : Encodable, Sendable
  • Model that holds the data used to update a document.

    See more

    Declaration

    Swift

    public struct AccountDossierUpdateRequest : Encodable, Sendable
  • User update request model.

    See more

    Declaration

    Swift

    public struct AccountUpdateRequest : Encodable, Sendable
  • Accounts request model.

    See more

    Declaration

    Swift

    public struct AccountsQuery : Sendable
  • Dossier response model.

    See more

    Declaration

    Swift

    public struct AccountDossierResponse : Codable, Sendable
  • Dossier response model.

    See more

    Declaration

    Swift

    public struct AccountDossiersResponse : Codable, Sendable
  • Account response.

    See more

    Declaration

    Swift

    public struct AccountResponse : Codable, Sendable
  • Accounts response.

    See more

    Declaration

    Swift

    public struct AccountsResponse : Codable, Sendable
  • This structure contains the stakeholder information.

    See more

    Declaration

    Swift

    public struct StakeholderInformation : Codable, Sendable
  • This structure contains the stakeholder information.

    See more

    Declaration

    Swift

    public struct StakeholderUpdateInformation : Encodable, Sendable