E-Payment Integrator 2020 Delphi Edition

Questions / Feedback?

EPLineItem Type

Contains a single Level 3 line item.

Remarks

This type contains a single line item, used for Level 3 settlements. The fields contained by this type are listed below.

Fields

CommodityCode
String

Code indicating the type of goods or services sold.

This property should contain an international description code of the overall goods or services being supplied. The acquirer bank or processor should provide the merchant an updated listing of currently defined codes.

Description
String

Description of the item.

This property contains an alphanumeric description of the item(s) being supplied.

DiscountAmount
String

Amount of the discount for each line item (if any).

This property contains the amount of any discount applied by the merchant to this line item. This property should be empty (or zero) if the UnitCost reflects a discount price or if no line item discount applies.

DiscountRate
String

Rate of the discount for each line item (if any).

This property contains the discount percentage applied by the merchant to this line item. This property should be empty (or zero) if the UnitCost reflects a discount price or if no line item discount applies.

Name
String

Name of the item.

This property contains the name of the item(s) being supplied.

ProductCode
String

Product code of the item purchased.

This property contains a code assigned to the product by the merchant. This may be a UPC or any other code with which the merchant wishes to identify an individual product.

Quantity
Integer

Quantity of items in this Line Item.

This property contains the quantity of items being purchased, in whole numbers.

For Orbital Gateway this property must include 4 decimals without the decimal separator. For example for 1 quantity this property must be set to 10000.

Taxable
Boolean

Specifies whether the items in this Line Item are taxable.

This property identifies whether this line item is taxable.

TaxAmount
String

Tax on this individual item.

This property contains the amount of any Value Added Taxes (VAT) which can be associated with the purchased item.

TaxRate
String

Tax rate used to calculate the TaxAmount.

This property contains the tax rate used to calculate the TaxAmount.

TaxType
String

Type of tax charged in TaxAmount.

This property designates the type of value-added taxes (VAT) that are being charged in TaxAmount

Total
String

Total cost of this line item.

This property contains the total amount of the individual item, typically calculated as UnitCost multiplied by Quantity, with any TaxAmount and DiscountAmount taken into account.

UnitCost
String

Cost of each individual item.

This property contains the cost of each item in this Line Item.

Units
String

Unit of measure for this Line Item.

This property contains the alphanumeric code for units of measure as used in international trade. In practice, this should reflect the way in which the UnitCost is calculated. If you're selling rope by the foot, the Units might be "feet". If you're selling chemicals, it might be by the "ounce".

Constructors

constructor Create();

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Delphi Edition - Version 20.0 [Build 7941]