Cloud Channel v1 API - Class BillingAccountPurchaseInfo (2.11.0)

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

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

Represents a billing account that can be used to make a purchase.

Inheritance

object > BillingAccountPurchaseInfo

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

BillingAccountPurchaseInfo()

public BillingAccountPurchaseInfo()

BillingAccountPurchaseInfo(BillingAccountPurchaseInfo)

public BillingAccountPurchaseInfo(BillingAccountPurchaseInfo other)
Parameter
NameDescription
otherBillingAccountPurchaseInfo

Properties

BillingAccount

public BillingAccount BillingAccount { get; set; }

The billing account resource.

Property Value
TypeDescription
BillingAccount