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