summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/WallOut.md
diff options
context:
space:
mode:
authorMax Nanis2026-02-18 20:42:03 -0500
committerMax Nanis2026-02-18 20:42:03 -0500
commit3eaa56f0306ead818f64c3d99fc6d230d9b970a4 (patch)
tree9fecc2f1456e6321572e0e65f57106916df173e2 /jb-ui/src/api_fsb/docs/WallOut.md
downloadamt-jb-3eaa56f0306ead818f64c3d99fc6d230d9b970a4.tar.gz
amt-jb-3eaa56f0306ead818f64c3d99fc6d230d9b970a4.zip
HERE WE GO, HERE WE GO, HERE WE GO
Diffstat (limited to 'jb-ui/src/api_fsb/docs/WallOut.md')
-rw-r--r--jb-ui/src/api_fsb/docs/WallOut.md56
1 files changed, 56 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/WallOut.md b/jb-ui/src/api_fsb/docs/WallOut.md
new file mode 100644
index 0000000..aca3aef
--- /dev/null
+++ b/jb-ui/src/api_fsb/docs/WallOut.md
@@ -0,0 +1,56 @@
+# WallOut
+
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**uuid** | **string** | | [optional] [default to undefined]
+**source** | [**Source**](Source.md) | | [default to undefined]
+**buyer_id** | [**BuyerId**](BuyerId.md) | | [optional] [default to undefined]
+**req_survey_id** | **string** | | [default to undefined]
+**started** | **string** | | [optional] [default to undefined]
+**survey_id** | [**SurveyId**](SurveyId.md) | | [optional] [default to undefined]
+**finished** | [**Finished**](Finished.md) | | [optional] [default to undefined]
+**status** | [**WallOutStatus**](WallOutStatus.md) | | [optional] [default to undefined]
+**status_code_1** | [**WallOutStatusCode1**](WallOutStatusCode1.md) | | [optional] [default to undefined]
+**status_code_2** | [**WallOutStatusCode2**](WallOutStatusCode2.md) | | [optional] [default to undefined]
+**ext_status_code_1** | [**ExtStatusCode1**](ExtStatusCode1.md) | | [optional] [default to undefined]
+**ext_status_code_2** | [**ExtStatusCode2**](ExtStatusCode2.md) | | [optional] [default to undefined]
+**ext_status_code_3** | [**ExtStatusCode3**](ExtStatusCode3.md) | | [optional] [default to undefined]
+**report_value** | [**WallOutReportValue**](WallOutReportValue.md) | | [optional] [default to undefined]
+**report_notes** | [**ReportNotes**](ReportNotes.md) | | [optional] [default to undefined]
+**adjusted_status** | [**WallOutAdjustedStatus**](WallOutAdjustedStatus.md) | | [optional] [default to undefined]
+**adjusted_timestamp** | [**AdjustedTimestamp**](AdjustedTimestamp.md) | | [optional] [default to undefined]
+**user_cpi** | **number** | The amount the user would earn from completing this task, if the status was a complete. If the BP has no payout xform, the user_cpi is None. This is analogous to the session\'s user_payout. | [optional] [default to undefined]
+**user_cpi_string** | [**UserCpiString**](UserCpiString.md) | | [optional] [default to undefined]
+
+## Example
+
+```typescript
+import { WallOut } from './api';
+
+const instance: WallOut = {
+ uuid,
+ source,
+ buyer_id,
+ req_survey_id,
+ started,
+ survey_id,
+ finished,
+ status,
+ status_code_1,
+ status_code_2,
+ ext_status_code_1,
+ ext_status_code_2,
+ ext_status_code_3,
+ report_value,
+ report_notes,
+ adjusted_status,
+ adjusted_timestamp,
+ user_cpi,
+ user_cpi_string,
+};
+```
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)