/**
 * 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 { AppSettingsDTO } from './appSettingsDTO';
import { BaseModel } from './baseModel';
export interface AdvertiserPojo {
    active?: boolean;
    androidDeclareUrl?: string;
    androidDeepLink?: string;
    androidDeeplink?: string;
    androidPhoneBundle?: string;
    androidTabletBundle?: string;
    category?: BaseModel;
    categoryIabCode?: string;
    categoryId?: number;
    categoryName?: string;
    contactAddress?: string;
    contactNumber?: string;
    createdBy?: number;
    creationTime?: number;
    currency?: BaseModel;
    currencyCode?: string;
    defaultLogoDetails?: AppSettingsDTO;
    domain?: string;
    dynamicVideoSupport?: boolean;
    email?: string;
    iOSDeeplink?: string;
    id?: number;
    iosDeclareUrl?: string;
    iosDeepLink?: string;
    iosPhoneBundle?: string;
    iosTabletBundle?: string;
    isArchived?: boolean;
    isDynamicVideo?: boolean;
    isDynamicVideoSupport?: boolean;
    isPlatformAudSupport?: boolean;
    language?: BaseModel;
    licensee?: BaseModel;
    licenseeId?: number;
    mmp?: BaseModel;
    modifiedBy?: number;
    modifiedTime?: number;
    name?: string;
    nonEditableFields?: Array<string>;
    platformAudSupport?: boolean;
    region?: BaseModel;
    regionId?: number;
    regionName?: string;
    skuAllowedChars?: string;
    subCategories?: Array<BaseModel>;
    timeZone?: BaseModel;
    timeZoneId?: number;
    webDeclareUrl?: string;
}
