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."],[[["This page provides documentation for the `BillingAccountPurchaseInfo` class within the Google Cloud Channel v1 API."],["The latest available version of the `BillingAccountPurchaseInfo` is 2.14.0, with multiple older versions also documented, ranging down to version 1.0.0."],["The `BillingAccountPurchaseInfo` class represents a billing account usable for purchases and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains one property, `BillingAccount`, which refers to the billing account resource."],["This class has two constructors, a default constructor, and a copy constructor which accepts another instance of `BillingAccountPurchaseInfo` as a parameter."]]],[]]