InPlayerVoucherRule

public struct InPlayerVoucherRule : Codable

Voucher Rule model

  • id

    Rule ID

    Declaration

    Swift

    public let id: Int?
  • Rule type

    Declaration

    Swift

    public let ruleType: String?
  • Value

    Declaration

    Swift

    public let value: String?
  • Voucher

    Declaration

    Swift

    public let voucher: InPlayerVoucher?
  • Decoder method

    Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Encoder method

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws