Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 556 Bytes

UpdateLoyaltyCard.md

File metadata and controls

19 lines (12 loc) · 556 Bytes

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

require 'TalonOne'

instance = TalonOne::UpdateLoyaltyCard.new(status: active,
                                 block_reason: Current card lost. Customer needs a new card.)