You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*BillingAccountsControllerApi* | [**get_current_user_billing_account**](docs/BillingAccountsControllerApi.md#get_current_user_billing_account) | **GET** /rest/account | Get billing account for current user
86
86
*BillingAccountsControllerApi* | [**get_payments_for_current_user**](docs/BillingAccountsControllerApi.md#get_payments_for_current_user) | **GET** /rest/account/payments | Get payments for current user
**storage_account** | [**NewStorageAccount**](NewStorageAccount.md) | Storage account to create | [optional]
7
7
**include_buckets** | **list[str]** | Lists of buckets to start monitoring, or null to request buckets from the cloud | [optional]
8
+
**verify** | **bool** | Specified if credentials or public access to included buckets should be checked | [optional]
9
+
**refresh_now** | **bool** | If set to true, buckets will be refreshed after storage is added | [optional]
8
10
**endpoint_id** | **int** | ID of the user endpoint to add storages to. Do not set the value if you want to attach storages to the endpoint later | [optional]
9
11
**put_objects** | **bool** | Specifies if new data should be stored to added storages | [optional]
10
-
**refresh** | **bool** | If set to true, buckets will be refreshed after storage is added | [optional]
11
12
12
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/BillingAccount.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ Name | Type | Description | Notes
9
9
**created_date** | **datetime** | Created Timestamp | [optional]
10
10
**distributor** | [**Distributor**](Distributor.md) | Distributor that manages this account | [optional]
11
11
**id** | **int** | Account Id | [optional]
12
+
**max_credit** | [**Money**](Money.md) | Account Maximum Credit | [optional]
12
13
**name** | **str** | Account Name | [optional]
14
+
**price_list** | [**PriceList**](PriceList.md) | Price list (without prices) | [optional]
13
15
14
16
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments