/**
 * Api Documentation
 * Api Documentation
 *
 * OpenAPI spec version: 1.0
 *
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen.git
 * Do not edit the class manually.
 */
import { BaseModel } from './baseModel';
export interface Advertiser {
    active?: boolean;
    androidDeclareUrl?: string;
    androidDeepLink?: string;
    categoryIabCode?: string;
    categoryId?: number;
    categoryName?: string;
    createdBy?: number;
    creationTime?: number;
    currency?: BaseModel;
    currencyCode?: string;
    dynamicVideoSupport?: boolean;
    id?: number;
    iosDeclareUrl?: string;
    iosDeepLink?: string;
    isArchived?: boolean;
    isDynamicVideoSupport?: boolean;
    isPlatformAudSupport?: boolean;
    licensee?: BaseModel;
    licenseeId?: number;
    modifiedBy?: number;
    modifiedTime?: number;
    name?: string;
    platformAudSupport?: boolean;
    regionId?: number;
    regionName?: string;
    timeZoneId?: number;
}
