Name | Type | Description | Notes |
---|---|---|---|
name | String | The name of the store. | |
description | String | The description of the store. | |
attributes | Object | The attributes of the store. | [optional] |
require 'TalonOne'
instance = TalonOne::UpdateStore.new(name: South US store,
description: This is the description of the store in south US.,
attributes: {"country":"USA","code":1234})