Validate_FI::partyId | Validate_FI::bankAccount |
Validate_FI | |
PEAR Manual | |
require_once 'Validate/FI.php'; |
bool Validate_FI::vatNumber
(
string $number
)
Validate Finnish Value Added Tax number (ALV-numero). Format: FIXXXXXXXX.
The Finnish VAT number (ALV-numero) is maximum of 14 digits and is generated from Business ID.
VAT number to be validated
boolean - true if VAT number is valid, false otherwise
Using vatNumber()
|
Validate_FI::partyId | Validate_FI::bankAccount |
Validate_FI | |
PEAR Manual | |