IGSTOnIntraIndicator (Extn)
Use to indicate that IGST applies.
Elements
Name (Path) | Cardinality | Description |
---|---|---|
IGST On Intra Indicator (Invoice/UBLExtensions/IGSTOnIntraIndicator ) | 0..1 | Indicates whether IGST applies or not. |
Country-Specific configurations
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 4 days ago