Name | Type | Description | Notes |
---|---|---|---|
Value | Pointer to string | The coupon code that was accepted. |
func (o *AcceptCouponEffectProps) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *AcceptCouponEffectProps) 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 *AcceptCouponEffectProps) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *AcceptCouponEffectProps) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.