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 latest version of the Google Cloud Billing v1 API is 3.9.0, with this specific page detailing version 3.6.0 of the `CreateBillingAccountRequest` class."],["`CreateBillingAccountRequest` is a class used to request the creation of a billing account within the Google Cloud Billing API."],["The `CreateBillingAccountRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `CreateBillingAccountRequest` object as a parameter, and also includes properties such as `BillingAccount` and `Parent`."],["This class is found within the `Google.Cloud.Billing.V1` namespace and is part of the `Google.Cloud.Billing.V1.dll` assembly, used to create billing subaccounts under a parent billing account."]]],[]]