ChainLoyalty

Structure

FieldTypeRequiredDescription
idInteger
id
programIdInteger
program Identify
nameString
loyalty name
propertyLoyaltyListList<PropertyLoyalty>
List of PropertyLoyalty

JSON representation

{
	"id": 1,
	"programId": "IB",
	"name": "IberiaPlus",
	"propertyLoyaltyList": [
	{
		"id": 1,
		"active": true,
		"inactiveReason": null
	} ...
}