invoice_quantity_declaration_sum
Retrieves the sum of a quantity declaration on a specific invoice.
Example
1
{{ '123' | invoice_quantity_declaration_sum: 'ABC' }} => 123.45
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | invoiceId | The ID of the invoice. Comes before the | sign. | Required |
| string | qdRef | The reference code of the quantity declaration |
Output
| Type | Description |
|---|---|
| double | The quantity amount on the invoice |