Cloud Channel v1 API - Class BillingAccount (2.11.0)

public sealed class BillingAccount : IMessage<BillingAccount>, IEquatable<BillingAccount>, IDeepCloneable<BillingAccount>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class BillingAccount.

Represents a billing account.

Inheritance

object > BillingAccount

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

BillingAccount()

public BillingAccount()

BillingAccount(BillingAccount)

public BillingAccount(BillingAccount other)
Parameter
NameDescription
otherBillingAccount

Properties

BillingAccountName

public BillingAccountName BillingAccountName { get; set; }

BillingAccountName-typed view over the Name resource name property.

Property Value
TypeDescription
BillingAccountName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when this billing account was created.

Property Value
TypeDescription
Timestamp

CurrencyCode

public string CurrencyCode { get; set; }

Output only. The 3-letter currency code defined in ISO 4217.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Display name of the billing account.

Property Value
TypeDescription
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
TypeDescription
string

RegionCode

public string RegionCode { get; set; }

Output only. The CLDR region code.

Property Value
TypeDescription
string