Name | Type | Description | Notes |
---|---|---|---|
Value | Pointer to string | The coupon code that was created. | |
ProfileId | Pointer to string | The integration identifier of the customer for whom this coupon was created. |
func (o *CouponCreatedEffectProps) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *CouponCreatedEffectProps) 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 *CouponCreatedEffectProps) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *CouponCreatedEffectProps) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (o *CouponCreatedEffectProps) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *CouponCreatedEffectProps) GetProfileIdOk() (string, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CouponCreatedEffectProps) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *CouponCreatedEffectProps) SetProfileId(v string)
SetProfileId gets a reference to the given string and assigns it to the ProfileId field.