SessionIdentifiers

@objc(PPCSessionIDs)
@objcMembers
final class SessionIdentifiers
extension SessionIdentifiers : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSObjectProtocol

Unique identifiers for an SDK session/checkout session

  • A unique identifier for a single checkout session

    Declaration

    Swift

    var orderSessionID: String?
  • A unique identifier for a session of the SDK

    Declaration

    Swift

    var sdkSessionID: String?