BusinessAddress
in package
The address of the business.
Tags
Table of Contents
Properties
- $city : string|null
- $country : string|null
- $id : int|null
- $postalCode : string|null
- $province : string|null
- $street : string|null
Methods
- __construct() : mixed
Properties
$city
public
string|null
$city
City for address of business.
$country
public
string|null
$country
Country for address of business.
$id
public
int|null
$id
Unique id of the address.
$postalCode
public
string|null
$postalCode
Postal/ZIP code for address of business.
$province
public
string|null
$province
Province/state for address of business.
$street
public
string|null
$street
Street address of business.
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []