Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 730 Bytes

GenerateLoyaltyCard.md

File metadata and controls

21 lines (14 loc) · 730 Bytes

TalonOne::GenerateLoyaltyCard

Properties

Name Type Description Notes
status String Status of the loyalty card. [optional] [default to 'active']
customer_profile_ids Array<String> Integration IDs of the customer profiles linked to the card. [optional]
card_identifier String The alphanumeric identifier of the loyalty card. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::GenerateLoyaltyCard.new(status: active,
                                 customer_profile_ids: [R195412, G244519],
                                 card_identifier: summer-loyalty-card-0543)