# TalonOne::ApplicationStoreEntity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **store_id** | **Integer** | The ID of the store. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ApplicationStoreEntity.new(store_id: null) ```