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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateBillingAccountRequest\u003c/code\u003e class is part of the Google Cloud Billing v1 API and is used to request the creation of a billing account.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling, comparison, cloning, and buffering.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateBillingAccountRequest\u003c/code\u003e class has a constructor that allows the creation of an instance with no parameters, or it can be initialized using another instance of the \u003ccode\u003eCreateBillingAccountRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBillingAccount\u003c/code\u003e property within \u003ccode\u003eCreateBillingAccountRequest\u003c/code\u003e is required and specifies the billing account resource to be created, which can be found within the provided namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provides links to various versions of the Google Cloud Billing v1 API, ranging from version 2.2.0 up to the latest version, 3.9.0.\u003c/p\u003e\n"]]],[],null,[]]