Class: Google::Shopping::Merchant::Accounts::V1::BusinessInfo
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::BusinessInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb
Overview
The BusinessInfo message contains essential information about a
business.
This message captures key business details such as physical address, customer service contacts, and region-specific identifiers.
Instance Attribute Summary collapse
-
#address ⇒ ::Google::Type::PostalAddress
Optional.
-
#customer_service ⇒ ::Google::Shopping::Merchant::Accounts::V1::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::V1::PhoneVerificationState
readonly
Output only.
Instance Attribute Details
#address ⇒ ::Google::Type::PostalAddress
Returns Optional. The address of the business. Only region_code, address_lines,
postal_code, administrative_area and locality fields are supported.
All other fields are ignored.
53 54 55 56 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 53 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_service ⇒ ::Google::Shopping::Merchant::Accounts::V1::CustomerService
Returns Optional. The customer service of the business.
53 54 55 56 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 53 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.
53 54 55 56 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 53 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.
53 54 55 56 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 53 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.
53 54 55 56 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 53 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone_verification_state ⇒ ::Google::Shopping::Merchant::Accounts::V1::PhoneVerificationState (readonly)
Returns Output only. The phone verification state of the business.
53 54 55 56 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/businessinfo.rb', line 53 class BusinessInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |