Reference documentation and code samples for the Cloud Commerce Producer V1BETA API class Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::Usage.
Price configurations for the usage part.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sku_group_list
def sku_group_list() -> ::Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::SkuGroupList-
(::Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::SkuGroupList) — Output only. The offer's usage fees are charged against the SKUs in
these groups.
Note: The following fields are mutually exclusive:
sku_group_list,sku_list. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sku_list
def sku_list() -> ::Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::SkuList-
(::Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::SkuList) — Output only. The offer's usage fees are charged against these SKUs.
Note: The following fields are mutually exclusive:
sku_list,sku_group_list. If a field in that set is populated, all other fields in the set will automatically be cleared.