Documentation

UserVat
in package

Class UserVat

Tags
ORM\Entity

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

ORM\Table

(name="user_vat")

Table of Contents

Properties

$acknowledgedSince  : DateTime|null
$changeTime  : DateTime|null
$client  : Client
$country  : Country|null
$endAt  : DateTime|null
$id  : int
$startAt  : DateTime|null
$takeover  : bool|null
$taxId  : string|null
$userVatCertificate  : UserVatCertificate|null
$vatid  : string|null

Methods

getAcknowledgedSince()  : DateTime|null
getChangeTime()  : DateTime|null
getClient()  : Client
getCountry()  : Country|null
getEndAt()  : DateTime|null
getId()  : int|null
getStartAt()  : DateTime|null
getTakeover()  : bool|null
getTaxId()  : string|null
getUser()  : Client
getUserVatCertificate()  : UserVatCertificate|null
getVatid()  : string|null
setAcknowledgedSince()  : mixed
setChangeTime()  : void
setClient()  : void
setCountry()  : void
setEndAt()  : void
setId()  : void
setStartAt()  : void
setTakeover()  : void
setTaxId()  : void
setUser()  : void
setUserVatCertificate()  : void
setVatid()  : void

Properties

$acknowledgedSince

private DateTime|null $acknowledgedSince
Tags
ORM\Column

(name="acknowledged_since", type="datetime")

$changeTime

private DateTime|null $changeTime
Tags
ORM\Column

(name="change_time", type="datetime")

$client

private Client $client
Tags
ORM\ManyToOne

(targetEntity="Client", inversedBy="userVats")

ORM\JoinColumn

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

$country

private Country|null $country
Tags
ORM\ManyToOne

(targetEntity="Country", inversedBy="userVats")

ORM\JoinColumn

(name="country_id")

$endAt

private DateTime|null $endAt
Tags
ORM\Column

(name="end_at", type="date", nullable=true)

$id

private int $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(type="integer")

$startAt

private DateTime|null $startAt
Tags
ORM\Column

(name="start_at", type="date")

$takeover

private bool|null $takeover = false
Tags
ORM\Column

(type="boolean")

$taxId

private string|null $taxId
Tags
ORM\Column

(name="tax_id", type="string", length=255)

$userVatCertificate

private UserVatCertificate|null $userVatCertificate
Tags
ORM\OneToOne

(targetEntity="UserVatCertificate", mappedBy="userVat")

$vatid

private string|null $vatid
Tags
ORM\Column

(type="string", length=20)

Methods

getAcknowledgedSince()

public getAcknowledgedSince() : DateTime|null
Return values
DateTime|null

getChangeTime()

public getChangeTime() : DateTime|null
Return values
DateTime|null

getEndAt()

public getEndAt() : DateTime|null
Return values
DateTime|null

getId()

public getId() : int|null
Return values
int|null

getStartAt()

public getStartAt() : DateTime|null
Return values
DateTime|null

getTakeover()

public getTakeover() : bool|null
Return values
bool|null

getTaxId()

public getTaxId() : string|null
Return values
string|null

getVatid()

public getVatid() : string|null
Return values
string|null

setAcknowledgedSince()

public setAcknowledgedSince(DateTime|null $acknowledgedSince) : mixed
Parameters
$acknowledgedSince : DateTime|null

setChangeTime()

public setChangeTime(DateTime|null $changeTime) : void
Parameters
$changeTime : DateTime|null

setEndAt()

public setEndAt(DateTime|null $endAt) : void
Parameters
$endAt : DateTime|null

setId()

public setId(int|null $id) : void
Parameters
$id : int|null

setStartAt()

public setStartAt(DateTime|null $startAt) : void
Parameters
$startAt : DateTime|null

setTakeover()

public setTakeover(bool|null $takeover) : void
Parameters
$takeover : bool|null

setTaxId()

public setTaxId(string|null $taxId) : void
Parameters
$taxId : string|null

setVatid()

public setVatid(string|null $vatid) : void
Parameters
$vatid : string|null

        
On this page

Search results