Reference documentation and code samples for the Google Cloud Channel V1 Client class BillingAccount.
Represents a billing account.
Generated from protobuf message google.cloud.channel.v1.BillingAccount
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Resource name of the billing account. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
↳ display_name
string
Display name of the billing account.
↳ create_time
↳ currency_code
string
Output only. The 3-letter currency code defined in ISO 4217.
↳ region_code
string
Output only. The CLDR region code.
getName
Output only. Resource name of the billing account.
Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
string
setName
Output only. Resource name of the billing account.
Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
var
string
$this
getDisplayName
Display name of the billing account.
string
setDisplayName
Display name of the billing account.
var
string
$this
getCreateTime
Output only. The time when this billing account was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when this billing account was created.
$this
getCurrencyCode
Output only. The 3-letter currency code defined in ISO 4217.
string
setCurrencyCode
Output only. The 3-letter currency code defined in ISO 4217.
var
string
$this
getRegionCode
Output only. The CLDR region code.
string
setRegionCode
Output only. The CLDR region code.
var
string
$this