UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 302 B
"use strict"; const exchangeRateAction_1 = require("./exchangeRateAction"); class DeleteExchangeRates extends exchangeRateAction_1.ExchangeRateAction { constructor() { super(); } } DeleteExchangeRates.XSI_TYPE = "DeleteExchangeRates"; exports.DeleteExchangeRates = DeleteExchangeRates;