Class: Google::Shopping::Css::V1::HeadlineOfferSubscriptionCost

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/css/v1/css_product_common.rb

Overview

The SubscriptionCost of the product.

Instance Attribute Summary collapse

Instance Attribute Details

#amount::Google::Shopping::Type::Price

Returns The amount the buyer has to pay per subscription period.

Returns:



377
378
379
380
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 377

class HeadlineOfferSubscriptionCost
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#period::Google::Shopping::Css::V1::SubscriptionPeriod

Returns The type of subscription period. Supported values are:

  • "month"
  • "year".

Returns:



377
378
379
380
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 377

class HeadlineOfferSubscriptionCost
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#period_length::Integer

Returns The number of subscription periods the buyer has to pay.

Returns:

  • (::Integer)

    The number of subscription periods the buyer has to pay.



377
378
379
380
# File 'proto_docs/google/shopping/css/v1/css_product_common.rb', line 377

class HeadlineOfferSubscriptionCost
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end