Documentation

Cart extends ResourceModel

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

$cart_amount

public float $cart_amount

$channel_id

public int $channel_id

$coupons

public array<string|int, mixed> $coupons

$created_time

public string $created_time

$currency

public mixed $currency

$customer_id

public int $customer_id

$discount_amount

public float $discount_amount

$discounts

public array<string|int, mixed> $discounts

$email

public string $email

$line_items

public mixed $line_items

$locale

public string $locale

$parent_id

public string $parent_id

$tax_included

public bool $tax_included

$updated_time

public string $updated_time

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