Interface StripeCheckoutResult

interface StripeCheckoutResult {
    checkoutLink: string;
    clientReferenceId: string;
    linkCreatedAt: number;
    linkExpiresAt: number;
    paymentStatus?: string;
    stripeCheckoutSessionId: string;
}

Properties

checkoutLink: string
clientReferenceId: string
linkCreatedAt: number
linkExpiresAt: number
paymentStatus?: string
stripeCheckoutSessionId: string