BusinessAddress
extends DataTransferObject
in package
The address of the business.
Tags
Table of Contents
Properties
Properties
$city
public
string
$city
City for address of business.
$country
public
string
$country
Country for address of business.
$id
public
int
$id
Unique id of the address.
$postalCode
public
string
$postalCode
Postal/ZIP code for address of business.
$province
public
string
$province
Province/state for address of business.
$street
public
string
$street
Street address of business.