AccountingCost
The buyer's accounting code, applied to the Invoice as a whole, expressed as text.
General information about accounting costs is provided in the Buyer Accounting References topic.
Elements
Name (Path) | Cardinality | Description |
---|---|---|
Accounting Cost (Invoice/AccountingCost ) and (Invoice/InvoiceLine/AccountingCost ) | 0..1 | The buyer's accounting code, specified on the Document or Line level, expressed as text. |
Country-Specific Variations
Example
The following example specifies the element for an Italian buyer:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:InvoiceLine>
<!-- Code omitted for clarity -->
<cbc:AccountingCost>1287:65464</cbc:AccountingCost>
<!-- Code omitted for clarity -->
</cac:InvoiceLine>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 6 days ago