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-04-17 UTC."],[[["This webpage provides reference documentation for the `CreateBillingAccountRequest` class within the Google Cloud Billing v1 API, specifically for version 3.8.0."],["The `CreateBillingAccountRequest` class is used to create new billing accounts and is a request message for the `CreateBillingAccount` function, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines the class's constructors, which include a default constructor and one that takes another `CreateBillingAccountRequest` as a parameter, as well as information on the `BillingAccount` and `Parent` properties."],["The page lists available versions of the `CreateBillingAccountRequest`, ranging from version 2.2.0 up to the latest, 3.9.0, alongside links to their respective documentation."],["The main purpose of this class is to create a new billing sub-account under an existing parent billing account."]]],[]]