Subscription Service

A service that handles anything related to a subscription related business logic from creation to management.
flowchart LR classDef event stroke:#b21a15,stroke-width: 4px; classDef producer stroke:#75d7b6,stroke-width: 2px; classDef consumer stroke:#818cf8,stroke-width: 2px; Subscription_Service[Subscription Service]:::event-->r-AddonSubscriptionPurchased[AddonSubscriptionPurchased]:::consumer Subscription_Service[Subscription Service]:::event-->r-ConsultationBooked[ConsultationBooked]:::consumer Subscription_Service[Subscription Service]:::event-->r-SubscriptionAutoRenewUpdated[SubscriptionAutoRenewUpdated]:::consumer Subscription_Service[Subscription Service]:::event-->r-SubscriptionCreated[SubscriptionCreated]:::consumer Subscription_Service[Subscription Service]:::event-->r-SubscriptionDeleted[SubscriptionDeleted]:::consumer Subscription_Service[Subscription Service]:::event-->r-SubscriptionEndDateChanged[SubscriptionEndDateChanged]:::consumer Subscription_Service[Subscription Service]:::event-->r-SubscriptionEnded[SubscriptionEnded]:::consumer Subscription_Service[Subscription Service]:::event-->r-SubscriptionRenewed[SubscriptionRenewed]:::consumer Subscription_Service[Subscription Service]:::event-->r-SubscriptionResumed[SubscriptionResumed]:::consumer Subscription_Service[Subscription Service]:::event-->r-SubscriptionStatusUpdated[SubscriptionStatusUpdated]:::consumer click r-AddonSubscriptionPurchased href "/events/AddonSubscriptionPurchased" "Go to AddonSubscriptionPurchased" _self click r-ConsultationBooked href "/events/ConsultationBooked" "Go to ConsultationBooked" _self click r-SubscriptionAutoRenewUpdated href "/events/SubscriptionAutoRenewUpdated" "Go to SubscriptionAutoRenewUpdated" _self click r-SubscriptionCreated href "/events/SubscriptionCreated" "Go to SubscriptionCreated" _self click r-SubscriptionDeleted href "/events/SubscriptionDeleted" "Go to SubscriptionDeleted" _self click r-SubscriptionEndDateChanged href "/events/SubscriptionEndDateChanged" "Go to SubscriptionEndDateChanged" _self click r-SubscriptionEnded href "/events/SubscriptionEnded" "Go to SubscriptionEnded" _self click r-SubscriptionRenewed href "/events/SubscriptionRenewed" "Go to SubscriptionRenewed" _self click r-SubscriptionResumed href "/events/SubscriptionResumed" "Go to SubscriptionResumed" _self click r-SubscriptionStatusUpdated href "/events/SubscriptionStatusUpdated" "Go to SubscriptionStatusUpdated" _self click Subscription_Service href "/services/Subscription Service" "Go to Subscription Service" _self
Edit this pageLast updated on 2024/4/2