Name | Type | Description |
id | String | The ID of the retrieved credit note item |
quantity | number | The quantity of the product |
cost | number | The cost of the product |
net_amount | number | The net amount for the specified product, as calculated by the system |
discount_percentage | number | The discount percentage that is applied |
discount_amount | number | The discount amount that is applied |
vat_percentage | number | The VAT percentage that is applied, based on the selected VAT rate |
vat_amount | number | The VAT amount that is applied, based on the selected VAT rate |
tax_percentage | number | The average Tax percentage applied on the credit note item |
tax_amount | number | The total Tax amount applied |
sub_total | number | The total amount that will be credited for the specified product |
product | Product object | The product that was credited |
vat_rate | VAT rate object | The VAT rate that is applied |
applied_tax_rates | Set of Tax Rate Objects | The Tax Rate(s) applied on the credit not item |