| Name | Type | Description | Notes |
|---|---|---|---|
| StoreIntegrationId | Pointer to string | The integration ID of the store. You choose this ID when you create a store. | [optional] |
func NewIntegrationStoreEntity() *IntegrationStoreEntity
NewIntegrationStoreEntity instantiates a new IntegrationStoreEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntegrationStoreEntityWithDefaults() *IntegrationStoreEntity
NewIntegrationStoreEntityWithDefaults instantiates a new IntegrationStoreEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *IntegrationStoreEntity) GetStoreIntegrationId() string
GetStoreIntegrationId returns the StoreIntegrationId field if non-nil, zero value otherwise.
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.
func (o *IntegrationStoreEntity) SetStoreIntegrationId(v string)
SetStoreIntegrationId sets StoreIntegrationId field to given value.
func (o *IntegrationStoreEntity) HasStoreIntegrationId() bool
HasStoreIntegrationId returns a boolean if a field has been set.