Name | Type | Description | Notes |
---|---|---|---|
name | string | The name / description of this loyalty point addition. | |
programId | int | The ID of the loyalty program where these points were added. | |
subLedgerId | string | The ID of the subledger within the loyalty program where these points were added. | |
value | float | The amount of points that were added. | |
desiredValue | float | The original amount of loyalty points to be awarded. | [optional] |
recipientIntegrationId | string | The user for whom these points were added. | |
startDate | \DateTime | Date after which points will be valid. | [optional] |
expiryDate | \DateTime | Date after which points will expire. | [optional] |
transactionUUID | string | The identifier of this addition in the loyalty ledger. | |
cartItemPosition | float | The index of the item in the cart items list on which the loyal points addition should be applied. | [optional] |
cartItemSubPosition | float | For cart items with `quantity` > 1, the sub position indicates to which item the loyalty points addition is applied. | [optional] |
cardIdentifier | string | The alphanumeric identifier of the loyalty card. | [optional] |
bundleIndex | int | The position of the bundle in a list of item bundles created from the same bundle definition. | [optional] |
bundleName | string | The name of the bundle definition. | [optional] |