Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 548 Bytes

GenerateLoyaltyCard.md

File metadata and controls

22 lines (10 loc) · 548 Bytes

TalonOne.GenerateLoyaltyCard

Properties

Name Type Description Notes
status String Status of the loyalty card. [optional] [default to 'active']
customerProfileIds [String] Integration IDs of the customer profiles linked to the card. [optional]
cardIdentifier String The alphanumeric identifier of the loyalty card. [optional]

Enum: StatusEnum

  • active (value: "active")

  • inactive (value: "inactive")