public final class BillingProfile
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
BillingProfile()  | 
| Modifier and Type | Method and Description | 
|---|---|
BillingProfile | 
clone()  | 
Boolean | 
getConsolidatedInvoice()
Consolidated invoice option for this billing profile. 
 | 
String | 
getCountryCode()
Country code of this billing profile.This is a read-only field. 
 | 
String | 
getCurrencyCode()
Billing currency code in ISO 4217 format.This is a read-only field. 
 | 
Long | 
getId()
ID of this billing profile. 
 | 
String | 
getInvoiceLevel()
Invoice level for this billing profile. 
 | 
Boolean | 
getIsDefault()
True if the billing profile is the account default profile. 
 | 
String | 
getKind()
Identifies what kind of resource this is. 
 | 
String | 
getName()
Name of this billing profile. 
 | 
String | 
getPaymentsAccountId()
The ID of the payment account the billing profile belongs to. 
 | 
String | 
getPaymentsCustomerId()
The ID of the payment customer the billing profile belongs to. 
 | 
String | 
getPurchaseOrder()
Purchase order (PO) for this billing profile. 
 | 
String | 
getSecondaryPaymentsCustomerId()
The ID of the secondary payment customer the billing profile belongs to. 
 | 
String | 
getStatus()
Status of this billing profile.This is a read-only field. 
 | 
BillingProfile | 
set(String fieldName,
   Object value)  | 
BillingProfile | 
setConsolidatedInvoice(Boolean consolidatedInvoice)
Consolidated invoice option for this billing profile. 
 | 
BillingProfile | 
setCountryCode(String countryCode)
Country code of this billing profile.This is a read-only field. 
 | 
BillingProfile | 
setCurrencyCode(String currencyCode)
Billing currency code in ISO 4217 format.This is a read-only field. 
 | 
BillingProfile | 
setId(Long id)
ID of this billing profile. 
 | 
BillingProfile | 
setInvoiceLevel(String invoiceLevel)
Invoice level for this billing profile. 
 | 
BillingProfile | 
setIsDefault(Boolean isDefault)
True if the billing profile is the account default profile. 
 | 
BillingProfile | 
setKind(String kind)
Identifies what kind of resource this is. 
 | 
BillingProfile | 
setName(String name)
Name of this billing profile. 
 | 
BillingProfile | 
setPaymentsAccountId(String paymentsAccountId)
The ID of the payment account the billing profile belongs to. 
 | 
BillingProfile | 
setPaymentsCustomerId(String paymentsCustomerId)
The ID of the payment customer the billing profile belongs to. 
 | 
BillingProfile | 
setPurchaseOrder(String purchaseOrder)
Purchase order (PO) for this billing profile. 
 | 
BillingProfile | 
setSecondaryPaymentsCustomerId(String secondaryPaymentsCustomerId)
The ID of the secondary payment customer the billing profile belongs to. 
 | 
BillingProfile | 
setStatus(String status)
Status of this billing profile.This is a read-only field. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getConsolidatedInvoice()
null for nonepublic BillingProfile setConsolidatedInvoice(Boolean consolidatedInvoice)
consolidatedInvoice - consolidatedInvoice or null for nonepublic String getCountryCode()
null for nonepublic BillingProfile setCountryCode(String countryCode)
countryCode - countryCode or null for nonepublic String getCurrencyCode()
null for nonepublic BillingProfile setCurrencyCode(String currencyCode)
currencyCode - currencyCode or null for nonepublic Long getId()
null for nonepublic BillingProfile setId(Long id)
id - id or null for nonepublic String getInvoiceLevel()
null for nonepublic BillingProfile setInvoiceLevel(String invoiceLevel)
invoiceLevel - invoiceLevel or null for nonepublic Boolean getIsDefault()
null for nonepublic BillingProfile setIsDefault(Boolean isDefault)
isDefault - isDefault or null for nonepublic String getKind()
null for nonepublic BillingProfile setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic BillingProfile setName(String name)
name - name or null for nonepublic String getPaymentsAccountId()
null for nonepublic BillingProfile setPaymentsAccountId(String paymentsAccountId)
paymentsAccountId - paymentsAccountId or null for nonepublic String getPaymentsCustomerId()
null for nonepublic BillingProfile setPaymentsCustomerId(String paymentsCustomerId)
paymentsCustomerId - paymentsCustomerId or null for nonepublic String getPurchaseOrder()
null for nonepublic BillingProfile setPurchaseOrder(String purchaseOrder)
purchaseOrder - purchaseOrder or null for nonepublic String getSecondaryPaymentsCustomerId()
null for nonepublic BillingProfile setSecondaryPaymentsCustomerId(String secondaryPaymentsCustomerId)
secondaryPaymentsCustomerId - secondaryPaymentsCustomerId or null for nonepublic String getStatus()
null for nonepublic BillingProfile setStatus(String status)
status - status or null for nonepublic BillingProfile set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BillingProfile clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.