Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 827 Bytes

File metadata and controls

18 lines (13 loc) · 827 Bytes

openapi.model.CountryAutocompleteElementResponse

Load the model package

import 'package:openapi/api.dart';

Properties

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

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