We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd683a9 + 5341788 commit 23f5ccbCopy full SHA for 23f5ccb
1 file changed
types/2020-08-27/Payouts.d.ts
@@ -94,12 +94,12 @@ declare module 'stripe' {
94
/**
95
* If the payout reverses another, this is the ID of the original payout.
96
*/
97
- original_payout?: string | Stripe.Payout | null;
+ original_payout: string | Stripe.Payout | null;
98
99
100
* If the payout was reversed, this is the ID of the payout that reverses this payout.
101
102
- reversed_by?: string | Stripe.Payout | null;
+ reversed_by: string | Stripe.Payout | null;
103
104
105
* The source balance this payout came from. One of `card`, `fpx`, or `bank_account`.
0 commit comments