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."],[[["Version 3.9.0 is the latest release for the `CreateBillingAccountRequest` class."],["The `CreateBillingAccountRequest` class is a request message used for creating a billing account and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateBillingAccountRequest` class includes properties such as `BillingAccount`, which is a required field used to set the details of the billing account being created, and it supports subaccount creation under a master billing account."],["The `CreateBillingAccountRequest` class is part of the Google.Cloud.Billing.V1 namespace."],["There are several versions available, from 3.0.0 up to the latest 3.9.0, and older versions include 2.2.0 and 2.3.0."]]],[]]