# StaticSplitRequestSchemeInner


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**merchantVendorId** | **string** | Specify the merchant vendor ID to create the split scheme for the payment. | [optional] [default to undefined]
**percentage** | **string** | Specify the percentage of amount to be split. | [optional] [default to undefined]

## Example

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

const instance: StaticSplitRequestSchemeInner = {
    merchantVendorId,
    percentage,
};
```

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