Class: Google::Shopping::Merchant::Accounts::V1::GetCheckoutSettingsRequest

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 GetCheckoutSettings 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



30
31
32
33
# File 'proto_docs/google/shopping/merchant/accounts/v1/checkoutsettings.rb', line 30

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