Skip to content

Commit bbd5412

Browse files
feat(api): api update
1 parent 7282c19 commit bbd5412

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4a9671050881b7d7579bd118589b25ed43dccb69677f5ab8576df6f70de9a0dc.yml
3-
openapi_spec_hash: b72da714aeef1e6652e6cc595ef65f94
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fae765b6b1b34f9c649fec11885e4d0e5b8b1cab0baf0f440dfd5eba040e7047.yml
3+
openapi_spec_hash: 9900b1c763a43261e0288896379541fe
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/resources/card-payments.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ export namespace CardPayment {
268268
* A unique identifier assigned by the Access Control Server (us) for this
269269
* transaction.
270270
*/
271-
access_control_server_transaction_id: string;
271+
access_control_server_transaction_identifier: string;
272272

273273
/**
274274
* The city of the cardholder billing address associated with the card used for
@@ -371,7 +371,7 @@ export namespace CardPayment {
371371
* A unique identifier assigned by the Directory Server (the card network) for this
372372
* transaction.
373373
*/
374-
directory_server_transaction_id: string;
374+
directory_server_transaction_identifier: string;
375375

376376
/**
377377
* The merchant identifier (commonly abbreviated as MID) of the merchant the card
@@ -544,7 +544,7 @@ export namespace CardPayment {
544544
* A unique identifier assigned by the 3DS Server initiating the authentication
545545
* attempt for this transaction.
546546
*/
547-
three_d_secure_server_transaction_id: string;
547+
three_d_secure_server_transaction_identifier: string;
548548

549549
/**
550550
* A constant representing the object's type. For this resource it will always be

src/resources/real-time-decisions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export namespace RealTimeDecision {
141141
* A unique identifier assigned by the Access Control Server (us) for this
142142
* transaction.
143143
*/
144-
access_control_server_transaction_id: string;
144+
access_control_server_transaction_identifier: string;
145145

146146
/**
147147
* The identifier of the Account the card belongs to.
@@ -224,7 +224,7 @@ export namespace RealTimeDecision {
224224
* A unique identifier assigned by the Directory Server (the card network) for this
225225
* transaction.
226226
*/
227-
directory_server_transaction_id: string;
227+
directory_server_transaction_identifier: string;
228228

229229
/**
230230
* The merchant identifier (commonly abbreviated as MID) of the merchant the card
@@ -363,7 +363,7 @@ export namespace RealTimeDecision {
363363
* A unique identifier assigned by the 3DS Server initiating the authentication
364364
* attempt for this transaction.
365365
*/
366-
three_d_secure_server_transaction_id: string;
366+
three_d_secure_server_transaction_identifier: string;
367367

368368
/**
369369
* The identifier of the Card Payment this authentication attempt will belong to.

0 commit comments

Comments
 (0)