Other Structures
The following structures are available globally.
-
Composite document information
See moreDeclaration
Swift
public struct CompositeDocument
-
Information used to create a composite document
See moreDeclaration
Swift
public struct CompositeDocumentInfo
extension CompositeDocumentInfo: Encodable
-
Data model that represents a Document entity
See moreDeclaration
Swift
public struct Document
extension Document: Equatable
-
Undocumented
See moreDeclaration
Swift
public struct ExtractionsContainer
extension ExtractionsContainer: Decodable
-
Partial document info used to create a composite document
See moreDeclaration
Swift
public struct PartialDocumentInfo
extension PartialDocumentInfo: Codable
-
Struct for payment provider
See moreDeclaration
Swift
public struct PaymentProvider : Codable
extension PaymentProvider: Equatable
-
Struct for MinAppVersions in payment provider response
See moreDeclaration
Swift
public struct MinAppVersions : Codable
-
Struct for payment provider colors in payment provider response
See moreDeclaration
Swift
public struct ProviderColors : Codable
-
Undocumented
See moreDeclaration
Swift
public struct ButtonConfiguration
-
Data structure for Payment Review Screen initialization.
See moreDeclaration
Swift
public struct DataForReview
-
Undocumented
See moreDeclaration
Swift
public struct PaymentComponentConfiguration
-
Model object for payment information
See moreDeclaration
Swift
public struct PaymentInfo
-
View model class for collection view cell
Declaration
Swift
public struct PageCollectionCellViewModel
-
Struct representing a tracking event. It contains the event type and an optional dictionary for additional related data.
See moreDeclaration
Swift
public struct TrackingEvent<T> where T : RawRepresentable, T.RawValue == String