Class: Google::Shopping::Merchant::Accounts::V1::BusinessInfo

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Google::Type::PostalAddress)

    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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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