CustomerLoyalty
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | id | |
chainLoyalty | ChainLoyalty | Chain Loyalty | |
membershipId | String | membership identify |
JSON representation
{ "id" : 16, "chainLoyalty" : { "id": 1, "programId": "IB", "name": "IberiaPlus", "propertyLoyaltyList": [ { "id": 1, "active": true, "inactiveReason": null } ... }, "membershipId": "123456789ABC" }