Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.24 KB

IntegrationStoreEntity.md

File metadata and controls

39 lines (20 loc) · 1.24 KB

IntegrationStoreEntity

Properties

Name Type Description Notes
StoreIntegrationId Pointer to string The integration ID of the store. You choose this ID when you create a store. [optional]

Methods

GetStoreIntegrationId

func (o *IntegrationStoreEntity) GetStoreIntegrationId() string

GetStoreIntegrationId returns the StoreIntegrationId field if non-nil, zero value otherwise.

GetStoreIntegrationIdOk

func (o *IntegrationStoreEntity) GetStoreIntegrationIdOk() (string, bool)

GetStoreIntegrationIdOk returns a tuple with the StoreIntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasStoreIntegrationId

func (o *IntegrationStoreEntity) HasStoreIntegrationId() bool

HasStoreIntegrationId returns a boolean if a field has been set.

SetStoreIntegrationId

func (o *IntegrationStoreEntity) SetStoreIntegrationId(v string)

SetStoreIntegrationId gets a reference to the given string and assigns it to the StoreIntegrationId field.

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