DigitalCartItem
Digital cart item model.
interface DigitalCartItem extends CartItemBase {
download_file_urls?: string[];
download_page_url?: string;
download_size?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
download_file_urls | Optional | string[] | URLs to download all product files. |
download_page_url | Optional | string | The URL for the combined downloads page. |
download_size | Optional | string | Combined download size, in human-readable style. E.g.: 30MB. |