summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/CreateCashoutRequest.md
blob: 9744756e330c472dedf011c3f9770a5090c36564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# CreateCashoutRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bpuid** | **string** | (product_user_id) The user requesting a cashout. | [default to undefined]
**amount** | **number** | (USD cents) The amount requested for the cashout. | [default to undefined]
**cashout_method_id** | **string** | Unique ID for the cashout method the cashout is being requested with. | [default to undefined]

## Example

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

const instance: CreateCashoutRequest = {
    bpuid,
    amount,
    cashout_method_id,
};
```

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