Class: Google::Shopping::Merchant::Accounts::V1beta::DeleteCheckoutSettingsRequest

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

Overview

Request message for the DeleteCheckoutSettings method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name/identifier of the merchant account. Format: accounts/{account}/programs/{program}/checkoutSettings.

Returns:

  • (::String)

    Required. The name/identifier of the merchant account. Format: accounts/{account}/programs/{program}/checkoutSettings



72
73
74
75
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/checkoutsettings.rb', line 72

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