Product data for a checkout session.
Field | Type | Required | Description |
---|---|---|---|
CreatedAt |
time.Time | ✔️ | Creation timestamp of the object. |
ModifiedAt |
time.Time | ✔️ | Last modification timestamp of the object. |
ID |
string | ✔️ | The ID of the product. |
Name |
string | ✔️ | The name of the product. |
Description |
string | ✔️ | The description of the product. |
RecurringInterval |
components.SubscriptionRecurringInterval | ✔️ | The recurring interval of the product. If None , the product is a one-time purchase. |
IsRecurring |
bool | ✔️ | Whether the product is a subscription. |
IsArchived |
bool | ✔️ | Whether the product is archived and no longer available. |
OrganizationID |
string | ✔️ | The ID of the organization owning the product. |
Prices |
[]components.CheckoutProductPrices | ✔️ | List of prices for this product. |
Benefits |
[]components.BenefitPublic | ✔️ | List of benefits granted by the product. |
Medias |
[]components.ProductMediaFileRead | ✔️ | List of medias associated to the product. |