Authorization API
List of items

List of items

Items

The class represents a single row that appears on an invoice. Typically a purchased commodity but it can also be a more abstract thing such as a discount with a negative value.

PropertyData TypeDefault ValueDescription
DescriptionString (max. 35 characters)None. Must be specified.A shorter description of the item (that would typically appear on an invoice line)
NotesString (max. 35 characters)An empty stringAn optional longer description of the item
AmountDecimalNone. Must be specified.The item amount. Can be negative, zero or positive. The tax amount should be included in the amount.
TaxCodeStringAn empty string.The tax code. The value should be in %. If tax code are 25% send in 25.
TaxAmountDecimal0.00The item tax amount. Can be zero or positive.