public sealed class CreateBillingAccountRequest : IMessage<CreateBillingAccountRequest>, IEquatable<CreateBillingAccountRequest>, IDeepCloneable<CreateBillingAccountRequest>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CreateBillingAccountRequest` class is used to create a request for a new billing account, and is part of the `Google.Cloud.Billing.V1` namespace."],["Version 3.9.0 is the latest version available, with other versions ranging from 3.8.0 down to 2.2.0 also listed."],["The `CreateBillingAccountRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in managing billing account creation requests."],["The class has two constructors, one for creating a new instance and another for creating a copy from an existing `CreateBillingAccountRequest` instance."],["The `BillingAccount` property within `CreateBillingAccountRequest` is used to specify the details of the billing account to be created, which is required and currently supports subaccount creation under a master account."]]],[]]