UNPKG

dfp-lib

Version:

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

11 lines (10 loc) 323 B
"use strict"; const orderAction_1 = require("./orderAction"); class ApproveOrders extends orderAction_1.OrderAction { constructor(skipInventoryCheck = null) { super(); this.skipInventoryCheck = skipInventoryCheck; } } ApproveOrders.XSI_TYPE = "ApproveOrders"; exports.ApproveOrders = ApproveOrders;