India IRP: IGST On Intra Indicator
You can indicate whether IGST applies to an Indian Document.
In India, if the supply is intra-State, in some cases, it can be chargeable to Integrated Goods and Services Tax (IGST). The accepted values for this element are true or false.
If no value is specified, the default value is false.
Elements
Use the IGSTOnIntraIndicator (Extn) Extension to model this information:
Name (Path) | Cardinality | Description |
---|---|---|
IGST On Intra Indicator (Invoice/UBLExtensions/IGSTOnIntraIndicator ) | 0..1 | Indicates whether IGST applies or not. |
Example
The following example indicates that IGST does not apply:
<Invoice>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<!-- code omitted for clarity -->
<vrbl:IGSTOnIntraIndicator>false</vrbl:IGSTOnIntraIndicator>
<!-- code omitted for clarity -->
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- code omitted for clarity -->
</Invoice>
Updated 1 day ago