Online OIOUBL Dokumentation


Invoice.InvoiceLine

Invoice.InvoiceLine

Invoice.InvoiceLine specification

Name Invoice.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 Invoice.InvoiceLine

UBL-Name Name Usage Cardinality Reference to the printed documentation See also
OrderLineReference OrderLineReference Yes 0..1 3.19.1  
DespatchLineReference DespatchLineReference Bilateral 0..n Common Library, 3.58  
ReceiptLineReference ReceiptLineReference Bilateral 0..n Common Library, 3.58  
BillingReference BillingReference Bilateral 0..n 3.19.2  
PricingReference PricingReference Bilateral 0..1 Common Library, 3.83  
DocumentReference DocumentReference Yes 0..n Common Library, 3.36 OIOUBL_GUIDE_DOCUMENTREF
OriginatorParty OriginatorParty Bilateral 0..1 Common Library, 3.70  
Delivery Delivery Yes 0..n 3.19.3 OIOUBL_GUIDE_DELIVERY
AllowanceCharge AllowanceCharge Yes 0..n Common Library, 3.4 OIOUBL_GUIDE_ALLOWANCE
TaxTotal TaxTotal Yes 1..n Common Library, 3.104 OIOUBL_GUIDE_TAX
Item Item Yes 1 3.19.4  
Price Price Yes 1 Common Library, 3.81 OIOUBL_GUIDE_PRICES

Excluded classes and fields in Invoice.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>