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