Commerce Subscription
By default, the Commerce Subscription's history is 12 months.
Field | Type | Description |
---|---|---|
id | uuid | Unique identifier (UUID) |
source_created_at | date | Date on which the subscription was created, according the provider. |
amount | Money | Value of the subscription. |
status | string | The initial state of the plan. Allowed input values are CREATED and ACTIVE. |
plan_name | string | The name of the plan this subscription is created from, as set by the user on their provider-specific interface. |
frequency_unit | string | The interval at which the subscription is charged or billed. Value: “day”, ”week”, ”month”, ”year” |
frequency_interval | int | The number of intervals after which a subscriber is billed. |
provider_name | string | Name of the provider the data is coming from (informational field) - e.g. "Paypal", "Stripe", ... |
data_connection_id | uuid | UUID of the data connection leading to this data |