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

    Interface CheckoutPreviewResponse

    interface CheckoutPreviewResponse {
        appliedCredits: number;
        baseAmount: number;
        coupon?: CheckoutPreviewCoupon | null;
        customerInfo?: CheckoutPreviewCustomerInfo;
        destinationWallet: string;
        discounts: number;
        dueToday: number;
        note: string;
        period: "monthly" | "yearly";
        planName: string;
        proratedCredits: number;
        subtotal: number;
    }
    Index

    Properties

    appliedCredits: number
    baseAmount: number
    coupon?: CheckoutPreviewCoupon | null
    destinationWallet: string
    discounts: number
    dueToday: number
    note: string
    period: "monthly" | "yearly"
    planName: string
    proratedCredits: number
    subtotal: number