Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
ShoppingCart
Interface ShoppingCart
interface
ShoppingCart
{
amountBreakdown
?:
AmountBreakdown
[]
|
null
;
giftCardPurchase
?:
GiftCardPurchase
|
null
;
isPreOrder
?:
boolean
|
null
;
items
?:
LineItem
[]
|
null
;
preOrderItemAvailabilityDate
?:
string
|
null
;
reOrderIndicator
?:
boolean
|
null
;
}
Index
Properties
amount
Breakdown?
gift
Card
Purchase?
is
Pre
Order?
items?
pre
Order
Item
Availability
Date?
re
Order
Indicator?
Properties
Optional
amount
Breakdown
amountBreakdown
?:
AmountBreakdown
[]
|
null
Optional
gift
Card
Purchase
giftCardPurchase
?:
GiftCardPurchase
|
null
Optional
is
Pre
Order
isPreOrder
?:
boolean
|
null
Optional
items
items
?:
LineItem
[]
|
null
Optional
pre
Order
Item
Availability
Date
preOrderItemAvailabilityDate
?:
string
|
null
Optional
re
Order
Indicator
reOrderIndicator
?:
boolean
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
Breakdown
gift
Card
Purchase
is
Pre
Order
items
pre
Order
Item
Availability
Date
re
Order
Indicator
Worldline Connect Node.js SDK
Loading...