Sha256: ee6c332395fc4919a8963d1a690860ffde2d172172e6883930a27726070b1e12
Contents?: true
Size: 574 Bytes
Versions: 2
Compression:
Stored size: 574 Bytes
Contents
# TalonOne::TransferLoyaltyCard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **new_card_identifier** | **String** | The alphanumeric identifier of the loyalty card. | **block_reason** | **String** | Reason for transferring and blocking the loyalty card. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::TransferLoyaltyCard.new(new_card_identifier: summer-loyalty-card-0543, block_reason: Current card lost. Customer needs a new card.) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/TransferLoyaltyCard.md |
talon_one-6.0.0 | docs/TransferLoyaltyCard.md |