Click or drag to resize

ESDRecordAccountPaymentSurchargeTax Properties

The ESDRecordAccountPaymentSurchargeTax type exposes the following members.

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 payment surcharge 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 account payment surcharge price.
Top
See Also