@@ -1420,7 +1420,7 @@ export namespace EntityCreateParams {
1420
1420
export interface Other {
1421
1421
/**
1422
1422
* The two-character ISO 3166-1 code representing the country that issued the
1423
- * document.
1423
+ * document (e.g., `US`) .
1424
1424
*/
1425
1425
country : string ;
1426
1426
@@ -1452,7 +1452,8 @@ export namespace EntityCreateParams {
1452
1452
*/
1453
1453
export interface Passport {
1454
1454
/**
1455
- * The country that issued the passport.
1455
+ * The two-character ISO 3166-1 code representing the country that issued the
1456
+ * document (e.g., `US`).
1456
1457
*/
1457
1458
country : string ;
1458
1459
@@ -1712,7 +1713,7 @@ export namespace EntityCreateParams {
1712
1713
export interface Other {
1713
1714
/**
1714
1715
* The two-character ISO 3166-1 code representing the country that issued the
1715
- * document.
1716
+ * document (e.g., `US`) .
1716
1717
*/
1717
1718
country : string ;
1718
1719
@@ -1744,7 +1745,8 @@ export namespace EntityCreateParams {
1744
1745
*/
1745
1746
export interface Passport {
1746
1747
/**
1747
- * The country that issued the passport.
1748
+ * The two-character ISO 3166-1 code representing the country that issued the
1749
+ * passport (e.g., `US`).
1748
1750
*/
1749
1751
country : string ;
1750
1752
@@ -1912,7 +1914,7 @@ export namespace EntityCreateParams {
1912
1914
export interface Other {
1913
1915
/**
1914
1916
* The two-character ISO 3166-1 code representing the country that issued the
1915
- * document.
1917
+ * document (e.g., `US`) .
1916
1918
*/
1917
1919
country : string ;
1918
1920
@@ -1944,7 +1946,8 @@ export namespace EntityCreateParams {
1944
1946
*/
1945
1947
export interface Passport {
1946
1948
/**
1947
- * The country that issued the passport.
1949
+ * The two-character ISO 3166-1 code representing the country that issued the
1950
+ * passport (e.g., `US`).
1948
1951
*/
1949
1952
country : string ;
1950
1953
@@ -2239,7 +2242,7 @@ export namespace EntityCreateParams {
2239
2242
export interface Other {
2240
2243
/**
2241
2244
* The two-character ISO 3166-1 code representing the country that issued the
2242
- * document.
2245
+ * document (e.g., `US`) .
2243
2246
*/
2244
2247
country : string ;
2245
2248
@@ -2271,7 +2274,8 @@ export namespace EntityCreateParams {
2271
2274
*/
2272
2275
export interface Passport {
2273
2276
/**
2274
- * The country that issued the passport.
2277
+ * The two-character ISO 3166-1 code representing the country that issued the
2278
+ * passport (e.g., `US`).
2275
2279
*/
2276
2280
country : string ;
2277
2281
@@ -2436,7 +2440,7 @@ export namespace EntityCreateParams {
2436
2440
export interface Other {
2437
2441
/**
2438
2442
* The two-character ISO 3166-1 code representing the country that issued the
2439
- * document.
2443
+ * document (e.g., `US`) .
2440
2444
*/
2441
2445
country : string ;
2442
2446
@@ -2468,7 +2472,8 @@ export namespace EntityCreateParams {
2468
2472
*/
2469
2473
export interface Passport {
2470
2474
/**
2471
- * The country that issued the passport.
2475
+ * The two-character ISO 3166-1 code representing the country that issued the
2476
+ * passport (e.g., `US`).
2472
2477
*/
2473
2478
country : string ;
2474
2479
@@ -2740,7 +2745,7 @@ export namespace EntityCreateBeneficialOwnerParams {
2740
2745
export interface Other {
2741
2746
/**
2742
2747
* The two-character ISO 3166-1 code representing the country that issued the
2743
- * document.
2748
+ * document (e.g., `US`) .
2744
2749
*/
2745
2750
country : string ;
2746
2751
@@ -2772,7 +2777,8 @@ export namespace EntityCreateBeneficialOwnerParams {
2772
2777
*/
2773
2778
export interface Passport {
2774
2779
/**
2775
- * The country that issued the passport.
2780
+ * The two-character ISO 3166-1 code representing the country that issued the
2781
+ * document (e.g., `US`).
2776
2782
*/
2777
2783
country : string ;
2778
2784
0 commit comments