set billingCycleAnchor in play billing responses

This commit is contained in:
Ravi Khadiwala
2024-09-05 18:07:56 -05:00
committed by ravi-signal
parent 3e51366921
commit 9fb4e2d272
2 changed files with 16 additions and 5 deletions

View File

@@ -527,7 +527,7 @@ public class SubscriptionController {
long level,
@Schema(
description = "If present, UNIX Epoch Timestamp in seconds, can be used to calculate next billing date. May be absent for IAP subscriptions",
description = "If present, UNIX Epoch Timestamp in seconds, can be used to calculate next billing date.",
externalDocs = @ExternalDocumentation(description = "Calculate next billing date", url = "https://stripe.com/docs/billing/subscriptions/billing-cycle"))
Instant billingCycleAnchor,