Payment Invoice Line object representation

The paymentinvoiceline object representation and fields are described below.

paymentinvoiceline was introduced in API version V1

paymentinvoiceline has not been marked for deprecation

Description

Payment invoice line item

Fields

NameTypeDescriptionConstraints
urnString representation of a Unique Resource Name. Typically a UUID with 36 characters.The URN of the line item
lineNumberSigned int32The line number (for sorting line items)
itemCodeString literalItem code e.g. SKU or other coding for stock itemsMaximum length: 256.
descriptionString literalThe line item descriptive stringMaximum length: 4096.
priceA monetary value expressed with decimal (dependent upon the currency) without the currency symbol e.g. 9.99The price for the line item
quantityDouble precision floating point real numberThe quantity of the line items
unitPriceDouble precision floating point real numberThe unit amount price
discountRateDouble precision floating point real numberThe discount rate applied to the line item
discountPriceA monetary value expressed with decimal (dependent upon the currency) without the currency symbol e.g. 9.99The total amount of discount on the price
taxabilityA string representation of a enumeration name restricted to the documented valuesThe taxability of the line item

Allowed values:

  • TAXABLE
  • NON_TAXABLE
  • TAX_EXEMPT
  • PARTIALLY_TAXABLE
  • NOT_APPLICABLE
  • UNRECOGNIZED
taxNameString literalThe tax name applied to the line item
taxA monetary value expressed with decimal (dependent upon the currency) without the currency symbol e.g. 9.99Tax applied to the line item