ExportDutyAmount (Extn)

Use this Extension to specify the amount of export duty.

Element

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.

Country-Specific configurations

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>