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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Required. The user-specified name of the order being placed.

Returns:

  • (::String)

    Required. The user-specified name of the order being placed.



47
48
49
50
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 47

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

#line_item_info::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::LineItemInfo>

Returns Optional. Places order for offer. Required when an offer-based order is being placed.

Returns:



47
48
49
50
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 47

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

#parent::String

Returns Required. The resource name of the parent resource. This field has the form billingAccounts/{billing-account-id}.

Returns:

  • (::String)

    Required. The resource name of the parent resource. This field has the form billingAccounts/{billing-account-id}.



47
48
49
50
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 47

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

#request_id::String

Returns Optional. A unique identifier for this request. The server will ignore subsequent requests that provide a duplicate request ID for at least 24 hours after the first request.

The request ID must be a valid UUID.

Returns:

  • (::String)

    Optional. A unique identifier for this request. The server will ignore subsequent requests that provide a duplicate request ID for at least 24 hours after the first request.

    The request ID must be a valid UUID.



47
48
49
50
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 47

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