public sealed class BillingAccountPurchaseInfo : IMessage<BillingAccountPurchaseInfo>, IEquatable<BillingAccountPurchaseInfo>, IDeepCloneable<BillingAccountPurchaseInfo>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class BillingAccountPurchaseInfo.
Represents a billing account that can be used to make a purchase.
Implements
IMessageBillingAccountPurchaseInfo, IEquatableBillingAccountPurchaseInfo, IDeepCloneableBillingAccountPurchaseInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
BillingAccountPurchaseInfo()
public BillingAccountPurchaseInfo()BillingAccountPurchaseInfo(BillingAccountPurchaseInfo)
public BillingAccountPurchaseInfo(BillingAccountPurchaseInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
BillingAccountPurchaseInfo |
Properties
BillingAccount
public BillingAccount BillingAccount { get; set; }The billing account resource.
| Property Value | |
|---|---|
| Type | Description |
BillingAccount |
|