India IRP: Export Duty Amount

You can specify the amount of export duty for Indian exports.

Element

Use the ExportDutyAmount (Extn) Extension to model this information.

Name (Path)CardinalityDescription
Export Duty Amount (Invoice/UBLExtensions//ExportDutyAmount)0..1Specify the amount of export duty.
Export Duty Amount Currency (Invoice/UBLExtensions//ExportDutyAmount@currencyID=)1..1Specify INR for Indian Rupees.

Restrictions

You must specify INR in the Export Duty Amount Currency element.

Example

<Invoice>
    <cec:UBLExtensions>
		<cec:UBLExtension>
			<cec:ExtensionContent>
				<vrbl:InvoiceExtension>
					<!-- code omitted for clarity -->
					<vrbl:ExportDutyAmount>90.9</vrbl:ExportDutyAmount>
					<!-- code omitted for clarity -->
				</vrbl:InvoiceExtension>
			</cec:ExtensionContent>
		</cec:UBLExtension>
	</cec:UBLExtensions>
    <!-- code omitted for clarity -->
</Invoice>