# VendorBalance

Vendor Balance entity object.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**merchant_id** | **number** |  | [optional] [default to undefined]
**vendor_id** | **string** |  | [optional] [default to undefined]
**merchant_unsettled** | **number** |  | [optional] [default to undefined]
**vendor_unsettled** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: VendorBalance = {
    merchant_id,
    vendor_id,
    merchant_unsettled,
    vendor_unsettled,
};
```

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