ListInvoiceRequest
extends ListInvoiceRequestType
in package
Class representing ListInvoiceRequest.
Table of Contents
Properties
- $extSystem : string|null
- Označení externího systému, pro který se vyexportují identifikátory.
- $invoiceType : string|null
- $invoiceVersion : string|null
- Požadovaná verze dokladu.
- $requestInvoice : array<string|int, RequestInvoiceType>
- $restrictionData : array<string|int, RestrictionDocParamType>
- Omezení exportu dat dokladů.
- $version : string|null
Methods
- addToRequestInvoice() : self
- Adds as requestInvoice.
- addToRestrictionData() : self
- Adds as restrictionData.
- getExtSystem() : string
- Gets as extSystem.
- getInvoiceType() : string
- Gets as invoiceType.
- getInvoiceVersion() : string
- Gets as invoiceVersion.
- getRequestInvoice() : array<string|int, RequestInvoiceType>
- Gets as requestInvoice.
- getRestrictionData() : array<string|int, RestrictionDocParamType>
- Gets as restrictionData.
- getVersion() : string
- Gets as version.
- issetRequestInvoice() : bool
- isset requestInvoice.
- issetRestrictionData() : bool
- isset restrictionData.
- setExtSystem() : self
- Sets a new extSystem.
- setInvoiceType() : self
- Sets a new invoiceType.
- setInvoiceVersion() : self
- Sets a new invoiceVersion.
- setRequestInvoice() : self
- Sets a new requestInvoice.
- setRestrictionData() : self
- Sets a new restrictionData.
- setVersion() : self
- Sets a new version.
- unsetRequestInvoice() : void
- unset requestInvoice.
- unsetRestrictionData() : void
- unset restrictionData.
Properties
$extSystem
Označení externího systému, pro který se vyexportují identifikátory.
private
string|null
$extSystem
= null
$invoiceType
private
string|null
$invoiceType
= null
$invoiceVersion
Požadovaná verze dokladu.
private
string|null
$invoiceVersion
= null
$requestInvoice
private
array<string|int, RequestInvoiceType>
$requestInvoice
= []
$restrictionData
Omezení exportu dat dokladů.
private
array<string|int, RestrictionDocParamType>
$restrictionData
= []
$version
private
string|null
$version
= null
Methods
addToRequestInvoice()
Adds as requestInvoice.
public
addToRequestInvoice(RequestInvoiceType $requestInvoice) : self
Parameters
- $requestInvoice : RequestInvoiceType
Return values
selfaddToRestrictionData()
Adds as restrictionData.
public
addToRestrictionData(RestrictionDocParamType $restrictionData) : self
Omezení exportu dat dokladů.
Parameters
- $restrictionData : RestrictionDocParamType
Return values
selfgetExtSystem()
Gets as extSystem.
public
getExtSystem() : string
Označení externího systému, pro který se vyexportují identifikátory.
Return values
stringgetInvoiceType()
Gets as invoiceType.
public
getInvoiceType() : string
Return values
stringgetInvoiceVersion()
Gets as invoiceVersion.
public
getInvoiceVersion() : string
Požadovaná verze dokladu.
Return values
stringgetRequestInvoice()
Gets as requestInvoice.
public
getRequestInvoice() : array<string|int, RequestInvoiceType>
Return values
array<string|int, RequestInvoiceType>getRestrictionData()
Gets as restrictionData.
public
getRestrictionData() : array<string|int, RestrictionDocParamType>
Omezení exportu dat dokladů.
Return values
array<string|int, RestrictionDocParamType>getVersion()
Gets as version.
public
getVersion() : string
Return values
stringissetRequestInvoice()
isset requestInvoice.
public
issetRequestInvoice(int|string $index) : bool
Parameters
- $index : int|string
Return values
boolissetRestrictionData()
isset restrictionData.
public
issetRestrictionData(int|string $index) : bool
Omezení exportu dat dokladů.
Parameters
- $index : int|string
Return values
boolsetExtSystem()
Sets a new extSystem.
public
setExtSystem(string $extSystem) : self
Označení externího systému, pro který se vyexportují identifikátory.
Parameters
- $extSystem : string
Return values
selfsetInvoiceType()
Sets a new invoiceType.
public
setInvoiceType(string $invoiceType) : self
Parameters
- $invoiceType : string
Return values
selfsetInvoiceVersion()
Sets a new invoiceVersion.
public
setInvoiceVersion(string $invoiceVersion) : self
Požadovaná verze dokladu.
Parameters
- $invoiceVersion : string
Return values
selfsetRequestInvoice()
Sets a new requestInvoice.
public
setRequestInvoice(array<string|int, RequestInvoiceType> $requestInvoice) : self
Parameters
- $requestInvoice : array<string|int, RequestInvoiceType>
Return values
selfsetRestrictionData()
Sets a new restrictionData.
public
setRestrictionData(array<string|int, RestrictionDocParamType> $restrictionData) : self
Omezení exportu dat dokladů.
Parameters
- $restrictionData : array<string|int, RestrictionDocParamType>
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
selfunsetRequestInvoice()
unset requestInvoice.
public
unsetRequestInvoice(int|string $index) : void
Parameters
- $index : int|string
unsetRestrictionData()
unset restrictionData.
public
unsetRestrictionData(int|string $index) : void
Omezení exportu dat dokladů.
Parameters
- $index : int|string