Name | Type | Description | Notes |
---|---|---|---|
IntegrationIDs | Pointer to []string | List of customer integration IDs. |
func (o *CouponReservations) GetIntegrationIDs() []string
GetIntegrationIDs returns the IntegrationIDs field if non-nil, zero value otherwise.
func (o *CouponReservations) GetIntegrationIDsOk() ([]string, bool)
GetIntegrationIDsOk returns a tuple with the IntegrationIDs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CouponReservations) HasIntegrationIDs() bool
HasIntegrationIDs returns a boolean if a field has been set.
func (o *CouponReservations) SetIntegrationIDs(v []string)
SetIntegrationIDs gets a reference to the given []string and assigns it to the IntegrationIDs field.