dfp-lib
Version:
This project hosts the Node.JS client library for the SOAP-based DFP API at Google.
11 lines (10 loc) • 373 B
JavaScript
;
const orderAction_1 = require("./orderAction");
class SubmitOrdersForApproval extends orderAction_1.OrderAction {
constructor(skipInventoryCheck = null) {
super();
this.skipInventoryCheck = skipInventoryCheck;
}
}
SubmitOrdersForApproval.XSI_TYPE = "SubmitOrdersForApproval";
exports.SubmitOrdersForApproval = SubmitOrdersForApproval;