This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"company": { | |
"img": "http:\/\/beta.url2png.com\/v6\/P5114C2972A91C\/193850331cf142d78f605445253ef355\/png\/?delay=3&thumbnail_max_width=980&url=www.aainternational.se", | |
"name": "Aa International AB", | |
"followed": 1, | |
"type": 3, | |
"orgno": 5562914886, | |
"created_at": "2016-12-20 00:29:11", | |
"updated_at": "2016-12-20 00:29:11", | |
"report": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface ICardsClient | |
{ | |
Task<VirgilCardDTO> Create( | |
string identityValue, | |
IdentityType identityType, | |
IDictionary<string, string> customData, | |
byte[] publicKey, | |
byte[] privateKey | |
); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"countries": [ | |
{ | |
"country": "Afghanistan", | |
"states": ["Badakhshan", "Badghis", "Baghlan", "Balkh", "Bamian", "Daykondi", "Farah", "Faryab", "Ghazni", "Ghowr", "Helmand", "Herat", "Jowzjan", "Kabul", "Kandahar", "Kapisa", "Khost", "Konar", "Kondoz", "Laghman", "Lowgar", "Nangarhar", "Nimruz", "Nurestan", "Oruzgan", "Paktia", "Paktika", "Panjshir", "Parvan", "Samangan", "Sar-e Pol", "Takhar", "Vardak", "Zabol"] | |
}, | |
{ | |
"country": "Albania", | |
"states": ["Berat", "Dibres", "Durres", "Elbasan", "Fier", "Gjirokastre", "Korce", "Kukes", "Lezhe", "Shkoder", "Tirane", "Vlore"] | |
}, |