Represents an account to which invoices are sent in
consolidated
billing.
Methods:
Member | Type | Description |
getId |
String |
Returns the ID of the billing account. |
getName |
String |
Returns the name of the billing account. |
getPrimaryBillingId |
String |
Returns the primary billing ID. |
getResourceName |
String |
Returns the resource name of the billing account. |
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:
Type | Description |
String |
The ID of the billing account. |
getName()
Returns the name of the billing account.
Return values:
Type | Description |
String |
Name of the billing account. |
getPrimaryBillingId()
Returns the primary billing ID.
Return values:
Type | Description |
String |
The primary billing ID. |
getResourceName()
Returns the resource name of the billing account.
Return values:
Type | Description |
String |
The resource name of the billing account. |
getSecondaryBillingId()
Returns the secondary billing ID or
null
if there is no
secondary billing account.
Return values:
Type | Description |
String |
The secondary billing ID or null if there is no
secondary billing account. |