| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ChangeBillingAnchorDateResponse |
DefaultSubscriptionsApi.changeBillingAnchorDate(String subscriptionId,
ChangeBillingAnchorDateRequest body)
Changes the [billing anchor
date](https://developer.squareup.com/docs/subscriptions-api/subscription-billing#billing-dates)
for a subscription.
|
ChangeBillingAnchorDateResponse |
SubscriptionsApi.changeBillingAnchorDate(String subscriptionId,
ChangeBillingAnchorDateRequest body)
Changes the [billing anchor
date](https://developer.squareup.com/docs/subscriptions-api/subscription-billing#billing-dates)
for a subscription.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ChangeBillingAnchorDateResponse> |
DefaultSubscriptionsApi.changeBillingAnchorDateAsync(String subscriptionId,
ChangeBillingAnchorDateRequest body)
Changes the [billing anchor
date](https://developer.squareup.com/docs/subscriptions-api/subscription-billing#billing-dates)
for a subscription.
|
CompletableFuture<ChangeBillingAnchorDateResponse> |
SubscriptionsApi.changeBillingAnchorDateAsync(String subscriptionId,
ChangeBillingAnchorDateRequest body)
Changes the [billing anchor
date](https://developer.squareup.com/docs/subscriptions-api/subscription-billing#billing-dates)
for a subscription.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeBillingAnchorDateResponse |
ChangeBillingAnchorDateResponse.Builder.build()
Builds a new
ChangeBillingAnchorDateResponse object using the set fields. |
Copyright © 2024. All rights reserved.