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
* Update generated code for v2183 and
* Update generated code for v2184 and
* Update generated code for v2186 and
---------
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: types/BillingPortal/SessionsResource.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ declare module 'stripe' {
5
5
namespaceBillingPortal{
6
6
interfaceSessionCreateParams{
7
7
/**
8
-
* The ID of an existing [configuration](https://docs.stripe.com/api/customer_portal/configuration) to use for this session, describing its functionality and features. If not specified, the session uses the default configuration.
8
+
* The ID of an existing [configuration](https://docs.stripe.com/api/customer_portal/configurations) to use for this session, describing its functionality and features. If not specified, the session uses the default configuration.
Copy file name to clipboardExpand all lines: types/Charges.d.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1338,6 +1338,11 @@ declare module 'stripe' {
1338
1338
*/
1339
1339
last4: string|null;
1340
1340
1341
+
/**
1342
+
* ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.
1343
+
*/
1344
+
location?: string;
1345
+
1341
1346
/**
1342
1347
* Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
1343
1348
*/
@@ -1368,6 +1373,11 @@ declare module 'stripe' {
1368
1373
*/
1369
1374
read_method: CardPresent.ReadMethod|null;
1370
1375
1376
+
/**
1377
+
* ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.
1378
+
*/
1379
+
reader?: string;
1380
+
1371
1381
/**
1372
1382
* A collection of fields required to be displayed on receipts. Only required for EMV transactions.
1373
1383
*/
@@ -1781,6 +1791,11 @@ declare module 'stripe' {
1781
1791
*/
1782
1792
last4: string|null;
1783
1793
1794
+
/**
1795
+
* ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.
1796
+
*/
1797
+
location?: string;
1798
+
1784
1799
/**
1785
1800
* Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
1786
1801
*/
@@ -1801,6 +1816,11 @@ declare module 'stripe' {
1801
1816
*/
1802
1817
read_method: InteracPresent.ReadMethod|null;
1803
1818
1819
+
/**
1820
+
* ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.
1821
+
*/
1822
+
reader?: string;
1823
+
1804
1824
/**
1805
1825
* A collection of fields required to be displayed on receipts. Only required for EMV transactions.
Copy file name to clipboardExpand all lines: types/ConfirmationTokens.d.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -634,6 +634,11 @@ declare module 'stripe' {
634
634
*/
635
635
last4: string|null;
636
636
637
+
/**
638
+
* ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.
639
+
*/
640
+
location?: string;
641
+
637
642
/**
638
643
* Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
639
644
*/
@@ -664,6 +669,11 @@ declare module 'stripe' {
664
669
*/
665
670
read_method: CardPresent.ReadMethod|null;
666
671
672
+
/**
673
+
* ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.
674
+
*/
675
+
reader?: string;
676
+
667
677
/**
668
678
* A collection of fields required to be displayed on receipts. Only required for EMV transactions.
0 commit comments