Click or drag to resize

OrderCombinationGroupProcessingPriceResultEntity Class

Order Combination Group Processing Price Result Entity
Inheritance Hierarchy
System.Object
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroup.OrderCombinationGroupProcessingPriceResultEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroup
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class OrderCombinationGroupProcessingPriceResultEntity : IntegrationEntity

The OrderCombinationGroupProcessingPriceResultEntity type exposes the following members.

Constructors
  NameDescription
Public methodOrderCombinationGroupProcessingPriceResultEntity
Initializes a new instance of the OrderCombinationGroupProcessingPriceResultEntity class.
Top
Properties
  NameDescription
Public propertyContainerType
Gets or sets the material.
Public propertyContainerTypeId
Gets or sets the container type identifier.
Public propertyGrossPrice
Gets or sets the gross price.
Public propertyMaterial
Gets or sets the material.
Public propertyMaterialClassId
Gets or sets the material class identifier.
Public propertyMaterialId
Gets or sets the material identifier.
Public propertyPrice
Gets or sets the price.
Public propertyTaxTemplateCollection
Gets or sets the tax template collection.
Public propertyUnitOfMeasurement
Gets or sets the material.
Public propertyVAT
Gets or sets the vat.
Top
See Also