Click or drag to resize

ESDRecordOrderLineTax Class

Details of a tax assigned to a order line within a Ecommerce Standards Document
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordOrderLineTax

Namespace:  EcommerceStandardsDocuments
Assembly:  EcommerceStandardsDocuments.Library (in EcommerceStandardsDocuments.Library.dll) Version: 1.4.0.0 (1.0.0.0)

The ESDRecordOrderLineTax type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordOrderLineTax
Initializes a new instance of the ESDRecordOrderLineTax class
Top
Properties
  NameDescription
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyTaxcodeID
Key of the taxcode record that the order line tax record is linked to.
Public propertylanguage
Language that the descriptive text of the line is set in. Set it to a constant prefixed with LANG_ in the ESDocumentConstants class
Public propertypriceTax
Monetary amount of tax priced for each unit
Public propertypriceTotalTax
Monetary amount of tax priced for the total quantity of units
Public propertyquantity
Number of units that the tax applies to
Public propertytaxcode
Taxcode. May or may not be a unique identifier
Public propertytaxcodeLabel
Label of the taxcode
Public propertytaxRate
Numeric amount as a percentage rate that the taxcode applies to. Eg. if set to 10, then a 10% tax will be applied on top of the order line price.
Top
Methods
  NameDescription
Public methodsetDefaultValuesForNullMembers
sets default values for members that have no values set
Top
See Also