Rules
Definition of rule set for handling of this object
| Key | Type | Description |
|---|---|---|
| canSellOnSecondary | boolean | Can sell on secondary market |
| timeUtilSecondSale | float | Minimal time that must pass between two sales |
| minTimeBetweenSales | float | Minimal time that must pass between two sales |
| onlyAgents | boolean | Only agents can sell |
Example
{
"UID":"",
"title":"",
"bit":{
"object":"",
"license":"",
"numberOfBits":1
"rules":{
"canSellOnSecondary":true,
"timeUntilSecondSale":2000,
"minTimeBetweenSales":1000,
"onlyAgents":true
}
}
}