Name | Type | Description | Notes |
---|---|---|---|
CampaignIds | Pointer to []int32 | A list of IDs of the campaigns to get coupons from. | |
Limit | Pointer to int32 | The maximum number of coupons included in the response. |
func (o *GetIntegrationCouponRequest) GetCampaignIds() []int32
GetCampaignIds returns the CampaignIds field if non-nil, zero value otherwise.
func (o *GetIntegrationCouponRequest) GetCampaignIdsOk() ([]int32, bool)
GetCampaignIdsOk returns a tuple with the CampaignIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIntegrationCouponRequest) HasCampaignIds() bool
HasCampaignIds returns a boolean if a field has been set.
func (o *GetIntegrationCouponRequest) SetCampaignIds(v []int32)
SetCampaignIds gets a reference to the given []int32 and assigns it to the CampaignIds field.
func (o *GetIntegrationCouponRequest) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *GetIntegrationCouponRequest) GetLimitOk() (int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIntegrationCouponRequest) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *GetIntegrationCouponRequest) SetLimit(v int32)
SetLimit gets a reference to the given int32 and assigns it to the Limit field.