UserVatDetect
in package
Class UserVatDetect
Tags
Table of Contents
Properties
- $country : Country
- $endDate : DateTime|null
- $event : string
- $id : int
- $startDate : DateTime
- $taxid : string|null
- $user : Client
- $vatid : string|null
Methods
- getCountry() : Country
- Get $country
- getEndDate() : DateTime|null
- Get $endDate
- getEvent() : string
- Get $event
- getId() : int
- Get $id
- getStartDate() : DateTime
- Get $startDate
- getTaxid() : string|null
- Get $taxid
- getUser() : User
- Get $user
- getVatid() : string|null
- Get $vatid
Properties
$country
private
Country
$country
Tags
$endDate
private
DateTime|null
$endDate
Tags
$event
private
string
$event
Tags
$id
private
int
$id
Tags
$startDate
private
DateTime
$startDate
Tags
$taxid
private
string|null
$taxid
Tags
$user
private
Client
$user
Tags
$vatid
private
string|null
$vatid
Tags
Methods
getCountry()
Get $country
public
getCountry() : Country
Return values
CountrygetEndDate()
Get $endDate
public
getEndDate() : DateTime|null
Return values
DateTime|nullgetEvent()
Get $event
public
getEvent() : string
Return values
stringgetId()
Get $id
public
getId() : int
Return values
intgetStartDate()
Get $startDate
public
getStartDate() : DateTime
Return values
DateTimegetTaxid()
Get $taxid
public
getTaxid() : string|null
Return values
string|nullgetUser()
Get $user
public
getUser() : User
Return values
UsergetVatid()
Get $vatid
public
getVatid() : string|null