Class: Google::Shopping::Merchant::Accounts::V1beta::CustomerService

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

Overview

Customer service information.

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns Optional. The email address where customer service may be reached.

Returns:

  • (::String)

    Optional. The email address where customer service may be reached.



35
36
37
38
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/customerservice.rb', line 35

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

#phone::Google::Type::PhoneNumber

Returns Optional. The phone number where customer service may be called.

Returns:



35
36
37
38
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/customerservice.rb', line 35

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

#uri::String

Returns Optional. The URI where customer service may be found.

Returns:

  • (::String)

    Optional. The URI where customer service may be found.



35
36
37
38
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/customerservice.rb', line 35

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