AdsApp.​BillingAccount

Represents an account to which invoices are sent in consolidated billing.

Methods:

MemberTypeDescription
getId long Returns the ID of the billing account.
getName String Returns the name of the billing account.
getPrimaryBillingId String Returns the primary billing ID.
getSecondaryBillingId String Returns the secondary billing ID or null if there is no secondary billing account.

getId()

Returns the ID of the billing account.

Return values:

TypeDescription
long The ID of the billing account.

getName()

Returns the name of the billing account.

Return values:

TypeDescription
String Name of the billing account.

getPrimaryBillingId()

Returns the primary billing ID.

Return values:

TypeDescription
String The primary billing ID.

getSecondaryBillingId()

Returns the secondary billing ID or null if there is no secondary billing account.

Return values:

TypeDescription
String The secondary billing ID or null if there is no secondary billing account.