Helius SDK - v2.2.2
    Preparing search index...

    Interface CheckoutStatusResponse

    interface CheckoutStatusResponse {
        message: string;
        messageSecondary?: string;
        phase: CheckoutPhase;
        readyToRedirect: boolean;
        status: PaymentIntentStatus;
        subscriptionActive: boolean;
    }
    Index

    Properties

    message: string
    messageSecondary?: string
    readyToRedirect: boolean
    subscriptionActive: boolean