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) | Cardinality | Description |
---|---|---|
Export Duty Amount (Invoice/UBLExtensions//ExportDutyAmount ) | 0..1 | Specify the amount of export duty. |
Export Duty Amount Currency (Invoice/UBLExtensions//ExportDutyAmount@currencyID= ) | 1..1 | Specify 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>
Updated 3 days ago