Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 555 Bytes

GenerateLoyaltyCard.md

File metadata and controls

19 lines (12 loc) · 555 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]

Code Sample

require 'TalonOne'

instance = TalonOne::GenerateLoyaltyCard.new(status: active,
                                 customer_profile_ids: [R195412, G244519])