Values.PolandAdditionalInfoSourceAdditional tax information associated with your TRN in Poland.
type nonrec t = {individualRegistrationNumber : IndividualRegistrationNumber.t option;The individual tax registration number (NIP). Individual NIP is valid for other taxes excluding VAT purposes.
*)isGroupVatEnabled : Boolean.t option;True if your business is a member of a VAT group with a NIP active for VAT purposes. Otherwise, this is false.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of IndividualRegistrationNumber.t ])
list ]