ProBillingPortalArgs
type ProBillingPortalArgs = {
flowType?: string | null;
promotionCode?: string | null;
returnUrl: string;
};
Arguments for opening the Pro billing portal.
Properties
flowType?
optional flowType: string | null;
promotionCode?
optional promotionCode: string | null;
returnUrl
returnUrl: string;