UserVatThresholdOptOut
in package
Class UserVatInsertion
Tags
Table of Contents
Properties
- $client : Client
- $fromCountry : Country
- $id : int
- $startDate : DateTime
- $toCountry : Country
Methods
- getClient() : Client
- getFromCountry() : Country
- getStartDate() : DateTime
- getToCountry() : Country
- setClient() : self
- setFromCountry() : self
- setStartDate() : self
- setToCountry() : self
Properties
$client
private
Client
$client
Tags
$fromCountry
private
Country
$fromCountry
Tags
$id
private
int
$id
Tags
$startDate
private
DateTime
$startDate
Tags
$toCountry
private
Country
$toCountry
Tags
Methods
getClient()
public
getClient() : Client
Return values
ClientgetFromCountry()
public
getFromCountry() : Country
Return values
CountrygetStartDate()
public
getStartDate() : DateTime
Return values
DateTimegetToCountry()
public
getToCountry() : Country
Return values
CountrysetClient()
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetFromCountry()
public
setFromCountry(Country $fromCountry) : self
Parameters
- $fromCountry : Country
Return values
selfsetStartDate()
public
setStartDate(DateTime $startDate) : self
Parameters
- $startDate : DateTime
Return values
selfsetToCountry()
public
setToCountry(Country $toCountry) : self
Parameters
- $toCountry : Country