interface SubscriptionEventPayForSession {
    attributes: readonly Attribute[];
    type: "sentinel.subscription.v2.EventPayForSession";
    value: EventPayForSession;
}

Hierarchy

  • Event
    • SubscriptionEventPayForSession

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.subscription.v2.EventPayForSession"
value: EventPayForSession

Generated using TypeDoc