Sha256: eaec4874580b7d2b227d0bff8616a1f893e04660b10b1c33c8917400a3157bb2
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
# 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**](CodeGeneratorSettings.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyCardBatch.new(number_of_cards: 5000, batch_id: hwernpjz, status: active, card_code_settings: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/LoyaltyCardBatch.md |