Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CampaignSummary

import type { CampaignSummary } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents a summarized campaign information associated with this invoice.

interface CampaignSummary {
billingInvoiceCode?: string;
campaignId?: bigint;
preTaxAmountMicros?: bigint;
taxAmountMicros?: bigint;
totalAmountMicros?: bigint;
}

§Properties

§
billingInvoiceCode?: string
[src]

Campaign billing invoice code.

§
campaignId?: bigint
[src]

Campaign ID.

§
preTaxAmountMicros?: bigint
[src]

The pre-tax amount for this campaign, in micros of the invoice's currency.

§
taxAmountMicros?: bigint
[src]

The tax amount for this campaign, in micros of the invoice's currency.

§
totalAmountMicros?: bigint
[src]

The total amount of charges for this campaign, in micros of the invoice's currency.