InPlayerTrialPeriod

public struct InPlayerTrialPeriod : Codable

Trial period model

  • id

    Id

    Declaration

    Swift

    public let id: Int?
  • Description regarding the trial period

    Declaration

    Swift

    public let descriptionField: String?
  • One of the period types: ‘minute’, ‘hour’, ‘day’, ‘week’, ‘month’ or ‘year’

    Declaration

    Swift

    public let period: String?
  • The number denoting the duration of the access

    Declaration

    Swift

    public let quantity: Int?
  • Undocumented

    Declaration

    Swift

    public let createdAt: Double?
  • Undocumented

    Declaration

    Swift

    public let updatedAt: Double?
  • Decoder method

    Declaration

    Swift

    public init(from decoder: Decoder) throws