UNPKG

dfp-lib

Version:

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

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