UNPKG

dfp-lib

Version:

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

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