Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 611 Bytes

GenerateLoyaltyCard.md

File metadata and controls

24 lines (13 loc) · 611 Bytes

GenerateLoyaltyCard

The parameters necessary to generate a loyalty card.

Properties

Name Type Description Notes
status StatusEnum Status of the loyalty card. [optional]
customerProfileIds List<String> Integration IDs of the customer profiles linked to the card. [optional]
cardIdentifier String The alphanumeric identifier of the loyalty card. [optional]

Enum: StatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"