Documentation

CheckoutOfferVatReg
in package

Class AccountCreation

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="checkout_offer_vat_reg")

Table of Contents

Properties

$availableEndDate  : DateTime|null
$checkoutPlan  : CheckoutPlan
$companyCountry  : Country
$id  : int
$vatRegCountry  : Country

Methods

getAvailableEndDate()  : DateTime|null
getCheckoutPlan()  : CheckoutPlan
Get the value of checkoutPlan
getCompanyCountry()  : Country
Get the value of companyCountry
getVatRegCountry()  : Country
Get the value of vatRegCountry

Properties

$availableEndDate

private DateTime|null $availableEndDate
Tags
ORM\Column

(name="available_end_date", type="datetime", nullable=true)

$checkoutPlan

private CheckoutPlan $checkoutPlan
Tags
ORM\ManyToOne

(targetEntity="CheckoutPlan")

ORM\JoinColumn

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

$companyCountry

private Country $companyCountry
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

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

$id

private int $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(type="integer", name="id")

$vatRegCountry

private Country $vatRegCountry
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

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

Methods

getAvailableEndDate()

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

        
On this page

Search results