Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 773 Bytes

LoyaltyCardBatch.md

File metadata and controls

23 lines (16 loc) · 773 Bytes

TalonOne::LoyaltyCardBatch

Properties

Name Type Description Notes
number_of_cards Integer Number of loyalty cards in the batch.
batch_id String ID of the loyalty card batch. [optional]
status String Status of the loyalty cards in the batch. [optional] [default to 'active']
card_code_settings CodeGeneratorSettings [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::LoyaltyCardBatch.new(number_of_cards: 5000,
                                 batch_id: hwernpjz,
                                 status: active,
                                 card_code_settings: null)