Table of Contents
-
$address1
: string
-
$address2
: string
-
$address_type
: string
-
$city
: string
-
$country_code
: string
-
$customer_id
: int
-
$first_name
: string
-
$last_name
: string
-
$phone
: string
-
$postal_code
: string
-
$state_or_province
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$address1
public
string
$address1
$address2
public
string
$address2
$address_type
public
string
$address_type
$city
public
string
$city
$country_code
public
string
$country_code
$customer_id
public
int
$customer_id
$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
__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>
—