Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.92 KB

File metadata and controls

56 lines (31 loc) · 1.92 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

NewIntegrationStoreEntity

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

NewIntegrationStoreEntityWithDefaults

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

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.

SetStoreIntegrationId

func (o *IntegrationStoreEntity) SetStoreIntegrationId(v string)

SetStoreIntegrationId sets StoreIntegrationId field to given value.

HasStoreIntegrationId

func (o *IntegrationStoreEntity) HasStoreIntegrationId() bool

HasStoreIntegrationId returns a boolean if a field has been set.

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