CanceledStateContext: {
    userInitiatedCancellation: UserInitiatedCancellation;
} | {
    systemInitiatedCancellation: SystemInitiatedCancellation;
} | {
    developerInitiatedCancellation: DeveloperInitiatedCancellation;
} | {
    replacementCancellation: ReplacementCancellation;
}

Information specific to a subscription in canceled state.

Type declaration

Type declaration

  • systemInitiatedCancellation: SystemInitiatedCancellation

    Subscription was canceled by the system, for example because of a billing problem.

Type declaration

Type declaration