Structures
The following structures are available globally.
-
User account model.
See moreDeclaration
Swift
public struct Account : Codable, Sendable
-
Account address model.
See moreDeclaration
Swift
public struct AccountAddress : AddressModel, Codable, Sendable
-
This structure contains dossier information attached to an account in the system.
See moreDeclaration
Swift
public struct AccountDossier : Codable, Sendable
-
This structure contains the business information.
See moreDeclaration
Swift
public struct BusinessInformation : Codable, Sendable
-
This structure contains the business information.
See moreDeclaration
Swift
public struct BusinessUpdateInformation : Encodable, Sendable
-
This structure contains the cardholder information.
See moreDeclaration
Swift
public struct CardholderInformation : Codable, Sendable
-
This structure contains the cardholder information.
See moreDeclaration
Swift
public struct CardholderUpdateInformation : Encodable, Sendable
-
This structure contains the consumer information.
See moreDeclaration
Swift
public struct ConsumerInformation : Codable, Sendable
-
This structure contains the consumer information.
See moreDeclaration
Swift
public struct ConsumerUpdateInformation : Encodable, Sendable
-
Document model.
See moreDeclaration
Swift
public struct Document : Codable, Sendable
-
Document extracted address model.
See moreDeclaration
Swift
public struct DocumentExtractedAddress : Codable, Sendable
-
Document extracted data model.
See moreDeclaration
Swift
public struct DocumentExtractedData : Codable, Sendable
-
Profile request model.
See moreDeclaration
Swift
public struct ProfileRequest : Codable, Sendable
-
Address request model.
See moreDeclaration
Swift
public struct AccountAddressRequest : AddressModel, Codable, Sendable
-
Model that holds the data used to add documents.
See moreDeclaration
Swift
public struct AccountDossierRequest : Encodable, Sendable
-
Model that holds the data used to update a document.
See moreDeclaration
Swift
public struct AccountDossierUpdateRequest : Encodable, Sendable
-
User update request model.
See moreDeclaration
Swift
public struct AccountUpdateRequest : Encodable, Sendable
-
Accounts request model.
See moreDeclaration
Swift
public struct AccountsQuery : Sendable
-
Dossier response model.
See moreDeclaration
Swift
public struct AccountDossierResponse : Codable, Sendable
-
Dossier response model.
See moreDeclaration
Swift
public struct AccountDossiersResponse : Codable, Sendable
-
Account response.
See moreDeclaration
Swift
public struct AccountResponse : Codable, Sendable
-
Accounts response.
See moreDeclaration
Swift
public struct AccountsResponse : Codable, Sendable
-
This structure contains the stakeholder information.
See moreDeclaration
Swift
public struct StakeholderInformation : Codable, Sendable
-
This structure contains the stakeholder information.
See moreDeclaration
Swift
public struct StakeholderUpdateInformation : Encodable, Sendable