Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 990 Bytes

File metadata and controls

22 lines (17 loc) · 990 Bytes

dart_sdk.model.UserAddressSchemaDTO

Load the model package

import 'package:dart_sdk/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]