# CartAddress

Address given for cart details.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**full_name** | **string** |  | [optional] [default to undefined]
**country** | **string** |  | [optional] [default to undefined]
**city** | **string** |  | [optional] [default to undefined]
**state** | **string** |  | [optional] [default to undefined]
**pincode** | **string** |  | [optional] [default to undefined]
**address_1** | **string** |  | [optional] [default to undefined]
**address_2** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: CartAddress = {
    full_name,
    country,
    city,
    state,
    pincode,
    address_1,
    address_2,
};
```

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