Class: Google::Shopping::Merchant::Accounts::V1::UpdateCheckoutSettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1/checkoutsettings.rb

Overview

Request message for the UpdateCheckoutSettings method.

Instance Attribute Summary collapse

Instance Attribute Details

#checkout_settings::Google::Shopping::Merchant::Accounts::V1::CheckoutSettings

Returns Required. The updated version of the CheckoutSettings. The name field is used to identify the CheckoutSettings. Format: accounts/{account}/programs/{program}/checkoutSettings.

Returns:



62
63
64
65
# File 'proto_docs/google/shopping/merchant/accounts/v1/checkoutsettings.rb', line 62

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. List of fields being updated. The following fields are supported (in both snake_case and lowerCamelCase):

  • eligible_destinations
  • uri_settings.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. List of fields being updated. The following fields are supported (in both snake_case and lowerCamelCase):

    • eligible_destinations
    • uri_settings


62
63
64
65
# File 'proto_docs/google/shopping/merchant/accounts/v1/checkoutsettings.rb', line 62

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