Name | Type | Description | Notes |
---|---|---|---|
NewCardIdentifier | Pointer to string | The alphanumeric identifier of the loyalty card. | |
BlockReason | Pointer to string | Reason for transferring and blocking the loyalty card. | [optional] |
func (o *TransferLoyaltyCard) GetNewCardIdentifier() string
GetNewCardIdentifier returns the NewCardIdentifier field if non-nil, zero value otherwise.
func (o *TransferLoyaltyCard) GetNewCardIdentifierOk() (string, bool)
GetNewCardIdentifierOk returns a tuple with the NewCardIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransferLoyaltyCard) HasNewCardIdentifier() bool
HasNewCardIdentifier returns a boolean if a field has been set.
func (o *TransferLoyaltyCard) SetNewCardIdentifier(v string)
SetNewCardIdentifier gets a reference to the given string and assigns it to the NewCardIdentifier field.
func (o *TransferLoyaltyCard) GetBlockReason() string
GetBlockReason returns the BlockReason field if non-nil, zero value otherwise.
func (o *TransferLoyaltyCard) GetBlockReasonOk() (string, bool)
GetBlockReasonOk returns a tuple with the BlockReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransferLoyaltyCard) HasBlockReason() bool
HasBlockReason returns a boolean if a field has been set.
func (o *TransferLoyaltyCard) SetBlockReason(v string)
SetBlockReason gets a reference to the given string and assigns it to the BlockReason field.