CreateAccountingDoubleEntryResponse
extends CreateAccountingDoubleEntryResponseType
in package
Class representing CreateAccountingDoubleEntryResponse.
Table of Contents
Properties
- $createAccountingResponse : array<string|int, CreateAccountingResponseType>
- $importDetails : array<string|int, DetailType>
- Chyby a upozornění vzniklé při načtení dokladu.
- $producedDetails : ProducedDetailsType|null
- Informace o vytvořeném dokladu.
- $state : string|null
- $version : string|null
Methods
- addToCreateAccountingResponse() : self
- Adds as createAccountingResponse.
- addToImportDetails() : self
- Adds as detail.
- getCreateAccountingResponse() : array<string|int, CreateAccountingResponseType>
- Gets as createAccountingResponse.
- getImportDetails() : array<string|int, DetailType>
- Gets as importDetails.
- getProducedDetails() : ProducedDetailsType
- Gets as producedDetails.
- getState() : string
- Gets as state.
- getVersion() : string
- Gets as version.
- issetCreateAccountingResponse() : bool
- isset createAccountingResponse.
- issetImportDetails() : bool
- isset importDetails.
- setCreateAccountingResponse() : self
- Sets a new createAccountingResponse.
- setImportDetails() : self
- Sets a new importDetails.
- setProducedDetails() : self
- Sets a new producedDetails.
- setState() : self
- Sets a new state.
- setVersion() : self
- Sets a new version.
- unsetCreateAccountingResponse() : void
- unset createAccountingResponse.
- unsetImportDetails() : void
- unset importDetails.
Properties
$createAccountingResponse
private
array<string|int, CreateAccountingResponseType>
$createAccountingResponse
= []
$importDetails
Chyby a upozornění vzniklé při načtení dokladu.
private
array<string|int, DetailType>
$importDetails
= null
$producedDetails
Informace o vytvořeném dokladu.
private
ProducedDetailsType|null
$producedDetails
= null
$state
private
string|null
$state
= null
$version
private
string|null
$version
= null
Methods
addToCreateAccountingResponse()
Adds as createAccountingResponse.
public
addToCreateAccountingResponse(CreateAccountingResponseType $createAccountingResponse) : self
Parameters
- $createAccountingResponse : CreateAccountingResponseType
Return values
selfaddToImportDetails()
Adds as detail.
public
addToImportDetails(DetailType $detail) : self
Chyby a upozornění vzniklé při načtení dokladu.
Parameters
- $detail : DetailType
Return values
selfgetCreateAccountingResponse()
Gets as createAccountingResponse.
public
getCreateAccountingResponse() : array<string|int, CreateAccountingResponseType>
Return values
array<string|int, CreateAccountingResponseType>getImportDetails()
Gets as importDetails.
public
getImportDetails() : array<string|int, DetailType>
Chyby a upozornění vzniklé při načtení dokladu.
Return values
array<string|int, DetailType>getProducedDetails()
Gets as producedDetails.
public
getProducedDetails() : ProducedDetailsType
Informace o vytvořeném dokladu.
Return values
ProducedDetailsTypegetState()
Gets as state.
public
getState() : string
Return values
stringgetVersion()
Gets as version.
public
getVersion() : string
Return values
stringissetCreateAccountingResponse()
isset createAccountingResponse.
public
issetCreateAccountingResponse(int|string $index) : bool
Parameters
- $index : int|string
Return values
boolissetImportDetails()
isset importDetails.
public
issetImportDetails(int|string $index) : bool
Chyby a upozornění vzniklé při načtení dokladu.
Parameters
- $index : int|string
Return values
boolsetCreateAccountingResponse()
Sets a new createAccountingResponse.
public
setCreateAccountingResponse([array<string|int, CreateAccountingResponseType> $createAccountingResponse = null ]) : self
Parameters
- $createAccountingResponse : array<string|int, CreateAccountingResponseType> = null
Return values
selfsetImportDetails()
Sets a new importDetails.
public
setImportDetails([array<string|int, DetailType> $importDetails = null ]) : self
Chyby a upozornění vzniklé při načtení dokladu.
Parameters
- $importDetails : array<string|int, DetailType> = null
Return values
selfsetProducedDetails()
Sets a new producedDetails.
public
setProducedDetails([ProducedDetailsType|null $producedDetails = null ]) : self
Informace o vytvořeném dokladu.
Parameters
- $producedDetails : ProducedDetailsType|null = null
Return values
selfsetState()
Sets a new state.
public
setState(string $state) : self
Parameters
- $state : string
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
selfunsetCreateAccountingResponse()
unset createAccountingResponse.
public
unsetCreateAccountingResponse(int|string $index) : void
Parameters
- $index : int|string
unsetImportDetails()
unset importDetails.
public
unsetImportDetails(int|string $index) : void
Chyby a upozornění vzniklé při načtení dokladu.
Parameters
- $index : int|string