Sha256: a87b545ec622d590b4f160e9f81de01afc6854f5ec5f523c5f66389bc74f1de9
Contents?: true
Size: 902 Bytes
Versions: 3
Compression:
Stored size: 902 Bytes
Contents
# TalonOne::NewStore ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the store. | **description** | **String** | The description of the store. | **attributes** | [**Object**](.md) | The attributes of the store. | [optional] **integration_id** | **String** | The integration ID of the store. You choose this ID when you create a store. **Note**: You cannot edit the `integrationId` after the store has been created. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewStore.new(name: South US store, description: This is the description of the store in south US., attributes: {"country":"USA","code":1234}, integration_id: STORE-001) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewStore.md |
talon_one-6.0.0 | docs/NewStore.md |
talon_one-5.0.0 | docs/NewStore.md |