| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
GetAllSubscriptionsResponse |
SubscriptionsApi.getAllSubscriptions(Integer offset,
Integer limit,
String code,
String status)
Get a List of Subscriptions
Retrieve Subscriptions by Subscription Code & Subscription Status.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GetAllSubscriptionsResponse> |
SubscriptionsApi.getAllSubscriptionsWithHttpInfo(Integer offset,
Integer limit,
String code,
String status)
Get a List of Subscriptions
Retrieve Subscriptions by Subscription Code & Subscription Status.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SubscriptionsApi.getAllSubscriptionsAsync(Integer offset,
Integer limit,
String code,
String status,
ApiCallback<GetAllSubscriptionsResponse> callback)
Get a List of Subscriptions (asynchronously)
Retrieve Subscriptions by Subscription Code & Subscription Status.
|
| Modifier and Type | Method and Description |
|---|---|
GetAllSubscriptionsResponse |
GetAllSubscriptionsResponse.addSubscriptionsItem(GetAllSubscriptionsResponseSubscriptions subscriptionsItem) |
GetAllSubscriptionsResponse |
GetAllSubscriptionsResponse.links(GetAllPlansResponseLinks links) |
GetAllSubscriptionsResponse |
GetAllSubscriptionsResponse.submitTimeUtc(String submitTimeUtc) |
GetAllSubscriptionsResponse |
GetAllSubscriptionsResponse.subscriptions(List<GetAllSubscriptionsResponseSubscriptions> subscriptions) |
GetAllSubscriptionsResponse |
GetAllSubscriptionsResponse.totalCount(Integer totalCount) |
Copyright © 2025. All rights reserved.