Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.66 KB

RedeemReferralEffectProps.md

File metadata and controls

65 lines (34 loc) · 1.66 KB

RedeemReferralEffectProps

Properties

Name Type Description Notes
Id Pointer to int32 The id of the referral code that was redeemed.
Value Pointer to string The referral code that was redeemed.

Methods

GetId

func (o *RedeemReferralEffectProps) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *RedeemReferralEffectProps) GetIdOk() (int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasId

func (o *RedeemReferralEffectProps) HasId() bool

HasId returns a boolean if a field has been set.

SetId

func (o *RedeemReferralEffectProps) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

GetValue

func (o *RedeemReferralEffectProps) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *RedeemReferralEffectProps) GetValueOk() (string, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasValue

func (o *RedeemReferralEffectProps) HasValue() bool

HasValue returns a boolean if a field has been set.

SetValue

func (o *RedeemReferralEffectProps) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

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