AccountBusinessInformation constructor
AccountBusinessInformation({
- AccountAddress? address,
- AccountCustomerService? customerService,
- String? koreanBusinessRegistrationNumber,
- String? phoneNumber,
- String? phoneVerificationStatus,
Implementation
AccountBusinessInformation({
this.address,
this.customerService,
this.koreanBusinessRegistrationNumber,
this.phoneNumber,
this.phoneVerificationStatus,
});