Saxonberg Server API
    Preparing search index...

    Public shape added by TabMixin.

    interface Tab {
        accrueToTab(patronKey: string, amount: Money): void;
        canRunTab(patron: Stuff, recognizer: Stuff): boolean;
        clearTab(patronKey: string): Money;
        getTabBalance(patronKey: string): Money;
        grantTab(patronKey: string): void;
        isTabRevoked(patronKey: string): boolean;
        skipTab(patron: Stuff, creditor: Stuff): void;
    }
    Index

    Methods