pricesModel
Namespace: | http://filecatalyst.com/model |
XML Schema: | model.xsd |
Prices model class
XML
Attributes
name | type | description |
---|---|---|
minimumCost | double | Minimum cost to use. |
name | string | Price name. |
Elements
name (type) | min/max occurs |
description |
---|---|---|
price (priceModel) | 0/unbounded | List of prices. |
JSON
property | type | description |
---|---|---|
minimumCost | double | Minimum cost to use. |
name | string | Price name. |
price | array of price (priceModel) | List of prices. |