Cloud Channel V1 API - Class Google::Cloud::Channel::V1::SkuPurchaseGroup (v0.24.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::SkuPurchaseGroup.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#billing_account_purchase_infos

def billing_account_purchase_infos() -> ::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>
Returns

#billing_account_purchase_infos=

def billing_account_purchase_infos=(value) -> ::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>
Parameter
Returns

#skus

def skus() -> ::Array<::String>
Returns
  • (::Array<::String>) — Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.

#skus=

def skus=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.
Returns
  • (::Array<::String>) — Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.