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 Accounting Cost References topic.
Details
Detail | Value |
---|---|
Name | AccountingCost |
Document-Level Path | Invoice/AccountingCost |
Line-Level Path | Invoice/InvoiceLine/AccountingCost |
Definition | The buyer's accounting code, applied to the Invoice or line, expressed as text. |
Cardinality | 0..1 |
DataType | Text. Type |
Elements
Element | Description |
---|---|
Invoice/AccountingCost | Specify the reference. |
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 3 days ago