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"]],[["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 used to create a request for a new billing account, and is part of the \u003ccode\u003eGoogle.Cloud.Billing.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.9.0 is the latest version available, with other versions ranging from 3.8.0 down to 2.2.0 also listed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateBillingAccountRequest\u003c/code\u003e 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, demonstrating its role in managing billing account creation requests.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one for creating a new instance and another for creating a copy from an existing \u003ccode\u003eCreateBillingAccountRequest\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBillingAccount\u003c/code\u003e property within \u003ccode\u003eCreateBillingAccountRequest\u003c/code\u003e is used to specify the details of the billing account to be created, which is required and currently supports subaccount creation under a master account.\u003c/p\u003e\n"]]],[],null,[]]