ChainOffer

Structure

FieldTypeRequiredDescription
idinttrueId of the ChainOffer
codestringtrueCode of the ChainOffer
namestringtrueName of the ChainOffer
activebooleantrueStatus of the ChainOffer

JSON representation

{
	"id": 1, 
	"code": "WEB",
	"name": "Web Discount,
	"active": true,
}