| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method | Description |
|---|---|---|
GetSubscriptionsPaymentsResponse |
SubscriptionsApi.subscriptionsIdPaymentsGet(String id,
Integer offset,
Integer limit,
Integer scheduledPaymentsCount)
Get Payments for a Subscription
Retrieve a list of payments for a specific subscription by its ID.
|
| Modifier and Type | Method | Description |
|---|---|---|
ApiResponse<GetSubscriptionsPaymentsResponse> |
SubscriptionsApi.subscriptionsIdPaymentsGetWithHttpInfo(String id,
Integer offset,
Integer limit,
Integer scheduledPaymentsCount)
Get Payments for a Subscription
Retrieve a list of payments for a specific subscription by its ID.
|
| Modifier and Type | Method | Description |
|---|---|---|
okhttp3.Call |
SubscriptionsApi.subscriptionsIdPaymentsGetAsync(String id,
Integer offset,
Integer limit,
Integer scheduledPaymentsCount,
ApiCallback<GetSubscriptionsPaymentsResponse> callback)
Get Payments for a Subscription (asynchronously)
Retrieve a list of payments for a specific subscription by its ID.
|
Copyright © 2026. All rights reserved.