Class: Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::ExactPrice

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

Instance Attribute Details

#display_price::Float

Returns Optional. Display price of the product.

Returns:

  • (::Float)

    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'.

Returns:

  • (::Float)

    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