Documentation

UserVatThresholdOptOut
in package

Class UserVatInsertion

Tags
ORM\Table

(name="user_vat_threshold_opt_out")

ORM\Entity

(repositoryClass="Vatjar\Data\Repository\UserVatThresholdOptOutRepository")

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
ORM\ManyToOne

(targetEntity="Client")

ORM\JoinColumn

(name="user_id", referencedColumnName="id")

$fromCountry

private Country $fromCountry
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

(name="from_country_id", referencedColumnName="id")

$toCountry

private Country $toCountry
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

(name="to_country_id", referencedColumnName="id")

Methods

setStartDate()

public setStartDate(DateTime $startDate) : self
Parameters
$startDate : DateTime
Return values
self

        
On this page

Search results