public sealed class CreateBillingAccountRequest : IMessage<CreateBillingAccountRequest>, IEquatable<CreateBillingAccountRequest>, IDeepCloneable<CreateBillingAccountRequest>, IBufferMessage, IMessageRequest message for CreateBillingAccount.
Implements
IMessage<CreateBillingAccountRequest>, IEquatable<CreateBillingAccountRequest>, IDeepCloneable<CreateBillingAccountRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
CreateBillingAccountRequest()
public CreateBillingAccountRequest()CreateBillingAccountRequest(CreateBillingAccountRequest)
public CreateBillingAccountRequest(CreateBillingAccountRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateBillingAccountRequest |
Properties
BillingAccount
public BillingAccount BillingAccount { get; set; }Required. The billing account resource to create. Currently CreateBillingAccount only supports subaccount creation, so any created billing accounts must be under a provided master billing account.
| Property Value | |
|---|---|
| Type | Description |
BillingAccount |
|