summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/CreateCashoutRequest.md
diff options
context:
space:
mode:
Diffstat (limited to 'jb-ui/src/api_fsb/docs/CreateCashoutRequest.md')
-rw-r--r--jb-ui/src/api_fsb/docs/CreateCashoutRequest.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/CreateCashoutRequest.md b/jb-ui/src/api_fsb/docs/CreateCashoutRequest.md
new file mode 100644
index 0000000..9744756
--- /dev/null
+++ b/jb-ui/src/api_fsb/docs/CreateCashoutRequest.md
@@ -0,0 +1,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)