From 02e4a2a3a1a4720280fdfb970ed311ce7505b245 Mon Sep 17 00:00:00 2001 From: Kamil Pajdzik Date: Thu, 6 Oct 2022 10:35:36 -0700 Subject: [PATCH] Codegen for openapi v201 --- OPENAPI_VERSION | 2 +- types/2022-08-01/Accounts.d.ts | 2 ++ types/2022-08-01/Capabilities.d.ts | 2 ++ types/2022-08-01/Charges.d.ts | 3 ++- types/2022-08-01/Customers.d.ts | 4 ++-- types/2022-08-01/Invoices.d.ts | 2 +- types/2022-08-01/PaymentIntents.d.ts | 3 +++ types/2022-08-01/PaymentMethods.d.ts | 4 +++- types/2022-08-01/Persons.d.ts | 2 ++ types/2022-08-01/Quotes.d.ts | 6 +++--- types/2022-08-01/Reporting/ReportRuns.d.ts | 3 +++ types/2022-08-01/SetupAttempts.d.ts | 4 ++++ types/2022-08-01/SetupIntents.d.ts | 3 +++ types/2022-08-01/SubscriptionSchedules.d.ts | 12 ++++++------ types/2022-08-01/Subscriptions.d.ts | 10 +++++++--- .../Treasury/FinancialAccountFeatures.d.ts | 6 +++--- 16 files changed, 47 insertions(+), 21 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 01daefacc4..bd1eedd478 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v197 \ No newline at end of file +v201 \ No newline at end of file diff --git a/types/2022-08-01/Accounts.d.ts b/types/2022-08-01/Accounts.d.ts index 4e8d019d44..6e08f94748 100644 --- a/types/2022-08-01/Accounts.d.ts +++ b/types/2022-08-01/Accounts.d.ts @@ -708,6 +708,7 @@ declare module 'stripe' { namespace Error { type Code = | 'invalid_address_city_state_postal_code' + | 'invalid_dob_age_under_18' | 'invalid_street_address' | 'invalid_tos_acceptance' | 'invalid_value_other' @@ -831,6 +832,7 @@ declare module 'stripe' { namespace Error { type Code = | 'invalid_address_city_state_postal_code' + | 'invalid_dob_age_under_18' | 'invalid_street_address' | 'invalid_tos_acceptance' | 'invalid_value_other' diff --git a/types/2022-08-01/Capabilities.d.ts b/types/2022-08-01/Capabilities.d.ts index c4248d0ae1..9c695dd846 100644 --- a/types/2022-08-01/Capabilities.d.ts +++ b/types/2022-08-01/Capabilities.d.ts @@ -119,6 +119,7 @@ declare module 'stripe' { namespace Error { type Code = | 'invalid_address_city_state_postal_code' + | 'invalid_dob_age_under_18' | 'invalid_street_address' | 'invalid_tos_acceptance' | 'invalid_value_other' @@ -248,6 +249,7 @@ declare module 'stripe' { namespace Error { type Code = | 'invalid_address_city_state_postal_code' + | 'invalid_dob_age_under_18' | 'invalid_street_address' | 'invalid_tos_acceptance' | 'invalid_value_other' diff --git a/types/2022-08-01/Charges.d.ts b/types/2022-08-01/Charges.d.ts index 0f6755848c..752f3b41ca 100644 --- a/types/2022-08-01/Charges.d.ts +++ b/types/2022-08-01/Charges.d.ts @@ -1178,7 +1178,7 @@ declare module 'stripe' { account_holder_type: Fpx.AccountHolderType | null; /** - * The customer's bank. Can be one of `affin_bank`, `agrobank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, or `pb_enterprise`. + * The customer's bank. Can be one of `affin_bank`, `agrobank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, `pb_enterprise`, or `bank_of_china`. */ bank: Fpx.Bank; @@ -1198,6 +1198,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' diff --git a/types/2022-08-01/Customers.d.ts b/types/2022-08-01/Customers.d.ts index 1e2bb4513a..84f6dff8b9 100644 --- a/types/2022-08-01/Customers.d.ts +++ b/types/2022-08-01/Customers.d.ts @@ -29,7 +29,7 @@ declare module 'stripe' { balance: number; /** - * The current funds being held by Stripe on behalf of the customer. These funds can be applied towards payment intents with source "cash_balance".The settings[reconciliation_mode] field describes whether these funds are applied to such payment intents manually or automatically. + * The current funds being held by Stripe on behalf of the customer. These funds can be applied towards payment intents with source "cash_balance". The settings[reconciliation_mode] field describes whether these funds are applied to such payment intents manually or automatically. */ cash_balance?: Stripe.CashBalance | null; @@ -75,7 +75,7 @@ declare module 'stripe' { email: string | null; /** - * The current multi-currency balances, if any, being stored on the customer.If positive in a currency, the customer has a credit to apply to their next invoice denominated in that currency.If negative, the customer has an amount owed that will be added to their next invoice denominated in that currency. These balances do not refer to any unpaid invoices.They solely track amounts that have yet to be successfully applied to any invoice. A balance in a particular currency is only applied to any invoice as an invoice in that currency is finalized. + * The current multi-currency balances, if any, being stored on the customer. If positive in a currency, the customer has a credit to apply to their next invoice denominated in that currency. If negative, the customer has an amount owed that will be added to their next invoice denominated in that currency. These balances do not refer to any unpaid invoices. They solely track amounts that have yet to be successfully applied to any invoice. A balance in a particular currency is only applied to any invoice as an invoice in that currency is finalized. */ invoice_credit_balance?: { [key: string]: number; diff --git a/types/2022-08-01/Invoices.d.ts b/types/2022-08-01/Invoices.d.ts index a1c41cccdc..4ce0946231 100644 --- a/types/2022-08-01/Invoices.d.ts +++ b/types/2022-08-01/Invoices.d.ts @@ -337,7 +337,7 @@ declare module 'stripe' { rendering_options: Invoice.RenderingOptions | null; /** - * Starting customer balance before the invoice is finalized. If the invoice has not been finalized yet, this will be the current customer balance. + * Starting customer balance before the invoice is finalized. If the invoice has not been finalized yet, this will be the current customer balance. For revision invoices, this also includes any customer balance that was applied to the original invoice. */ starting_balance: number; diff --git a/types/2022-08-01/PaymentIntents.d.ts b/types/2022-08-01/PaymentIntents.d.ts index f740166411..9ee206724a 100644 --- a/types/2022-08-01/PaymentIntents.d.ts +++ b/types/2022-08-01/PaymentIntents.d.ts @@ -2328,6 +2328,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' @@ -4085,6 +4086,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' @@ -5977,6 +5979,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' diff --git a/types/2022-08-01/PaymentMethods.d.ts b/types/2022-08-01/PaymentMethods.d.ts index f676037bbb..7f29b79ddd 100644 --- a/types/2022-08-01/PaymentMethods.d.ts +++ b/types/2022-08-01/PaymentMethods.d.ts @@ -462,7 +462,7 @@ declare module 'stripe' { account_holder_type: Fpx.AccountHolderType | null; /** - * The customer's bank, if provided. Can be one of `affin_bank`, `agrobank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, or `pb_enterprise`. + * The customer's bank, if provided. Can be one of `affin_bank`, `agrobank`, `alliance_bank`, `ambank`, `bank_islam`, `bank_muamalat`, `bank_rakyat`, `bsn`, `cimb`, `hong_leong_bank`, `hsbc`, `kfh`, `maybank2u`, `ocbc`, `public_bank`, `rhb`, `standard_chartered`, `uob`, `deutsche_bank`, `maybank2e`, `pb_enterprise`, or `bank_of_china`. */ bank: Fpx.Bank; } @@ -477,6 +477,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' @@ -1139,6 +1140,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' diff --git a/types/2022-08-01/Persons.d.ts b/types/2022-08-01/Persons.d.ts index 69454e031d..ef735d1634 100644 --- a/types/2022-08-01/Persons.d.ts +++ b/types/2022-08-01/Persons.d.ts @@ -306,6 +306,7 @@ declare module 'stripe' { namespace Error { type Code = | 'invalid_address_city_state_postal_code' + | 'invalid_dob_age_under_18' | 'invalid_street_address' | 'invalid_tos_acceptance' | 'invalid_value_other' @@ -453,6 +454,7 @@ declare module 'stripe' { namespace Error { type Code = | 'invalid_address_city_state_postal_code' + | 'invalid_dob_age_under_18' | 'invalid_street_address' | 'invalid_tos_acceptance' | 'invalid_value_other' diff --git a/types/2022-08-01/Quotes.d.ts b/types/2022-08-01/Quotes.d.ts index 8158049226..9810469ee2 100644 --- a/types/2022-08-01/Quotes.d.ts +++ b/types/2022-08-01/Quotes.d.ts @@ -49,7 +49,7 @@ declare module 'stripe' { automatic_tax: Quote.AutomaticTax; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or on finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically`. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or on finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically`. */ collection_method: Quote.CollectionMethod; @@ -533,7 +533,7 @@ declare module 'stripe' { automatic_tax?: QuoteCreateParams.AutomaticTax; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or at invoice finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically`. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or at invoice finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically`. */ collection_method?: QuoteCreateParams.CollectionMethod; @@ -794,7 +794,7 @@ declare module 'stripe' { automatic_tax?: QuoteUpdateParams.AutomaticTax; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or at invoice finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically`. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or at invoice finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically`. */ collection_method?: QuoteUpdateParams.CollectionMethod; diff --git a/types/2022-08-01/Reporting/ReportRuns.d.ts b/types/2022-08-01/Reporting/ReportRuns.d.ts index ef0ab6b091..47e9dfe777 100644 --- a/types/2022-08-01/Reporting/ReportRuns.d.ts +++ b/types/2022-08-01/Reporting/ReportRuns.d.ts @@ -384,6 +384,7 @@ declare module 'stripe' { | 'America/North_Dakota/Beulah' | 'America/North_Dakota/Center' | 'America/North_Dakota/New_Salem' + | 'America/Nuuk' | 'America/Ojinaga' | 'America/Panama' | 'America/Pangnirtung' @@ -657,6 +658,7 @@ declare module 'stripe' { | 'Europe/Kaliningrad' | 'Europe/Kiev' | 'Europe/Kirov' + | 'Europe/Kyiv' | 'Europe/Lisbon' | 'Europe/Ljubljana' | 'Europe/London' @@ -752,6 +754,7 @@ declare module 'stripe' { | 'Pacific/Guam' | 'Pacific/Honolulu' | 'Pacific/Johnston' + | 'Pacific/Kanton' | 'Pacific/Kiritimati' | 'Pacific/Kosrae' | 'Pacific/Kwajalein' diff --git a/types/2022-08-01/SetupAttempts.d.ts b/types/2022-08-01/SetupAttempts.d.ts index 0cac118b6c..11043e066b 100644 --- a/types/2022-08-01/SetupAttempts.d.ts +++ b/types/2022-08-01/SetupAttempts.d.ts @@ -108,6 +108,8 @@ declare module 'stripe' { ideal?: PaymentMethodDetails.Ideal; + klarna?: PaymentMethodDetails.Klarna; + link?: PaymentMethodDetails.Link; sepa_debit?: PaymentMethodDetails.SepaDebit; @@ -309,6 +311,8 @@ declare module 'stripe' { | 'TRIONL2U'; } + interface Klarna {} + interface Link {} interface SepaDebit {} diff --git a/types/2022-08-01/SetupIntents.d.ts b/types/2022-08-01/SetupIntents.d.ts index 6f1b9cd4c2..bba293a326 100644 --- a/types/2022-08-01/SetupIntents.d.ts +++ b/types/2022-08-01/SetupIntents.d.ts @@ -1032,6 +1032,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' @@ -1907,6 +1908,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' @@ -2864,6 +2866,7 @@ declare module 'stripe' { | 'ambank' | 'bank_islam' | 'bank_muamalat' + | 'bank_of_china' | 'bank_rakyat' | 'bsn' | 'cimb' diff --git a/types/2022-08-01/SubscriptionSchedules.d.ts b/types/2022-08-01/SubscriptionSchedules.d.ts index b1e0652e6d..36e028e606 100644 --- a/types/2022-08-01/SubscriptionSchedules.d.ts +++ b/types/2022-08-01/SubscriptionSchedules.d.ts @@ -132,7 +132,7 @@ declare module 'stripe' { billing_thresholds: DefaultSettings.BillingThresholds | null; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. */ collection_method: DefaultSettings.CollectionMethod | null; @@ -227,7 +227,7 @@ declare module 'stripe' { billing_thresholds: Phase.BillingThresholds | null; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. */ collection_method: Phase.CollectionMethod | null; @@ -474,7 +474,7 @@ declare module 'stripe' { >; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically` on creation. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically` on creation. */ collection_method?: DefaultSettings.CollectionMethod; @@ -572,7 +572,7 @@ declare module 'stripe' { billing_thresholds?: Stripe.Emptyable; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically` on creation. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically` on creation. */ collection_method?: Phase.CollectionMethod; @@ -909,7 +909,7 @@ declare module 'stripe' { >; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically` on creation. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically` on creation. */ collection_method?: DefaultSettings.CollectionMethod; @@ -1007,7 +1007,7 @@ declare module 'stripe' { billing_thresholds?: Stripe.Emptyable; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically` on creation. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically` on creation. */ collection_method?: Phase.CollectionMethod; diff --git a/types/2022-08-01/Subscriptions.d.ts b/types/2022-08-01/Subscriptions.d.ts index 2eb9585614..49025a3342 100644 --- a/types/2022-08-01/Subscriptions.d.ts +++ b/types/2022-08-01/Subscriptions.d.ts @@ -60,7 +60,7 @@ declare module 'stripe' { canceled_at: number | null; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. */ collection_method: Subscription.CollectionMethod; @@ -594,7 +594,7 @@ declare module 'stripe' { cancel_at_period_end?: boolean; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically`. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically`. */ collection_method?: SubscriptionCreateParams.CollectionMethod; @@ -654,6 +654,8 @@ declare module 'stripe' { off_session?: boolean; /** + * Only applies to subscriptions with `collection_method=charge_automatically`. + * * Use `allow_incomplete` to create subscriptions with `status=incomplete` if the first invoice cannot be paid. Creating subscriptions with this status allows you to manage scenarios where additional user actions are needed to pay a subscription's invoice. For example, SCA regulation may require 3DS authentication to complete payment. See the [SCA Migration Guide](https://stripe.com/docs/billing/migration/strong-customer-authentication) for Billing to learn more. This is the default behavior. * * Use `default_incomplete` to create Subscriptions with `status=incomplete` when the first invoice requires payment, otherwise start as active. Subscriptions transition to `status=active` when successfully confirming the payment intent on the first invoice. This allows simpler management of scenarios where additional user actions are needed to pay a subscription's invoice. Such as failed payments, [SCA regulation](https://stripe.com/docs/billing/migration/strong-customer-authentication), or collecting a mandate for a bank debit payment method. If the payment intent is not confirmed within 23 hours subscriptions transition to `status=incomplete_expired`, which is a terminal state. @@ -661,6 +663,8 @@ declare module 'stripe' { * Use `error_if_incomplete` if you want Stripe to return an HTTP 402 status code if a subscription's first invoice cannot be paid. For example, if a payment method requires 3DS authentication due to SCA regulation and further user action is needed, this parameter does not create a subscription and returns an error instead. This was the default behavior for API versions prior to 2019-03-14. See the [changelog](https://stripe.com/docs/upgrades#2019-03-14) to learn more. * * `pending_if_incomplete` is only used with updates and cannot be passed when creating a subscription. + * + * Subscriptions with `collection_method=send_invoice` are automatically activated regardless of the first invoice status. */ payment_behavior?: SubscriptionCreateParams.PaymentBehavior; @@ -1210,7 +1214,7 @@ declare module 'stripe' { cancel_at_period_end?: boolean; /** - * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults to `charge_automatically`. + * Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as `active`. Defaults to `charge_automatically`. */ collection_method?: SubscriptionUpdateParams.CollectionMethod; diff --git a/types/2022-08-01/Treasury/FinancialAccountFeatures.d.ts b/types/2022-08-01/Treasury/FinancialAccountFeatures.d.ts index 53fde18412..7b38965633 100644 --- a/types/2022-08-01/Treasury/FinancialAccountFeatures.d.ts +++ b/types/2022-08-01/Treasury/FinancialAccountFeatures.d.ts @@ -235,7 +235,7 @@ declare module 'stripe' { interface InboundTransfers { /** - * Toggle settings for enabling/disabling a feature + * Toggle settings for enabling/disabling an ACH specific feature */ ach?: InboundTransfers.Ach; } @@ -360,7 +360,7 @@ declare module 'stripe' { interface OutboundPayments { /** - * Toggle settings for enabling/disabling a feature + * Toggle settings for enabling/disabling an ACH specific feature */ ach?: OutboundPayments.Ach; @@ -490,7 +490,7 @@ declare module 'stripe' { interface OutboundTransfers { /** - * Toggle settings for enabling/disabling a feature + * Toggle settings for enabling/disabling an ACH specific feature */ ach?: OutboundTransfers.Ach;