Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 642 Bytes

UpdateStore.md

File metadata and controls

21 lines (14 loc) · 642 Bytes

TalonOne::UpdateStore

Properties

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]

Code Sample

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})