Class: Google::Shopping::Merchant::OrderTracking::V1::OrderTrackingSignal::LineItemDetails
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::OrderTracking::V1::OrderTrackingSignal::LineItemDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/ordertracking/v1/order_tracking_signals.rb
Overview
The line items of the order.
Instance Attribute Summary collapse
-
#brand ⇒ ::String
Optional.
-
#gtins ⇒ ::Array<::String>
Optional.
-
#line_item_id ⇒ ::String
Required.
-
#mpn ⇒ ::String
Optional.
-
#product_id ⇒ ::String
Required.
-
#product_title ⇒ ::String
Optional.
-
#quantity ⇒ ::Integer
Required.
Instance Attribute Details
#brand ⇒ ::String
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gtins ⇒ ::Array<::String>
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#line_item_id ⇒ ::String
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mpn ⇒ ::String
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_id ⇒ ::String
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_title ⇒ ::String
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#quantity ⇒ ::Integer
185 186 187 188 |
# File 'proto_docs/google/shopping/merchant/ordertracking/v1/order_tracking_signals.rb', line 185 class LineItemDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |