BillingReference
Use this element to model billing reference information.
General information is provided in he Billing References topic.
Details
Element | Value |
---|---|
Name | BillingReference |
ComponentType | ASBIE |
DictionaryEntryName | Invoice.BillingReference |
Definition | A reference to a billing document associated with this document. |
Cardinality | 0..n |
ObjectClass | Invoice |
PropertyTerm | Billing Reference |
AssociatedObjectClass | Billing Reference |
RepresentationTerm | Billing Reference |
minOccurs | 0 |
maxOccurs | Unbounded |
Elements
Element | Description |
---|---|
BillingReference/AdditionalDocumentReference | See AdditionalDocumentReference |
Country Specific Topics
- Malaysia: Supplier's Billing Reference Number
- Serbia: Invoice Document Reference
- Saudi Arabia: Supplier's Invoice Document Reference
- Japan: Invoice Document Reference
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:BillingReference>
<cac:AdditionalDocumentReference>
<cbc:ID>E12345678912</cbc:ID>
</cac:AdditionalDocumentReference>
</cac:BillingReference>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 22 days ago