From 53417883fb47a42fffff8887dc9bcd98c1f4bb6c Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Thu, 15 Oct 2020 09:28:27 -0700 Subject: [PATCH] Codegen for openapi 604eb2c --- types/2020-08-27/Payouts.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/2020-08-27/Payouts.d.ts b/types/2020-08-27/Payouts.d.ts index 2afc23b386..6dd056b1be 100644 --- a/types/2020-08-27/Payouts.d.ts +++ b/types/2020-08-27/Payouts.d.ts @@ -94,12 +94,12 @@ declare module 'stripe' { /** * If the payout reverses another, this is the ID of the original payout. */ - original_payout?: string | Stripe.Payout | null; + original_payout: string | Stripe.Payout | null; /** * If the payout was reversed, this is the ID of the payout that reverses this payout. */ - reversed_by?: string | Stripe.Payout | null; + reversed_by: string | Stripe.Payout | null; /** * The source balance this payout came from. One of `card`, `fpx`, or `bank_account`.