Record
subscription
No description available.
record subscription {
allotment: option<allotment>,
asset-type: option<string>,
description: option<string>,
expiration-time: option<string>,
formats: option<list<license-format>>,
id: string,
license: option<string>,
metadata: option<subscription-metadata>,
price-per-download: option<price>,
}Fields
| Name | Type | Description |
|---|---|---|
| allotment | option<allotment> | |
| asset-type | option<string> | |
| description | option<string> | |
| expiration-time | option<string> | |
| formats | option<list<license-format>> | |
| id | string | |
| license | option<string> | |
| metadata | option<subscription-metadata> | |
| price-per-download | option<price> |