Mexico (Pymnt): Export Type
View Export Type elements for Mexico (Pymnt)
Element
Attribute required to indicate whether the receipt covers an export transaction. If no value is received, the document defaults to non-export status (VRBL:MX:01).
| Name (Path) | Cardinality | Description |
|---|---|---|
Export Type Code (/Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/ExportTypeCode) | 1..1 | An extension element specifying the export type. |
Restrictions
Use the following codes which map directly to SAT catalog c_Exportacion.
| Code | Description |
|---|---|
VRBL:MX:01 | No export (default value) |
VRBL:MX:02 | Final with code A1 (this requires a Complemento Comercio Exterior) |
VRBL:MX:03 | Temporary |
VRBL:MX:04 | Final with a code other than A1 or when there is no disposal in terms of the CFF |
Example
<ubl:Statement>
<ext:UBLExtensions>
<ext:UBLExtension>
<ext:ExtensionContent>
<vrbl:StatementExtension>
<!-- code omitted for clarity -->
<vrbl:ExportTypeCode>VRBL:MX:03</vrbl:ExportTypeCode>
<!-- code omitted for clarity -->
</vrbl:StatementExtension>
</ext:ExtensionContent>
</ext:UBLExtension>
</ext:UBLExtensions>
<!-- code omitted for clarity -->
</ubl:Statement>
Updated 9 days ago
