UNPKG

dfp-lib

Version:

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

12 lines (11 loc) 377 B
"use strict"; const baseRate_1 = require("./baseRate"); class ProductBaseRate extends baseRate_1.BaseRate { constructor(productId = null, rate = null, rateCardId = null, id = null) { super(rateCardId, id); this.productId = productId; this.rate = rate; } } ProductBaseRate.XSI_TYPE = "ProductBaseRate"; exports.ProductBaseRate = ProductBaseRate;