@nevermined-io/payments
    Preparing search index...

    Interface StripeCheckoutResult

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

    Properties

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