Procedural File: functions.php
Source Location: /modules/xbs_vat/include/functions.php
Page Details:
API Functions
Tags:
Includes:
include_once(XOOPS_ROOT_PATH.'/modules/xbs_vat/class/class.vat.base.php') [line 46]
VAT base class
EUVATCheckNumber [line 70]
boolean EUVATCheckNumber(
mixed $cntryCd, string $vnum, [string $lang = CDM_DEF_LANG], string $CntryCd)
|
|
Check a VAT number against VIES database
Tags:
Parameters
string |
$CntryCd |
VAT Country Code |
string |
$vnum |
VAT Number (no country code prefix) |
string |
$lang |
Language set to use [optional] |
EUVATGetCodeObj [line 55]
EUVAT EUVATGetCodeObj(
string $cntryCd, [string $lang = CDM_DEF_LANG])
|
|
Return an EUVAT object
Tags:
Parameters
string |
$cntryCd |
EU VAT Country code |
string |
$lang |
Language set for code set |
|