UNPKG

dfp-lib

Version:

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

7 lines (6 loc) 234 B
import { LineItemAction } from './lineItemAction'; export declare class ResumeLineItems extends LineItemAction { protected static XSI_TYPE: string; skipInventoryCheck: boolean; constructor(skipInventoryCheck?: boolean); }