Add more alias for stdnum.vatin to work for more countries by unho · Pull Request #318 · arthurdejong/python-stdnum
According to the documentation in the stdnum.md.idno module, the IDNO is used in Moldavia as unique identifier for legal entities.
| """Collection of Liechtenstein numbers.""" | ||
|
|
||
| # provide aliases | ||
| from stdnum.li import peid as vat # noqa: F401 |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| """Collection of Moldavian numbers.""" | ||
|
|
||
| # provide aliases | ||
| from stdnum.md import idno as vat # noqa: F401 |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| """Collection of Ukrainian numbers.""" | ||
|
|
||
| # provide aliases | ||
| from stdnum.ua import edrpou as vat # noqa: F401 |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| """Collection of South Africa numbers.""" | ||
|
|
||
| # provide aliases | ||
| from stdnum.za import tin as vat # noqa: F401 |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see the other comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters