Loyalty Point In Transaction
Identifies the loyalty point type and the amount credited or debited in this transaction (always positive).
idstringrequired
Loyalty point type identifier (same ID as in Get Loyalty Points).
amountintegerrequired
Amount of loyalty points credited or debited (always positive; use transaction source to indicate credit or debit).
Possible values: > 0
namestringrequired
Display name (e.g. Redeemable Points).
Loyalty Point In Transaction
{
"id": "string",
"amount": 0,
"name": "string"
}