TaxLetter
in package
implements
JsonSerializable
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $client : Client
- $country : Country|null
- $countryName : string|null
- $dateReceived : DateTime|null
- $deleted : bool
- $id : int
- $language : string|null
- $letterId : string
- $letterTypeCountry : string|null
- $letterTypeCountryId : int|null
- $letterTypeCreatedAt : DateTime|null
- $letterTypeId : int|null
- $letterTypeIsInternal : bool|null
- $letterTypeLetterType : string|null
- $letterTypeUpdatedAt : DateTime|null
- $notifications : array<string|int, TaxLetterStatusNotification>|null
- $source : string|null
- $status : string|null
- $statusLabel : string|null
- $summaryAction : string|null
- $summaryActionCategory : string|null
- $summaryHeader : string|null
- $summaryId : int|null
- $summaryReason : string|null
- $taxLetterStatuses : array<string|int, TaxLetterStatus>
- $tliDownloadUrl : string|null
- $vatjarDownloadUrl : string|null
Methods
- getClient() : Client
- Get the value of client
- getCountry() : Country|null
- Get the value of country
- getCountryName() : string|null
- Get the value of countryName
- getDateReceived() : DateTime|null
- Get the value of dateReceived
- getDeleted() : bool
- Get the value of deleted
- getId() : int
- Get the value of id
- getLanguage() : string|null
- Get the value of language
- getLetterId() : string
- Get the value of letterId
- getLetterTypeCountry() : string|null
- Get the value of letterTypeCountry
- getLetterTypeCountryId() : int|null
- Get the value of letterTypeCountryId
- getLetterTypeCreatedAt() : DateTime|null
- Get the value of letterTypeCreatedAt
- getLetterTypeId() : int|null
- Get the value of letterTypeId
- getLetterTypeIsInternal() : bool|null
- Get the value of letterTypeIsInternal
- getLetterTypeLetterType() : string|null
- Get the value of letterTypeLetterType
- getLetterTypeUpdatedAt() : DateTime|null
- Get the value of letterTypeUpdatedAt
- getSource() : string|null
- Get the value of source
- getStatus() : string|null
- Get the value of status
- getStatusLabel() : string|null
- Get the value of statusLabel
- getSummaryAction() : string|null
- Get the value of summaryAction
- getSummaryActionCategory() : string|null
- Get the value of summaryActionCategory
- getSummaryHeader() : string|null
- Get the value of summaryHeader
- getSummaryId() : int|null
- Get the value of summaryId
- getSummaryReason() : string|null
- Get the value of summaryReason
- getTaxLetterStatuses() : array<string|int, TaxLetterStatus>
- Get the value of taxLetterStatuses
- getTliDownloadUrl() : string|null
- Get the value of tliDownloadUrl
- getVatjarDownloadUrl() : string|null
- Get the value of vatjarDownloadUrl
- jsonSerialize() : mixed
- setClient() : self
- Set the value of client
- setCountry() : self
- Set the value of country
- setCountryName() : self
- Set the value of countryName
- setDateReceived() : self
- Set the value of dateReceived
- setDeleted() : self
- Set the value of deleted
- setLanguage() : self
- Set the value of language
- setLetterId() : self
- Set the value of letterId
- setLetterTypeCountry() : self
- Set the value of letterTypeCountry
- setLetterTypeCountryId() : self
- Set the value of letterTypeCountryId
- setLetterTypeCreatedAt() : self
- Set the value of letterTypeCreatedAt
- setLetterTypeId() : self
- Set the value of letterTypeId
- setLetterTypeIsInternal() : self
- Set the value of letterTypeIsInternal
- setLetterTypeLetterType() : self
- Set the value of letterTypeLetterType
- setLetterTypeUpdatedAt() : self
- Set the value of letterTypeUpdatedAt
- setSource() : self
- Set the value of source
- setStatus() : self
- Set the value of status
- setStatusLabel() : self
- Set the value of statusLabel
- setSummaryAction() : self
- Set the value of summaryAction
- setSummaryActionCategory() : self
- Set the value of summaryActionCategory
- setSummaryHeader() : self
- Set the value of summaryHeader
- setSummaryId() : self
- Set the value of summaryId
- setSummaryReason() : self
- Set the value of summaryReason
- setTliDownloadUrl() : self
- Set the value of tliDownloadUrl
- setVatjarDownloadUrl() : self
- Set the value of vatjarDownloadUrl
- toArray() : mixed
- toStdClass() : mixed
Properties
$client
private
Client
$client
Tags
$country
private
Country|null
$country
Tags
$countryName
private
string|null
$countryName
Tags
$dateReceived
private
DateTime|null
$dateReceived
Tags
$deleted
private
bool
$deleted
Tags
$id
private
int
$id
Tags
$language
private
string|null
$language
Tags
$letterId
private
string
$letterId
Tags
$letterTypeCountry
private
string|null
$letterTypeCountry
Tags
$letterTypeCountryId
private
int|null
$letterTypeCountryId
Tags
$letterTypeCreatedAt
private
DateTime|null
$letterTypeCreatedAt
Tags
$letterTypeId
private
int|null
$letterTypeId
Tags
$letterTypeIsInternal
private
bool|null
$letterTypeIsInternal
Tags
$letterTypeLetterType
private
string|null
$letterTypeLetterType
Tags
$letterTypeUpdatedAt
private
DateTime|null
$letterTypeUpdatedAt
Tags
$notifications
private
array<string|int, TaxLetterStatusNotification>|null
$notifications
Tags
$source
private
string|null
$source
Tags
$status
private
string|null
$status
Tags
$statusLabel
private
string|null
$statusLabel
Tags
$summaryAction
private
string|null
$summaryAction
Tags
$summaryActionCategory
private
string|null
$summaryActionCategory
Tags
$summaryHeader
private
string|null
$summaryHeader
Tags
$summaryId
private
int|null
$summaryId
Tags
$summaryReason
private
string|null
$summaryReason
Tags
$taxLetterStatuses
private
array<string|int, TaxLetterStatus>
$taxLetterStatuses
Tags
$tliDownloadUrl
private
string|null
$tliDownloadUrl
Tags
$vatjarDownloadUrl
private
string|null
$vatjarDownloadUrl
Tags
Methods
getClient()
Get the value of client
public
getClient() : Client
Return values
ClientgetCountry()
Get the value of country
public
getCountry() : Country|null
Return values
Country|nullgetCountryName()
Get the value of countryName
public
getCountryName() : string|null
Return values
string|nullgetDateReceived()
Get the value of dateReceived
public
getDateReceived() : DateTime|null
Return values
DateTime|nullgetDeleted()
Get the value of deleted
public
getDeleted() : bool
Return values
boolgetId()
Get the value of id
public
getId() : int
Return values
intgetLanguage()
Get the value of language
public
getLanguage() : string|null
Return values
string|nullgetLetterId()
Get the value of letterId
public
getLetterId() : string
Return values
stringgetLetterTypeCountry()
Get the value of letterTypeCountry
public
getLetterTypeCountry() : string|null
Return values
string|nullgetLetterTypeCountryId()
Get the value of letterTypeCountryId
public
getLetterTypeCountryId() : int|null
Return values
int|nullgetLetterTypeCreatedAt()
Get the value of letterTypeCreatedAt
public
getLetterTypeCreatedAt() : DateTime|null
Return values
DateTime|nullgetLetterTypeId()
Get the value of letterTypeId
public
getLetterTypeId() : int|null
Return values
int|nullgetLetterTypeIsInternal()
Get the value of letterTypeIsInternal
public
getLetterTypeIsInternal() : bool|null
Return values
bool|nullgetLetterTypeLetterType()
Get the value of letterTypeLetterType
public
getLetterTypeLetterType() : string|null
Return values
string|nullgetLetterTypeUpdatedAt()
Get the value of letterTypeUpdatedAt
public
getLetterTypeUpdatedAt() : DateTime|null
Return values
DateTime|nullgetSource()
Get the value of source
public
getSource() : string|null
Return values
string|nullgetStatus()
Get the value of status
public
getStatus() : string|null
Return values
string|nullgetStatusLabel()
Get the value of statusLabel
public
getStatusLabel() : string|null
Return values
string|nullgetSummaryAction()
Get the value of summaryAction
public
getSummaryAction() : string|null
Return values
string|nullgetSummaryActionCategory()
Get the value of summaryActionCategory
public
getSummaryActionCategory() : string|null
Return values
string|nullgetSummaryHeader()
Get the value of summaryHeader
public
getSummaryHeader() : string|null
Return values
string|nullgetSummaryId()
Get the value of summaryId
public
getSummaryId() : int|null
Return values
int|nullgetSummaryReason()
Get the value of summaryReason
public
getSummaryReason() : string|null
Return values
string|nullgetTaxLetterStatuses()
Get the value of taxLetterStatuses
public
getTaxLetterStatuses() : array<string|int, TaxLetterStatus>
Return values
array<string|int, TaxLetterStatus>getTliDownloadUrl()
Get the value of tliDownloadUrl
public
getTliDownloadUrl() : string|null
Return values
string|nullgetVatjarDownloadUrl()
Get the value of vatjarDownloadUrl
public
getVatjarDownloadUrl() : string|null
Return values
string|nulljsonSerialize()
public
jsonSerialize() : mixed
setClient()
Set the value of client
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetCountry()
Set the value of country
public
setCountry(Country|null $country) : self
Parameters
- $country : Country|null
Return values
selfsetCountryName()
Set the value of countryName
public
setCountryName(string|null $countryName) : self
Parameters
- $countryName : string|null
Return values
selfsetDateReceived()
Set the value of dateReceived
public
setDateReceived(DateTime|null $dateReceived) : self
Parameters
- $dateReceived : DateTime|null
Return values
selfsetDeleted()
Set the value of deleted
public
setDeleted(bool $deleted) : self
Parameters
- $deleted : bool
Return values
selfsetLanguage()
Set the value of language
public
setLanguage(string|null $language) : self
Parameters
- $language : string|null
Return values
selfsetLetterId()
Set the value of letterId
public
setLetterId(string $letterId) : self
Parameters
- $letterId : string
Return values
selfsetLetterTypeCountry()
Set the value of letterTypeCountry
public
setLetterTypeCountry(string|null $letterTypeCountry) : self
Parameters
- $letterTypeCountry : string|null
Return values
selfsetLetterTypeCountryId()
Set the value of letterTypeCountryId
public
setLetterTypeCountryId(int|null $letterTypeCountryId) : self
Parameters
- $letterTypeCountryId : int|null
Return values
selfsetLetterTypeCreatedAt()
Set the value of letterTypeCreatedAt
public
setLetterTypeCreatedAt(DateTime|null $letterTypeCreatedAt) : self
Parameters
- $letterTypeCreatedAt : DateTime|null
Return values
selfsetLetterTypeId()
Set the value of letterTypeId
public
setLetterTypeId(int|null $letterTypeId) : self
Parameters
- $letterTypeId : int|null
Return values
selfsetLetterTypeIsInternal()
Set the value of letterTypeIsInternal
public
setLetterTypeIsInternal(bool|null $letterTypeIsInternal) : self
Parameters
- $letterTypeIsInternal : bool|null
Return values
selfsetLetterTypeLetterType()
Set the value of letterTypeLetterType
public
setLetterTypeLetterType(string|null $letterTypeLetterType) : self
Parameters
- $letterTypeLetterType : string|null
Return values
selfsetLetterTypeUpdatedAt()
Set the value of letterTypeUpdatedAt
public
setLetterTypeUpdatedAt(DateTime|null $letterTypeUpdatedAt) : self
Parameters
- $letterTypeUpdatedAt : DateTime|null
Return values
selfsetSource()
Set the value of source
public
setSource(string|null $source) : self
Parameters
- $source : string|null
Return values
selfsetStatus()
Set the value of status
public
setStatus(string|null $status) : self
Parameters
- $status : string|null
Return values
selfsetStatusLabel()
Set the value of statusLabel
public
setStatusLabel(string|null $statusLabel) : self
Parameters
- $statusLabel : string|null
Return values
selfsetSummaryAction()
Set the value of summaryAction
public
setSummaryAction(string|null $summaryAction) : self
Parameters
- $summaryAction : string|null
Return values
selfsetSummaryActionCategory()
Set the value of summaryActionCategory
public
setSummaryActionCategory(string|null $summaryActionCategory) : self
Parameters
- $summaryActionCategory : string|null
Return values
selfsetSummaryHeader()
Set the value of summaryHeader
public
setSummaryHeader(string|null $summaryHeader) : self
Parameters
- $summaryHeader : string|null
Return values
selfsetSummaryId()
Set the value of summaryId
public
setSummaryId(int|null $summaryId) : self
Parameters
- $summaryId : int|null
Return values
selfsetSummaryReason()
Set the value of summaryReason
public
setSummaryReason(string|null $summaryReason) : self
Parameters
- $summaryReason : string|null
Return values
selfsetTliDownloadUrl()
Set the value of tliDownloadUrl
public
setTliDownloadUrl(string|null $tliDownloadUrl) : self
Parameters
- $tliDownloadUrl : string|null
Return values
selfsetVatjarDownloadUrl()
Set the value of vatjarDownloadUrl
public
setVatjarDownloadUrl(string|null $vatjarDownloadUrl) : self
Parameters
- $vatjarDownloadUrl : string|null
Return values
selftoArray()
public
toArray() : mixed
toStdClass()
public
toStdClass() : mixed