Class: Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::FlatFeeSubscription
- Inherits:
-
Object
- Object
- Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::FlatFeeSubscription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerceproducer/v1beta/standard_offer.rb
Overview
Price configurations for flat fee subscriptions.
Instance Attribute Summary collapse
-
#sku ⇒ ::String
readonly
Output only.
Instance Attribute Details
#sku ⇒ ::String (readonly)
Returns Output only. Flat fee subscription SKU for the offer.
124 125 126 127 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/standard_offer.rb', line 124 class FlatFeeSubscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |