CreateAccountingDoubleEntryResponseType
extends DocumentResponseType
in package
Class representing CreateAccountingDoubleEntryResponseType.
XSD Type: createAccountingDoubleEntryResponseType
Table of Contents
- $createAccountingResponse : array<string|int, mixed>
- $importDetails : array<string|int, mixed>|null
- 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
- 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, mixed>
$createAccountingResponse
= []
$importDetails
Chyby a upozornění vzniklé při načtení dokladu.
private
array<string|int, mixed>|null
$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
self —addToImportDetails()
Adds as detail.
public
addToImportDetails(DetailType $detail) : self
Chyby a upozornění vzniklé při načtení dokladu.
Parameters
- $detail : DetailType
Return values
self —getCreateAccountingResponse()
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
ProducedDetailsType —getState()
Gets as state.
public
getState() : string
Return values
string —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —issetCreateAccountingResponse()
isset createAccountingResponse.
public
issetCreateAccountingResponse(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —issetImportDetails()
isset importDetails.
public
issetImportDetails(int|string $index) : bool
Chyby a upozornění vzniklé při načtení dokladu.
Parameters
- $index : int|string
Return values
bool —setCreateAccountingResponse()
Sets a new createAccountingResponse.
public
setCreateAccountingResponse([array<string|int, CreateAccountingResponseType> $createAccountingResponse = null ]) : self
Parameters
- $createAccountingResponse : array<string|int, CreateAccountingResponseType> = null
Return values
self —setImportDetails()
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
self —setProducedDetails()
Sets a new producedDetails.
public
setProducedDetails([ProducedDetailsType|null $producedDetails = null ]) : self
Informace o vytvořeném dokladu.
Parameters
- $producedDetails : ProducedDetailsType|null = null
Return values
self —setState()
Sets a new state.
public
setState(string $state) : self
Parameters
- $state : string
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
self —unsetCreateAccountingResponse()
unset createAccountingResponse.
public
unsetCreateAccountingResponse(int|string $index) : void
Parameters
- $index : int|string
Return values
void —unsetImportDetails()
unset importDetails.
public
unsetImportDetails(int|string $index) : void
Chyby a upozornění vzniklé při načtení dokladu.
Parameters
- $index : int|string