# VendorSplit

Use to split order when cashfree\'s Easy Split is enabled for your account.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**vendor_id** | **string** | Vendor id created in Cashfree system. | [optional] [default to undefined]
**amount** | **number** | Amount which will be associated with this vendor. | [optional] [default to undefined]
**percentage** | **number** | Percentage of order amount which shall get added to vendor account. | [optional] [default to undefined]
**tags** | **{ [key: string]: object; }** | Custom Tags in the form of {\&quot;key\&quot;:\&quot;value\&quot;} which can be passed for an order. A maximum of 10 tags can be added. | [optional] [default to undefined]

## Example

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

const instance: VendorSplit = {
    vendor_id,
    amount,
    percentage,
    tags,
};
```

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