Class: Google::Shopping::Merchant::Accounts::V1beta::BusinessInfo
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::BusinessInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb
Overview
Collection of information related to a business.
Instance Attribute Summary collapse
-
#address ⇒ ::Google::Type::PostalAddress
Optional.
-
#customer_service ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CustomerService
Optional.
-
#korean_business_registration_number ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#phone ⇒ ::Google::Type::PhoneNumber
readonly
Output only.
-
#phone_verification_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::PhoneVerificationState
readonly
Output only.
Instance Attribute Details
#address ⇒ ::Google::Type::PostalAddress
Returns Optional. The address of the business.
47 48 49 50 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 47 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_service ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::CustomerService
Returns Optional. The customer service of the business.
47 48 49 50 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 47 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#korean_business_registration_number ⇒ ::String
Returns Optional. The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX.
47 48 49 50 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 47 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the business info.
Format: accounts/{account}/businessInfo
.
47 48 49 50 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 47 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone ⇒ ::Google::Type::PhoneNumber (readonly)
Returns Output only. The phone number of the business.
47 48 49 50 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 47 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone_verification_state ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::PhoneVerificationState (readonly)
Returns Output only. The phone verification state of the business.
47 48 49 50 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/businessinfo.rb', line 47 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |