# SellFundingSourceAction

Allows specifying sell function source action details

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**purchases** | [**Array&lt;FundingSourcePurchase&gt;**](FundingSourcePurchase.md) | Funding source purchase list | [optional] [default to undefined]

## Example

```typescript
import { SellFundingSourceAction } from './api';

const instance: SellFundingSourceAction = {
    purchases,
};
```

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