Documentation

OfferVatRegistration
in package
implements JsonSerializable

Class OfferVatRegistration

Tags
ORM\Entity

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

ORM\Table

(name="offer_vat_registration")

Table of Contents

Interfaces

JsonSerializable

Properties

$country  : Country|null
$id  : int|null
$offer  : Offer

Methods

__construct()  : mixed
getCountry()  : Country|null
getId()  : int|null
getOffer()  : Offer
jsonSerialize()  : mixed
setCountry()  : void
setId()  : void
setOffer()  : void

Properties

$country

private Country|null $country
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

(name="country_id", referencedColumnName="id", nullable=false)

$id

private int|null $id
Tags
ORM\Column

(type="integer")

ORM\Id

()

ORM\GeneratedValue

()

$offer

private Offer $offer
Tags
ORM\ManyToOne

(targetEntity="Offer", inversedBy="offerVatRegistration")

ORM\JoinColumn

(name="offer_id", referencedColumnName="id", nullable=false)

Methods


        
On this page

Search results