India IRP: Invoice Subtype Code

In India, you must specify the subtype of the invoice.

Elements

Use the InvoiceSubtypeCode (Extn) Extension to model this information:

Name (Path)CardinalityDescription
Invoice Subtype Code (Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/InvoiceSubtypeCode)1..1Use one of the allowed codes.

Restrictions

You must use one of the following codes:

CodeDescription
VRBL:IN:B2BBusiness-to-Business
VRBL:IN:SEZWPSpecial Economic Zone With Payment
VRBL:IN:SEZWOPSpecial Economic Zone Without Payment
VRBL:IN:EXPWPExport With Payment
VRBL:IN:EXPWOPExport Without Payment
VRBL:IN:DEXPDeemed Export

Example

<Invoice>
    <cec:UBLExtensions>
		<cec:UBLExtension>
			<cec:ExtensionContent>
				<vrbl:InvoiceExtension>
					<!-- code omitted for clarity -->
					<vrbl:InvoiceSubtypeCode>VRBL:IN:B2B</vrbl:InvoiceSubtypeCode>
					<!-- code omitted for clarity -->
				</vrbl:InvoiceExtension>
			</cec:ExtensionContent>
		</cec:UBLExtension>
	</cec:UBLExtensions>
    <!-- code omitted for clarity -->
</Invoice>