BusinessInfo constructor
BusinessInfo({
- PostalAddress? address,
- CustomerService? customerService,
- String? koreanBusinessRegistrationNumber,
- String? name,
- PhoneNumber? phone,
- String? phoneVerificationState,
Implementation
BusinessInfo({
this.address,
this.customerService,
this.koreanBusinessRegistrationNumber,
this.name,
this.phone,
this.phoneVerificationState,
});