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 -
Account occupation model.
See moreDeclaration
Swift
public struct Occupation : 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 -
The camera configuration.
See moreDeclaration
Swift
@MainActor public struct ALCameraConfiguration -
The Camera bundle configuration.
See moreDeclaration
Swift
@MainActor public struct ALBundleConfiguration -
The default button style.
See moreDeclaration
Swift
@MainActor public struct ALButtonStyle : ButtonStyle -
The camera overlay configuration.
See moreDeclaration
Swift
@MainActor public struct ALCameraOverlayConfiguration -
The camera overlay.
See moreDeclaration
Swift
@MainActor public struct ALCameraOverlayView : View -
The overlay image frame.
See moreDeclaration
Swift
@MainActor public struct ALCameraOverlayImageFrameView : View -
The overlay shape frame.
See moreDeclaration
Swift
@MainActor public struct ALCameraOverlayShapeFrameView<S> : View where S : Shape -
The camera success.
See moreDeclaration
Swift
public struct ALCameraSuccess : Sendable, Equatable, Hashable -
The camera validation.
See moreDeclaration
Swift
@MainActor public struct ALCameraValidation : Equatable -
The error view.
See moreDeclaration
Swift
@MainActor public struct ALFailureView : View -
The loading view.
See moreDeclaration
Swift
@MainActor public struct ALLoadingView : View
View on GitHub
Structures Reference