Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.BillingProfiles.Update |
Dfareporting.BillingProfiles.update(Long profileId,
BillingProfile content)
Updates an existing billing profile.
|
Constructor and Description |
---|
Update(Long profileId,
BillingProfile content)
Updates an existing billing profile.
|
Modifier and Type | Method and Description |
---|---|
BillingProfile |
BillingProfile.clone() |
BillingProfile |
BillingProfile.set(String fieldName,
Object value) |
BillingProfile |
BillingProfile.setConsolidatedInvoice(Boolean consolidatedInvoice)
Consolidated invoice option for this billing profile.
|
BillingProfile |
BillingProfile.setCountryCode(String countryCode)
Country code of this billing profile.This is a read-only field.
|
BillingProfile |
BillingProfile.setCurrencyCode(String currencyCode)
Billing currency code in ISO 4217 format.This is a read-only field.
|
BillingProfile |
BillingProfile.setId(Long id)
ID of this billing profile.
|
BillingProfile |
BillingProfile.setInvoiceLevel(String invoiceLevel)
Invoice level for this billing profile.
|
BillingProfile |
BillingProfile.setIsDefault(Boolean isDefault)
True if the billing profile is the account default profile.
|
BillingProfile |
BillingProfile.setKind(String kind)
Identifies what kind of resource this is.
|
BillingProfile |
BillingProfile.setName(String name)
Name of this billing profile.
|
BillingProfile |
BillingProfile.setPaymentsAccountId(String paymentsAccountId)
The ID of the payment account the billing profile belongs to.
|
BillingProfile |
BillingProfile.setPaymentsCustomerId(String paymentsCustomerId)
The ID of the payment customer the billing profile belongs to.
|
BillingProfile |
BillingProfile.setPurchaseOrder(String purchaseOrder)
Purchase order (PO) for this billing profile.
|
BillingProfile |
BillingProfile.setSecondaryPaymentsCustomerId(String secondaryPaymentsCustomerId)
The ID of the secondary payment customer the billing profile belongs to.
|
BillingProfile |
BillingProfile.setStatus(String status)
Status of this billing profile.This is a read-only field.
|
Modifier and Type | Method and Description |
---|---|
List<BillingProfile> |
BillingProfilesListResponse.getBillingProfiles()
Billing profiles collection.
|
Modifier and Type | Method and Description |
---|---|
BillingProfilesListResponse |
BillingProfilesListResponse.setBillingProfiles(List<BillingProfile> billingProfiles)
Billing profiles collection.
|
Copyright © 2011–2025 Google. All rights reserved.