Package DE_EPAGES::Address::API::Address
This module includes a function to update VATID
@EXPORT_OK |
Functions
CheckZipcode
Returns true if zipcode is valid for the country and the country is one of the know countries incuded in $DE_EPAGES::Address::API::Constants::REGULAREXPRESSIONS_FOR_ZIPCODE. Returns true if $ZipCode or $CountryID is undefined or an empty string. Returns true if $CountryID is not included in $DE_EPAGES::Address::API::Constants::REGULAREXPRESSIONS_FOR_ZIPCODE.
Syntax |
$check = CheckZipcode( $Zipcode, $CountryID ); |
Input |
|
Return |
|