ChainOffer
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the ChainOffer |
code | string | true | Code of the ChainOffer |
name | string | true | Name of the ChainOffer |
active | boolean | true | Status of the ChainOffer |
JSON representation
{ "id": 1, "code": "WEB", "name": "Web Discount, "active": true, }