Online OIOUBL Dokumentation


InvoiceLine

InvoiceLine

InvoiceLine specification

Name InvoiceLine (Show as PDF) Alternative Term  
Definition Information about an Invoice Line

Fields

UBL-Name Name Datatype Usage Cardinality
ID ID Identifier Yes 1
UUID UUID Identifier Bilateral 0..1
Note Note Text Yes 0..1
InvoicedQuantity InvoicedQuantity Quantity Yes 1
LineExtensionAmount LineExtensionAmount Amount Yes 1
TaxPointDate TaxPointDate Date Bilateral 0..1
AccountingCostCode AccountingCostCode Code Bilateral 0..1
AccountingCost AccountingCost Text Yes 0..1
FreeOfChargeIndicator FreeOfChargeIndicator Indicator Yes 0..1

Subclasses in class InvoiceLine

UBL-Name Name Usage Cardinality Reference to the printed documentation See also
OrderLineReference OrderLineReference Yes 0..1 Common Library, 3.66  
DespatchLineReference DespatchLineReference Bilateral 0..n Common Library, 3.58  
ReceiptLineReference ReceiptLineReference Bilateral 0..n Common Library, 3.58  
BillingReference BillingReference Bilateral 0..n Common Library, 3.6  
PricingReference PricingReference Bilateral 0..1 Common Library, 3.83  
DocumentReference DocumentReference Yes 0..n Common Library, 3.36 OIOUBL_GUIDE_DOKUMENTREF
OriginatorParty OriginatorParty Bilateral 0..1 Common Library, 3.70  
Delivery Delivery Yes 0..n Common Library, 3.29 OIOUBL_GUIDE_LEVERING
AllowanceCharge AllowanceCharge Yes 0..n Common Library, 3.4 OIOUBL_GUIDE_RABAT
TaxTotal TaxTotal Yes 1..n Common Library, 3.104 OIOUBL_GUIDE_SKAT
Item Item Yes 1 Common Library, 3.49  
Price Price Yes 1 Common Library, 3.81 OIOUBL_GUIDE_PRISER

Excluded classes and fields in InvoiceLine

Name Name Type
PaymentTerms PaymentTerms Class
DeliveryTerms DeliveryTerms Class

Example

<cac:InvoiceLine >
<cbc:ID >1</cbc:ID>
<cbc:Note >Note på linjen</cbc:Note>
<cbc:InvoicedQuantity unitCode="EA" >1.00</cbc:InvoicedQuantity>
<cbc:LineExtensionAmount currencyID="DKK" >5000.00</cbc:LineExtensionAmount>
<cbc:AccountingCost >1234567890</cbc:AccountingCost>
<cbc:FreeOfChargeIndicator >true</cbc:FreeOfChargeIndicator>
+ <cac:OrderLineReference />
+ <cac:DocumentReference />
+ <cac:AllowanceCharge />
+ <cac:TaxTotal />
+ <cac:Item />
+ <cac:Price />
</cac:InvoiceLine>