Mayson Monorepo Documentation
    Preparing search index...
    interface Cad {
        fixed_amounts?: number[];
        percentages?: number[];
        smart_tip_threshold?: number;
    }
    Index

    Properties

    fixed_amounts?: number[]

    Fixed amounts displayed when collecting a tip

    percentages?: number[]

    Percentages displayed when collecting a tip

    smart_tip_threshold?: number

    Below this amount, fixed amounts will be displayed; above it, percentages will be displayed