Class: Google::Shopping::Merchant::Accounts::V1beta::BusinessInfo

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

Instance Attribute Details

#address::Google::Type::PostalAddress

Returns Optional. The address of the business.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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