Skip to content

Commit

Permalink
Merge b413f79 into 7293b69
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 21, 2024
2 parents 7293b69 + b413f79 commit d2aa2f7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v896
v897
5 changes: 5 additions & 0 deletions types/Charges.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1964,6 +1964,11 @@ declare module 'stripe' {
*/
last4: string | null;

/**
* ID of the mandate used to make this payment.
*/
mandate?: string | Stripe.Mandate;

/**
* Reference number to locate ACH payments with customer's bank.
*/
Expand Down
5 changes: 5 additions & 0 deletions types/Treasury/InboundTransfers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ declare module 'stripe' {
*/
last4: string | null;

/**
* ID of the mandate used to make this payment.
*/
mandate?: string | Stripe.Mandate;

/**
* The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.
*/
Expand Down
5 changes: 5 additions & 0 deletions types/Treasury/OutboundPayments.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ declare module 'stripe' {
*/
last4: string | null;

/**
* ID of the mandate used to make this payment.
*/
mandate?: string | Stripe.Mandate;

/**
* The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.
*/
Expand Down
5 changes: 5 additions & 0 deletions types/Treasury/OutboundTransfers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ declare module 'stripe' {
*/
last4: string | null;

/**
* ID of the mandate used to make this payment.
*/
mandate?: string | Stripe.Mandate;

/**
* The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.
*/
Expand Down

0 comments on commit d2aa2f7

Please sign in to comment.