Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 685 Bytes

GenerateLoyaltyCard.md

File metadata and controls

12 lines (9 loc) · 685 Bytes

TalonOne.Model.GenerateLoyaltyCard

The parameters necessary to generate a loyalty card.

Properties

Name Type Description Notes
Status string Status of the loyalty card. [optional] [default to StatusEnum.Active]
CustomerProfileIds List<string> Integration IDs of the customer profiles linked to the card. [optional]
CardIdentifier string The alphanumeric identifier of the loyalty card. [optional]

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