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

Hierarchy

  • Event
    • SubscriptionEventPayForPlan

Properties

Properties

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

Generated using TypeDoc