# ApiError409

duplicate request.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** |  | [optional] [default to undefined]
**help** | **string** |  | [optional] [default to undefined]
**code** | **string** |  | [optional] [default to undefined]
**type** | **string** | invalid_request_error. | [optional] [default to undefined]

## Example

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

const instance: ApiError409 = {
    message,
    help,
    code,
    type,
};
```

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