Entity Description
A product within the business cart that a business plans to purchase
Properties
Name | Description | Type | Example |
---|---|---|---|
uid | Unique identifier for the entity | string | "a7d9f0f5-4e0c-4b0e-812c-8b7f48e4c389" |
created_at | Timestamp when the entity was created | string | "2024-01-01T12:00:00Z" |
updated_at | Timestamp when the entity was last updated | string | "2024-01-02T12:00:00Z" |
business_cart_uid | Identifier for the associated business cart | string | "b1f9e7d3-4b10-4e9a-812c-1f8d4e5b1234" |
offering_uid | Identifier for the offering | string | "o7e4f3c9-3a1d-4f2a-912e-5c3d7f6e2345" |
price | Price of the offering | number | 199.99 |
currency | Currency of the price | string | "USD" |
Payment_type | Type of payment | string | "Credit Card" |
display_name | Display name for the entity | string | "Premium Subscription" |
subscription_uid | Identifier for the subscription | string | "s9d1f2a8-5e7c-4f8d-812c-9b7e6f4b6789" |