@suluk/payments - v0.1.0
    Preparing search index...

    Interface DiscountResult

    interface DiscountResult {
        valid: boolean;
        amountCents: number;
        reason?: DiscountRejection;
    }
    Index

    Properties

    valid: boolean
    amountCents: number