public sealed class BillingAccount : IMessage<BillingAccount>, IEquatable<BillingAccount>, IDeepCloneable<BillingAccount>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class BillingAccount.
Represents a billing account.
Implements
IMessageBillingAccount, IEquatableBillingAccount, IDeepCloneableBillingAccount, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
BillingAccount()
public BillingAccount()BillingAccount(BillingAccount)
public BillingAccount(BillingAccount other)| Parameter | |
|---|---|
| Name | Description |
other |
BillingAccount |
Properties
BillingAccountName
public BillingAccountName BillingAccountName { get; set; }BillingAccountName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BillingAccountName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when this billing account was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
CurrencyCode
public string CurrencyCode { get; set; }Output only. The 3-letter currency code defined in ISO 4217.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Display name of the billing account.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Output only. Resource name of the billing account. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RegionCode
public string RegionCode { get; set; }Output only. The CLDR region code.
| Property Value | |
|---|---|
| Type | Description |
string |
|