UNPKG
@bebapps/rapyd-sdk
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
An un-official [Rapyd](https://rapyd.net) SDK for Node.js.
@bebapps/rapyd-sdk
/
src
/
generated
/
wallet
/
requests
/
ListOfficialIdentificationDocumentsRequest.ts
7 lines
(6 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
ListOfficialIdentificationDocumentsRequest
{
/** * Two-letter ISO 3166-1 ALPHA-2 code for the country. Uppercase. */
country?:
string
; };