VatRateAddition
in package
Class VatRateAddition
Tags
Table of Contents
Properties
- $country : Country|null
- $endDate : DateTime
- $id : int|null
- $startDate : DateTime
- $vatRate : float
- $vatType : VatType|null
Methods
- getCountry() : Country|null
- getEndDate() : DateTime
- getId() : int|null
- getStartDate() : DateTime
- getVatRate() : float
- getVatType() : VatType|null
- setCountry() : void
- setEndDate() : void
- setId() : void
- setStartDate() : void
- setVatRate() : void
- setVatType() : void
Properties
$country
private
Country|null
$country
Tags
$endDate
private
DateTime
$endDate
Tags
$id
private
int|null
$id
Tags
$startDate
private
DateTime
$startDate
Tags
$vatRate
private
float
$vatRate
Tags
$vatType
private
VatType|null
$vatType
Tags
Methods
getCountry()
public
getCountry() : Country|null
Return values
Country|nullgetEndDate()
public
getEndDate() : DateTime
Return values
DateTimegetId()
public
getId() : int|null
Return values
int|nullgetStartDate()
public
getStartDate() : DateTime
Return values
DateTimegetVatRate()
public
getVatRate() : float
Return values
floatgetVatType()
public
getVatType() : VatType|null
Return values
VatType|nullsetCountry()
public
setCountry(Country|null $country) : void
Parameters
- $country : Country|null
setEndDate()
public
setEndDate(DateTime $endDate) : void
Parameters
- $endDate : DateTime
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setStartDate()
public
setStartDate(DateTime $startDate) : void
Parameters
- $startDate : DateTime
setVatRate()
public
setVatRate(float $vatRate) : void
Parameters
- $vatRate : float
setVatType()
public
setVatType(VatType|null $vatType) : void
Parameters
- $vatType : VatType|null