| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
SwapPlanResponse |
SubscriptionsApi.swapPlan(String subscriptionId,
SwapPlanRequest body)
Schedules a `SWAP_PLAN` action to swap a subscription plan in an existing subscription.
|
SwapPlanResponse |
DefaultSubscriptionsApi.swapPlan(String subscriptionId,
SwapPlanRequest body)
Schedules a `SWAP_PLAN` action to swap a subscription plan in an existing subscription.
|
CompletableFuture<SwapPlanResponse> |
SubscriptionsApi.swapPlanAsync(String subscriptionId,
SwapPlanRequest body)
Schedules a `SWAP_PLAN` action to swap a subscription plan in an existing subscription.
|
CompletableFuture<SwapPlanResponse> |
DefaultSubscriptionsApi.swapPlanAsync(String subscriptionId,
SwapPlanRequest body)
Schedules a `SWAP_PLAN` action to swap a subscription plan in an existing subscription.
|
| Modifier and Type | Method and Description |
|---|---|
SwapPlanRequest |
SwapPlanRequest.Builder.build()
Builds a new
SwapPlanRequest object using the set fields. |
Copyright © 2022. All rights reserved.