OssPlanCountryGroup
in package
Class OssPlanCountryGroup
Tags
Table of Contents
Properties
- $country : Country|null
- $id : int|null
- $orderNumber : int
- $plan : CheckoutPlan
Methods
- getCountry() : Country|null
- getCountryId() : mixed
- getId() : int|null
- getOrderNumber() : int
- getPlan() : CheckoutPlan
- setCountry() : void
- setId() : void
- setOrderNumber() : void
- setPlan() : void
Properties
$country
private
Country|null
$country
Tags
$id
private
int|null
$id
Tags
$orderNumber
private
int
$orderNumber
Tags
$plan
private
CheckoutPlan
$plan
Tags
Methods
getCountry()
public
getCountry() : Country|null
Return values
Country|nullgetCountryId()
public
getCountryId() : mixed
getId()
public
getId() : int|null
Return values
int|nullgetOrderNumber()
public
getOrderNumber() : int
Return values
intgetPlan()
public
getPlan() : CheckoutPlan
Return values
CheckoutPlansetCountry()
public
setCountry(Country|null $country) : void
Parameters
- $country : Country|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setOrderNumber()
public
setOrderNumber(int $orderNumber) : void
Parameters
- $orderNumber : int
setPlan()
public
setPlan(CheckoutPlan $plan) : void
Parameters
- $plan : CheckoutPlan