SubscriptionEndedv1.0.0
An event raised whenever new subscription ended.
SubscriptionEnded Schema (yml)
openapi: 3.0.0
info:
version: "1.0.0"
title: SubscriptionEnded
paths: {}
components:
schemas:
SubscriptionEnded:
type: object
required:
- metadata
- data
properties:
data:
"$ref": "#/components/schemas/Data"
metadata:
"$ref": "#/components/schemas/Metadata"
Data:
type: object
required:
- subscriptionId
- subscriptionEmail
- subscriptionEndDate
- packagePlan
- packageMeals
- planType
- reason
properties:
subscriptionId:
type: string
subscriptionEmail:
type: string
subscriptionEndDate:
type: string
packagePlan:
type: string
packageMeals:
type: array
items:
type: string
planType:
type: string
reason:
type: string
Metadata:
type: object
required:
- serviceFunction
- version
properties:
serviceFunction:
type: string
version:
type: string
Edit this pageLast updated on 2024/4/2