Other Structures

The following structures are available globally.

  • Composite document information

    See more

    Declaration

    Swift

    public struct CompositeDocument
  • Information used to create a composite document

    See more

    Declaration

    Swift

    public struct CompositeDocumentInfo
    extension CompositeDocumentInfo: Encodable
  • Data model that represents a Document entity

    See more

    Declaration

    Swift

    public struct Document
    extension Document: Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public struct ExtractionsContainer
    extension ExtractionsContainer: Decodable
  • Partial document info used to create a composite document

    See more

    Declaration

    Swift

    public struct PartialDocumentInfo
    extension PartialDocumentInfo: Codable
  • Struct for payment provider

    See more

    Declaration

    Swift

    public struct PaymentProvider : Codable
    extension PaymentProvider: Equatable
  • Struct for MinAppVersions in payment provider response

    See more

    Declaration

    Swift

    public struct MinAppVersions : Codable
  • Struct for payment provider colors in payment provider response

    See more

    Declaration

    Swift

    public struct ProviderColors : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public struct ButtonConfiguration
  • Data structure for Payment Review Screen initialization.

    See more

    Declaration

    Swift

    public struct DataForReview
  • Undocumented

    See more

    Declaration

    Swift

    public struct PaymentComponentConfiguration
  • Model object for payment information

    See more

    Declaration

    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 more

    Declaration

    Swift

    public struct TrackingEvent<T> where T : RawRepresentable, T.RawValue == String