Documentation

RefundQuote extends ResourceModel

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>

Properties

$refund_methods

public array<string|int, mixed> $refund_methods

$total_refund_amount

public float $total_refund_amount

$total_refund_tax_amount

public float $total_refund_tax_amount

Methods

__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>

Search results