Motif API
    Preparing search index...
    interface AllBrokerageAccountGroup {
        display: string;
        type: "Single" | "All";
        upperDisplay: string;
        compareTo(other: BrokerageAccountGroup): ComparisonResult;
        isAll(): boolean;
        isEqualTo(other: BrokerageAccountGroup): boolean;
        isSingle(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    display: string
    type: "Single" | "All"
    upperDisplay: string

    Methods