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.) |
![]() | Modifiers | Assigned modifiers of the current component. |
![]() | Price | |
![]() | PricePredefined | |
![]() | Product | Product 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.) |