Record
on-demand-promotion
No description available.
record on-demand-promotion {
access-type: on-demand-promotion-access-type-enum,
discount-type: on-demand-promotion-discount-type-enum,
download: bool,
label: string,
metadata: on-demand-promotion-metadata,
percent-off: f64,
product-type: on-demand-promotion-product-type-enum,
stream-period: on-demand-promotion-stream-period-enum,
total: f64,
type-op: on-demand-promotion-type-op-enum,
uri: string,
}Fields
| Name | Type | Description |
|---|---|---|
| access-type | on-demand-promotion-access-type-enum | |
| discount-type | on-demand-promotion-discount-type-enum | |
| download | bool | |
| label | string | |
| metadata | on-demand-promotion-metadata | |
| percent-off | f64 | |
| product-type | on-demand-promotion-product-type-enum | |
| stream-period | on-demand-promotion-stream-period-enum | |
| total | f64 | |
| type-op | on-demand-promotion-type-op-enum | |
| uri | string |