Click or drag to resize

ESDRecordInvoiceLineTax Class

Details of a tax assigned to a invoice line within a Ecommerce Standards Document
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordInvoiceLineTax

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

The ESDRecordInvoiceLineTax type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordInvoiceLineTax
Initializes a new instance of the ESDRecordInvoiceLineTax 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 invoice 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 to 10, then a 10% tax will be applied on top of the invoice line price.
Top
Methods
  NameDescription
Public methodsetDefaultValuesForNullMembers
sets default values for members that have no values
Top
See Also