Name | Type | Description | Notes |
---|---|---|---|
CustomerSession | Pointer to NewCustomerSessionV2 | ||
ResponseContent | Pointer to []string | Extends the response with the chosen data entities. Use this property to get as much data as you need in one Update customer session request instead of sending extra requests to other endpoints. Note: To retrieve loyalty card details, your request must include a loyalty card ID. | [optional] |
func (o *IntegrationRequest) GetCustomerSession() NewCustomerSessionV2
GetCustomerSession returns the CustomerSession field if non-nil, zero value otherwise.
func (o *IntegrationRequest) GetCustomerSessionOk() (NewCustomerSessionV2, bool)
GetCustomerSessionOk returns a tuple with the CustomerSession field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationRequest) HasCustomerSession() bool
HasCustomerSession returns a boolean if a field has been set.
func (o *IntegrationRequest) SetCustomerSession(v NewCustomerSessionV2)
SetCustomerSession gets a reference to the given NewCustomerSessionV2 and assigns it to the CustomerSession field.
func (o *IntegrationRequest) GetResponseContent() []string
GetResponseContent returns the ResponseContent field if non-nil, zero value otherwise.
func (o *IntegrationRequest) GetResponseContentOk() ([]string, bool)
GetResponseContentOk returns a tuple with the ResponseContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationRequest) HasResponseContent() bool
HasResponseContent returns a boolean if a field has been set.
func (o *IntegrationRequest) SetResponseContent(v []string)
SetResponseContent gets a reference to the given []string and assigns it to the ResponseContent field.