Properties
Optional archived
archived: null | Date
Readonly backObjects
back
Objects: Set<Entity> = ...
Optional cartItemsSubtotalCost
cartItemsSubtotalCost: number
Optional cartItemsTaxAmount
cartItemsTaxAmount: number
Optional cartItemsTotalCost
cartItemsTotalCost: number
create
create
: (options
?: CreateOptions) => Promise<Cart> = ...
Type declaration
-
- (options?: CreateOptions): Promise<Cart>
-
Parameters
-
Optional options: CreateOptions
Returns Promise<Cart>
Optional creationDate
creationDate: Date
Optional currency
currency: number
Optional ip
ip: null | string
isDirty
isDirty: boolean = false
propertiesMap
propertiesMap: Map<string, PropertyInfo>
Optional receiverNotes
receiverNotes: null | string
Optional shipmentTotalCost
shipmentTotalCost: number
Optional subtotalCost
subtotalCost: number
Optional taxAmount
taxAmount: number
Optional token
token: null | string
Optional totalCost
totalCost: number