# GetCardBinRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**card_number** | **string** | Card number, minimum first 8 digits are required. | [default to undefined]

## Example

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

const instance: GetCardBinRequest = {
    card_number,
};
```

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