Entitlement

public struct Entitlement : Codable, Equatable

Entitlement objects as part of the EntitlementResponse from the server: https://dev.twitch.tv/docs/api/reference/#get-drops-entitlements

  • id

    Undocumented

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public let benefitId: String
  • Undocumented

    Declaration

    Swift

    public let timestamp: Date
  • Undocumented

    Declaration

    Swift

    public let userId: String
  • Undocumented

    Declaration

    Swift

    public let gameId: String
  • Undocumented

    Declaration

    Swift

    public let fulfillmentStatus: EntitlementFulfillmentStatus
  • Undocumented

    Declaration

    Swift

    public let updatedAt: Date