public sealed class QueryEligibleBillingAccountsResponse : IMessage<QueryEligibleBillingAccountsResponse>, IEquatable<QueryEligibleBillingAccountsResponse>, IDeepCloneable<QueryEligibleBillingAccountsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class QueryEligibleBillingAccountsResponse.
Response message for QueryEligibleBillingAccounts.
public RepeatedField<SkuPurchaseGroup> SkuPurchaseGroups { get; }
List of SKU purchase groups where each group represents a set of SKUs that
must be purchased using the same billing account. Each SKU from
[QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU
group.
[[["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 webpage provides documentation for the `QueryEligibleBillingAccountsResponse` class within the Google Cloud Channel v1 API, specifically for version 2.10.0 and other versions as well."],["`QueryEligibleBillingAccountsResponse` is a response message used in the Cloud Channel v1 API to retrieve information regarding billing accounts."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET ecosystem."],["The documentation outlines the available constructors for `QueryEligibleBillingAccountsResponse`, including a parameter for copying an existing object."],["The `SkuPurchaseGroups` property is a repeated field of `SkuPurchaseGroup` objects, representing groups of SKUs that must share a billing account."]]],[]]