Class: Google::Cloud::Commerce::Consumer::Procurement::V1::ModifyOrderRequest::Modification

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

Modifications to make on the order.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renewal_behavior::Google::Cloud::Commerce::Consumer::Procurement::V1::AutoRenewalBehavior

Returns Optional. Auto renewal behavior of the subscription for the update. Applied when change_type is [LineItemChangeType.LINE_ITEM_CHANGE_TYPE_UPDATE]. Follows plan default config when this field is not specified.

Returns:



164
165
166
167
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 164

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

#change_type::Google::Cloud::Commerce::Consumer::Procurement::V1::LineItemChangeType

Returns Required. Type of change to make.

Returns:



164
165
166
167
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 164

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

#line_item_id::String

Returns Required. ID of the existing line item to make change to. Required when change type is [LineItemChangeType.LINE_ITEM_CHANGE_TYPE_UPDATE] or [LineItemChangeType.LINE_ITEM_CHANGE_TYPE_CANCEL].

Returns:

  • (::String)

    Required. ID of the existing line item to make change to. Required when change type is [LineItemChangeType.LINE_ITEM_CHANGE_TYPE_UPDATE] or [LineItemChangeType.LINE_ITEM_CHANGE_TYPE_CANCEL].



164
165
166
167
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 164

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

#new_line_item_info::Google::Cloud::Commerce::Consumer::Procurement::V1::LineItemInfo

Returns Optional. The line item to update to. Required when change_type is [LineItemChangeType.LINE_ITEM_CHANGE_TYPE_CREATE] or [LineItemChangeType.LINE_ITEM_CHANGE_TYPE_UPDATE].

Returns:



164
165
166
167
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 164

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