BusinessInfo class
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.
Constructors
- BusinessInfo.new({PostalAddress? address, CustomerService? customerService, String? koreanBusinessRegistrationNumber, String? name, PhoneNumber? phone, String? phoneVerificationState})
- BusinessInfo.fromJson(Map json_)
Properties
- address ↔ PostalAddress?
-
The address of the business.
getter/setter pair
- customerService ↔ CustomerService?
-
The customer service of the business.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- koreanBusinessRegistrationNumber ↔ String?
-
The 10-digit
Korean business registration number
separated with dashes in the format: XXX-XX-XXXXX.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- phone ↔ PhoneNumber?
-
The phone number of the business.
getter/setter pair
- phoneVerificationState ↔ String?
-
The phone verification state of the business.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited