Interface IAccountBalanceOptions

interface IAccountBalanceOptions {
    accountType?: IAccountType;
    id?: string;
}

Hierarchy

Properties

Properties

accountType?: IAccountType
id?: string