PohodaRestrictionType
in package
Class representing PohodaRestrictionType.
XSD Type: pohodaRestrictionType
Table of Contents
Properties
- $accountDayByDay : bool|null
- $administration : string|null
- $administrationPass : string|null
- $agendaHistory : string|null
- $canDoDiffExport : bool|null
- $changeEet : string|null
- $changePrize : string|null
- $createBackup : string|null
- $createCashRegisterDoc : string|null
- $createCustomer : bool|null
- $createSKPV : string|null
- $delayedDocument : string|null
- $deleteRecords : string|null
- $depositsWithdrawals : string|null
- $exportXml : string|null
- $lockPin : string|null
- $refund : string|null
- $restoreBackup : string|null
- $textItems : string|null
Methods
- getAccountDayByDay() : bool
- Gets as accountDayByDay.
- getAdministration() : string
- Gets as administration.
- getAdministrationPass() : string
- Gets as administrationPass.
- getAgendaHistory() : string
- Gets as agendaHistory.
- getCanDoDiffExport() : bool
- Gets as canDoDiffExport.
- getChangeEet() : string
- Gets as changeEet.
- getChangePrize() : string
- Gets as changePrize.
- getCreateBackup() : string
- Gets as createBackup.
- getCreateCashRegisterDoc() : string
- Gets as createCashRegisterDoc.
- getCreateCustomer() : bool
- Gets as createCustomer.
- getCreateSKPV() : string
- Gets as createSKPV.
- getDelayedDocument() : string
- Gets as delayedDocument.
- getDeleteRecords() : string
- Gets as deleteRecords.
- getDepositsWithdrawals() : string
- Gets as depositsWithdrawals.
- getExportXml() : string
- Gets as exportXml.
- getLockPin() : string
- Gets as lockPin.
- getRefund() : string
- Gets as refund.
- getRestoreBackup() : string
- Gets as restoreBackup.
- getTextItems() : string
- Gets as textItems.
- setAccountDayByDay() : self
- Sets a new accountDayByDay.
- setAdministration() : self
- Sets a new administration.
- setAdministrationPass() : self
- Sets a new administrationPass.
- setAgendaHistory() : self
- Sets a new agendaHistory.
- setCanDoDiffExport() : self
- Sets a new canDoDiffExport.
- setChangeEet() : self
- Sets a new changeEet.
- setChangePrize() : self
- Sets a new changePrize.
- setCreateBackup() : self
- Sets a new createBackup.
- setCreateCashRegisterDoc() : self
- Sets a new createCashRegisterDoc.
- setCreateCustomer() : self
- Sets a new createCustomer.
- setCreateSKPV() : self
- Sets a new createSKPV.
- setDelayedDocument() : self
- Sets a new delayedDocument.
- setDeleteRecords() : self
- Sets a new deleteRecords.
- setDepositsWithdrawals() : self
- Sets a new depositsWithdrawals.
- setExportXml() : self
- Sets a new exportXml.
- setLockPin() : self
- Sets a new lockPin.
- setRefund() : self
- Sets a new refund.
- setRestoreBackup() : self
- Sets a new restoreBackup.
- setTextItems() : self
- Sets a new textItems.
Properties
$accountDayByDay
private
bool|null
$accountDayByDay
= null
$administration
private
string|null
$administration
= null
$administrationPass
private
string|null
$administrationPass
= null
$agendaHistory
private
string|null
$agendaHistory
= null
$canDoDiffExport
private
bool|null
$canDoDiffExport
= null
$changeEet
private
string|null
$changeEet
= null
$changePrize
private
string|null
$changePrize
= null
$createBackup
private
string|null
$createBackup
= null
$createCashRegisterDoc
private
string|null
$createCashRegisterDoc
= null
$createCustomer
private
bool|null
$createCustomer
= null
$createSKPV
private
string|null
$createSKPV
= null
$delayedDocument
private
string|null
$delayedDocument
= null
$deleteRecords
private
string|null
$deleteRecords
= null
$depositsWithdrawals
private
string|null
$depositsWithdrawals
= null
$exportXml
private
string|null
$exportXml
= null
$lockPin
private
string|null
$lockPin
= null
$refund
private
string|null
$refund
= null
$restoreBackup
private
string|null
$restoreBackup
= null
$textItems
private
string|null
$textItems
= null
Methods
getAccountDayByDay()
Gets as accountDayByDay.
public
getAccountDayByDay() : bool
Return values
boolgetAdministration()
Gets as administration.
public
getAdministration() : string
Return values
stringgetAdministrationPass()
Gets as administrationPass.
public
getAdministrationPass() : string
Return values
stringgetAgendaHistory()
Gets as agendaHistory.
public
getAgendaHistory() : string
Return values
stringgetCanDoDiffExport()
Gets as canDoDiffExport.
public
getCanDoDiffExport() : bool
Return values
boolgetChangeEet()
Gets as changeEet.
public
getChangeEet() : string
Return values
stringgetChangePrize()
Gets as changePrize.
public
getChangePrize() : string
Return values
stringgetCreateBackup()
Gets as createBackup.
public
getCreateBackup() : string
Return values
stringgetCreateCashRegisterDoc()
Gets as createCashRegisterDoc.
public
getCreateCashRegisterDoc() : string
Return values
stringgetCreateCustomer()
Gets as createCustomer.
public
getCreateCustomer() : bool
Return values
boolgetCreateSKPV()
Gets as createSKPV.
public
getCreateSKPV() : string
Return values
stringgetDelayedDocument()
Gets as delayedDocument.
public
getDelayedDocument() : string
Return values
stringgetDeleteRecords()
Gets as deleteRecords.
public
getDeleteRecords() : string
Return values
stringgetDepositsWithdrawals()
Gets as depositsWithdrawals.
public
getDepositsWithdrawals() : string
Return values
stringgetExportXml()
Gets as exportXml.
public
getExportXml() : string
Return values
stringgetLockPin()
Gets as lockPin.
public
getLockPin() : string
Return values
stringgetRefund()
Gets as refund.
public
getRefund() : string
Return values
stringgetRestoreBackup()
Gets as restoreBackup.
public
getRestoreBackup() : string
Return values
stringgetTextItems()
Gets as textItems.
public
getTextItems() : string
Return values
stringsetAccountDayByDay()
Sets a new accountDayByDay.
public
setAccountDayByDay(bool $accountDayByDay) : self
Parameters
- $accountDayByDay : bool
Return values
selfsetAdministration()
Sets a new administration.
public
setAdministration(string $administration) : self
Parameters
- $administration : string
Return values
selfsetAdministrationPass()
Sets a new administrationPass.
public
setAdministrationPass(string $administrationPass) : self
Parameters
- $administrationPass : string
Return values
selfsetAgendaHistory()
Sets a new agendaHistory.
public
setAgendaHistory(string $agendaHistory) : self
Parameters
- $agendaHistory : string
Return values
selfsetCanDoDiffExport()
Sets a new canDoDiffExport.
public
setCanDoDiffExport(bool $canDoDiffExport) : self
Parameters
- $canDoDiffExport : bool
Return values
selfsetChangeEet()
Sets a new changeEet.
public
setChangeEet(string $changeEet) : self
Parameters
- $changeEet : string
Return values
selfsetChangePrize()
Sets a new changePrize.
public
setChangePrize(string $changePrize) : self
Parameters
- $changePrize : string
Return values
selfsetCreateBackup()
Sets a new createBackup.
public
setCreateBackup(string $createBackup) : self
Parameters
- $createBackup : string
Return values
selfsetCreateCashRegisterDoc()
Sets a new createCashRegisterDoc.
public
setCreateCashRegisterDoc(string $createCashRegisterDoc) : self
Parameters
- $createCashRegisterDoc : string
Return values
selfsetCreateCustomer()
Sets a new createCustomer.
public
setCreateCustomer(bool $createCustomer) : self
Parameters
- $createCustomer : bool
Return values
selfsetCreateSKPV()
Sets a new createSKPV.
public
setCreateSKPV(string $createSKPV) : self
Parameters
- $createSKPV : string
Return values
selfsetDelayedDocument()
Sets a new delayedDocument.
public
setDelayedDocument(string $delayedDocument) : self
Parameters
- $delayedDocument : string
Return values
selfsetDeleteRecords()
Sets a new deleteRecords.
public
setDeleteRecords(string $deleteRecords) : self
Parameters
- $deleteRecords : string
Return values
selfsetDepositsWithdrawals()
Sets a new depositsWithdrawals.
public
setDepositsWithdrawals(string $depositsWithdrawals) : self
Parameters
- $depositsWithdrawals : string
Return values
selfsetExportXml()
Sets a new exportXml.
public
setExportXml(string $exportXml) : self
Parameters
- $exportXml : string
Return values
selfsetLockPin()
Sets a new lockPin.
public
setLockPin(string $lockPin) : self
Parameters
- $lockPin : string
Return values
selfsetRefund()
Sets a new refund.
public
setRefund(string $refund) : self
Parameters
- $refund : string
Return values
selfsetRestoreBackup()
Sets a new restoreBackup.
public
setRestoreBackup(string $restoreBackup) : self
Parameters
- $restoreBackup : string
Return values
selfsetTextItems()
Sets a new textItems.
public
setTextItems(string $textItems) : self
Parameters
- $textItems : string