export type CheckoutRequest = { /** * Target paid tier */ tier: string; /** * Billing interval */ interval?: string; /** * Browser redirect after successful payment */ success_url: string; /** * Browser redirect if user cancels checkout */ cancel_url: string; }; //# sourceMappingURL=CheckoutRequest.d.ts.map