Class: Google::Cloud::Commerce::Consumer::Procurement::V1::LineItemInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::LineItemInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb
Overview
Line item information.
Instance Attribute Summary collapse
-
#offer ⇒ ::String
Optional.
-
#parameters ⇒ ::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter>
Optional.
-
#subscription ⇒ ::Google::Cloud::Commerce::Consumer::Procurement::V1::Subscription
readonly
Output only.
Instance Attribute Details
#offer ⇒ ::String
Returns Optional. The name of the offer can have either of these formats: 'billingAccounts/{billing_account}/offers/{offer}', or 'services/{service}/standardOffers/{offer}'.
146 147 148 149 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 146 class LineItemInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters ⇒ ::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter>
Returns Optional. User-provided parameters.
146 147 148 149 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 146 class LineItemInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subscription ⇒ ::Google::Cloud::Commerce::Consumer::Procurement::V1::Subscription (readonly)
Returns Output only. Information about the subscription created, if applicable.
146 147 148 149 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 146 class LineItemInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |