Class: Google::Shopping::Type::Price

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

Overview

The price represented as a number and currency.

Instance Attribute Summary collapse

Instance Attribute Details

#amount_micros::Integer



62
63
64
65
# File 'proto_docs/google/shopping/type/types.rb', line 62

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

#currency_code::String



62
63
64
65
# File 'proto_docs/google/shopping/type/types.rb', line 62

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