Other Structures

The following structures are available globally.

  • Data structure for Payment Review Screen initialization.

    See more

    Declaration

    Swift

    public struct DataForReview
  • 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