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

BillingProfile

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

Contains properties of a Campaign Manager Billing Profile.

interface BillingProfile {
consolidatedInvoice?: boolean;
countryCode?: string;
currencyCode?: string;
id?: bigint;
invoiceLevel?: "ACCOUNT_LEVEL" | "ADVERTISER_LEVEL" | "CAMPAIGN_LEVEL";
isDefault?: boolean;
kind?: string;
name?: string;
paymentsAccountId?: string;
paymentsCustomerId?: string;
purchaseOrder?: string;
secondaryPaymentsCustomerId?: string;
status?: "UNDER_REVIEW" | "ACTIVE" | "ARCHIVED";
}

§Properties

§
consolidatedInvoice?: boolean
[src]

Consolidated invoice option for this billing profile. Used to get a single, consolidated invoice across the chosen invoice level.

§
countryCode?: string
[src]

Country code of this billing profile.This is a read-only field.

§
currencyCode?: string
[src]

Billing currency code in ISO 4217 format.This is a read-only field.

§
id?: bigint
[src]

ID of this billing profile. This is a read-only, auto-generated field.

§
invoiceLevel?: "ACCOUNT_LEVEL" | "ADVERTISER_LEVEL" | "CAMPAIGN_LEVEL"
[src]

Invoice level for this billing profile. Used to group fees into separate invoices by account, advertiser, or campaign.

§
isDefault?: boolean
[src]

True if the billing profile is the account default profile. This is a read-only field.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#billingProfile".

§
name?: string
[src]

Name of this billing profile. This is a required field and must be less than 256 characters long and must be unique among billing profile in the same account.

§
paymentsAccountId?: string
[src]

The ID of the payment account the billing profile belongs to. This is a read-only field.

§
paymentsCustomerId?: string
[src]

The ID of the payment customer the billing profile belongs to. This is a read-only field.

§
purchaseOrder?: string
[src]

Purchase order (PO) for this billing profile. This PO number is used in the invoices for all of the advertisers in this billing profile.

§
secondaryPaymentsCustomerId?: string
[src]

The ID of the secondary payment customer the billing profile belongs to. This is a read-only field.

§
status?: "UNDER_REVIEW" | "ACTIVE" | "ARCHIVED"
[src]

Status of this billing profile.This is a read-only field.