Documentation

CompanyInfoType
in package

Class representing CompanyInfoType.

XSD Type: companyInfoType

Table of Contents

$address  : AddressInternetType|null
$changeForFoodVouchers  : string|null
$establishment  : EstablishmentType|null
$key  : string|null
$register  : string|null
$stateType  : string|null
$suffix  : string|null
$unitType  : string|null
$vatPayer  : VatPayerType|null
getAddress()  : AddressInternetType
Gets as address.
getChangeForFoodVouchers()  : string
Gets as changeForFoodVouchers.
getEstablishment()  : EstablishmentType
Gets as establishment.
getKey()  : string
Gets as key.
getRegister()  : string
Gets as register.
getStateType()  : string
Gets as stateType.
getSuffix()  : string
Gets as suffix.
getUnitType()  : string
Gets as unitType.
getVatPayer()  : VatPayerType
Gets as vatPayer.
setAddress()  : self
Sets a new address.
setChangeForFoodVouchers()  : self
Sets a new changeForFoodVouchers.
setEstablishment()  : self
Sets a new establishment.
setKey()  : self
Sets a new key.
setRegister()  : self
Sets a new register.
setStateType()  : self
Sets a new stateType.
setSuffix()  : self
Sets a new suffix.
setUnitType()  : self
Sets a new unitType.
setVatPayer()  : self
Sets a new vatPayer.

Properties

$changeForFoodVouchers

private string|null $changeForFoodVouchers = null

Methods

getChangeForFoodVouchers()

Gets as changeForFoodVouchers.

public getChangeForFoodVouchers() : string
Return values
string

getKey()

Gets as key.

public getKey() : string
Return values
string

getRegister()

Gets as register.

public getRegister() : string
Return values
string

getStateType()

Gets as stateType.

public getStateType() : string
Return values
string

getSuffix()

Gets as suffix.

public getSuffix() : string
Return values
string

getUnitType()

Gets as unitType.

public getUnitType() : string
Return values
string

setChangeForFoodVouchers()

Sets a new changeForFoodVouchers.

public setChangeForFoodVouchers(string $changeForFoodVouchers) : self
Parameters
$changeForFoodVouchers : string
Return values
self

setKey()

Sets a new key.

public setKey(string $key) : self
Parameters
$key : string
Return values
self

setRegister()

Sets a new register.

public setRegister(string $register) : self
Parameters
$register : string
Return values
self

setStateType()

Sets a new stateType.

public setStateType(string $stateType) : self
Parameters
$stateType : string
Return values
self

setSuffix()

Sets a new suffix.

public setSuffix(string $suffix) : self
Parameters
$suffix : string
Return values
self

setUnitType()

Sets a new unitType.

public setUnitType(string $unitType) : self
Parameters
$unitType : string
Return values
self

Search results