Saxonberg Server API
    Preparing search index...

    Public shape added by BankMixin.

    interface Bank {
        getBankPath(): string;
        getCorpo(): CorpoDescriptor | null;
        getCorpoKey(): string;
        getTillLiquidity(): Money;
        setCorpoKey(value: string): void;
    }
    Index

    Methods