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."],[[["The `CreateBillingAccountRequest` class is used to create a request for a new billing account in the Google Cloud Billing v1 API, specifically for subaccount creation."],["Version 3.9.0 is the latest version, with a range of previous versions down to 2.2.0 available for the `CreateBillingAccountRequest` class."],["The class inherits from `Object` and implements `IMessage\u003cCreateBillingAccountRequest\u003e`, `IEquatable\u003cCreateBillingAccountRequest\u003e`, `IDeepCloneable\u003cCreateBillingAccountRequest\u003e`, `IBufferMessage`, and `IMessage`."],["It includes properties such as `BillingAccount`, which is a required field representing the billing account resource being created."],["It is located in the `Google.Cloud.Billing.V1` namespace, found within the `Google.Cloud.Billing.V1.dll` assembly."]]],[]]