Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.03 KB

UpdateLoyaltyCard.md

File metadata and controls

39 lines (20 loc) · 1.03 KB

UpdateLoyaltyCard

Properties

Name Type Description Notes
Status Pointer to string Status of the loyalty card. Can be one of: ['active', 'inactive']

Methods

GetStatus

func (o *UpdateLoyaltyCard) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

HasStatus

func (o *UpdateLoyaltyCard) HasStatus() bool

HasStatus returns a boolean if a field has been set.

SetStatus

func (o *UpdateLoyaltyCard) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

[Back to Model list] [Back to API list] [Back to README]