UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 267 B
"use strict"; const productAction_1 = require("./productAction"); class WithdrawProducts extends productAction_1.ProductAction { constructor() { super(); } } WithdrawProducts.XSI_TYPE = "WithdrawProducts"; exports.WithdrawProducts = WithdrawProducts;