Class: Google::Shopping::Css::V1::HeadlineOfferSubscriptionCost
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::HeadlineOfferSubscriptionCost
- 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
-
#amount ⇒ ::Google::Shopping::Type::Price
The amount the buyer has to pay per subscription period.
-
#period ⇒ ::Google::Shopping::Css::V1::SubscriptionPeriod
The type of subscription period.
-
#period_length ⇒ ::Integer
The number of subscription periods the buyer has to pay.
Instance Attribute Details
#amount ⇒ ::Google::Shopping::Type::Price
Returns The amount the buyer has to pay per subscription period.
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
".
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.
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 |