Documentation

KasaInfoType
in package

Class representing KasaInfoType.

XSD Type: kasaInfoType

Table of Contents

$centre  : RefType|null
$defaultPaymentType  : RefType|null
$defaultSellingPrice  : RefType|null
$defaultStore  : RefType|null
$description  : string|null
$deviceGuid  : string|null
$establishment  : KasaEstablishmentType|null
$footer  : string|null
$id  : int|null
$name  : string|null
$payVat  : string|null
$text  : string|null
getCentre()  : RefType
Gets as centre.
getDefaultPaymentType()  : RefType
Gets as defaultPaymentType.
getDefaultSellingPrice()  : RefType
Gets as defaultSellingPrice.
getDefaultStore()  : RefType
Gets as defaultStore.
getDescription()  : string
Gets as description.
getDeviceGuid()  : string
Gets as deviceGuid.
getEstablishment()  : KasaEstablishmentType
Gets as establishment.
getFooter()  : string
Gets as footer.
getId()  : int
Gets as id.
getName()  : string
Gets as name.
getPayVat()  : string
Gets as payVat.
getText()  : string
Gets as text.
setCentre()  : self
Sets a new centre.
setDefaultPaymentType()  : self
Sets a new defaultPaymentType.
setDefaultSellingPrice()  : self
Sets a new defaultSellingPrice.
setDefaultStore()  : self
Sets a new defaultStore.
setDescription()  : self
Sets a new description.
setDeviceGuid()  : self
Sets a new deviceGuid.
setEstablishment()  : self
Sets a new establishment.
setFooter()  : self
Sets a new footer.
setId()  : self
Sets a new id.
setName()  : self
Sets a new name.
setPayVat()  : self
Sets a new payVat.
setText()  : self
Sets a new text.

Properties

Methods

getDescription()

Gets as description.

public getDescription() : string
Return values
string

getDeviceGuid()

Gets as deviceGuid.

public getDeviceGuid() : string
Return values
string

getFooter()

Gets as footer.

public getFooter() : string
Return values
string

getId()

Gets as id.

public getId() : int
Return values
int

getName()

Gets as name.

public getName() : string
Return values
string

getPayVat()

Gets as payVat.

public getPayVat() : string
Return values
string

getText()

Gets as text.

public getText() : string
Return values
string

setCentre()

Sets a new centre.

public setCentre([RefType|null $centre = null ]) : self
Parameters
$centre : RefType|null = null
Return values
self

setDefaultPaymentType()

Sets a new defaultPaymentType.

public setDefaultPaymentType([RefType|null $defaultPaymentType = null ]) : self
Parameters
$defaultPaymentType : RefType|null = null
Return values
self

setDefaultSellingPrice()

Sets a new defaultSellingPrice.

public setDefaultSellingPrice([RefType|null $defaultSellingPrice = null ]) : self
Parameters
$defaultSellingPrice : RefType|null = null
Return values
self

setDefaultStore()

Sets a new defaultStore.

public setDefaultStore([RefType|null $defaultStore = null ]) : self
Parameters
$defaultStore : RefType|null = null
Return values
self

setDescription()

Sets a new description.

public setDescription(string $description) : self
Parameters
$description : string
Return values
self

setDeviceGuid()

Sets a new deviceGuid.

public setDeviceGuid(string $deviceGuid) : self
Parameters
$deviceGuid : string
Return values
self

setFooter()

Sets a new footer.

public setFooter(string $footer) : self
Parameters
$footer : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self
Parameters
$id : int
Return values
self

setName()

Sets a new name.

public setName(string $name) : self
Parameters
$name : string
Return values
self

setPayVat()

Sets a new payVat.

public setPayVat(string $payVat) : self
Parameters
$payVat : string
Return values
self

setText()

Sets a new text.

public setText(string $text) : self
Parameters
$text : string
Return values
self

Search results