# 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)