An ItemUpcharge represents a charge that is added to the base price of an Item.
| Name | Type | Description |
|---|---|---|
| Id | int | The ID of the item upcharge. |
| ItemId | int | The ID of the item that the item upcharge belongs to. |
| Item (via $expand) | Item | The item that the item upcharge belongs to. |
| Name | string | The name of the item upcharge. |
| Price | decimal(18,2) | The price of the item upcharge, in USD. |
| Cost | decimal(18,2) | Your cost for the item upcharge, in USD. |
