Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 618 Bytes

LoyaltyCardBatch.md

File metadata and controls

21 lines (14 loc) · 618 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']

Code Sample

require 'TalonOne'

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