GetCountryResponse element
Type: | getCountryResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Available Since: | Oct 7, 2013 |
Example XML
<?xml version="1.0" encoding="UTF-8"?> <GetCountryResponse> <actionStatus> <status>...</status> <errorCode>...</errorCode> <message>...</message> </actionStatus> <country countryCode="..." name="..."> <currencyCode>...</currencyCode> <languageCode>...</languageCode> </country> </GetCountryResponse>