REST Resource: billingProfiles

Resource: BillingProfile

Contains properties of a Campaign Manager Billing Profile.

JSON representation
{
  "id": string,
  "name": string,
  "status": enum (Status),
  "countryCode": string,
  "currencyCode": string,
  "purchaseOrder": string,
  "invoiceLevel": enum (InvoiceLevel),
  "consolidatedInvoice": boolean,
  "paymentsAccountId": string,
  "paymentsCustomerId": string,
  "secondaryPaymentsCustomerId": string,
  "isDefault": boolean,
  "kind": string
}
Fields
id

string (int64 format)

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

name

string

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.

status

enum (Status)

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

countryCode

string

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

currencyCode

string

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

purchaseOrder

string

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

invoiceLevel

enum (InvoiceLevel)

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

consolidatedInvoice

boolean

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

paymentsAccountId

string

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

paymentsCustomerId

string

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

secondaryPaymentsCustomerId

string

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

isDefault

boolean

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

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#billingProfile"

.

Status

Enums
UNDER_REVIEW
ACTIVE
ARCHIVED

InvoiceLevel

Enums
ACCOUNT_LEVEL
ADVERTISER_LEVEL
CAMPAIGN_LEVEL

Methods

get

Gets one billing profile by ID.

list

Retrieves a list of billing profiles, possibly filtered.

update

Updates an existing billing profile.