mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
add client_ip to StripeTokenResponse
See https://stripe.com/docs/api#token_object
This commit is contained in:
1
stripe/index.d.ts
vendored
1
stripe/index.d.ts
vendored
@@ -36,6 +36,7 @@ interface StripeTokenData {
|
||||
interface StripeTokenResponse {
|
||||
id: string;
|
||||
card: StripeCardData;
|
||||
client_ip: string;
|
||||
created: number;
|
||||
livemode: boolean;
|
||||
object: string;
|
||||
|
||||
Reference in New Issue
Block a user