Represents an account to which invoices are sent in
consolidated billing.
Methods:
Member | Type | Description |
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:
Type | Description |
long |
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. |
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. |