# StaticSplitResponse

Static Split Response.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **boolean** |  | [optional] [default to undefined]
**terminal_id** | **string** |  | [optional] [default to undefined]
**terminal_reference_id** | **number** |  | [optional] [default to undefined]
**product_type** | **string** |  | [optional] [default to undefined]
**scheme** | [**Array&lt;StaticSplitResponseSchemeInner&gt;**](StaticSplitResponseSchemeInner.md) |  | [optional] [default to undefined]
**added_on** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: StaticSplitResponse = {
    active,
    terminal_id,
    terminal_reference_id,
    product_type,
    scheme,
    added_on,
};
```

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