| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePlanResponse |
PlansApi.updatePlan(String id,
UpdatePlanRequest updatePlanRequest)
Update a Plan
Update a Plan Plan in `DRAFT` status - All updates are allowed on Plan with `DRAFT` status Plan in `ACTIVE` status [Following fields are **Not Updatable**] - `planInformation.billingPeriod` - `planInformation.billingCycles` [Update is only allowed to **increase** billingCycles] - `orderInformation.amountDetails.currency`
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<UpdatePlanResponse> |
PlansApi.updatePlanWithHttpInfo(String id,
UpdatePlanRequest updatePlanRequest)
Update a Plan
Update a Plan Plan in `DRAFT` status - All updates are allowed on Plan with `DRAFT` status Plan in `ACTIVE` status [Following fields are **Not Updatable**] - `planInformation.billingPeriod` - `planInformation.billingCycles` [Update is only allowed to **increase** billingCycles] - `orderInformation.amountDetails.currency`
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
PlansApi.updatePlanAsync(String id,
UpdatePlanRequest updatePlanRequest,
ApiCallback<UpdatePlanResponse> callback)
Update a Plan (asynchronously)
Update a Plan Plan in `DRAFT` status - All updates are allowed on Plan with `DRAFT` status Plan in `ACTIVE` status [Following fields are **Not Updatable**] - `planInformation.billingPeriod` - `planInformation.billingCycles` [Update is only allowed to **increase** billingCycles] - `orderInformation.amountDetails.currency`
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePlanResponse |
UpdatePlanResponse.id(String id) |
UpdatePlanResponse |
UpdatePlanResponse.links(PtsV2IncrementalAuthorizationPatch201ResponseLinks links) |
UpdatePlanResponse |
UpdatePlanResponse.planInformation(UpdatePlanResponsePlanInformation planInformation) |
UpdatePlanResponse |
UpdatePlanResponse.status(String status) |
UpdatePlanResponse |
UpdatePlanResponse.submitTimeUtc(String submitTimeUtc) |
Copyright © 2025. All rights reserved.