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 documentation for the `CreateBillingAccountRequest` class within the Google Cloud Billing v1 API for .NET."],["The `CreateBillingAccountRequest` class is a request message used for creating a billing account, and currently, it only supports the creation of subaccounts under a parent billing account."],["This documentation covers versions ranging from 2.2.0 to the latest 3.9.0, including details on class inheritance, implementation of interfaces, namespace, assembly, constructors, and properties."],["The `BillingAccount` property is a required field in the `CreateBillingAccountRequest` and represents the billing account resource to be created."],["The `CreateBillingAccountRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]