Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 2.57 KB

PutPurchaseCreditNotesPurchaseCreditNoteCreditNoteLinesInner.md

File metadata and controls

30 lines (27 loc) · 2.57 KB

# PutPurchaseCreditNotesPurchaseCreditNoteCreditNoteLinesInner

Properties

Name Type Description Notes
description string The description for the credit note line [optional]
ledgerAccountId string The ID of the Ledger Account. [optional]
quantity float The quantity for the credit note line [optional]
unitPrice float The unit price for the credit note line [optional]
isPurchaseForResale bool Identifies whether the line item is for resale. (Ireland Only) [optional]
analysisTypeCategories string[] The analysis types information [optional]
productId string The ID of the Product. [optional]
serviceId string The ID of the Service. [optional]
tradeOfAsset bool Whether the line item is marked as trade of asset. [optional]
netAmount float The net amount for the credit note line [optional]
taxRateId string The ID of the Tax Rate. [optional]
taxAmount float The tax amount for the credit note line". This attribute is required in v3.1, unless the tax rate is of a "zero", "exempt" or "no_tax" type. Then the tax_amount is infered as 0.0. In v3, this attribute is optional, but you should still set, as it defaults to 0.0 in any case. This is not what you want for tax rates with a percentage > 0.0. [optional]
totalAmount float The total amount for the credit note line [optional]
baseCurrencyUnitPrice float The unit price for the credit note line in base currency [optional]
unitPriceIncludesTax bool Defines whether the unit price includes tax [optional]
baseCurrencyNetAmount float The net amount for the credit note line in base currency [optional]
baseCurrencyTaxAmount float The tax amount for the credit note line in base currency [optional]
baseCurrencyTotalAmount float The total amount for the credit note line in base currency [optional]
euGoodsServicesTypeId string The ID of the EU Goods Services Type. [optional]
gstAmount float The gst or hst tax amount for the credit note line [optional]
pstAmount float The pst or qst tax amount for the credit note line [optional]
taxRecoverable bool Indicates if the credit note line is tax recoverable or not [optional]

[Back to Model list] [Back to API list] [Back to README]