UNPKG

dfp-lib

Version:

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

6 lines (5 loc) 219 B
import { ReserveLineItems } from './reserveLineItems'; export declare class ReserveAndOverbookLineItems extends ReserveLineItems { protected static XSI_TYPE: string; constructor(skipInventoryCheck?: boolean); }