Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.46 KB

File metadata and controls

29 lines (26 loc) · 1.46 KB

com.knetikcloud.Model.Cart

Properties

Name Type Description Notes
AvailableShippingOptions List<CartShippingOption> [optional]
CountryTax decimal? [optional]
Coupons List<CouponDefinition> [optional]
Created long? [optional]
CurrencyCode string [optional]
DiscountTotal decimal? [optional]
ErrorCode int? [optional]
ErrorMessage string [optional]
GrandTotal decimal? [optional]
Id string [optional]
InvoiceId decimal? [optional]
Items List<CartLineItem> [optional]
Owner int? [optional]
SelectedShippingOptions List<CartShippingOption> [optional]
Shippable bool? [optional]
ShippingAddress CartShippingAddressRequest [optional]
ShippingCost decimal? [optional]
StateTax decimal? [optional]
Status string [optional]
Subtotal decimal? [optional]
Updated long? [optional]

[Back to Model list] [Back to API list] [Back to README]