From 31f6aede3c10318f099ecc53dc768bc50ad3c49b Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Tue, 4 Feb 2020 10:15:37 -0800 Subject: [PATCH] Codegen for openapi f9f9b8b --- types/2019-12-03/SourceTransactions.d.ts | 2 +- types/2019-12-03/SubscriptionSchedules.d.ts | 2 +- types/2019-12-03/Subscriptions.d.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/types/2019-12-03/SourceTransactions.d.ts b/types/2019-12-03/SourceTransactions.d.ts index fd9ef4b837..bbb162cb28 100644 --- a/types/2019-12-03/SourceTransactions.d.ts +++ b/types/2019-12-03/SourceTransactions.d.ts @@ -144,7 +144,7 @@ declare module 'stripe' { /** * Sender sort code associated with the transfer. */ - sort_code?: string; + sender_sort_code?: string; } interface PaperCheck { diff --git a/types/2019-12-03/SubscriptionSchedules.d.ts b/types/2019-12-03/SubscriptionSchedules.d.ts index 871565ddab..4dc19e88fa 100644 --- a/types/2019-12-03/SubscriptionSchedules.d.ts +++ b/types/2019-12-03/SubscriptionSchedules.d.ts @@ -781,7 +781,7 @@ declare module 'stripe' { class SubscriptionSchedulesResource { /** - * Creates a new subscription schedule object. + * Creates a new subscription schedule object. Each customer can have up to 25 active or scheduled subscriptions. */ create( params?: SubscriptionScheduleCreateParams, diff --git a/types/2019-12-03/Subscriptions.d.ts b/types/2019-12-03/Subscriptions.d.ts index 602020b373..ec9aead359 100644 --- a/types/2019-12-03/Subscriptions.d.ts +++ b/types/2019-12-03/Subscriptions.d.ts @@ -340,7 +340,7 @@ declare module 'stripe' { expand?: Array; /** - * A list of up to 25 subscription items, each with an attached plan. + * A list of up to 20 subscription items, each with an attached plan. */ items?: Array; @@ -789,7 +789,7 @@ declare module 'stripe' { class SubscriptionsResource { /** - * Creates a new subscription on an existing customer. + * Creates a new subscription on an existing customer. Each customer can have up to 25 active or scheduled subscriptions. */ create( params: SubscriptionCreateParams,