Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.85 KB

ProvinceAutocompleteElementResponse.md

File metadata and controls

19 lines (14 loc) · 2.85 KB

openapi.model.ProvinceAutocompleteElementResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiProvinceID int The unique ID of the Province. Here are some common values (Complete list must be retrieved from API): Value
fkiCountryID int The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): Value
sProvinceNameX String The name of the Province in the language of the requester
sProvinceShortname String The shortname of the Province
bProvinceIsactive bool Whether the Province is active or not

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