Class: Google::Shopping::Merchant::Accounts::V1beta::CustomerService
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::CustomerService
- 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
-
#email ⇒ ::String
Optional.
-
#phone ⇒ ::Google::Type::PhoneNumber
Optional.
-
#uri ⇒ ::String
Optional.
Instance Attribute Details
#email ⇒ ::String
Returns 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.
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.
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 |