Class CreateBillingAccountRequest (2.3.0)

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

Request message for CreateBillingAccount.

Inheritance

Object > CreateBillingAccountRequest

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

CreateBillingAccountRequest()

public CreateBillingAccountRequest()

CreateBillingAccountRequest(CreateBillingAccountRequest)

public CreateBillingAccountRequest(CreateBillingAccountRequest other)
Parameter
NameDescription
otherCreateBillingAccountRequest

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
TypeDescription
BillingAccount