Hi there,
Please bear with me - I am still a newbie and am learning how to program. I added IdParser to my Visual Studio project via. NuGet package. I'd like to modify the JSON output to include the issuer abbreviation (e.g. State/Province) and issuer country.
For example:
"IssuerIdentificationNumber": 636025,
"IssuerIdentificationAbbreviation": PA,
"IssuerIdentificationCountryAbbreviation": US,
"AamvaVersionNumber": 9,
"JurisdictionVersionNumber": 0,
If I go through the object browser, I can see the location where I could probably make this change, however it's locked (presumably because I'm using a package?? If you can point me in the right direction on how I can change this, I would really appreciate it.
Thank you
Hi there,
Please bear with me - I am still a newbie and am learning how to program. I added IdParser to my Visual Studio project via. NuGet package. I'd like to modify the JSON output to include the issuer abbreviation (e.g. State/Province) and issuer country.
For example:
If I go through the object browser, I can see the location where I could probably make this change, however it's locked (presumably because I'm using a package?? If you can point me in the right direction on how I can change this, I would really appreciate it.
Thank you