public sealed class CreateBillingAccountRequest : IMessage<CreateBillingAccountRequest>, IEquatable<CreateBillingAccountRequest>, IDeepCloneable<CreateBillingAccountRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Billing v1 API class CreateBillingAccountRequest.
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 parent 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."],[[["This documentation page covers the `CreateBillingAccountRequest` class within the Google Cloud Billing v1 API, specifically version 3.5.0."],["The `CreateBillingAccountRequest` class is used as a request message for creating billing accounts, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class supports subaccount creation under a parent billing account, as outlined by the `Parent` and `BillingAccount` properties."],["The page provides links to different versions of the documentation for `CreateBillingAccountRequest`, ranging from version 2.2.0 to the latest version 3.9.0."],["The page lists the different inherited members, constructors, and properties available within the `CreateBillingAccountRequest` class, including the `BillingAccount` and `Parent` properties."]]],[]]