CheckoutMandatoryAddon
in package
Class AccountCreation
Tags
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
$checkoutPlan
private
Plan
$checkoutPlan
Tags
$companyCountry
private
Country
$companyCountry
Tags
$endDate
private
DateTime|null
$endDate
Tags
$id
private
int
$id
Tags
$startDate
private
DateTime|null
$startDate
Tags
$vatRegCountry
private
Country
$vatRegCountry
Tags
Methods
getCheckoutAddon()
Get the value of checkoutAddon
public
getCheckoutAddon() : Addon
Return values
AddongetCheckoutPlan()
Get the value of checkoutPlan
public
getCheckoutPlan() : Plan
Return values
PlangetCompanyCountry()
Get the value of companyCountry
public
getCompanyCountry() : Country
Return values
CountrygetEndDate()
Get the value of endDate
public
getEndDate() : DateTime|null
Return values
DateTime|nullgetStartDate()
Get the value of startDate
public
getStartDate() : DateTime|null
Return values
DateTime|nullgetVatRegCountry()
Get the value of vatRegCountry
public
getVatRegCountry() : Country