UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 234 B
"use strict"; const orderAction_1 = require("./orderAction"); class PauseOrders extends orderAction_1.OrderAction { constructor() { super(); } } PauseOrders.XSI_TYPE = "PauseOrders"; exports.PauseOrders = PauseOrders;