Class: Google::Cloud::CommerceProducer::V1beta::StandardOffer::PriceModel::FlatFeeSubscription

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#sku::String (readonly)

Returns Output only. Flat fee subscription SKU for the offer.

Returns:

  • (::String)

    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