Last active
November 5, 2020 10:25
-
-
Save robinvanderknaap/39588c37d9a170301fb22233cf3b0e2d to your computer and use it in GitHub Desktop.
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
var iDealService = new iDealService(); | |
var directoryResponse = iDealService.SendDirectoryRequest(); | |
var issuers = directoryResponse.Issuers; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment