TaxLetterStatusNotification
in package
implements
JsonSerializable
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $id : int|null
- $notificationDate : DateTime
- $taxLetter : TaxLetter
Methods
- getId() : int|null
- getNotificationDate() : DateTime
- getTaxLetter() : TaxLetter
- Get the value of taxLetter
- jsonSerialize() : mixed
- setId() : void
- setNotificationDate() : void
- setTaxLetter() : self
- Set the value of taxLetter
Properties
$id
private
int|null
$id
Tags
$notificationDate
private
DateTime
$notificationDate
Tags
$taxLetter
private
TaxLetter
$taxLetter
Tags
Methods
getId()
public
getId() : int|null
Return values
int|nullgetNotificationDate()
public
getNotificationDate() : DateTime
Return values
DateTimegetTaxLetter()
Get the value of taxLetter
public
getTaxLetter() : TaxLetter
Return values
TaxLetterjsonSerialize()
public
jsonSerialize() : mixed
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setNotificationDate()
public
setNotificationDate(DateTime $notificationDate) : void
Parameters
- $notificationDate : DateTime
setTaxLetter()
Set the value of taxLetter
public
setTaxLetter(TaxLetter $taxLetter) : self
Parameters
- $taxLetter : TaxLetter