SubscriptionEndDateChanged
v1.0.0

An event raised whenever subscription's last day changed.
SubscriptionEndDateChanged Schema (yml)
openapi: 3.0.0
info:
  version: "1.0.0"
  title: SubscriptionEndDateChanged
paths: {}
components:
  schemas:
    SubscriptionEndDateChanged:
      type: object
      required:
        - metadata
        - data
      properties:
        data:
          "$ref": "#/components/schemas/Data"
        metadata:
          "$ref": "#/components/schemas/Metadata"
    Data:
      type: object
      required:
        - id
        - email
        - endDate
        - nextPaymentDate
        - remainingDays
        - status

      properties:
        id:
          type: string
        email:
          type: string
        endDate:
          type: string
        nextPaymentDate:
          type: string
        remainingDays:
          type: number
        status:
          type: string

    Metadata:
      type: object
      required:
        - serviceFunction
        - version
      properties:
        serviceFunction:
          type: string
        version:
          type: string
Edit this pageLast updated on 2024/4/2