All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
get_detailed_invoice_using_get1 | GET users-web/api/v3/billing/invoice/{service}/{year}/{month} | Get invoice details |
list_available_plans_using_get1 | GET users-web/api/v3/billing/availablePlans | Get available plans |
update_plan_using_put1 | PUT users-web/api/v3/billing/info/{appId} | Update plan for an app |
InvoiceResponse get_detailed_invoice_using_get1(ctx, service, year, month) Get invoice details
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
service | String | service | |
year | i32 | year | |
month | i32 | month |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PlansResponse list_available_plans_using_get1(ctx, optional) Get available plans
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
integration_id | i64 | integrationId | |
app_type | String | appType |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
UpdatePlanResponse update_plan_using_put1(ctx, body, app_id) Update plan for an app
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | BillingInfo | dto | |
app_id | i64 | appId |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]