@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
17 lines (15 loc) • 388 B
text/typescript
import { LineItem1 } from './LineItem1'
import { ProposalLineItem } from './ProposalLineItem'
/**
* lineItem
* @targetNSAlias `tns`
* @targetNamespace `https://www.google.com/apis/ads/publisher/v202502`
*/
export interface LineItem {
/** lineItem */
lineItem?: LineItem1
/** proposalLineItem */
proposalLineItem?: ProposalLineItem
/** xsd:long */
advertiserId?: number
}