# BankDetails


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_number** | **string** |  | [optional] [default to undefined]
**account_holder** | **string** |  | [optional] [default to undefined]
**ifsc** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: BankDetails = {
    account_number,
    account_holder,
    ifsc,
};
```

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