| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
DeletePlanResponse |
PlansApi.deletePlan(String id)
Delete a Plan
Delete a Plan is only allowed: - plan status is in `DRAFT` - plan status is in `ACTIVE`, and `INACTIVE` only allowed when no subscriptions attached to a plan in the lifetime of a plan
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DeletePlanResponse> |
PlansApi.deletePlanWithHttpInfo(String id)
Delete a Plan
Delete a Plan is only allowed: - plan status is in `DRAFT` - plan status is in `ACTIVE`, and `INACTIVE` only allowed when no subscriptions attached to a plan in the lifetime of a plan
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
PlansApi.deletePlanAsync(String id,
ApiCallback<DeletePlanResponse> callback)
Delete a Plan (asynchronously)
Delete a Plan is only allowed: - plan status is in `DRAFT` - plan status is in `ACTIVE`, and `INACTIVE` only allowed when no subscriptions attached to a plan in the lifetime of a plan
|
| Modifier and Type | Method and Description |
|---|---|
DeletePlanResponse |
DeletePlanResponse.status(String status) |
DeletePlanResponse |
DeletePlanResponse.submitTimeUtc(String submitTimeUtc) |
Copyright © 2025. All rights reserved.