You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/AccountsResource.d.ts
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1781,14 +1781,26 @@ declare module 'stripe' {
1781
1781
}
1782
1782
1783
1783
interfaceSelfReportedIncome{
1784
+
/**
1785
+
* The amount in the minor currency unit (for example, cents for USD).
1786
+
*/
1784
1787
amount: number;
1785
1788
1789
+
/**
1790
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
1791
+
*/
1786
1792
currency: string;
1787
1793
}
1788
1794
1789
1795
interfaceSelfReportedMonthlyHousingPayment{
1796
+
/**
1797
+
* The amount in the minor currency unit (for example, cents for USD).
1798
+
*/
1790
1799
amount: number;
1791
1800
1801
+
/**
1802
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
1803
+
*/
1792
1804
currency: string;
1793
1805
}
1794
1806
@@ -3932,14 +3944,26 @@ declare module 'stripe' {
3932
3944
}
3933
3945
3934
3946
interfaceSelfReportedIncome{
3947
+
/**
3948
+
* The amount in the minor currency unit (for example, cents for USD).
3949
+
*/
3935
3950
amount: number;
3936
3951
3952
+
/**
3953
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
3954
+
*/
3937
3955
currency: string;
3938
3956
}
3939
3957
3940
3958
interfaceSelfReportedMonthlyHousingPayment{
3959
+
/**
3960
+
* The amount in the minor currency unit (for example, cents for USD).
3961
+
*/
3941
3962
amount: number;
3942
3963
3964
+
/**
3965
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
3966
+
*/
3943
3967
currency: string;
3944
3968
}
3945
3969
@@ -4780,14 +4804,26 @@ declare module 'stripe' {
4780
4804
}
4781
4805
4782
4806
interfaceSelfReportedIncome{
4807
+
/**
4808
+
* The amount in the minor currency unit (for example, cents for USD).
4809
+
*/
4783
4810
amount: number;
4784
4811
4812
+
/**
4813
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
4814
+
*/
4785
4815
currency: string;
4786
4816
}
4787
4817
4788
4818
interfaceSelfReportedMonthlyHousingPayment{
4819
+
/**
4820
+
* The amount in the minor currency unit (for example, cents for USD).
4821
+
*/
4789
4822
amount: number;
4790
4823
4824
+
/**
4825
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
4826
+
*/
4791
4827
currency: string;
4792
4828
}
4793
4829
@@ -5431,14 +5467,26 @@ declare module 'stripe' {
5431
5467
}
5432
5468
5433
5469
interfaceSelfReportedIncome{
5470
+
/**
5471
+
* The amount in the minor currency unit (for example, cents for USD).
5472
+
*/
5434
5473
amount: number;
5435
5474
5475
+
/**
5476
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
5477
+
*/
5436
5478
currency: string;
5437
5479
}
5438
5480
5439
5481
interfaceSelfReportedMonthlyHousingPayment{
5482
+
/**
5483
+
* The amount in the minor currency unit (for example, cents for USD).
5484
+
*/
5440
5485
amount: number;
5441
5486
5487
+
/**
5488
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
Copy file name to clipboardExpand all lines: types/TokensResource.d.ts
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -493,14 +493,26 @@ declare module 'stripe' {
493
493
}
494
494
495
495
interfaceSelfReportedIncome{
496
+
/**
497
+
* The amount in the minor currency unit (for example, cents for USD).
498
+
*/
496
499
amount: number;
497
500
501
+
/**
502
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
503
+
*/
498
504
currency: string;
499
505
}
500
506
501
507
interfaceSelfReportedMonthlyHousingPayment{
508
+
/**
509
+
* The amount in the minor currency unit (for example, cents for USD).
510
+
*/
502
511
amount: number;
503
512
513
+
/**
514
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
515
+
*/
504
516
currency: string;
505
517
}
506
518
@@ -955,14 +967,26 @@ declare module 'stripe' {
955
967
}
956
968
957
969
interfaceSelfReportedIncome{
970
+
/**
971
+
* The amount in the minor currency unit (for example, cents for USD).
972
+
*/
958
973
amount: number;
959
974
975
+
/**
976
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
977
+
*/
960
978
currency: string;
961
979
}
962
980
963
981
interfaceSelfReportedMonthlyHousingPayment{
982
+
/**
983
+
* The amount in the minor currency unit (for example, cents for USD).
984
+
*/
964
985
amount: number;
965
986
987
+
/**
988
+
* Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
0 commit comments