OssRegistrationCountryGroup
in package
Class OssRegistrationCountryGroup
Tags
Table of Contents
Properties
- $addon : CheckoutAddon
- $country : Country|null
- $id : int|null
Methods
- getAddon() : CheckoutAddon
- getCountry() : Country|null
- getCountryId() : mixed
- getId() : int|null
- setAddon() : void
- setCountry() : void
- setId() : void
Properties
$addon
private
CheckoutAddon
$addon
Tags
$country
private
Country|null
$country
Tags
$id
private
int|null
$id
Tags
Methods
getAddon()
public
getAddon() : CheckoutAddon
Return values
CheckoutAddongetCountry()
public
getCountry() : Country|null
Return values
Country|nullgetCountryId()
public
getCountryId() : mixed
getId()
public
getId() : int|null
Return values
int|nullsetAddon()
public
setAddon(CheckoutAddon $addon) : void
Parameters
- $addon : CheckoutAddon
setCountry()
public
setCountry(Country|null $country) : void
Parameters
- $country : Country|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null