Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data InventoryDelta #
Eq InventoryDelta # | |
Show InventoryDelta # | |
Message InventoryDelta # | |
Default InventoryDelta # | |
HasField "inventoryItems" InventoryDelta InventoryDelta # | |
HasField "newTimestampMs" InventoryDelta InventoryDelta # | |
HasField "originalTimestampMs" InventoryDelta InventoryDelta # | |
type Field "inventoryItems" InventoryDelta # | |
type Field "newTimestampMs" InventoryDelta # | |
type Field "originalTimestampMs" InventoryDelta # | |
inventoryItems :: forall msg msg'. HasField "inventoryItems" msg msg' => Lens msg msg' (Field "inventoryItems" msg) (Field "inventoryItems" msg') #
newTimestampMs :: forall msg msg'. HasField "newTimestampMs" msg msg' => Lens msg msg' (Field "newTimestampMs" msg) (Field "newTimestampMs" msg') #
originalTimestampMs :: forall msg msg'. HasField "originalTimestampMs" msg msg' => Lens msg msg' (Field "originalTimestampMs" msg) (Field "originalTimestampMs" msg') #