Sha256: 7575b1c793ea57b8c2efd6e763de904ea9c4889c2495f0587d4c77c7be39b1a9
Contents?: true
Size: 483 Bytes
Versions: 2
Compression:
Stored size: 483 Bytes
Contents
# TalonOne::LoyaltyCardBatchResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **number_of_cards_generated** | **Integer** | Number of loyalty cards in the batch. | **batch_id** | **String** | ID of the loyalty card batch. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyCardBatchResponse.new(number_of_cards_generated: 5000, batch_id: hwernpjz) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/LoyaltyCardBatchResponse.md |
talon_one-6.0.0 | docs/LoyaltyCardBatchResponse.md |