Description
An Offering represents a commercial agreement in the inTandem platform, describing the various attributes of the commercial terms, including pricing, type, and additional metadata.
Entity Properties
Example Entity
Name | Description | Type | Required |
---|---|---|---|
| The entity unique identifier. |
| No |
| Timestamp indicating when the entity was created. |
| No |
| Timestamp of the entity's most recent update. |
| No |
| Category of the offering. Possible values: |
| Yes |
| The unique code of the associated underlying SKU (e.g., app code name, offering code). |
| Yes |
| The SKU's display name. |
| Yes |
| The number of items included in the offering. Default: |
| Yes |
| Defines the billing cycle period. Possible values: |
| Yes |
| Current status of the directory offering. Default: |
| No |
| The business entity or vendor that offers this SKU. Possible values: |
| No |
| List of price objects. Each object contains |
| Yes |
| Whether or not this offering supports a trial period. Default: |
| No |
| Specifies how the trial option is managed. Current value: |
| No |
| Number of days for the trial period. If not specified or set to |
| No |
| A comma-separated list of tags to be used for reporting purposes. Possible values: ` - - |
| No |
{
"uid": "bc33f12d-98ee-428f-9f65-18bba589cb95",
"created_at": "2024-01-01T09:00:00Z",
"updated_at": "2024-03-20T12:34:56Z",
"type": "package",
"SKU": "premium_10",
"display_name": "Premium 10",
"quantity": 1,
"payment_type": "monthly",
"status": "active",
"vendor": "inTandem",
"prices": [
{
"price": 5.00,
"currency": "USD"
},
{
"price": 5.00,
"currency": "EUR"
}
],
"enable_trial": false,
"trial_type": "expire",
"trial_period": 14,
"reporting_tags": "core"