UNPKG

dfp-lib

Version:

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

15 lines (14 loc) 709 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class ProposalMarketplaceInfo extends xmlElement_1.XMLElement { constructor(hasLocalVersionEdits = null, negotiationStatus = null, marketplaceComment = null, isNewVersionFromBuyer = null, buyerAccountId = null) { super(); this.hasLocalVersionEdits = hasLocalVersionEdits; this.negotiationStatus = negotiationStatus; this.marketplaceComment = marketplaceComment; this.isNewVersionFromBuyer = isNewVersionFromBuyer; this.buyerAccountId = buyerAccountId; } } ProposalMarketplaceInfo.XSI_TYPE = "ProposalMarketplaceInfo"; exports.ProposalMarketplaceInfo = ProposalMarketplaceInfo;