# TalonOne::TransferLoyaltyCard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **new_card_identifier** | **String** | The alphanumeric identifier of the loyalty card. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::TransferLoyaltyCard.new(new_card_identifier: summer-loyalty-card-0543) ```