AccountBusinessInformation constructor

AccountBusinessInformation({
  1. AccountAddress? address,
  2. AccountCustomerService? customerService,
  3. String? koreanBusinessRegistrationNumber,
  4. String? phoneNumber,
  5. String? phoneVerificationStatus,
})

Implementation

AccountBusinessInformation({
  this.address,
  this.customerService,
  this.koreanBusinessRegistrationNumber,
  this.phoneNumber,
  this.phoneVerificationStatus,
});