Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.88 KB

LoyaltyCard.md

File metadata and controls

25 lines (21 loc) · 1.88 KB

LoyaltyCard

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
program_id int The ID of the loyalty program that owns this entity.
program_name str The integration name of the loyalty program that owns this entity. [optional]
program_title str The Campaign Manager-displayed name of the loyalty program that owns this entity. [optional]
status str Status of the loyalty card. Can be `active` or `inactive`.
block_reason str Reason for transferring and blocking the loyalty card. [optional]
identifier str The alphanumeric identifier of the loyalty card.
users_per_card_limit int The max amount of customer profiles that can be linked to the card. 0 means unlimited.
profiles list[LoyaltyCardProfileRegistration] Integration IDs of the customers profiles linked to the card. [optional]
ledger LedgerInfo [optional]
subledgers dict(str, LedgerInfo) Displays point balances of the card in the subledgers of the loyalty program. [optional]
modified datetime Timestamp of the most recent update of the loyalty card. [optional]
old_card_identifier str The alphanumeric identifier of the loyalty card. [optional]
new_card_identifier str The alphanumeric identifier of the loyalty card. [optional]
batch_id str The ID of the batch in which the loyalty card was created. [optional]

[Back to Model list] [Back to API list] [Back to README]