Documentation

Cart extends ResourceModel
in package

Tags

Table of Contents

$base_amount  : float
$cart_amount  : float
$channel_id  : int
$coupons  : array<string|int, mixed>
$created_time  : string
$currency  : mixed
$customer_id  : int
$discount_amount  : float
$discounts  : array<string|int, mixed>
$email  : string
$id  : string
$line_items  : mixed
$locale  : string
$parent_id  : string
$tax_included  : bool
$updated_time  : string
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Properties

$base_amount

public float $base_amount
Tags

$cart_amount

public float $cart_amount
Tags

$channel_id

public int $channel_id
Tags

$coupons

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

$created_time

public string $created_time
Tags

$currency

public mixed $currency
Tags

$customer_id

public int $customer_id
Tags

$discount_amount

public float $discount_amount
Tags

$discounts

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

$email

public string $email
Tags

$id

public string $id
Tags

$line_items

public mixed $line_items
Tags

$locale

public string $locale
Tags

$parent_id

public string $parent_id
Tags

$tax_included

public bool $tax_included
Tags

$updated_time

public string $updated_time
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>
Loading…

Search results