Loyalty Identifier Object

Each loyalty identifier object contains the current loyalty value stored with an identifier for a given loyalty program. The meaning of value depends on the loyalty scheme. It can represent money, points, visits or other loyalty units.

Name

Type

Description

identifier

string, required

consumer identifier

value

float, required

current loyalty value stored with the identifier (money, points, visits or other)

Example

{
  "identifier": "990000000002",
  "value": 100.0
}