Skip to main content

billing_profiles

Overview

Namebilling_profiles
TypeResource
Idgoogleads.dfareporting.billing_profiles

Fields

NameDatatypeDescription
idstringID of this billing profile. This is a read-only, auto-generated field.
namestringName 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.
paymentsAccountIdstringThe ID of the payment account the billing profile belongs to. This is a read-only field.
statusstringStatus of this billing profile.This is a read-only field.
purchaseOrderstringPurchase order (PO) for this billing profile. This PO number is used in the invoices for all of the advertisers in this billing profile.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#billingProfile".
countryCodestringCountry code of this billing profile.This is a read-only field.
currencyCodestringBilling currency code in ISO 4217 format.This is a read-only field.
invoiceLevelstringInvoice level for this billing profile. Used to group fees into separate invoices by account, advertiser, or campaign.
secondaryPaymentsCustomerIdstringThe ID of the secondary payment customer the billing profile belongs to. This is a read-only field.
paymentsCustomerIdstringThe ID of the payment customer the billing profile belongs to. This is a read-only field.
isDefaultbooleanTrue if the billing profile is the account default profile. This is a read-only field.
consolidatedInvoicebooleanConsolidated invoice option for this billing profile. Used to get a single, consolidated invoice across the chosen invoice level.

Methods

NameAccessible byRequired ParamsDescription
billingProfiles_getSELECTid, profileIdGets one billing profile by ID.
billingProfiles_listSELECTprofileIdRetrieves a list of billing profiles, possibly filtered. This method supports paging.
billingProfiles_updateEXECprofileIdUpdates an existing billing profile.