Documentation

Refund extends ResourceModel
in package

Tags

Table of Contents

$created  : string
$id  : int
$items  : array<string|int, OrderRefundItem>
$order_id  : int
$payments  : array<string|int, mixed>
$reason  : string
$total_amount  : float
$total_tax  : float
$user_id  : int
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Properties

$created

public string $created
Tags

$order_id

public int $order_id
Tags

$payments

public array<string|int, mixed> $payments
Tags

$reason

public string $reason
Tags

$total_amount

public float $total_amount
Tags

$total_tax

public float $total_tax
Tags

$user_id

public int $user_id
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>
Tags
Return values
array<string|int, mixed>

        

Search results