Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 397 Bytes

File metadata and controls

18 lines (12 loc) · 397 Bytes

TalonOne::IntegrationStoreEntity

Properties

Name Type Description Notes
store_integration_id String The integration ID of the store. You choose this ID when you create a store. [optional]

Example

require 'talon_one_sdk'

instance = TalonOne::IntegrationStoreEntity.new(
  store_integration_id: STORE-001
)