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

Hierarchy

  • Event
    • SubscriptionEventRefund

Properties

Properties

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

Generated using TypeDoc