SubscriptionCreatedEvent
An event created by Polar when a subscription is created.
Summary
Types
@type t() :: %PolarExpress.Schemas.SubscriptionCreatedEvent{ child_count: term(), customer: term(), customer_id: term(), external_customer_id: term(), external_member_id: term(), id: term(), label: term(), member_id: term(), metadata: term(), name: term(), organization_id: term(), parent_id: term(), source: term(), timestamp: term() }
child_count- Number of direct child events linked to this event.customer- The customer associated with the event. Nullable.customer_id- ID of the customer in your Polar organization associated with the event. Nullable.external_customer_id- ID of the customer in your system associated with the event. Nullable.external_member_id- ID of the member in your system within the customer's organization who performed the action inside B2B. Nullable.id- The ID of the object. Format: uuid4.label- Human readable label of the event type.member_id- ID of the member within the customer's organization who performed the action inside B2B. Nullable.metadataname- The name of the event.organization_id- The ID of the organization owning the event. Format: uuid4.parent_id- The ID of the parent event. Nullable.source- The source of the event.systemevents are created by Polar.userevents are the one you create through our ingestion API.timestamp- The timestamp of the event. Format: date-time.