Resource: BillingProfile
Contains properties of a Campaign Manager Billing Profile.
JSON representation |
---|
{ "id": string, "name": string, "status": enum ( |
Fields | |
---|---|
id |
ID of this billing profile. This is a read-only, auto-generated field. |
name |
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 |
Status of this billing profile.This is a read-only field. |
country |
Country code of this billing profile.This is a read-only field. |
currency |
Billing currency code in ISO 4217 format.This is a read-only field. |
purchase |
Purchase order (PO) for this billing profile. This PO number is used in the invoices for all of the advertisers in this billing profile. |
invoice |
Invoice level for this billing profile. Used to group fees into separate invoices by account, advertiser, or campaign. |
consolidated |
Consolidated invoice option for this billing profile. Used to get a single, consolidated invoice across the chosen invoice level. |
payments |
The ID of the payment account the billing profile belongs to. This is a read-only field. |
payments |
The ID of the payment customer the billing profile belongs to. This is a read-only field. |
secondary |
The ID of the secondary payment customer the billing profile belongs to. This is a read-only field. |
is |
True if the billing profile is the account default profile. This is a read-only field. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
BillingStatus
Enums | |
---|---|
UNDER_REVIEW |
|
ACTIVE |
|
ARCHIVED |
InvoiceLevel
Enums | |
---|---|
ACCOUNT_LEVEL |
|
ADVERTISER_LEVEL |
|
CAMPAIGN_LEVEL |
Methods |
|
---|---|
|
Gets one billing profile by ID. |
|
Retrieves a list of billing profiles, possibly filtered. |
|
Updates an existing billing profile. |