CurrentTier

public struct CurrentTier : Codable, Equatable

Struct representing the current tier summary related values.

  • Name of the tier.

    Declaration

    Swift

    public var name: String
  • Label of the tier.

    Declaration

    Swift

    public var label: String
  • Date of expiration of the tier.

    Declaration

    Swift

    public var expirationDate: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, label: String, expirationDate: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws