Class: Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::ExactPrice
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::ExactPrice
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb
Overview
Exact product price.
Instance Attribute Summary collapse
-
#display_price ⇒ ::Float
Optional.
-
#original_price ⇒ ::Float
Optional.
Instance Attribute Details
#display_price ⇒ ::Float
Returns Optional. Display price of the product.
150 151 152 153 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 150 class ExactPrice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#original_price ⇒ ::Float
Returns Optional. Price of the product without any discount. If zero, by default set to be the 'displayPrice'.
150 151 152 153 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 150 class ExactPrice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |