Documentation

OrderRefundItem extends ResourceModel
in package

Tags

Table of Contents

ITEM_TYPE__GIFT_WRAPPING  = 'GIFT_WRAPPING'
ITEM_TYPE__HANDLING  = 'HANDLING'
ITEM_TYPE__PRODUCT  = 'PRODUCT'
ITEM_TYPE__SHIPPING  = 'SHIPPING'
$amount  : float|null
$item_id  : int
$item_type  : string
$quantity  : float|null
$reason  : string|null
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Constants

ITEM_TYPE__GIFT_WRAPPING

public mixed ITEM_TYPE__GIFT_WRAPPING = 'GIFT_WRAPPING'
Tags

ITEM_TYPE__HANDLING

public mixed ITEM_TYPE__HANDLING = 'HANDLING'
Tags

ITEM_TYPE__SHIPPING

public mixed ITEM_TYPE__SHIPPING = 'SHIPPING'
Tags

Properties

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