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

    Interface CheckoutRequest

    interface CheckoutRequest {
        couponCode?: string;
        email?: string;
        firstName?: string;
        lastName?: string;
        period: "monthly" | "yearly";
        plan: string;
        refId: string;
        walletAddress?: string;
    }
    Index

    Properties

    couponCode?: string
    email?: string
    firstName?: string
    lastName?: string
    period: "monthly" | "yearly"
    plan: string
    refId: string
    walletAddress?: string