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

Hierarchy

  • Event
    • SubscriptionEventPayForPayout

Properties

Properties

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

Generated using TypeDoc