VatGroupMemberIndicator (Extn)
Use this Extension to indicate whether a Buyer is part of a VAT group or not.
Element
| Name (Path) | Cardinality | Description |
|---|---|---|
VAT Group Member Indicator (Invoice/AccountingCustomerParty/UBLExtensions/UBLExtension/ExtensionContent/ AccountingCustomerParty/VatGroupMemberIndicator) | 0..1 | A flag indicating if the buyer is a VAT Group Member. Defaults to false if no value is specified. |
Country-Specific Configuration
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingCustomerParty>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<!-- Code omitted for clarity -->
<vrbl:AccountingCustomerParty>
<vrbl:VatGroupMemberIndicator>false</vrbl:VatGroupMemberIndicator>
</vrbl:AccountingCustomerParty>
<!-- Code omitted for clarity -->
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</cac:AccountingCustomerParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 1 day ago
