Class GoogleCloudChannelV1BillingAccountPurchaseInfo
Represents a billing account that can be used to make a purchase.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1BillingAccountPurchaseInfo : IDirectResponseSchema
Properties
BillingAccount
The billing account resource.
Declaration
[JsonProperty("billingAccount")]
public virtual GoogleCloudChannelV1BillingAccount BillingAccount { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1BillingAccount |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |