India IRP: Total Item Value

You must specify the total line amount after tax is applied (including any allowances and charges).

Element

Use the LineTotalAmount (Extn) element to model this information:

Name (Path)CardinalityDescription
Line Total Amount (/Invoice/InvoiceLine/UBLExtensions//LineTotalAmount)1..1Specify the total line amount after tax is applied (including any allowances and charges).

Example

<Invoice>
    <!-- code omitted for clarity -->
	 <cac:InvoiceLine>
		<!-- code omitted for clarity -->
		 <cec:UBLExtensions>
			<cec:UBLExtension>
				<cec:ExtensionContent>
					<vrbl:InvoiceLineExtension>
						<vrbl:LineTotalAmount currencyID="INR">5000.25</vrbl:LineTotalAmount>
					</vrbl:InvoiceLineExtension>
				</cec:ExtensionContent>
			</cec:UBLExtension>
		</cec:UBLExtensions>
		<!-- code omitted for clarity -->
	</cac:InvoiceLine>				
    <!-- code omitted for clarity -->
</Invoice>