OrderShippingAddress
extends OrderAddress
in package
Tags
Table of Contents
- $city : string
- $company : string
- $country : string
- $country_iso2 : string
- $email : string
- $first_name : string
- $last_name : string
- $phone : string
- $shipping_method : string
- $state : string
- $street_1 : string
- $street_2 : string
- $zip : string
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$city
public
string
$city
Tags
$company
public
string
$company
Tags
$country
public
string
$country
Tags
$country_iso2
public
string
$country_iso2
Tags
public
string
$email
Tags
$first_name
public
string
$first_name
Tags
$last_name
public
string
$last_name
Tags
$phone
public
string
$phone
Tags
$shipping_method
public
string
$shipping_method
Tags
$state
public
string
$state
Tags
$street_1
public
string
$street_1
Tags
$street_2
public
string
$street_2
Tags
$zip
public
string
$zip
Tags
Methods
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
- $optionObject : stdClass|null = null
Tags
Return values
mixed —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>