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 webpage provides reference documentation for the `CreateBillingAccountRequest` class within the Google Cloud Billing v1 API for .NET."],["The `CreateBillingAccountRequest` class is used to send a request for creating a new billing account, supporting subaccount creation under a parent billing account."],["The documentation covers the `CreateBillingAccountRequest` class's properties, such as `BillingAccount` and `Parent`, along with its constructors and implemented interfaces like `IMessage` and `IEquatable`."],["The latest version of this .NET API is 3.9.0, but the current page focuses on the 3.7.0 version, and lists available documentation for other versions."],["It mentions that the `CreateBillingAccountRequest` class inherits properties from `object` class."]]],[]]