IOrderCompoundItemComponent Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IOrderCompoundItemComponent : ISerializable, IEntity, IOrderCompoundItemComponentStub
The IOrderCompoundItemComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| Cost | ||
| Id | (Inherited from IEntity.) | |
| IsPricePredefined | Whether the price of the item is predefined. Predefined price can be provided using predefinedPrice parameter of the AddPrimaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) or AddSecondaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) methods. | |
| Modifiers | Assigned modifiers of the current component. | |
| Price | ||
| Product | Product of the current component. | |
| ProductCustomName | Optional marker used to specify custom name of the current component. | |
| ResultSum | Total sum to be paid, sum with discounts and both included and excluded vat. | |
| TaxPercent | Tax percent or null for not taxed order items. |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |