IGSTOnIntraIndicator (Extn)

Use to indicate that IGST applies.

Elements

Name (Path)CardinalityDescription
IGST On Intra Indicator (Invoice/UBLExtensions/IGSTOnIntraIndicator)0..1Indicates 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>