# KinowJavascriptSdk.CartPrice

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cartId** | **Integer** |  | [optional] 
**totalWithoutTax** | **Number** |  | [optional] 
**totalTax** | **Number** |  | [optional] 
**totalDiscount** | **Number** |  | [optional] 
**totalTrial** | **Number** |  | [optional] 
**total** | **Number** |  | [optional] 
**totalWithoutTaxFormatted** | **String** |  | [optional] 
**totalTaxFormatted** | **String** |  | [optional] 
**totalDiscountFormatted** | **String** |  | [optional] 
**totalTrialFormatted** | **String** |  | [optional] 
**totalFormatted** | **String** |  | [optional] 
**taxes** | [**[TaxPrice]**](TaxPrice.md) |  | [optional] 
**cartRules** | [**[CartRulePrice]**](CartRulePrice.md) |  | [optional] 


