KasaInfoType
in package
Class representing KasaInfoType.
XSD Type: kasaInfoType
Table of Contents
Properties
- $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
Methods
- 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
RefTypegetDefaultPaymentType()
Gets as defaultPaymentType.
public
getDefaultPaymentType() : RefType
Return values
RefTypegetDefaultSellingPrice()
Gets as defaultSellingPrice.
public
getDefaultSellingPrice() : RefType
Return values
RefTypegetDefaultStore()
Gets as defaultStore.
public
getDefaultStore() : RefType
Return values
RefTypegetDescription()
Gets as description.
public
getDescription() : string
Return values
stringgetDeviceGuid()
Gets as deviceGuid.
public
getDeviceGuid() : string
Return values
stringgetEstablishment()
Gets as establishment.
public
getEstablishment() : KasaEstablishmentType
Return values
KasaEstablishmentTypegetFooter()
Gets as footer.
public
getFooter() : string
Return values
stringgetId()
Gets as id.
public
getId() : int
Return values
intgetName()
Gets as name.
public
getName() : string
Return values
stringgetPayVat()
Gets as payVat.
public
getPayVat() : string
Return values
stringgetText()
Gets as text.
public
getText() : string
Return values
stringsetCentre()
Sets a new centre.
public
setCentre([RefType|null $centre = null ]) : self
Parameters
- $centre : RefType|null = null
Return values
selfsetDefaultPaymentType()
Sets a new defaultPaymentType.
public
setDefaultPaymentType([RefType|null $defaultPaymentType = null ]) : self
Parameters
- $defaultPaymentType : RefType|null = null
Return values
selfsetDefaultSellingPrice()
Sets a new defaultSellingPrice.
public
setDefaultSellingPrice([RefType|null $defaultSellingPrice = null ]) : self
Parameters
- $defaultSellingPrice : RefType|null = null
Return values
selfsetDefaultStore()
Sets a new defaultStore.
public
setDefaultStore([RefType|null $defaultStore = null ]) : self
Parameters
- $defaultStore : RefType|null = null
Return values
selfsetDescription()
Sets a new description.
public
setDescription(string $description) : self
Parameters
- $description : string
Return values
selfsetDeviceGuid()
Sets a new deviceGuid.
public
setDeviceGuid(string $deviceGuid) : self
Parameters
- $deviceGuid : string
Return values
selfsetEstablishment()
Sets a new establishment.
public
setEstablishment([KasaEstablishmentType|null $establishment = null ]) : self
Parameters
- $establishment : KasaEstablishmentType|null = null
Return values
selfsetFooter()
Sets a new footer.
public
setFooter(string $footer) : self
Parameters
- $footer : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
Parameters
- $id : int
Return values
selfsetName()
Sets a new name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
selfsetPayVat()
Sets a new payVat.
public
setPayVat(string $payVat) : self
Parameters
- $payVat : string
Return values
selfsetText()
Sets a new text.
public
setText(string $text) : self
Parameters
- $text : string