AccountingCost

The buyer's accounting code, applied to the Invoice as a whole, expressed as text.

See Accounting Reference.

Details

ElementValue
NameAccountingCost
ComponentTypeBBIE
DictionaryEntryNameInvoice. Accounting Cost. Text
DefinitionThe buyer's accounting code, applied to the Invoice as a whole, expressed as text.
Cardinality0..1
ObjectClassInvoice
PropertyTermAccounting Cost
RepresentationTermText
DataTypeText. Type
minOccurs0
maxOccurs1

Elements

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