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] |
require 'TalonOne'
instance = TalonOne::UpdateLoyaltyCard.new(status: active,
block_reason: Current card lost. Customer needs a new card.)