Sha256: a4601aa3ff2af6121c9e48ee75cc52e7a1e643e93f85837de0a1f9ae6ddeb89d
Contents?: true
Size: 556 Bytes
Versions: 2
Compression:
Stored size: 556 Bytes
Contents
# TalonOne::UpdateLoyaltyCard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **status** | **String** | Status of the loyalty card. Can be `active` or `inactive`. | **block_reason** | **String** | Reason for transferring and blocking the loyalty card. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateLoyaltyCard.new(status: active, 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/UpdateLoyaltyCard.md |
talon_one-6.0.0 | docs/UpdateLoyaltyCard.md |