ChainLoyalty
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | id | |
programId | Integer | program Identify | |
name | String | loyalty name | |
propertyLoyaltyList | List<PropertyLoyalty> | List of PropertyLoyalty |
JSON representation
{ "id": 1, "programId": "IB", "name": "IberiaPlus", "propertyLoyaltyList": [ { "id": 1, "active": true, "inactiveReason": null } ... }