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
* Amount intended to be collected by this payment. A positive integer representing how much to charge in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).
26
24
*/
@@ -93,16 +91,6 @@ declare module 'stripe' {
93
91
*/
94
92
description: string|null;
95
93
96
-
/**
97
-
* ID of an existing, connected Stripe account to transfer funds to if `transfer_data` was specified in the charge request.
98
-
*/
99
-
destination: string|Stripe.Account|null;
100
-
101
-
/**
102
-
* Details about the dispute if the charge has been disputed.
0 commit comments