UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

12 lines (11 loc) 571 B
import { XMLElement } from '../../common/soap/xmlElement'; import { NegotiationStatus } from './negotiationStatus'; export declare class ProposalMarketplaceInfo extends XMLElement { protected static XSI_TYPE: string; hasLocalVersionEdits: boolean; negotiationStatus: NegotiationStatus; marketplaceComment: string; isNewVersionFromBuyer: boolean; buyerAccountId: number; constructor(hasLocalVersionEdits?: boolean, negotiationStatus?: NegotiationStatus, marketplaceComment?: string, isNewVersionFromBuyer?: boolean, buyerAccountId?: number); }