An abandoned checkout.
Public Properties | |
const | MAP |
const | SEARCH_STATUS_CLOSED = 'closed' |
const | SEARCH_STATUS_OPEN = 'open' |
Public Properties inherited from Data | |
const | MAP = [] |
const | PATCH = [] |
Public Methods | |
magic string | getAbandonedCheckoutUrl () |
magic Address | getBillingAddress () |
magic bool | getBuyerAcceptsMarketing () |
magic string | getCartToken () |
magic string | getClosedAt () |
magic string | getCreatedAt () |
magic string | getCurrency () |
magic Customer | getCustomer () |
magic string | getCustomerLocale () |
magic int | getDeviceId () |
Discount[] | getDiscountCodes () |
magic string | getEmail () |
magic string | getLandingSite () |
magic OrderItem[] | getLineItems () |
magic int | getLocationId () |
magic string | getNote () |
magic string | getPhone () |
magic string | getPresentmentCurrency () |
magic string | getReferringSite () |
magic Address | getShippingAddress () |
magic Shipping[] | getShippingLines () |
magic string | getSourceName () |
magic string | getSubtotalPrice () |
magic Tax[] | getTaxLines () |
magic string | getToken () |
magic string | getTotalDiscounts () |
magic string | getTotalLineItemsPrice () |
magic string | getTotalPrice () |
magic string | getTotalTax () |
magic number | getTotalWeight () |
magic string | getUpdatedAt () |
magic string | getUserId () |
magic bool | hasTaxesIncluded () |
Public Methods inherited from Data | |
mixed | __call (string $method, array $args) |
__construct ($caller, array $data=[]) | |
string | serialize () |
Dehydrated JSON encode. More... | |
array | toArray () |
void | unserialize ($serialized) |
Protected Methods | |
_setData (array $data) | |
Clears all diffs and sets all data, hydrating mapped fields. More... | |
Protected Methods inherited from Data | |
mixed | _hydrate (string $class, $item) |
A factory that also hydrates / caches entities. More... | |
array | _select ($subject, callable $filter,... $args) |
Magic method: selectField(callable $filter) More... | |
$this | _setField (string $field, $value) |
Sets a value, hydrating if mapped, and clears the diff. More... | |
Additional Inherited Members | |
Protected Properties inherited from Data | |
Api | $api |
Pool | $pool |
const MAP |
|
protected |
magic string getAbandonedCheckoutUrl | ( | ) |
magic Address getBillingAddress | ( | ) |
magic bool getBuyerAcceptsMarketing | ( | ) |
magic string getCartToken | ( | ) |
magic string getClosedAt | ( | ) |
magic string getCreatedAt | ( | ) |
magic string getCurrency | ( | ) |
magic string getCustomerLocale | ( | ) |
magic int getDeviceId | ( | ) |
magic string getEmail | ( | ) |
magic string getLandingSite | ( | ) |
magic OrderItem [] getLineItems | ( | ) |
magic int getLocationId | ( | ) |
magic string getNote | ( | ) |
magic string getPhone | ( | ) |
magic string getPresentmentCurrency | ( | ) |
magic string getReferringSite | ( | ) |
magic Address getShippingAddress | ( | ) |
magic Shipping [] getShippingLines | ( | ) |
magic string getSourceName | ( | ) |
magic string getSubtotalPrice | ( | ) |
magic Tax [] getTaxLines | ( | ) |
magic string getToken | ( | ) |
magic string getTotalDiscounts | ( | ) |
magic string getTotalLineItemsPrice | ( | ) |
magic string getTotalPrice | ( | ) |
magic string getTotalTax | ( | ) |
magic number getTotalWeight | ( | ) |
magic string getUpdatedAt | ( | ) |
magic string getUserId | ( | ) |
magic bool hasTaxesIncluded | ( | ) |