Name | Type | Description | Notes |
---|---|---|---|
FriendProfileIntegrationId | Pointer to string | An optional Integration ID of the Friend's Profile. | [optional] |
StartDate | Pointer to time.Time | Timestamp at which point the referral code becomes valid. | [optional] |
ExpiryDate | Pointer to time.Time | Expiration date of the referral code. Referral never expires if this is omitted. | [optional] |
UsageLimit | Pointer to int32 | The number of times a referral code can be used. This can be set to 0 for no limit, but any campaign usage limits will still apply. | [optional] |
Attributes | Pointer to map[string]interface{} | Arbitrary properties associated with this item. | [optional] |
func (o *UpdateReferral) GetFriendProfileIntegrationId() string
GetFriendProfileIntegrationId returns the FriendProfileIntegrationId field if non-nil, zero value otherwise.
func (o *UpdateReferral) GetFriendProfileIntegrationIdOk() (string, bool)
GetFriendProfileIntegrationIdOk returns a tuple with the FriendProfileIntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateReferral) HasFriendProfileIntegrationId() bool
HasFriendProfileIntegrationId returns a boolean if a field has been set.
func (o *UpdateReferral) SetFriendProfileIntegrationId(v string)
SetFriendProfileIntegrationId gets a reference to the given string and assigns it to the FriendProfileIntegrationId field.
func (o *UpdateReferral) GetStartDate() time.Time
GetStartDate returns the StartDate field if non-nil, zero value otherwise.
func (o *UpdateReferral) GetStartDateOk() (time.Time, bool)
GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateReferral) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (o *UpdateReferral) SetStartDate(v time.Time)
SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.
func (o *UpdateReferral) GetExpiryDate() time.Time
GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.
func (o *UpdateReferral) GetExpiryDateOk() (time.Time, bool)
GetExpiryDateOk returns a tuple with the ExpiryDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateReferral) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.
func (o *UpdateReferral) SetExpiryDate(v time.Time)
SetExpiryDate gets a reference to the given time.Time and assigns it to the ExpiryDate field.
func (o *UpdateReferral) GetUsageLimit() int32
GetUsageLimit returns the UsageLimit field if non-nil, zero value otherwise.
func (o *UpdateReferral) GetUsageLimitOk() (int32, bool)
GetUsageLimitOk returns a tuple with the UsageLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateReferral) HasUsageLimit() bool
HasUsageLimit returns a boolean if a field has been set.
func (o *UpdateReferral) SetUsageLimit(v int32)
SetUsageLimit gets a reference to the given int32 and assigns it to the UsageLimit field.
func (o *UpdateReferral) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *UpdateReferral) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateReferral) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *UpdateReferral) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.