InPlayerSeasonalFee
public struct InPlayerSeasonalFee : Codable
Seasonal Fee model
-
Undocumented
Declaration
Swift
public let id: Int? -
Undocumented
Declaration
Swift
public let accessFeeId: Int? -
Undocumented
Declaration
Swift
public let merchantId: Int? -
True if content is available outside of the season
Declaration
Swift
public let offSeasonAccess: Bool -
Current price for the season access
Declaration
Swift
public let currentPriceAmount: Double? -
Unix timestamp showing when the rebill for the next season should happen
Declaration
Swift
public let anchorDate: Double? -
Undocumented
Declaration
Swift
public let createdAt: Double? -
Undocumented
Declaration
Swift
public let updatedAt: Double? -
Decoder method
Declaration
Swift
public init(from decoder: Decoder) throws -
Encoder method
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
InPlayerSeasonalFee Structure Reference