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

    Interface CheckoutPreviewCoupon

    interface CheckoutPreviewCoupon {
        amountOff?: number;
        code: string;
        description?: string;
        invalidReason?: string;
        percentOff?: number;
        valid: boolean;
    }
    Index

    Properties

    amountOff?: number
    code: string
    description?: string
    invalidReason?: string
    percentOff?: number
    valid: boolean