PurchasedPartnerOfferingProduct

public struct PurchasedPartnerOfferingProduct : PurchasedProduct, Decodable

Any purchased partner offering

  • id

    Identifier

    Declaration

    Swift

    public let id: String
  • Order identifier

    Declaration

    Swift

    public let orderId: String
  • Order reference number

    Declaration

    Swift

    public let orderReferenceNumber: String?
  • Price

    Declaration

    Swift

    public let finalPrice: Price
  • Type

    Declaration

    Swift

    public let purchaseType: PurchaseType
  • Title

    Declaration

    Swift

    public let title: String
  • Date in which the product takes place

    Declaration

    Swift

    public let eventDate: Date
  • Declaration

    Swift

    public init(from decoder: Decoder) throws