Mayson Monorepo Documentation
    Preparing search index...
    interface ThresholdReason {
        amount_gte: number;
        item_reasons: ItemReason[];
    }
    Index

    Properties

    amount_gte: number

    The total invoice amount threshold boundary if it triggered the threshold invoice.

    item_reasons: ItemReason[]

    Indicates which line items triggered a threshold invoice.