Entry
in package
implements
JsonSerializable
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $bankingDetail : array<string|int, EntryBankingDetail>|null
- $client : Client|null
- $country : Country|null
- $dataReceived : EntryDataReceived|null
- $deadlineDate : DateTime|null
- $doneDate : DateTime|null
- $endDate : DateTime|null
- $entryPastsDownload : array<string|int, ReportDownload>|null
- $entryReportDownload : ReportDownload|null
- $filingCompany : FilingCompany|null
- $history : mixed
- $id : int|null
- $needPay : bool
- $onHoldDate : DateTime|null
- $period : Period|null
- $proformaReportItemPasts : Collection<string|int, ProformaReportItemPast>
- $proformaReportItems : Collection<string|int, ProformaReportItem>
- $proformaReportItemVersions : Collection<string|int, ProformaReportItemVersion>
- $qualityControlDate : DateTime|null
- $reportCreatedDate : DateTime|null
- $reportDownload : ReportDownload|null
- $reportErrorMessage : string|null
- $reportMissing : ReportMissingInfoEntity|null
- $reportObligation : ReportObligation|null
- $reportType : ReportType|null
- $returnPaidDate : DateTime|null
- $returnSubmittedDate : DateTime|null
- $startDate : DateTime|null
- $status : int
- $submitUser : UserAccount|null
- $uncoverDate : DateTime|null
- $vatDifferenceAmount : float|null
- $versionCreatedDate : DateTime|null
Methods
- __construct() : mixed
- getBankingDetail() : array<string|int, mixed>|null
- getClient() : Client|null
- getCountry() : Country|null
- getDataReceived() : EntryDataReceived|null
- getDeadlineDate() : DateTime|null
- getDoneDate() : DateTime|null
- getEndDate() : DateTime|null
- getEntryPastsDownload() : array<string|int, ReportDownload>|null
- getEntryReportDownload() : ReportDownload
- getFilingCompany() : FilingCompany|null
- getHistory() : array<string|int, mixed>|null
- Get the value of history
- getId() : int|null
- getOnHoldDate() : DateTime|null
- getPeriod() : Period|null
- getProformaReportItemPasts() : mixed
- getProformaReportItems() : mixed
- getProformaReportItemVersions() : mixed
- getQualityControlDate() : DateTime|null
- getReportCreatedDate() : DateTime|null
- getReportDownload() : ReportDownload
- getReportErrorMessage() : string|null
- getReportMissing() : ReportMissingInfoEntity|null
- Get the value of reportMissing
- getReportObligation() : ReportObligation|null
- getReportType() : ReportType
- getReturnPaidDate() : DateTime|null
- getReturnSubmittedDate() : DateTime|null
- getStartDate() : DateTime|null
- getStatus() : int
- getSubmitUser() : UserAccount|null
- getUncoverDate() : DateTime|null
- getUser() : Client|null
- getVatDifferenceAmount() : float|null
- getVersionCreatedDate() : DateTime|null
- isNeedPay() : bool
- jsonSerialize() : array<string|int, mixed>
- setBankingDetail() : void
- setClient() : void
- setCountry() : void
- setDataReceived() : void
- setDeadlineDate() : void
- setDoneDate() : void
- setEndDate() : void
- setEntryPastsDownload() : void
- setEntryReportDownload() : void
- setFilingCompany() : void
- setHistory() : self
- Set the value of history
- setId() : void
- setNeedPay() : void
- setOnHoldDate() : void
- setPeriod() : void
- setQualityControlDate() : self
- setReportCreatedDate() : void
- setReportDownload() : void
- setReportErrorMessage() : void
- setReportMissing() : self
- Set the value of reportMissing
- setReportObligation() : void
- setReportType() : void
- setReturnPaidDate() : void
- setReturnSubmittedDate() : void
- setStartDate() : void
- setStatus() : void
- setSubmitUser() : void
- setUncoverDate() : void
- setUser() : void
- setVatDifferenceAmount() : void
- setVersionCreatedDate() : mixed
- getEntryZip() : mixed
Properties
$bankingDetail
private
array<string|int, EntryBankingDetail>|null
$bankingDetail
$client
private
Client|null
$client
$country
private
Country|null
$country
$dataReceived
private
EntryDataReceived|null
$dataReceived
$deadlineDate
private
DateTime|null
$deadlineDate
$doneDate
private
DateTime|null
$doneDate
$endDate
private
DateTime|null
$endDate
$entryPastsDownload
private
array<string|int, ReportDownload>|null
$entryPastsDownload
$entryReportDownload
private
ReportDownload|null
$entryReportDownload
$filingCompany
private
FilingCompany|null
$filingCompany
$history
private
mixed
$history
$id
private
int|null
$id
$needPay
private
bool
$needPay
= false
$onHoldDate
private
DateTime|null
$onHoldDate
$period
private
Period|null
$period
$proformaReportItemPasts
private
Collection<string|int, ProformaReportItemPast>
$proformaReportItemPasts
Tags
$proformaReportItems
private
Collection<string|int, ProformaReportItem>
$proformaReportItems
Tags
$proformaReportItemVersions
private
Collection<string|int, ProformaReportItemVersion>
$proformaReportItemVersions
Tags
$qualityControlDate
private
DateTime|null
$qualityControlDate
$reportCreatedDate
private
DateTime|null
$reportCreatedDate
$reportDownload
private
ReportDownload|null
$reportDownload
$reportErrorMessage
private
string|null
$reportErrorMessage
$reportMissing
private
ReportMissingInfoEntity|null
$reportMissing
$reportObligation
private
ReportObligation|null
$reportObligation
$reportType
private
ReportType|null
$reportType
$returnPaidDate
private
DateTime|null
$returnPaidDate
$returnSubmittedDate
private
DateTime|null
$returnSubmittedDate
$startDate
private
DateTime|null
$startDate
$status
private
int
$status
$submitUser
private
UserAccount|null
$submitUser
$uncoverDate
private
DateTime|null
$uncoverDate
$vatDifferenceAmount
private
float|null
$vatDifferenceAmount
$versionCreatedDate
private
DateTime|null
$versionCreatedDate
Methods
__construct()
public
__construct() : mixed
getBankingDetail()
public
getBankingDetail() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetClient()
public
getClient() : Client|null
Return values
Client|nullgetCountry()
public
getCountry() : Country|null
Return values
Country|nullgetDataReceived()
public
getDataReceived() : EntryDataReceived|null
Return values
EntryDataReceived|nullgetDeadlineDate()
public
getDeadlineDate() : DateTime|null
Return values
DateTime|nullgetDoneDate()
public
getDoneDate() : DateTime|null
Return values
DateTime|nullgetEndDate()
public
getEndDate() : DateTime|null
Return values
DateTime|nullgetEntryPastsDownload()
public
getEntryPastsDownload() : array<string|int, ReportDownload>|null
Return values
array<string|int, ReportDownload>|nullgetEntryReportDownload()
public
getEntryReportDownload() : ReportDownload
Return values
ReportDownloadgetFilingCompany()
public
getFilingCompany() : FilingCompany|null
Return values
FilingCompany|nullgetHistory()
Get the value of history
public
getHistory() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null —$history
getId()
public
getId() : int|null
Return values
int|nullgetOnHoldDate()
public
getOnHoldDate() : DateTime|null
Return values
DateTime|nullgetPeriod()
public
getPeriod() : Period|null
Return values
Period|nullgetProformaReportItemPasts()
public
getProformaReportItemPasts() : mixed
getProformaReportItems()
public
getProformaReportItems() : mixed
getProformaReportItemVersions()
public
getProformaReportItemVersions() : mixed
getQualityControlDate()
public
getQualityControlDate() : DateTime|null
Return values
DateTime|nullgetReportCreatedDate()
public
getReportCreatedDate() : DateTime|null
Return values
DateTime|nullgetReportDownload()
public
getReportDownload() : ReportDownload
Return values
ReportDownloadgetReportErrorMessage()
public
getReportErrorMessage() : string|null
Return values
string|nullgetReportMissing()
Get the value of reportMissing
public
getReportMissing() : ReportMissingInfoEntity|null
Return values
ReportMissingInfoEntity|nullgetReportObligation()
public
getReportObligation() : ReportObligation|null
Return values
ReportObligation|nullgetReportType()
public
getReportType() : ReportType
Return values
ReportTypegetReturnPaidDate()
public
getReturnPaidDate() : DateTime|null
Return values
DateTime|nullgetReturnSubmittedDate()
public
getReturnSubmittedDate() : DateTime|null
Return values
DateTime|nullgetStartDate()
public
getStartDate() : DateTime|null
Return values
DateTime|nullgetStatus()
public
getStatus() : int
Return values
intgetSubmitUser()
public
getSubmitUser() : UserAccount|null
Return values
UserAccount|nullgetUncoverDate()
public
getUncoverDate() : DateTime|null
Return values
DateTime|nullgetUser()
public
getUser() : Client|null
Return values
Client|nullgetVatDifferenceAmount()
public
getVatDifferenceAmount() : float|null
Return values
float|nullgetVersionCreatedDate()
public
getVersionCreatedDate() : DateTime|null
Return values
DateTime|nullisNeedPay()
public
isNeedPay() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>setBankingDetail()
public
setBankingDetail(array<string|int, mixed>|null $bankingDetail) : void
Parameters
- $bankingDetail : array<string|int, mixed>|null
setClient()
public
setClient(Client|null $client) : void
Parameters
- $client : Client|null
setCountry()
public
setCountry(Country|null $country) : void
Parameters
- $country : Country|null
setDataReceived()
public
setDataReceived(EntryDataReceived|null $dataReceived) : void
Parameters
- $dataReceived : EntryDataReceived|null
setDeadlineDate()
public
setDeadlineDate(DateTime|null $deadlineDate) : void
Parameters
- $deadlineDate : DateTime|null
setDoneDate()
public
setDoneDate(DateTime|null $doneDate) : void
Parameters
- $doneDate : DateTime|null
setEndDate()
public
setEndDate(DateTime|null $endDate) : void
Parameters
- $endDate : DateTime|null
setEntryPastsDownload()
public
setEntryPastsDownload(array<string|int, ReportDownload>|null $entryPastsDownload) : void
Parameters
- $entryPastsDownload : array<string|int, ReportDownload>|null
setEntryReportDownload()
public
setEntryReportDownload(ReportDownload $entryReportDownload) : void
Parameters
- $entryReportDownload : ReportDownload
setFilingCompany()
public
setFilingCompany(FilingCompany|null $filingCompany) : void
Parameters
- $filingCompany : FilingCompany|null
setHistory()
Set the value of history
public
setHistory(array<string|int, mixed>|null $history) : self
Parameters
- $history : array<string|int, mixed>|null
Return values
selfsetId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setNeedPay()
public
setNeedPay(bool $needPay) : void
Parameters
- $needPay : bool
setOnHoldDate()
public
setOnHoldDate(DateTime|null $onHoldDate) : void
Parameters
- $onHoldDate : DateTime|null
setPeriod()
public
setPeriod(Period|null $period) : void
Parameters
- $period : Period|null
setQualityControlDate()
public
setQualityControlDate(DateTime|null $qualityControlDate) : self
Parameters
- $qualityControlDate : DateTime|null
Return values
selfsetReportCreatedDate()
public
setReportCreatedDate(DateTime|null $reportCreatedDate) : void
Parameters
- $reportCreatedDate : DateTime|null
setReportDownload()
public
setReportDownload(ReportDownload $reportDownload) : void
Parameters
- $reportDownload : ReportDownload
setReportErrorMessage()
public
setReportErrorMessage(string|null $reportErrorMessage) : void
Parameters
- $reportErrorMessage : string|null
setReportMissing()
Set the value of reportMissing
public
setReportMissing(ReportMissingInfoEntity|null $reportMissing) : self
Parameters
- $reportMissing : ReportMissingInfoEntity|null
Return values
selfsetReportObligation()
public
setReportObligation(ReportObligation|null $reportObligation) : void
Parameters
- $reportObligation : ReportObligation|null
setReportType()
public
setReportType(ReportType $reportType) : void
Parameters
- $reportType : ReportType
setReturnPaidDate()
public
setReturnPaidDate(DateTime|null $returnPaidDate) : void
Parameters
- $returnPaidDate : DateTime|null
setReturnSubmittedDate()
public
setReturnSubmittedDate(DateTime|null $returnSubmittedDate) : void
Parameters
- $returnSubmittedDate : DateTime|null
setStartDate()
public
setStartDate(DateTime|null $startDate) : void
Parameters
- $startDate : DateTime|null
setStatus()
public
setStatus(int $status) : void
Parameters
- $status : int
setSubmitUser()
public
setSubmitUser(UserAccount|null $submitUser) : void
Parameters
- $submitUser : UserAccount|null
setUncoverDate()
public
setUncoverDate(DateTime|null $uncoverDate) : void
Parameters
- $uncoverDate : DateTime|null
setUser()
public
setUser(Client|null $client) : void
Parameters
- $client : Client|null
setVatDifferenceAmount()
public
setVatDifferenceAmount(float|null $vatDifferenceAmount) : void
Parameters
- $vatDifferenceAmount : float|null
setVersionCreatedDate()
public
setVersionCreatedDate(DateTime|null $versionCreatedDate) : mixed
Parameters
- $versionCreatedDate : DateTime|null
getEntryZip()
private
getEntryZip() : mixed