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 used to create a request for a new billing account in the Google Cloud Billing v1 API, specifically for subaccount creation.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.9.0 is the latest version, with a range of previous versions down to 2.2.0 available for the \u003ccode\u003eCreateBillingAccountRequest\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage<CreateBillingAccountRequest>\u003c/code\u003e, \u003ccode\u003eIEquatable<CreateBillingAccountRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<CreateBillingAccountRequest>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eBillingAccount\u003c/code\u003e, which is a required field representing the billing account resource being created.\u003c/p\u003e\n"],["\u003cp\u003eIt is located in the \u003ccode\u003eGoogle.Cloud.Billing.V1\u003c/code\u003e namespace, found within the \u003ccode\u003eGoogle.Cloud.Billing.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]