- Unified Subscriptions properties: The model provides a unified representation of subscriptions properties across different platforms, enabling you to easily access and manage subscriptions data from different platforms.
- Comprehensive subscriptions information: The model provides a comprehensive representation of subscriptions data, including all the properties and relationships that you can retrieve for a subscription.
Attributes
Subscription Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | The RootFi ID of the subscription |
| rootfi_created_at | string | The ISO 8601 timestamp at which the record was created in RootFi |
| rootfi_updated_at | string | The ISO 8601 timestamp at which the record was last updated in RootFi |
| rootfi_company_id | integer | The RootFi company ID associated with the subscription |
| platform_id | string | The Platform’s ID for the Subscription |
| platform_unique_id | string | The platform’s unique identifier for the subscription |
| created_at | string | The date and time the Subscription was created |
| currency_id | string | The currency ID of the Subscription |
| description | string | The description of the Subscription |
| status | string | The status of the Subscription |
| contact_id | string | The contact ID of the Subscription |
| expire_by | string | The expiry date of the Subscription |
| current_start | string | The current billing period start date of the Subscription |
| current_end | string | The current billing period end date of the Subscription |
| payment_method | string | The payment method of the Subscription |
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the Subscription |
| created_at | string | The date and time the Subscription was created |
| currency_id | string | The currency ID of the Subscription |
| description | string | The description of the Subscription |
| status | string | The status of the Subscription |
| contact_id | string | The contact ID of the Subscription |
| expire_by | string | The expiry date of the Subscription |
| current_start | string | The current billing period start date of the Subscription |
| current_end | string | The current billing period end date of the Subscription |
| payment_method | string | The payment method of the Subscription |

