ReportType
in package
implements
JsonSerializable, ReportType
Class ReportType
Tags
Table of Contents
Interfaces
- JsonSerializable
- ReportType
Constants
Properties
- $entries : array<string|int, Entry>|null
- $id : int|null
- $name : string|null
- $reportObligations : array<string|int, ReportObligation>|null
- $reportTypePaymentProcedure : array<string|int, ReportTypePaymentProcedure>|null
Methods
- getEntries() : array<string|int, Entry>|null
- getId() : int|null
- getName() : string|null
- getReportObligations() : array<string|int, ReportObligation>|null
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setEntries() : void
- setId() : void
- setName() : void
- setReportObligations() : void
Constants
EC
public
mixed
EC
= 2
VAT
public
mixed
VAT
= 1
Properties
$entries
private
array<string|int, Entry>|null
$entries
Tags
$id
private
int|null
$id
Tags
$name
private
string|null
$name
Tags
$reportObligations
private
array<string|int, ReportObligation>|null
$reportObligations
Tags
$reportTypePaymentProcedure
private
array<string|int, ReportTypePaymentProcedure>|null
$reportTypePaymentProcedure
Tags
Methods
getEntries()
public
getEntries() : array<string|int, Entry>|null
Return values
array<string|int, Entry>|nullgetId()
public
getId() : int|null
Return values
int|nullgetName()
public
getName() : string|null
Return values
string|nullgetReportObligations()
public
getReportObligations() : array<string|int, ReportObligation>|null
Return values
array<string|int, ReportObligation>|nulljsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setEntries()
public
setEntries(array<string|int, Entry>|Collection|null $entries) : void
Parameters
- $entries : array<string|int, Entry>|Collection|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setName()
public
setName(string|null $name) : void
Parameters
- $name : string|null
setReportObligations()
public
setReportObligations(array<string|int, ReportObligation>|Collection|null $reportObligations) : void
Parameters
- $reportObligations : array<string|int, ReportObligation>|Collection|null