CancelPlanArgs
type CancelPlanArgs = {
reasonDescription?: string;
reasonFlag?: string;
reasonText?: string;
returnUrl?: string;
};
Arguments for cancelling the current plan.
Properties
reasonDescription?
optional reasonDescription: string;
Human-readable label of the cancellation reason.
reasonFlag?
optional reasonFlag: string;
Short identifier of the cancellation reason category.
reasonText?
optional reasonText: string;
Free-form feedback from the user about the cancellation.
returnUrl?
optional returnUrl: string;
URL the user is redirected to after completing the flow.