VatcomReportsToSubmit
in package
Class AccountCreation
Tags
Table of Contents
Properties
- $entryReport : EntryReport|null
- $id : int|null
- $isDownloaded : bool|null
- $isNotified : bool|null
Methods
- getEntryReport() : EntryReport|null
- getId() : int|null
- getIsDownloaded() : bool|null
- getIsNotified() : bool|null
- setEntryReport() : void
- setId() : void
- setIsDownloaded() : void
- setIsNotified() : void
Properties
$entryReport
private
EntryReport|null
$entryReport
Tags
$id
private
int|null
$id
Tags
$isDownloaded
private
bool|null
$isDownloaded
Tags
$isNotified
private
bool|null
$isNotified
Tags
Methods
getEntryReport()
public
getEntryReport() : EntryReport|null
Return values
EntryReport|nullgetId()
public
getId() : int|null
Return values
int|nullgetIsDownloaded()
public
getIsDownloaded() : bool|null
Return values
bool|nullgetIsNotified()
public
getIsNotified() : bool|null
Return values
bool|nullsetEntryReport()
public
setEntryReport(EntryReport|null $entryReport) : void
Parameters
- $entryReport : EntryReport|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setIsDownloaded()
public
setIsDownloaded(bool|null $isDownloaded) : void
Parameters
- $isDownloaded : bool|null
setIsNotified()
public
setIsNotified(bool|null $isNotified) : void
Parameters
- $isNotified : bool|null