Table of Contents
-
$address1
: string
-
$address2
: string
-
$city
: string
-
$company
: string
-
$country_code
: string
-
$email
: string
-
$first_name
: string
-
$last_name
: string
-
$phone
: string
-
$postal_code
: string
-
$state_or_province
: string
-
$state_or_province_code
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$address1
public
string
$address1
$address2
public
string
$address2
$city
public
string
$city
$company
public
string
$company
$country_code
public
string
$country_code
$email
public
string
$email
$first_name
public
string
$first_name
$last_name
public
string
$last_name
$phone
public
string
$phone
$postal_code
public
string
$postal_code
$state_or_province
public
string
$state_or_province
$state_or_province_code
public
string
$state_or_province_code
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—