UNPKG

dfp-lib

Version:

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

10 lines (9 loc) 316 B
"use strict"; const proposalAction_1 = require("./proposalAction"); class UpdateOrderWithSellerData extends proposalAction_1.ProposalAction { constructor() { super(); } } UpdateOrderWithSellerData.XSI_TYPE = "UpdateOrderWithSellerData"; exports.UpdateOrderWithSellerData = UpdateOrderWithSellerData;