Interface AdsClient

interface AdsClient {
    all_limit: string;
    day_limit: string;
    id: number;
    name: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

all_limit: string

Client's total limit, rubles

day_limit: string

Client's day limit, rubles

id: number

Client ID

name: string

Client name

Generated using TypeDoc