Documentation

CheckoutMandatoryAddon
in package

Class AccountCreation

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="checkout_mandatory_addon")

Table of Contents

Properties

$checkoutAddon  : Addon
$checkoutPlan  : Plan
$companyCountry  : Country
$endDate  : DateTime|null
$id  : int
$startDate  : DateTime|null
$vatRegCountry  : Country

Methods

getCheckoutAddon()  : Addon
Get the value of checkoutAddon
getCheckoutPlan()  : Plan
Get the value of checkoutPlan
getCompanyCountry()  : Country
Get the value of companyCountry
getEndDate()  : DateTime|null
Get the value of endDate
getStartDate()  : DateTime|null
Get the value of startDate
getVatRegCountry()  : Country
Get the value of vatRegCountry

Properties

$checkoutAddon

private Addon $checkoutAddon
Tags
ORM\ManyToOne

(targetEntity="CheckoutAddon")

ORM\JoinColumn

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

$checkoutPlan

private Plan $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")

$endDate

private DateTime|null $endDate
Tags
ORM\Column

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

$startDate

private DateTime|null $startDate
Tags
ORM\Column

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

$vatRegCountry

private Country $vatRegCountry
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

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

Methods

getCheckoutAddon()

Get the value of checkoutAddon

public getCheckoutAddon() : Addon
Return values
Addon

getCheckoutPlan()

Get the value of checkoutPlan

public getCheckoutPlan() : Plan
Return values
Plan

getEndDate()

Get the value of endDate

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

getStartDate()

Get the value of startDate

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

        
On this page

Search results