Click or drag to resize

AdditionalChargeEntity Class

Additional Charge
Inheritance Hierarchy
System.Object
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CasualCustomer.AdditionalChargeEntity

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

The AdditionalChargeEntity type exposes the following members.

Constructors
  NameDescription
Public methodAdditionalChargeEntity()
Initializes a new instance of the AdditionalChargeEntity class.
Public methodAdditionalChargeEntity(Object)
Initializes a new instance of the AdditionalChargeEntity class.
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the action.
Public propertyActionId
Gets or sets the action identifier.
Public propertyCurrencySymbol
Gets or sets the Currency Symbol.
Public propertyDateRequired
Gets or sets the date required.
Public propertyDateTo
Gets or sets the date to.
Public propertyDefaultActionId
Gets or sets the default action identifier.
Public propertyExternalDescription
Gets or sets the External Description
Public propertyHasDocument
Gets or sets the Has Document flag
Public propertyIsDateRelated
Gets or sets a value indicating whether this instance is date related.
Public propertyIsPerItem
Gets or sets a value indicating whether this instance is per item.
Public propertyPictureId
Gets or sets the Picture identifier.
Public propertyPrice
Gets or sets the price.
Public propertyPriceId
Gets or sets the price identifier.
Public propertyPriceIncVAT
Gets or sets the price inc vat.
Public propertyPricingBasisId
Gets or sets the pricing basis identifier.
Public propertyQuantity
Gets or sets the quantity.
Public propertyServiceAgreementId
Gets or sets the service agreement identifier.
Public propertyTaxTemplateCollectionId
Gets or sets the tax template collection identifier.
Public propertyVATId
Gets or sets the vat identifier.
Top
See Also