Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1 KB

AcceptReferralEffectProps.md

File metadata and controls

39 lines (20 loc) · 1 KB

AcceptReferralEffectProps

Properties

Name Type Description Notes
Value Pointer to string The referral code that was accepted.

Methods

GetValue

func (o *AcceptReferralEffectProps) GetValue() string

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

GetValueOk

func (o *AcceptReferralEffectProps) 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 *AcceptReferralEffectProps) HasValue() bool

HasValue returns a boolean if a field has been set.

SetValue

func (o *AcceptReferralEffectProps) 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]