AccountBusinessInformation class
Constructors
- AccountBusinessInformation({AccountAddress? address, AccountCustomerService? customerService, String? koreanBusinessRegistrationNumber, String? phoneNumber, String? phoneVerificationStatus})
 - AccountBusinessInformation.fromJson(Map json_)
 
Properties
- address ↔ AccountAddress?
 - 
  The address of the business.
  getter/setter pair
 - customerService ↔ AccountCustomerService?
 - 
  The customer service information 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
 - phoneNumber ↔ String?
 - 
  The phone number of the business in
E.164 format.
  getter/setter pair
 - phoneVerificationStatus ↔ String?
 - 
  Verification status of the phone number 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