# CartDetailsEntity

Cart Details in the Order Entity Response.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cart_id** | **string** | ID of the cart that was created. | [optional] [default to undefined]

## Example

```typescript
import { CartDetailsEntity } from 'cashfree-pg';

const instance: CartDetailsEntity = {
    cart_id,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
