UNPKG

dfp-lib

Version:

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

15 lines (14 loc) 593 B
"use strict"; const xmlElement_1 = require("../../common/soap/xmlElement"); class PremiumRateValue extends xmlElement_1.XMLElement { constructor(premiumRateId = null, premiumFeature = null, rateType = null, adjustmentType = null, adjustmentSize = null) { super(); this.premiumRateId = premiumRateId; this.premiumFeature = premiumFeature; this.rateType = rateType; this.adjustmentType = adjustmentType; this.adjustmentSize = adjustmentSize; } } PremiumRateValue.XSI_TYPE = "PremiumRateValue"; exports.PremiumRateValue = PremiumRateValue;