FreeOfChargeIndicator

Used to indicate if the goods and services in a line are free from charge.

Elements

Name (Path)CardinalityDescription
Free of Charge Indicator (Invoice/InvoiceLine/FreeOfChargeIndicator)0..1If set to true, this indicates that all the goods or services in the line are free of charge.

Country-Specific configurations

Example

<Invoice>
    <!-- code omitted for clarity -->
	 <cac:InvoiceLine>
		<!-- code omitted for clarity -->
		 <cbc:FreeOfChargeIndicator>true</cbc:FreeOfChargeIndicator>
		 <cbc:InvoicedQuantity unitCode="VRBL:IN:KGS">1</cbc:InvoicedQuantity>
		<!-- code omitted for clarity -->
	</cac:InvoiceLine>				
    <!-- code omitted for clarity -->
</Invoice>