dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
13 lines (12 loc) • 551 B
JavaScript
;
const xmlElement_1 = require("../../common/soap/xmlElement");
class ProductMarketplaceInfo extends xmlElement_1.XMLElement {
constructor(adExchangeEnvironment = null, additionalTerms = null, additionalTermsSource = null) {
super();
this.adExchangeEnvironment = adExchangeEnvironment;
this.additionalTerms = additionalTerms;
this.additionalTermsSource = additionalTermsSource;
}
}
ProductMarketplaceInfo.XSI_TYPE = "ProductMarketplaceInfo";
exports.ProductMarketplaceInfo = ProductMarketplaceInfo;