Name | Type | Description | Notes |
---|---|---|---|
id | Number | Internal ID of this entity. | |
created | Date | The time this entity was created. | |
programID | Number | The ID of the loyalty program that owns this entity. | |
status | String | Status of the loyalty card. Can be `active` or `inactive`. | |
blockReason | String | Reason for transferring and blocking the loyalty card. | [optional] |
identifier | String | The alphanumeric identifier of the loyalty card. | |
usersPerCardLimit | Number | The max amount of customer profiles that can be linked to the card. 0 means unlimited. | |
profiles | [LoyaltyCardProfileRegistration] | Integration IDs of the customers profiles linked to the card. | [optional] |
ledger | LedgerInfo | [optional] | |
subledgers | {String: LedgerInfo} | Displays point balances of the card in the subledgers of the loyalty program. | [optional] |
modified | Date | Timestamp of the most recent update of the loyalty card. | [optional] |
oldCardIdentifier | String | The alphanumeric identifier of the loyalty card. | [optional] |
newCardIdentifier | String | The alphanumeric identifier of the loyalty card. | [optional] |
batchId | String | The ID of the batch in which the loyalty card was created. | [optional] |