Other Structures
The following structures are available globally.
-
Data structure for Payment Review Screen initialization.
See moreDeclaration
Swift
public struct DataForReview
-
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