import 'package:dart_sdk/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The name type of address | |
| customerName | String | The name of customer | |
| phoneNumbers | String | The phone number of customer | |
| provinceLevel | ProvinceSchemaDTO | The province level address | |
| districtLevel | DistrictSchemaDTO | The district level address | |
| wardLevel | WardSchemaDTO | The ward level address | |
| detail | String | The detailed address | |
| isDefault | bool | The boolean value to check if this address is default or not | [optional] |