Click or drag to resize

OrderCombinationGroupPriceResultEntity Class

Order Combination Group Price Result Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroupOrderCombinationGroupPriceResultEntity

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 OrderCombinationGroupPriceResultEntity : IntegrationEntity

The OrderCombinationGroupPriceResultEntity type exposes the following members.

Constructors
  NameDescription
Public methodOrderCombinationGroupPriceResultEntity
Initializes a new instance of the OrderCombinationGroupPriceResultEntity class.
Top
Properties
  NameDescription
Public propertyAdvancePayment
Gets or sets the advance payment.
Public propertyAdvancePaymentIncVAT
Gets or sets the advance payment inc vat.
Public propertyAdvancePaymentMultiplier
Gets or sets the advance payment multiplier.
Public propertyContainerTypeId
Gets or sets the container type identifier.
Public propertyContainerTypeInformation
Gets or sets the container type information.
Public propertyGrossPrice
Gets or sets the gross price.
Public propertyMaterialClass
Gets or sets the material class.
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 propertyPriceId
Gets or sets the price identifier.
Public propertyPriceModifierId
Gets or sets the price modifier identifier.
Public propertyServiceFrequency
Gets or sets the service frequency.
Public propertyServiceFrequencyId
Gets or sets the service frequency identifier.
Public propertyTaxTemplateCollection
Gets or sets the tax template collection.
Public propertyTemplateOnly
Gets or sets the template only.
Public propertyVAT
Gets or sets the vat.
Top
See Also