UNPKG

dfp-lib

Version:

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

9 lines (8 loc) 294 B
import { BaseRate } from './baseRate'; import { Money } from './money'; export declare class ProductBaseRate extends BaseRate { protected static XSI_TYPE: string; productId: number; rate: Money; constructor(productId?: number, rate?: Money, rateCardId?: number, id?: number); }