Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.25 KB

Referral.md

File metadata and controls

82 lines (45 loc) · 2.25 KB

Referral

Properties

Name Type Description Notes
TotalInvited Pointer to int32 [optional]
InvitationLink Pointer to string [optional]

Methods

NewReferral

func NewReferral() *Referral

NewReferral instantiates a new Referral object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewReferralWithDefaults

func NewReferralWithDefaults() *Referral

NewReferralWithDefaults instantiates a new Referral object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetTotalInvited

func (o *Referral) GetTotalInvited() int32

GetTotalInvited returns the TotalInvited field if non-nil, zero value otherwise.

GetTotalInvitedOk

func (o *Referral) GetTotalInvitedOk() (*int32, bool)

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

SetTotalInvited

func (o *Referral) SetTotalInvited(v int32)

SetTotalInvited sets TotalInvited field to given value.

HasTotalInvited

func (o *Referral) HasTotalInvited() bool

HasTotalInvited returns a boolean if a field has been set.

GetInvitationLink

func (o *Referral) GetInvitationLink() string

GetInvitationLink returns the InvitationLink field if non-nil, zero value otherwise.

GetInvitationLinkOk

func (o *Referral) GetInvitationLinkOk() (*string, bool)

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

SetInvitationLink

func (o *Referral) SetInvitationLink(v string)

SetInvitationLink sets InvitationLink field to given value.

HasInvitationLink

func (o *Referral) HasInvitationLink() bool

HasInvitationLink returns a boolean if a field has been set.

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