Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.12 KB

CouponReservations.md

File metadata and controls

39 lines (20 loc) · 1.12 KB

CouponReservations

Properties

Name Type Description Notes
IntegrationIDs Pointer to []string List of customer integration IDs.

Methods

GetIntegrationIDs

func (o *CouponReservations) GetIntegrationIDs() []string

GetIntegrationIDs returns the IntegrationIDs field if non-nil, zero value otherwise.

GetIntegrationIDsOk

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.

HasIntegrationIDs

func (o *CouponReservations) HasIntegrationIDs() bool

HasIntegrationIDs returns a boolean if a field has been set.

SetIntegrationIDs

func (o *CouponReservations) SetIntegrationIDs(v []string)

SetIntegrationIDs gets a reference to the given []string and assigns it to the IntegrationIDs field.

[Back to Model list] [Back to API list] [Back to README]