VatcomReportsToSubmitDTO
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$client
: mixed
-
$country
: mixed
-
$deadline_date
: mixed
-
$end_date
: mixed
-
$entry_id
: mixed
-
$entry_report
: mixed
-
$is_downloaded
: mixed
-
$period
: mixed
-
$report_type
: mixed
-
$start_date
: mixed
-
$vat_amount
: mixed
Methods
-
__construct()
: mixed
-
getClient()
: Client
-
getCountry()
: Country|null
-
getDeadlineDate()
: string|null
-
getEndDate()
: string
-
getEntryId()
: int|null
-
getEntryReport()
: EntryReport|null
-
getIsDownloaded()
: bool|null
-
getPeriod()
: string|null
-
getReportType()
: string|null
-
getStartDate()
: string
-
getVatAmount()
: float|null
-
jsonSerialize()
: array<string|int, mixed>
-
setVatAmount()
: void
$client
private
mixed
$client
$country
private
mixed
$country
$deadline_date
private
mixed
$deadline_date
$end_date
private
mixed
$end_date
$entry_id
private
mixed
$entry_id
$entry_report
private
mixed
$entry_report
$is_downloaded
private
mixed
$is_downloaded
$period
private
mixed
$period
$report_type
private
mixed
$report_type
$start_date
private
mixed
$start_date
$vat_amount
private
mixed
$vat_amount
__construct()
public
__construct(VatcomReportsToSubmit $vatcomReportToSubmit) : mixed
Parameters
-
$vatcomReportToSubmit
: VatcomReportsToSubmit
-
getClient()
public
getClient() : Client
getCountry()
public
getCountry() : Country|null
getDeadlineDate()
public
getDeadlineDate() : string|null
Return values
string|null
getEndDate()
public
getEndDate() : string
getEntryId()
public
getEntryId() : int|null
getEntryReport()
public
getEntryReport() : EntryReport|null
getIsDownloaded()
public
getIsDownloaded() : bool|null
getPeriod()
public
getPeriod() : string|null
Return values
string|null
getReportType()
public
getReportType() : string|null
Return values
string|null
getStartDate()
public
getStartDate() : string
getVatAmount()
public
getVatAmount() : float|null
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
setVatAmount()
public
setVatAmount(float|null $vat_amount) : void
Parameters
-
$vat_amount
: float|null
-