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