Name | Type | Description | Notes |
---|---|---|---|
Status | Pointer to string | Status of the loyalty card. Can be one of: ['active', 'inactive'] |
func (o *UpdateLoyaltyCard) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *UpdateLoyaltyCard) GetStatusOk() (string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateLoyaltyCard) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *UpdateLoyaltyCard) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.