public sealed class BillingAccountPurchaseInfo : IMessage<BillingAccountPurchaseInfo>, IEquatable<BillingAccountPurchaseInfo>, IDeepCloneable<BillingAccountPurchaseInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class BillingAccountPurchaseInfo.
Represents a billing account that can be used to make a purchase.
[[["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 provided content details the `BillingAccountPurchaseInfo` class within the Google Cloud Channel v1 API, which represents a billing account for purchases."],["The latest version of the Google Cloud Channel v1 API is 2.14.0, with the specific page focusing on version 2.9.0."],["The `BillingAccountPurchaseInfo` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains a `BillingAccount` property, which holds the billing account resource information, and has two constructors, one empty and the other taking a `BillingAccountPurchaseInfo` object."],["The provided documentation spans multiple versions of the API from 1.0.0 to 2.14.0, highlighting the history of the `BillingAccountPurchaseInfo` class in its specific API documentation."]]],[]]