View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1SkuPurchaseGroup (google_api_cloud_channel v0.7.0)

Represents a set of SKUs that must be purchased using the same billing account.

Attributes

  • billingAccountPurchaseInfos (type: list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillingAccountPurchaseInfo.t), default: nil) - List of billing accounts that are eligible to purhcase these SKUs.
  • skus (type: list(String.t), default: nil) - Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1SkuPurchaseGroup{
  billingAccountPurchaseInfos:
    [
      GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillingAccountPurchaseInfo.t()
    ]
    | nil,
  skus: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.