Class: Google::Cloud::Commerce::Consumer::Procurement::V1::LineItemInfo

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

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

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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