mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 01:00:05 +00:00
Added payment_method to Stripe's IPaymentIntentConfirmOptions (#36686)
This commit is contained in:
committed by
Armando Aguirre
parent
22c3c77865
commit
f7fd218370
5
types/stripe/index.d.ts
vendored
5
types/stripe/index.d.ts
vendored
@@ -4300,6 +4300,11 @@ declare namespace Stripe {
|
||||
*/
|
||||
client_secret?: string;
|
||||
|
||||
/**
|
||||
* ID of the payment method (a PaymentMethod, Card, BankAccount, or saved Source object) to attach to this PaymentIntent.
|
||||
*/
|
||||
payment_method?: string;
|
||||
|
||||
/**
|
||||
* Email address that the receipt for the resulting payment will be sent to.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user