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
$centre
private
RefType|null
$centre
= null
$defaultPaymentType
private
RefType|null
$defaultPaymentType
= null
$defaultSellingPrice
private
RefType|null
$defaultSellingPrice
= null
$defaultStore
private
RefType|null
$defaultStore
= null
$description
private
string|null
$description
= null
$deviceGuid
private
string|null
$deviceGuid
= null
$establishment
private
KasaEstablishmentType|null
$establishment
= null
$footer
private
string|null
$footer
= null
$id
private
int|null
$id
= null
$name
private
string|null
$name
= null
$payVat
private
string|null
$payVat
= null
$text
private
string|null
$text
= null
Methods
getCentre()
Gets as centre.
public
getCentre() : RefType
Return values
RefType —getDefaultPaymentType()
Gets as defaultPaymentType.
public
getDefaultPaymentType() : RefType
Return values
RefType —getDefaultSellingPrice()
Gets as defaultSellingPrice.
public
getDefaultSellingPrice() : RefType
Return values
RefType —getDefaultStore()
Gets as defaultStore.
public
getDefaultStore() : RefType
Return values
RefType —getDescription()
Gets as description.
public
getDescription() : string
Return values
string —getDeviceGuid()
Gets as deviceGuid.
public
getDeviceGuid() : string
Return values
string —getEstablishment()
Gets as establishment.
public
getEstablishment() : KasaEstablishmentType
Return values
KasaEstablishmentType —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 —setEstablishment()
Sets a new establishment.
public
setEstablishment([KasaEstablishmentType|null $establishment = null ]) : self
Parameters
- $establishment : KasaEstablishmentType|null = null
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