File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1841,6 +1841,8 @@ definitions:
18411841 tokens_offset :
18421842 type : string
18431843 format : int64
1844+ cancellation_reason :
1845+ $ref : ' #/definitions/v1ApaySubscriptionCancellationReason'
18441846 required :
18451847 - id
18461848 - user_id
@@ -1849,6 +1851,15 @@ definitions:
18491851 - status
18501852 - stripe_payment_url
18511853 - tokens_offset
1854+ v1ApaySubscriptionCancellationReason :
1855+ type : string
1856+ enum :
1857+ - UNSPECIFIED_CANCELLATION_REASON
1858+ - USER_REQUESTED
1859+ - PAYMENT_FAILED
1860+ - ADMIN_CANCELED
1861+ - CANCELLATION_REASON_UNKNOWN
1862+ default : UNSPECIFIED_CANCELLATION_REASON
18521863 v1ApaySubscriptionPlan :
18531864 type : object
18541865 properties :
@@ -3689,6 +3700,8 @@ definitions:
36893700 - SUBSCRIPTION_CANCELED
36903701 - SUBSCRIPTION_PAYMENT_SUCCEEDED
36913702 - SUBSCRIPTION_PAYMENT_FAILED
3703+ - SUBSCRIPTION_UPGRADE_PAYMENT_SUCCEEDED
3704+ - SUBSCRIPTION_UPGRADE_PAYMENT_FAILED
36923705 default : UNSPECIFIED_WEBHOOK_EVENT_TYPE
36933706 v1WebhookRequest :
36943707 type : object
You can’t perform that action at this time.
0 commit comments