Product
- Price - is always expressed in pennies.
- DurationType - is one of Hours, Months or Years.
- ProductType - is one of PrimaryLicense or FeatureSupplement.
- Tag - is an optional data attribute that can be set to ride along with this product and related OwnedProduct entries that are spawned from it. It has a max length of 100 characters.
- SupplementalFeatureQty - indicates an applicationāspecific meaning of a feature pack that is associated with a quantity, for instance, 200 blocks. Margot Okapi does not manage this threshold and any related behaviour should be implemented within the SystemTenant application(s).
productIdinteger<int32>
priceinteger<int32>
namestringnullable
durationCountinteger<int32>nullable
durationTypestringnullable
productTypestringnullable
tagstringnullable
supplementalFeatureQtynumber<double>nullable
Product
{
"productId": 0,
"price": 0,
"name": "string",
"durationCount": 0,
"durationType": "string",
"productType": "string",
"tag": "string",
"supplementalFeatureQty": 0
}