BillingReference

Use this element to model billing reference information.

General information is provided in he Billing References topic.

Details

ElementValue
NameBillingReference
ComponentTypeASBIE
DictionaryEntryNameInvoice.BillingReference
DefinitionA reference to a billing document associated with this document.
Cardinality0..n
ObjectClassInvoice
PropertyTermBilling Reference
AssociatedObjectClassBilling Reference
RepresentationTermBilling Reference
minOccurs0
maxOccursUnbounded

Elements

ElementDescription
BillingReference/AdditionalDocumentReferenceSee AdditionalDocumentReference

Country Specific Topics

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>