# FundingSourcePurchase

Funding source purchase, hold information about a funding source purchase (buyer, price, amount)

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **number** | The amount bought (a portion of the whole fraction being sold) | [default to undefined]
**depositAccountKey** | **string** | The buyer funding account (savings account) key | [default to undefined]
**price** | **number** | The price paid for the amount | [default to undefined]

## Example

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

const instance: FundingSourcePurchase = {
    amount,
    depositAccountKey,
    price,
};
```

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