View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1QueryEligibleBillingAccountsResponse (google_api_cloud_channel v0.11.3)
Response message for QueryEligibleBillingAccounts.
Attributes
-
skuPurchaseGroups
(type:list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1SkuPurchaseGroup.t)
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1QueryEligibleBillingAccountsResponse{ skuPurchaseGroups: [GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1SkuPurchaseGroup.t()] | nil }