Name | Type | Description | Notes |
---|---|---|---|
TotalInvited | Pointer to int32 | [optional] | |
InvitationLink | Pointer to string | [optional] |
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
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
func (o *Referral) GetTotalInvited() int32
GetTotalInvited returns the TotalInvited field if non-nil, zero value otherwise.
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.
func (o *Referral) SetTotalInvited(v int32)
SetTotalInvited sets TotalInvited field to given value.
func (o *Referral) HasTotalInvited() bool
HasTotalInvited returns a boolean if a field has been set.
func (o *Referral) GetInvitationLink() string
GetInvitationLink returns the InvitationLink field if non-nil, zero value otherwise.
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.
func (o *Referral) SetInvitationLink(v string)
SetInvitationLink sets InvitationLink field to given value.
func (o *Referral) HasInvitationLink() bool
HasInvitationLink returns a boolean if a field has been set.