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. |
func (o *RedeemReferralEffectProps) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *RedeemReferralEffectProps) HasId() bool
HasId returns a boolean if a field has been set.
func (o *RedeemReferralEffectProps) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *RedeemReferralEffectProps) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *RedeemReferralEffectProps) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *RedeemReferralEffectProps) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.