public sealed class CreateBillingAccountRequest : IMessage<CreateBillingAccountRequest>, IEquatable<CreateBillingAccountRequest>, IDeepCloneable<CreateBillingAccountRequest>, IBufferMessage, IMessage
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 master 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 a request message used for creating billing accounts in the Google Cloud Billing API, specifically within version V1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling and cloning."],["The class inherits from `Object` and has constructors for creating new instances, either empty or based on an existing `CreateBillingAccountRequest` object."],["It includes a `BillingAccount` property, which is required and specifies the billing account resource to be created, typically a subaccount under a master billing account."],["The `CreateBillingAccountRequest` can also be located within various different versions, all the way up to the current latest 3.9.0, and down to 2.2.0."]]],[]]