Record
product
No description available.
record product {
active: bool,
created: s32,
default-price: option<string>,
description: option<string>,
id: string,
images: list<string>,
livemode: bool,
metadata: product-metadata,
name: string,
object: product-object-enum,
package-dimensions: option<string>,
shippable: option<bool>,
statement-descriptor: option<string>,
tax-code: option<string>,
unit-label: option<string>,
updated: s32,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| active | bool | |
| created | s32 | |
| default-price | option<string> | |
| description | option<string> | |
| id | string | |
| images | list<string> | |
| livemode | bool | |
| metadata | product-metadata | |
| name | string | |
| object | product-object-enum | |
| package-dimensions | option<string> | |
| shippable | option<bool> | |
| statement-descriptor | option<string> | |
| tax-code | option<string> | |
| unit-label | option<string> | |
| updated | s32 | |
| url | option<string> |