RetailCRM API Client

Cart

Class Cart

Tags
category

Cart

Table of Contents

Properties

$clearedAt  : DateTime
$currency  : string
$customer  : CartCustomer
$droppedAt  : DateTime
$externalId  : string
$items  : array<string|int, CartItem>
$link  : string
$order  : CartOrder

Properties

$clearedAt

public DateTime $clearedAt
Tags
JMS\Type

("DateTime<'Y-m-d H:i:sP'>")

JMS\SerializedName

("clearedAt")

$currency

public string $currency
Tags
JMS\Type

("string")

JMS\SerializedName

("currency")

$customer

public CartCustomer $customer
Tags
JMS\Type

("RetailCrm\Api\Model\Entity\CustomerInteraction\CartCustomer")

JMS\SerializedName

("customer")

$droppedAt

public DateTime $droppedAt
Tags
JMS\Type

("DateTime<'Y-m-d H:i:sP'>")

JMS\SerializedName

("droppedAt")

$externalId

public string $externalId
Tags
JMS\Type

("string")

JMS\SerializedName

("externalId")

$items

public array<string|int, CartItem> $items
Tags
JMS\Type

("array<RetailCrm\Api\Model\Entity\CustomerInteraction\CartItem>")

JMS\SerializedName

("items")

public string $link
Tags
JMS\Type

("string")

JMS\SerializedName

("link")

$order

public CartOrder $order
Tags
JMS\Type

("RetailCrm\Api\Model\Entity\CustomerInteraction\CartOrder")

JMS\SerializedName

("order")


        
On this page

Search results