Description
The SKU represents a service or a features set that can be offered by inTandem/partners to their users.
Name | Description | Type | Required |
---|---|---|---|
uid | The entity unique identifier | string | Yes |
created_at | Timestamp indicating when the entity was created | string (date-time) | Yes |
updated_at | Timestamp of the entity's most recent update | string (date-time) | Yes |
type | Type of the SKU. Possible values: package , app , addon | string (enum) | Yes |
unique_code_name | Unique code of the associated underlying SKU (e.g., app code name, package code) | string | Yes |
display_name | The SKU's display name | string | Yes |
Example
{
"uid": "bc33f12d-98ee-428f-9f65-18bba589cb95",
"created_at": "2024-01-01T09:00:00Z",
"updated_at": "2024-03-20T12:34:56Z",
"type": "package",
"code_name": "premium",
"display_name": "Premium"
}