Documentation

VatType
in package

Table of Contents

Constants

DEEM  = 'DEEM'
DOMREV  = 'DOMREV'
DOMV  = 'DOMV'
DSF  = 'DSF'
DST  = 'DST'
DST_OSS  = 'DST_OSS'
ECA  = 'ECA'
ECS  = 'ECS'
EXP  = 'EXP'
IMP  = 'IMP'
POSTPONED_IMPORT_VAT  = 'POSTPONED_IMPORT_VAT'
PUR  = 'PUR'
TPYES  = [self::EXP, self::DOMV, self::DOMREV, self::ECS, self::ECA, self::DSF, self::DST, self::PUR, self::IMP, self::VOEC_IMPORT, self::VOEC_DOMESTIC, self::DST_OSS, self::DEEM, self::POSTPONED_IMPORT_VAT]
UNKNOWN  = 'UNKNOWN'
VOEC_DOMESTIC  = 'VOEC_DOMESTIC'
VOEC_IMPORT  = 'VOEC_IMPORT'

Properties

$type  : string
$types  : array<string|int, VatType>

Methods

__construct()  : mixed
equals()  : mixed
getObject()  : VatType
getType()  : string

Constants

DOMREV

public mixed DOMREV = 'DOMREV'

DST_OSS

public mixed DST_OSS = 'DST_OSS'

POSTPONED_IMPORT_VAT

public mixed POSTPONED_IMPORT_VAT = 'POSTPONED_IMPORT_VAT'

TPYES

public mixed TPYES = [self::EXP, self::DOMV, self::DOMREV, self::ECS, self::ECA, self::DSF, self::DST, self::PUR, self::IMP, self::VOEC_IMPORT, self::VOEC_DOMESTIC, self::DST_OSS, self::DEEM, self::POSTPONED_IMPORT_VAT]

UNKNOWN

public mixed UNKNOWN = 'UNKNOWN'

VOEC_DOMESTIC

public mixed VOEC_DOMESTIC = 'VOEC_DOMESTIC'

VOEC_IMPORT

public mixed VOEC_IMPORT = 'VOEC_IMPORT'

Properties

Methods

__construct()

public __construct(string $type) : mixed
Parameters
$type : string

getObject()

public static getObject(string $type) : VatType
Parameters
$type : string
Return values
VatType

getType()

public getType() : string
Return values
string

        
On this page

Search results