Table of Contents
-
$adjustment
: float
-
$order_id
: int
-
$refund_methods
: array<string|int, mixed>
-
$rounding
: float
-
$tax_inclusive
: bool
-
$total_refund_amount
: float
-
$total_refund_tax_amount
: float
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$adjustment
public
float
$adjustment
$order_id
public
int
$order_id
$refund_methods
public
array<string|int, mixed>
$refund_methods
$rounding
public
float
$rounding
$tax_inclusive
public
bool
$tax_inclusive
$total_refund_amount
public
float
$total_refund_amount
$total_refund_tax_amount
public
float
$total_refund_tax_amount
__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>
—