Interface Product

Hierarchy

  • Product

Properties

authors?: any
calculated_duration?: number
categories?: null | <internal>.Category[]
categories_count?: null | number
created_at: null | string
description: null | string
duration: null | string
extra_fees: number
id: number
limit_per_user: null | number
limit_total: null | number
name: string
poster_absolute_url?: null | string
poster_url: null | string
poster_url_or_productable_thumbnail?: null | string
price: number
price_old: null | number
productables?: null | ProductProductable[]
productables_count?: null | number
purchasable: boolean
related_products?: null | <internal>.Product[]
related_products_count?: null | number
tags?: null | <internal>.Tag[]
tags_count?: null | number
tax_rate: number
teaser_url: null | string
type: string
updated_at: null | string
users?: null | <internal>.User[]
users_count?: null | number

Generated using TypeDoc