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

DetailValue
NameAccountingCost
Document-Level PathInvoice/AccountingCost
Line-Level PathInvoice/InvoiceLine/AccountingCost
DefinitionThe buyer's accounting code, applied to the Invoice or line, expressed as text.
Cardinality0..1
DataTypeText. Type

Elements

ElementDescription
Invoice/AccountingCostSpecify 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>