OrderShippingOption
Table of Contents
-
$key
: string
-
$value
: string
-
__construct()
: mixed
-
getKey()
: string
-
getValue()
: string
-
setKey()
: void
-
setValue()
: void
$key
private
string
$key
$value
private
string
$value
__construct()
public
__construct(string $key, string $value) : mixed
Parameters
-
$key
: string
-
-
$value
: string
-
Return values
mixed
—
getKey()
public
getKey() : string
Return values
string
—
getValue()
public
getValue() : string
Return values
string
—
setKey()
public
setKey(string $key) : void
Parameters
-
$key
: string
-
Return values
void
—
setValue()
public
setValue(string $value) : void
Parameters
-
$value
: string
-
Return values
void
—