Click or drag to resize

ESDRecordTaxcode Class

Ecommerce Standards Record that holds data for a single taxcode. Each taxcode defines a type of tax that can be calculated for any relevant monetary price.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordTaxcode

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

The ESDRecordTaxcode type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordTaxcode
Initializes a new instance of the ESDRecordTaxcode class
Top
Properties
  NameDescription
Public propertydescription
Text to describe the taxcode
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 to be uniquely identified and linked to.
Public propertytaxcode
Taxcode. May or may not be a unique identifier
Public propertytaxcodeLabel
Label of the taxcode
Public propertytaxcodePercentageRate
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 a price.
Top
See Also