# CardDowntime

The Card incident object will show details about the incident affecting card payments.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**card** | [**CardDowntimeCard**](CardDowntimeCard.md) |  | [optional] [default to undefined]

## Example

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

const instance: CardDowntime = {
    card,
};
```

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