Poland KSF: Buyer's VAT Group Membership Indicator (FA(3))
You can indicate whether or not a Buyer is a member of a VAT group.
Element
Use the VatGroupMemberIndicator (Extn) Extension to model this information:
| 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. |
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 about 11 hours ago
