ExportDutyAmount (Extn)
Use this Extension to specify the amount of export duty.
Element
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. |
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>
Updated 4 days ago