From 30ac17bbd04415bdccf9af19d83c67c6204d1d2f Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:21:36 +0000 Subject: [PATCH] Update OpenAPI for b6855e6d3f7ae738e9238cb624bc8ce2c2e52957 --- api/openapi-spec/spec3.sdk.json | 2631 ++++++++++--------------------- pkg/cmd/resources_cmds.go | 12 +- 2 files changed, 856 insertions(+), 1787 deletions(-) diff --git a/api/openapi-spec/spec3.sdk.json b/api/openapi-spec/spec3.sdk.json index 859d8a421..b87745247 100644 --- a/api/openapi-spec/spec3.sdk.json +++ b/api/openapi-spec/spec3.sdk.json @@ -245,23 +245,6 @@ "class_name": "Account", "has_collection_class": true, "in_package": "", - "inner_classes": [ - "account_branding_settings", - "account_business_profile", - "account_capabilities", - "account_card_payments_settings", - "account_dashboard_settings", - "account_decline_charge_on", - "account_future_requirements", - "account_payments_settings", - "account_payout_settings", - "account_requirements", - "account_settings", - "account_tos_acceptance", - "account_unification_account_controller", - "legal_entity_company", - "transfer_schedule" - ], "polymorphic_groups": [ "deleted_payment_source", "payment_source" @@ -282,7 +265,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BacsDebitPayments", - "in_class": "account_settings" + "in_package": "" } }, "account_branding_settings": { @@ -355,7 +338,7 @@ ], "x-stripeResource": { "class_name": "SettingsBranding", - "in_class": "account" + "in_package": "" } }, "account_business_profile": { @@ -367,6 +350,9 @@ "nullable": true, "type": "string" }, + "monthly_estimated_revenue": { + "$ref": "#/components/schemas/account_monthly_estimated_revenue" + }, "name": { "description": "The customer-facing business name.", "maxLength": 5000, @@ -425,11 +411,12 @@ "title": "AccountBusinessProfile", "type": "object", "x-expandableFields": [ + "monthly_estimated_revenue", "support_address" ], "x-stripeResource": { "class_name": "BusinessProfile", - "in_class": "account" + "in_package": "" } }, "account_capabilities": { @@ -765,7 +752,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Capabilities", - "in_class": "account" + "in_package": "" } }, "account_capability_future_requirements": { @@ -849,7 +836,7 @@ ], "x-stripeResource": { "class_name": "FutureRequirements", - "in_class": "capability" + "in_package": "" } }, "account_capability_requirements": { @@ -933,7 +920,7 @@ ], "x-stripeResource": { "class_name": "Requirements", - "in_class": "capability" + "in_package": "" } }, "account_card_issuing_settings": { @@ -950,10 +937,7 @@ ], "x-stripeResource": { "class_name": "SettingsCardIssuing", - "in_class": "account_settings", - "inner_classes": [ - "card_issuing_account_terms_of_service" - ] + "in_package": "" } }, "account_card_payments_settings": { @@ -993,7 +977,7 @@ ], "x-stripeResource": { "class_name": "SettingsCardPayments", - "in_class": "account" + "in_package": "" } }, "account_dashboard_settings": { @@ -1021,7 +1005,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SettingsDashboard", - "in_class": "account" + "in_package": "" } }, "account_decline_charge_on": { @@ -1045,7 +1029,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DeclineChargeOn", - "in_class": "account" + "in_package": "" } }, "account_future_requirements": { @@ -1134,7 +1118,7 @@ ], "x-stripeResource": { "class_name": "FutureRequirements", - "in_class": "account" + "in_package": "" } }, "account_link": { @@ -1187,6 +1171,30 @@ "in_package": "" } }, + "account_monthly_estimated_revenue": { + "description": "", + "properties": { + "amount": { + "description": "A non-negative integer representing how much to charge in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).", + "type": "integer" + }, + "currency": { + "description": "Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).", + "type": "string" + } + }, + "required": [ + "amount", + "currency" + ], + "title": "AccountMonthlyEstimatedRevenue", + "type": "object", + "x-expandableFields": [], + "x-stripeResource": { + "class_name": "MonthlyEstimatedRevenue", + "in_package": "" + } + }, "account_payments_settings": { "description": "", "properties": { @@ -1233,7 +1241,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SettingsPayments", - "in_class": "account" + "in_package": "" } }, "account_payout_settings": { @@ -1265,7 +1273,7 @@ ], "x-stripeResource": { "class_name": "SettingsPayouts", - "in_class": "account" + "in_package": "" } }, "account_requirements": { @@ -1354,11 +1362,7 @@ ], "x-stripeResource": { "class_name": "Requirements", - "in_class": "account", - "inner_classes": [ - "account_requirements_alternative", - "account_requirements_error" - ] + "in_package": "" } }, "account_requirements_alternative": { @@ -1390,7 +1394,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Alternative", - "in_class": "account_requirements" + "in_package": "" } }, "account_requirements_error": { @@ -1473,7 +1477,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Errors", - "in_class": "account_requirements" + "in_package": "" } }, "account_sepa_debit_payments_settings": { @@ -1490,7 +1494,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaDebitPayments", - "in_class": "account_settings" + "in_package": "" } }, "account_settings": { @@ -1545,13 +1549,7 @@ ], "x-stripeResource": { "class_name": "Settings", - "in_class": "account", - "inner_classes": [ - "account_bacs_debit_payments_settings", - "account_card_issuing_settings", - "account_sepa_debit_payments_settings", - "account_treasury_settings" - ] + "in_package": "" } }, "account_terms_of_service": { @@ -1583,7 +1581,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TosAcceptance", - "in_class": "account_treasury_settings" + "in_package": "" } }, "account_tos_acceptance": { @@ -1618,7 +1616,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TosAcceptance", - "in_class": "account" + "in_package": "" } }, "account_treasury_settings": { @@ -1635,10 +1633,7 @@ ], "x-stripeResource": { "class_name": "SettingsTreasury", - "in_class": "account_settings", - "inner_classes": [ - "account_terms_of_service" - ] + "in_package": "" } }, "account_unification_account_controller": { @@ -1665,7 +1660,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Controller", - "in_class": "account" + "in_package": "" } }, "address": { @@ -1743,7 +1738,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AlternateStatementDescriptors", - "in_class": "charge" + "in_package": "" } }, "api_errors": { @@ -2424,10 +2419,7 @@ "x-stripeResource": { "class_name": "Secret", "has_collection_class": true, - "in_package": "Apps", - "inner_classes": [ - "secret_service_resource_scope" - ] + "in_package": "Apps" } }, "automatic_tax": { @@ -2457,7 +2449,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AutomaticTax", - "in_class": "invoice" + "in_package": "" } }, "balance": { @@ -2533,11 +2525,7 @@ ], "x-stripeResource": { "class_name": "Balance", - "in_package": "", - "inner_classes": [ - "balance_amount", - "balance_detail" - ] + "in_package": "" } }, "balance_amount": { @@ -2566,10 +2554,7 @@ ], "x-stripeResource": { "class_name": "Money", - "in_class": "balance", - "inner_classes": [ - "balance_amount_by_source_type" - ] + "in_package": "" } }, "balance_amount_by_source_type": { @@ -2593,7 +2578,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SourceTypes", - "in_class": "balance_amount" + "in_package": "" } }, "balance_detail": { @@ -2617,7 +2602,7 @@ ], "x-stripeResource": { "class_name": "Details", - "in_class": "balance" + "in_package": "" } }, "balance_transaction": { @@ -2791,10 +2776,7 @@ "x-stripeResource": { "class_name": "BalanceTransaction", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "fee" - ] + "in_package": "" } }, "balance_transaction_source": { @@ -3147,7 +3129,7 @@ ], "x-stripeResource": { "class_name": "AccountHolder", - "in_class": "financial_connections.account" + "in_package": "" } }, "bank_connections_resource_balance": { @@ -3193,11 +3175,7 @@ ], "x-stripeResource": { "class_name": "Balance", - "in_class": "financial_connections.account", - "inner_classes": [ - "bank_connections_resource_balance_api_resource_cash_balance", - "bank_connections_resource_balance_api_resource_credit_balance" - ] + "in_package": "" } }, "bank_connections_resource_balance_api_resource_cash_balance": { @@ -3220,7 +3198,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CashBalance", - "in_class": "bank_connections_resource_balance" + "in_package": "" } }, "bank_connections_resource_balance_api_resource_credit_balance": { @@ -3243,7 +3221,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CreditBalance", - "in_class": "bank_connections_resource_balance" + "in_package": "" } }, "bank_connections_resource_balance_refresh": { @@ -3273,7 +3251,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BalanceRefresh", - "in_class": "financial_connections.account" + "in_package": "" } }, "bank_connections_resource_link_account_session_filters": { @@ -3297,7 +3275,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Filters", - "in_class": "financial_connections.session" + "in_package": "" } }, "bank_connections_resource_ownership_refresh": { @@ -3327,7 +3305,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "OwnershipRefresh", - "in_class": "financial_connections.account" + "in_package": "" } }, "billing_details": { @@ -3374,7 +3352,7 @@ ], "x-stripeResource": { "class_name": "BillingDetails", - "in_class": "payment_method" + "in_package": "" } }, "billing_portal.configuration": { @@ -3522,12 +3500,7 @@ "x-stripeResource": { "class_name": "Configuration", "has_collection_class": true, - "in_package": "BillingPortal", - "inner_classes": [ - "portal_business_profile", - "portal_features", - "portal_login_page" - ] + "in_package": "BillingPortal" } }, "billing_portal.session": { @@ -3690,10 +3663,7 @@ ], "x-stripeResource": { "class_name": "Session", - "in_package": "BillingPortal", - "inner_classes": [ - "portal_flows_flow" - ] + "in_package": "BillingPortal" } }, "cancellation_details": { @@ -3741,7 +3711,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CancellationDetails", - "in_class": "subscription" + "in_package": "" } }, "capability": { @@ -3862,11 +3832,7 @@ "x-stripeResource": { "class_name": "Capability", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "account_capability_future_requirements", - "account_capability_requirements" - ] + "in_package": "" } }, "card": { @@ -4190,7 +4156,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TosAcceptance", - "in_class": "account_card_issuing_settings" + "in_package": "" } }, "card_mandate_payment_method_details": { @@ -4201,7 +4167,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Card", - "in_class": "mandate_payment_method_details" + "in_package": "" } }, "cash_balance": { @@ -4266,10 +4232,7 @@ ], "x-stripeResource": { "class_name": "CashBalance", - "in_package": "", - "inner_classes": [ - "customer_balance_customer_balance_settings" - ] + "in_package": "" } }, "charge": { @@ -4919,15 +4882,6 @@ "has_collection_class": true, "has_search_result_class": true, "in_package": "", - "inner_classes": [ - "alternate_statement_descriptors", - "charge_fraud_details", - "charge_outcome", - "charge_transfer_data", - "level3", - "payment_method_details", - "radar_radar_options" - ], "polymorphic_groups": [ "balance_transaction_source" ] @@ -4952,7 +4906,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "FraudDetails", - "in_class": "charge" + "in_package": "" } }, "charge_outcome": { @@ -5023,7 +4977,7 @@ ], "x-stripeResource": { "class_name": "Outcome", - "in_class": "charge" + "in_package": "" } }, "charge_transfer_data": { @@ -5065,7 +5019,7 @@ ], "x-stripeResource": { "class_name": "TransferData", - "in_class": "charge" + "in_package": "" } }, "checkout.session": { @@ -5693,25 +5647,7 @@ "x-stripeResource": { "class_name": "Session", "has_collection_class": true, - "in_package": "Checkout", - "inner_classes": [ - "checkout_session_payment_method_options", - "payment_pages_checkout_session_after_expiration", - "payment_pages_checkout_session_automatic_tax", - "payment_pages_checkout_session_consent", - "payment_pages_checkout_session_consent_collection", - "payment_pages_checkout_session_currency_conversion", - "payment_pages_checkout_session_custom_fields", - "payment_pages_checkout_session_custom_text", - "payment_pages_checkout_session_customer_details", - "payment_pages_checkout_session_invoice_creation", - "payment_pages_checkout_session_phone_number_collection", - "payment_pages_checkout_session_shipping_address_collection", - "payment_pages_checkout_session_shipping_cost", - "payment_pages_checkout_session_shipping_option", - "payment_pages_checkout_session_tax_id_collection", - "payment_pages_checkout_session_total_details" - ] + "in_package": "Checkout" } }, "checkout_acss_debit_mandate_options": { @@ -5769,7 +5705,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MandateOptions", - "in_class": "checkout_acss_debit_payment_method_options" + "in_package": "" } }, "checkout_acss_debit_payment_method_options": { @@ -5813,10 +5749,7 @@ ], "x-stripeResource": { "class_name": "AcssDebit", - "in_class": "checkout_session_payment_method_options", - "inner_classes": [ - "checkout_acss_debit_mandate_options" - ] + "in_package": "" } }, "checkout_affirm_payment_method_options": { @@ -5835,7 +5768,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Affirm", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_afterpay_clearpay_payment_method_options": { @@ -5854,7 +5787,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AfterpayClearpay", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_alipay_payment_method_options": { @@ -5873,7 +5806,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Alipay", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_au_becs_debit_payment_method_options": { @@ -5892,7 +5825,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AuBecsDebit", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_bacs_debit_payment_method_options": { @@ -5913,7 +5846,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BacsDebit", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_bancontact_payment_method_options": { @@ -5932,7 +5865,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Bancontact", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_boleto_payment_method_options": { @@ -5960,7 +5893,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Boleto", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_card_installments_options": { @@ -5976,7 +5909,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Installments", - "in_class": "checkout_card_payment_method_options" + "in_package": "" } }, "checkout_card_payment_method_options": { @@ -6012,10 +5945,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "checkout_session_payment_method_options", - "inner_classes": [ - "checkout_card_installments_options" - ] + "in_package": "" } }, "checkout_cashapp_payment_method_options": { @@ -6034,7 +5964,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Cashapp", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_customer_balance_bank_transfer_payment_method_options": { @@ -6084,7 +6014,7 @@ ], "x-stripeResource": { "class_name": "BankTransfer", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_customer_balance_payment_method_options": { @@ -6119,7 +6049,7 @@ ], "x-stripeResource": { "class_name": "CustomerBalance", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_eps_payment_method_options": { @@ -6138,7 +6068,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Eps", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_fpx_payment_method_options": { @@ -6157,7 +6087,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Fpx", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_giropay_payment_method_options": { @@ -6176,7 +6106,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Giropay", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_grab_pay_payment_method_options": { @@ -6195,7 +6125,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "GrabPay", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_ideal_payment_method_options": { @@ -6214,7 +6144,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Ideal", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_klarna_payment_method_options": { @@ -6235,7 +6165,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Klarna", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_konbini_payment_method_options": { @@ -6262,7 +6192,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Konbini", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_link_payment_method_options": { @@ -6282,7 +6212,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_oxxo_payment_method_options": { @@ -6308,7 +6238,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Oxxo", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_p24_payment_method_options": { @@ -6327,7 +6257,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "P24", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_paynow_payment_method_options": { @@ -6346,7 +6276,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paynow", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_pix_payment_method_options": { @@ -6366,7 +6296,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Pix", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_sepa_debit_payment_method_options": { @@ -6387,7 +6317,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaDebit", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_session_payment_method_options": { @@ -6504,36 +6434,7 @@ ], "x-stripeResource": { "class_name": "PaymentMethodOptions", - "in_class": "checkout.session", - "inner_classes": [ - "checkout_acss_debit_payment_method_options", - "checkout_affirm_payment_method_options", - "checkout_afterpay_clearpay_payment_method_options", - "checkout_alipay_payment_method_options", - "checkout_au_becs_debit_payment_method_options", - "checkout_bacs_debit_payment_method_options", - "checkout_bancontact_payment_method_options", - "checkout_boleto_payment_method_options", - "checkout_card_payment_method_options", - "checkout_cashapp_payment_method_options", - "checkout_customer_balance_bank_transfer_payment_method_options", - "checkout_customer_balance_payment_method_options", - "checkout_eps_payment_method_options", - "checkout_fpx_payment_method_options", - "checkout_giropay_payment_method_options", - "checkout_grab_pay_payment_method_options", - "checkout_ideal_payment_method_options", - "checkout_klarna_payment_method_options", - "checkout_konbini_payment_method_options", - "checkout_link_payment_method_options", - "checkout_oxxo_payment_method_options", - "checkout_p24_payment_method_options", - "checkout_paynow_payment_method_options", - "checkout_pix_payment_method_options", - "checkout_sepa_debit_payment_method_options", - "checkout_sofort_payment_method_options", - "checkout_us_bank_account_payment_method_options" - ] + "in_package": "" } }, "checkout_sofort_payment_method_options": { @@ -6552,7 +6453,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Sofort", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "checkout_us_bank_account_payment_method_options": { @@ -6587,7 +6488,7 @@ ], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "checkout_session_payment_method_options" + "in_package": "" } }, "connect_collection_transfer": { @@ -6752,10 +6653,7 @@ "x-stripeResource": { "class_name": "CountrySpec", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "country_spec_verification_fields" - ] + "in_package": "" } }, "country_spec_verification_field_details": { @@ -6787,7 +6685,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Details", - "in_class": "country_spec_verification_fields" + "in_package": "" } }, "country_spec_verification_fields": { @@ -6812,10 +6710,7 @@ ], "x-stripeResource": { "class_name": "VerificationFields", - "in_class": "country_spec", - "inner_classes": [ - "country_spec_verification_field_details" - ] + "in_package": "" } }, "coupon": { @@ -6981,11 +6876,7 @@ "x-stripeResource": { "class_name": "Coupon", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "coupon_applies_to", - "coupon_currency_option" - ] + "in_package": "" } }, "coupon_applies_to": { @@ -7008,7 +6899,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AppliesTo", - "in_class": "coupon" + "in_package": "" } }, "coupon_currency_option": { @@ -7027,7 +6918,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CurrencyOption", - "in_class": "coupon" + "in_package": "" } }, "credit_note": { @@ -7403,10 +7294,7 @@ "x-stripeResource": { "class_name": "CreditNote", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "credit_note_tax_amount" - ] + "in_package": "" } }, "credit_note_line_item": { @@ -7624,7 +7512,7 @@ ], "x-stripeResource": { "class_name": "TaxAmount", - "in_class": "credit_note" + "in_package": "" } }, "currency_option": { @@ -7682,7 +7570,7 @@ ], "x-stripeResource": { "class_name": "CurrencyOption", - "in_class": "price" + "in_package": "" } }, "custom_unit_amount": { @@ -7714,7 +7602,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomUnitAmount", - "in_class": "price" + "in_package": "" } }, "customer": { @@ -8140,11 +8028,7 @@ "class_name": "Customer", "has_collection_class": true, "has_search_result_class": true, - "in_package": "", - "inner_classes": [ - "customer_tax", - "invoice_setting_customer_setting" - ] + "in_package": "" } }, "customer_acceptance": { @@ -8183,11 +8067,7 @@ ], "x-stripeResource": { "class_name": "CustomerAcceptance", - "in_class": "mandate", - "inner_classes": [ - "offline_acceptance", - "online_acceptance" - ] + "in_package": "" } }, "customer_balance_customer_balance_settings": { @@ -8215,7 +8095,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BalanceSettings", - "in_class": "cash_balance" + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_applied_to_payment_transaction": { @@ -8251,7 +8131,7 @@ ], "x-stripeResource": { "class_name": "AppliedToPayment", - "in_class": "customer_cash_balance_transaction" + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_funded_transaction": { @@ -8271,10 +8151,7 @@ ], "x-stripeResource": { "class_name": "Funded", - "in_class": "customer_cash_balance_transaction", - "inner_classes": [ - "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer" - ] + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer": { @@ -8325,13 +8202,7 @@ ], "x-stripeResource": { "class_name": "BankTransfer", - "in_class": "customer_balance_resource_cash_balance_transaction_resource_funded_transaction", - "inner_classes": [ - "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_eu_bank_transfer", - "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_gb_bank_transfer", - "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_jp_bank_transfer", - "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_us_bank_transfer" - ] + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_eu_bank_transfer": { @@ -8366,7 +8237,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "EuBankTransfer", - "in_class": "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer" + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_gb_bank_transfer": { @@ -8401,7 +8272,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "GbBankTransfer", - "in_class": "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer" + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_jp_bank_transfer": { @@ -8436,7 +8307,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "JpBankTransfer", - "in_class": "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer" + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer_resource_us_bank_transfer": { @@ -8466,7 +8337,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UsBankTransfer", - "in_class": "customer_balance_resource_cash_balance_transaction_resource_funded_transaction_resource_bank_transfer" + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction": { @@ -8502,7 +8373,7 @@ ], "x-stripeResource": { "class_name": "RefundedFromPayment", - "in_class": "customer_cash_balance_transaction" + "in_package": "" } }, "customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction": { @@ -8538,7 +8409,7 @@ ], "x-stripeResource": { "class_name": "UnappliedFromPayment", - "in_class": "customer_cash_balance_transaction" + "in_package": "" } }, "customer_balance_transaction": { @@ -8884,13 +8755,7 @@ "x-stripeResource": { "class_name": "CustomerCashBalanceTransaction", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "customer_balance_resource_cash_balance_transaction_resource_applied_to_payment_transaction", - "customer_balance_resource_cash_balance_transaction_resource_funded_transaction", - "customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction", - "customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction" - ] + "in_package": "" } }, "customer_tax": { @@ -8934,10 +8799,7 @@ ], "x-stripeResource": { "class_name": "Tax", - "in_class": "customer", - "inner_classes": [ - "customer_tax_location" - ] + "in_package": "" } }, "customer_tax_location": { @@ -8975,7 +8837,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Location", - "in_class": "customer_tax" + "in_package": "" } }, "deleted_account": { @@ -10321,10 +10183,6 @@ "class_name": "Dispute", "has_collection_class": true, "in_package": "", - "inner_classes": [ - "dispute_evidence", - "dispute_evidence_details" - ], "polymorphic_groups": [ "balance_transaction_source" ] @@ -10666,7 +10524,7 @@ ], "x-stripeResource": { "class_name": "Evidence", - "in_class": "dispute" + "in_package": "" } }, "dispute_evidence_details": { @@ -10702,7 +10560,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "EvidenceDetails", - "in_class": "dispute" + "in_package": "" } }, "email_sent": { @@ -10728,7 +10586,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "EmailSent", - "in_class": "refund_next_action_display_details" + "in_package": "" } }, "ephemeral_key": { @@ -11136,7 +10994,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Fee", - "in_class": "balance_transaction" + "in_package": "" } }, "fee_refund": { @@ -11802,13 +11660,7 @@ "x-stripeResource": { "class_name": "Account", "has_collection_class": true, - "in_package": "FinancialConnections", - "inner_classes": [ - "bank_connections_resource_accountholder", - "bank_connections_resource_balance", - "bank_connections_resource_balance_refresh", - "bank_connections_resource_ownership_refresh" - ] + "in_package": "FinancialConnections" } }, "financial_connections.account_owner": { @@ -12088,10 +11940,7 @@ ], "x-stripeResource": { "class_name": "Session", - "in_package": "FinancialConnections", - "inner_classes": [ - "bank_connections_resource_link_account_session_filters" - ] + "in_package": "FinancialConnections" } }, "financial_reporting_finance_report_run_run_parameters": { @@ -12145,7 +11994,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Parameters", - "in_class": "reporting.report_run" + "in_package": "" } }, "funding_instructions": { @@ -12193,10 +12042,7 @@ "x-resourceId": "funding_instructions", "x-stripeResource": { "class_name": "FundingInstructions", - "in_package": "", - "inner_classes": [ - "funding_instructions_bank_transfer" - ] + "in_package": "" } }, "funding_instructions_bank_transfer": { @@ -12236,10 +12082,7 @@ ], "x-stripeResource": { "class_name": "BankTransfer", - "in_class": "funding_instructions", - "inner_classes": [ - "funding_instructions_bank_transfer_financial_address" - ] + "in_package": "" } }, "funding_instructions_bank_transfer_financial_address": { @@ -12297,13 +12140,7 @@ ], "x-stripeResource": { "class_name": "FinancialAddress", - "in_class": "funding_instructions_bank_transfer", - "inner_classes": [ - "funding_instructions_bank_transfer_iban_record", - "funding_instructions_bank_transfer_sort_code_record", - "funding_instructions_bank_transfer_spei_record", - "funding_instructions_bank_transfer_zengin_record" - ] + "in_package": "" } }, "funding_instructions_bank_transfer_iban_record": { @@ -12341,7 +12178,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Iban", - "in_class": "funding_instructions_bank_transfer_financial_address" + "in_package": "" } }, "funding_instructions_bank_transfer_sort_code_record": { @@ -12373,7 +12210,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SortCode", - "in_class": "funding_instructions_bank_transfer_financial_address" + "in_package": "" } }, "funding_instructions_bank_transfer_spei_record": { @@ -12405,7 +12242,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Spei", - "in_class": "funding_instructions_bank_transfer_financial_address" + "in_package": "" } }, "funding_instructions_bank_transfer_zengin_record": { @@ -12468,7 +12305,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Zengin", - "in_class": "funding_instructions_bank_transfer_financial_address" + "in_package": "" } }, "gelato_data_document_report_date_of_birth": { @@ -12500,7 +12337,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DateOfBirth", - "in_class": "gelato_document_report" + "in_package": "" } }, "gelato_data_document_report_expiration_date": { @@ -12532,7 +12369,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ExpirationDate", - "in_class": "gelato_document_report" + "in_package": "" } }, "gelato_data_document_report_issued_date": { @@ -12564,7 +12401,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "IssuedDate", - "in_class": "gelato_document_report" + "in_package": "" } }, "gelato_data_id_number_report_date": { @@ -12596,7 +12433,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DateOfBirth", - "in_class": "gelato_id_number_report" + "in_package": "" } }, "gelato_data_verified_outputs_date": { @@ -12628,7 +12465,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DateOfBirth", - "in_class": "gelato_verified_outputs" + "in_package": "" } }, "gelato_document_report": { @@ -12757,13 +12594,7 @@ ], "x-stripeResource": { "class_name": "Document", - "in_class": "identity.verification_report", - "inner_classes": [ - "gelato_data_document_report_date_of_birth", - "gelato_data_document_report_expiration_date", - "gelato_data_document_report_issued_date", - "gelato_document_report_error" - ] + "in_package": "" } }, "gelato_document_report_error": { @@ -12796,7 +12627,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DocumentCheckError", - "in_class": "gelato_document_report" + "in_package": "" } }, "gelato_id_number_report": { @@ -12875,11 +12706,7 @@ ], "x-stripeResource": { "class_name": "IdNumber", - "in_class": "identity.verification_report", - "inner_classes": [ - "gelato_data_id_number_report_date", - "gelato_id_number_report_error" - ] + "in_package": "" } }, "gelato_id_number_report_error": { @@ -12911,7 +12738,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "IdNumberCheckError", - "in_class": "gelato_id_number_report" + "in_package": "" } }, "gelato_report_document_options": { @@ -12947,7 +12774,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Document", - "in_class": "gelato_verification_report_options" + "in_package": "" } }, "gelato_report_id_number_options": { @@ -12958,7 +12785,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "IdNumber", - "in_class": "gelato_verification_report_options" + "in_package": "" } }, "gelato_selfie_report": { @@ -13008,10 +12835,7 @@ ], "x-stripeResource": { "class_name": "Selfie", - "in_class": "identity.verification_report", - "inner_classes": [ - "gelato_selfie_report_error" - ] + "in_package": "" } }, "gelato_selfie_report_error": { @@ -13044,7 +12868,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SelfieCheckError", - "in_class": "gelato_selfie_report" + "in_package": "" } }, "gelato_session_document_options": { @@ -13080,7 +12904,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Document", - "in_class": "gelato_verification_session_options" + "in_package": "" } }, "gelato_session_id_number_options": { @@ -13091,7 +12915,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "IdNumber", - "in_class": "gelato_verification_session_options" + "in_package": "" } }, "gelato_session_last_error": { @@ -13136,7 +12960,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "LastError", - "in_class": "identity.verification_session" + "in_package": "" } }, "gelato_verification_report_options": { @@ -13157,11 +12981,7 @@ ], "x-stripeResource": { "class_name": "Options", - "in_class": "identity.verification_report", - "inner_classes": [ - "gelato_report_document_options", - "gelato_report_id_number_options" - ] + "in_package": "" } }, "gelato_verification_session_options": { @@ -13182,11 +13002,7 @@ ], "x-stripeResource": { "class_name": "Options", - "in_class": "identity.verification_session", - "inner_classes": [ - "gelato_session_document_options", - "gelato_session_id_number_options" - ] + "in_package": "" } }, "gelato_verified_outputs": { @@ -13255,10 +13071,7 @@ ], "x-stripeResource": { "class_name": "VerifiedOutputs", - "in_class": "identity.verification_session", - "inner_classes": [ - "gelato_data_verified_outputs_date" - ] + "in_package": "" } }, "identity.verification_report": { @@ -13348,13 +13161,7 @@ "x-stripeResource": { "class_name": "VerificationReport", "has_collection_class": true, - "in_package": "Identity", - "inner_classes": [ - "gelato_document_report", - "gelato_id_number_report", - "gelato_selfie_report", - "gelato_verification_report_options" - ] + "in_package": "Identity" } }, "identity.verification_session": { @@ -13551,13 +13358,7 @@ "x-stripeResource": { "class_name": "VerificationSession", "has_collection_class": true, - "in_package": "Identity", - "inner_classes": [ - "gelato_session_last_error", - "gelato_verification_session_options", - "gelato_verified_outputs", - "verification_session_redaction" - ] + "in_package": "Identity" } }, "inbound_transfers": { @@ -13590,10 +13391,7 @@ ], "x-stripeResource": { "class_name": "OriginPaymentMethodDetails", - "in_class": "treasury.inbound_transfer", - "inner_classes": [ - "inbound_transfers_payment_method_details_us_bank_account" - ] + "in_package": "" } }, "inbound_transfers_payment_method_details_us_bank_account": { @@ -13663,7 +13461,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "inbound_transfers" + "in_package": "" } }, "invoice": { @@ -14321,6 +14119,15 @@ ] } }, + "subscription_details": { + "anyOf": [ + { + "$ref": "#/components/schemas/subscription_details_data" + } + ], + "description": "Details about the subscription that created this invoice.", + "nullable": true + }, "subscription_proration_date": { "description": "Only set for upcoming invoices that preview prorations. The time used to calculate prorations.", "type": "integer" @@ -14507,6 +14314,7 @@ "shipping_details", "status_transitions", "subscription", + "subscription_details", "test_clock", "threshold_reason", "total_discount_amounts", @@ -14611,22 +14419,7 @@ "class_name": "Invoice", "has_collection_class": true, "has_search_result_class": true, - "in_package": "", - "inner_classes": [ - "automatic_tax", - "invoice_item_threshold_reason", - "invoice_setting_custom_field", - "invoice_setting_rendering_options", - "invoice_tax_amount", - "invoice_threshold_reason", - "invoice_transfer_data", - "invoices_from_invoice", - "invoices_payment_method_options", - "invoices_payment_settings", - "invoices_resource_invoice_tax_id", - "invoices_shipping_cost", - "invoices_status_transitions" - ] + "in_package": "" } }, "invoice_installments_card": { @@ -14646,7 +14439,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Installments", - "in_class": "invoice_payment_method_options_card" + "in_package": "" } }, "invoice_item_threshold_reason": { @@ -14674,7 +14467,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ThresholdItemReason", - "in_class": "invoice" + "in_package": "" } }, "invoice_line_item_period": { @@ -14737,7 +14530,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MandateOptions", - "in_class": "subscription_payment_method_options_card" + "in_package": "" } }, "invoice_payment_method_options_acss_debit": { @@ -14764,10 +14557,7 @@ ], "x-stripeResource": { "class_name": "AcssDebit", - "in_class": "invoices_payment_method_options", - "inner_classes": [ - "invoice_payment_method_options_acss_debit_mandate_options" - ] + "in_package": "" } }, "invoice_payment_method_options_acss_debit_mandate_options": { @@ -14791,7 +14581,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MandateOptions", - "in_class": "invoice_payment_method_options_acss_debit" + "in_package": "" } }, "invoice_payment_method_options_bancontact": { @@ -14816,7 +14606,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Bancontact", - "in_class": "invoices_payment_method_options" + "in_package": "" } }, "invoice_payment_method_options_card": { @@ -14845,10 +14635,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "invoices_payment_method_options", - "inner_classes": [ - "invoice_installments_card" - ] + "in_package": "" } }, "invoice_payment_method_options_customer_balance": { @@ -14876,10 +14663,7 @@ ], "x-stripeResource": { "class_name": "CustomerBalance", - "in_class": "invoices_payment_method_options", - "inner_classes": [ - "invoice_payment_method_options_customer_balance_bank_transfer" - ] + "in_package": "" } }, "invoice_payment_method_options_customer_balance_bank_transfer": { @@ -14904,10 +14688,7 @@ ], "x-stripeResource": { "class_name": "BankTransfer", - "in_class": "invoice_payment_method_options_customer_balance", - "inner_classes": [ - "invoice_payment_method_options_customer_balance_bank_transfer_eu_bank_transfer" - ] + "in_package": "" } }, "invoice_payment_method_options_customer_balance_bank_transfer_eu_bank_transfer": { @@ -14934,7 +14715,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "EuBankTransfer", - "in_class": "invoice_payment_method_options_customer_balance_bank_transfer" + "in_package": "" } }, "invoice_payment_method_options_konbini": { @@ -14945,7 +14726,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Konbini", - "in_class": "invoices_payment_method_options" + "in_package": "" } }, "invoice_payment_method_options_us_bank_account": { @@ -14972,10 +14753,7 @@ ], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "invoices_payment_method_options", - "inner_classes": [ - "invoice_payment_method_options_us_bank_account_linked_account_options" - ] + "in_package": "" } }, "invoice_payment_method_options_us_bank_account_linked_account_options": { @@ -15000,7 +14778,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "FinancialConnections", - "in_class": "invoice_payment_method_options_us_bank_account" + "in_package": "" } }, "invoice_setting_custom_field": { @@ -15026,7 +14804,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomField", - "in_class": "invoice" + "in_package": "" } }, "invoice_setting_customer_setting": { @@ -15091,7 +14869,7 @@ ], "x-stripeResource": { "class_name": "InvoiceSettings", - "in_class": "customer" + "in_package": "" } }, "invoice_setting_phase_setting": { @@ -15111,7 +14889,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "InvoiceSettings", - "in_class": "subscription_schedule_phase_configuration" + "in_package": "" } }, "invoice_setting_quote_setting": { @@ -15131,7 +14909,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "InvoiceSettings", - "in_class": "quote" + "in_package": "" } }, "invoice_setting_rendering_options": { @@ -15152,7 +14930,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "RenderingOptions", - "in_class": "invoice" + "in_package": "" } }, "invoice_setting_subscription_schedule_setting": { @@ -15172,7 +14950,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "InvoiceSettings", - "in_class": "subscription_schedule" + "in_package": "" } }, "invoice_tax_amount": { @@ -15248,7 +15026,7 @@ ], "x-stripeResource": { "class_name": "TaxAmount", - "in_class": "invoice" + "in_package": "" } }, "invoice_threshold_reason": { @@ -15278,7 +15056,7 @@ ], "x-stripeResource": { "class_name": "ThresholdReason", - "in_class": "invoice" + "in_package": "" } }, "invoice_transfer_data": { @@ -15320,7 +15098,7 @@ ], "x-stripeResource": { "class_name": "TransferData", - "in_class": "invoice" + "in_package": "" } }, "invoiceitem": { @@ -15656,7 +15434,7 @@ ], "x-stripeResource": { "class_name": "FromInvoice", - "in_class": "invoice" + "in_package": "" } }, "invoices_payment_method_options": { @@ -15737,15 +15515,7 @@ ], "x-stripeResource": { "class_name": "PaymentMethodOptions", - "in_class": "invoice", - "inner_classes": [ - "invoice_payment_method_options_acss_debit", - "invoice_payment_method_options_bancontact", - "invoice_payment_method_options_card", - "invoice_payment_method_options_customer_balance", - "invoice_payment_method_options_konbini", - "invoice_payment_method_options_us_bank_account" - ] + "in_package": "" } }, "invoices_payment_settings": { @@ -15814,7 +15584,7 @@ ], "x-stripeResource": { "class_name": "PaymentSettings", - "in_class": "invoice" + "in_package": "" } }, "invoices_resource_invoice_tax_id": { @@ -15909,7 +15679,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomerTaxId", - "in_class": "invoice" + "in_package": "" } }, "invoices_resource_line_items_credited_items": { @@ -16024,7 +15794,7 @@ ], "x-stripeResource": { "class_name": "ShippingCost", - "in_class": "invoice" + "in_package": "" } }, "invoices_status_transitions": { @@ -16066,7 +15836,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusTransitions", - "in_class": "invoice" + "in_package": "" } }, "issuing.authorization": { @@ -16316,15 +16086,6 @@ "class_name": "Authorization", "has_collection_class": true, "in_package": "Issuing", - "inner_classes": [ - "issuing_authorization_amount_details", - "issuing_authorization_merchant_data", - "issuing_authorization_network_data", - "issuing_authorization_pending_request", - "issuing_authorization_request", - "issuing_authorization_treasury", - "issuing_authorization_verification_data" - ], "polymorphic_groups": [ "balance_transaction_source" ] @@ -16600,12 +16361,7 @@ "x-stripeResource": { "class_name": "Card", "has_collection_class": true, - "in_package": "Issuing", - "inner_classes": [ - "issuing_card_authorization_controls", - "issuing_card_shipping", - "issuing_card_wallets" - ] + "in_package": "Issuing" } }, "issuing.cardholder": { @@ -16785,14 +16541,7 @@ "x-stripeResource": { "class_name": "Cardholder", "has_collection_class": true, - "in_package": "Issuing", - "inner_classes": [ - "issuing_cardholder_address", - "issuing_cardholder_authorization_controls", - "issuing_cardholder_company", - "issuing_cardholder_individual", - "issuing_cardholder_requirements" - ] + "in_package": "Issuing" } }, "issuing.dispute": { @@ -16949,10 +16698,6 @@ "class_name": "Dispute", "has_collection_class": true, "in_package": "Issuing", - "inner_classes": [ - "issuing_dispute_evidence", - "issuing_dispute_treasury" - ], "polymorphic_groups": [ "balance_transaction_source" ] @@ -17217,11 +16962,6 @@ "class_name": "Transaction", "has_collection_class": true, "in_package": "Issuing", - "inner_classes": [ - "issuing_transaction_amount_details", - "issuing_transaction_purchase_details", - "issuing_transaction_treasury" - ], "polymorphic_groups": [ "balance_transaction_source" ] @@ -17244,7 +16984,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AmountDetails", - "in_class": "issuing.authorization" + "in_package": "" } }, "issuing_authorization_merchant_data": { @@ -17318,7 +17058,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MerchantData", - "in_class": "issuing.authorization" + "in_package": "" } }, "issuing_authorization_network_data": { @@ -17339,7 +17079,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "NetworkData", - "in_class": "issuing.authorization" + "in_package": "" } }, "issuing_authorization_pending_request": { @@ -17390,7 +17130,7 @@ ], "x-stripeResource": { "class_name": "PendingRequest", - "in_class": "issuing.authorization" + "in_package": "" } }, "issuing_authorization_request": { @@ -17478,7 +17218,7 @@ ], "x-stripeResource": { "class_name": "RequestHistory", - "in_class": "issuing.authorization" + "in_package": "" } }, "issuing_authorization_treasury": { @@ -17517,7 +17257,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Treasury", - "in_class": "issuing.authorization" + "in_package": "" } }, "issuing_authorization_verification_data": { @@ -17571,7 +17311,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "VerificationData", - "in_class": "issuing.authorization" + "in_package": "" } }, "issuing_card_apple_pay": { @@ -17601,7 +17341,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ApplePay", - "in_class": "issuing_card_wallets" + "in_package": "" } }, "issuing_card_authorization_controls": { @@ -18244,10 +17984,7 @@ ], "x-stripeResource": { "class_name": "SpendingControls", - "in_class": "issuing.card", - "inner_classes": [ - "issuing_card_spending_limit" - ] + "in_package": "" } }, "issuing_card_google_pay": { @@ -18277,7 +18014,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "GooglePay", - "in_class": "issuing_card_wallets" + "in_package": "" } }, "issuing_card_shipping": { @@ -18395,10 +18132,7 @@ ], "x-stripeResource": { "class_name": "Shipping", - "in_class": "issuing.card", - "inner_classes": [ - "issuing_card_shipping_customs" - ] + "in_package": "" } }, "issuing_card_shipping_customs": { @@ -18419,7 +18153,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Customs", - "in_class": "issuing_card_shipping" + "in_package": "" } }, "issuing_card_spending_limit": { @@ -18757,7 +18491,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SpendingLimit", - "in_class": "issuing_card_authorization_controls" + "in_package": "" } }, "issuing_card_wallets": { @@ -18789,11 +18523,7 @@ ], "x-stripeResource": { "class_name": "Wallets", - "in_class": "issuing.card", - "inner_classes": [ - "issuing_card_apple_pay", - "issuing_card_google_pay" - ] + "in_package": "" } }, "issuing_cardholder_address": { @@ -18813,7 +18543,7 @@ ], "x-stripeResource": { "class_name": "Billing", - "in_class": "issuing.cardholder" + "in_package": "" } }, "issuing_cardholder_authorization_controls": { @@ -19456,10 +19186,7 @@ ], "x-stripeResource": { "class_name": "SpendingControls", - "in_class": "issuing.cardholder", - "inner_classes": [ - "issuing_cardholder_spending_limit" - ] + "in_package": "" } }, "issuing_cardholder_card_issuing": { @@ -19485,10 +19212,7 @@ ], "x-stripeResource": { "class_name": "CardIssuing", - "in_class": "issuing_cardholder_individual", - "inner_classes": [ - "issuing_cardholder_user_terms_acceptance" - ] + "in_package": "" } }, "issuing_cardholder_company": { @@ -19507,7 +19231,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Company", - "in_class": "issuing.cardholder" + "in_package": "" } }, "issuing_cardholder_id_document": { @@ -19566,7 +19290,7 @@ ], "x-stripeResource": { "class_name": "Document", - "in_class": "issuing_cardholder_verification" + "in_package": "" } }, "issuing_cardholder_individual": { @@ -19628,12 +19352,7 @@ ], "x-stripeResource": { "class_name": "Individual", - "in_class": "issuing.cardholder", - "inner_classes": [ - "issuing_cardholder_card_issuing", - "issuing_cardholder_individual_dob", - "issuing_cardholder_verification" - ] + "in_package": "" } }, "issuing_cardholder_individual_dob": { @@ -19665,7 +19384,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DateOfBirth", - "in_class": "issuing_cardholder_individual" + "in_package": "" } }, "issuing_cardholder_requirements": { @@ -19712,7 +19431,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Requirements", - "in_class": "issuing.cardholder" + "in_package": "" } }, "issuing_cardholder_spending_limit": { @@ -20050,7 +19769,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SpendingLimit", - "in_class": "issuing_cardholder_authorization_controls" + "in_package": "" } }, "issuing_cardholder_user_terms_acceptance": { @@ -20085,7 +19804,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UserTermsAcceptance", - "in_class": "issuing_cardholder_card_issuing" + "in_package": "" } }, "issuing_cardholder_verification": { @@ -20111,10 +19830,7 @@ ], "x-stripeResource": { "class_name": "Verification", - "in_class": "issuing_cardholder_individual", - "inner_classes": [ - "issuing_cardholder_id_document" - ] + "in_package": "" } }, "issuing_dispute_canceled_evidence": { @@ -20219,7 +19935,7 @@ ], "x-stripeResource": { "class_name": "Canceled", - "in_class": "issuing_dispute_evidence" + "in_package": "" } }, "issuing_dispute_duplicate_evidence": { @@ -20336,7 +20052,7 @@ ], "x-stripeResource": { "class_name": "Duplicate", - "in_class": "issuing_dispute_evidence" + "in_package": "" } }, "issuing_dispute_evidence": { @@ -20394,16 +20110,7 @@ ], "x-stripeResource": { "class_name": "Evidence", - "in_class": "issuing.dispute", - "inner_classes": [ - "issuing_dispute_canceled_evidence", - "issuing_dispute_duplicate_evidence", - "issuing_dispute_fraudulent_evidence", - "issuing_dispute_merchandise_not_as_described_evidence", - "issuing_dispute_not_received_evidence", - "issuing_dispute_other_evidence", - "issuing_dispute_service_not_as_described_evidence" - ] + "in_package": "" } }, "issuing_dispute_fraudulent_evidence": { @@ -20447,7 +20154,7 @@ ], "x-stripeResource": { "class_name": "Fraudulent", - "in_class": "issuing_dispute_evidence" + "in_package": "" } }, "issuing_dispute_merchandise_not_as_described_evidence": { @@ -20522,7 +20229,7 @@ ], "x-stripeResource": { "class_name": "MerchandiseNotAsDescribed", - "in_class": "issuing_dispute_evidence" + "in_package": "" } }, "issuing_dispute_not_received_evidence": { @@ -20590,7 +20297,7 @@ ], "x-stripeResource": { "class_name": "NotReceived", - "in_class": "issuing_dispute_evidence" + "in_package": "" } }, "issuing_dispute_other_evidence": { @@ -20651,7 +20358,7 @@ ], "x-stripeResource": { "class_name": "Other", - "in_class": "issuing_dispute_evidence" + "in_package": "" } }, "issuing_dispute_service_not_as_described_evidence": { @@ -20716,7 +20423,7 @@ ], "x-stripeResource": { "class_name": "ServiceNotAsDescribed", - "in_class": "issuing_dispute_evidence" + "in_package": "" } }, "issuing_dispute_treasury": { @@ -20743,7 +20450,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Treasury", - "in_class": "issuing.dispute" + "in_package": "" } }, "issuing_transaction_amount_details": { @@ -20763,7 +20470,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AmountDetails", - "in_class": "issuing.transaction" + "in_package": "" } }, "issuing_transaction_flight_data": { @@ -20814,10 +20521,7 @@ ], "x-stripeResource": { "class_name": "Flight", - "in_class": "issuing_transaction_purchase_details", - "inner_classes": [ - "issuing_transaction_flight_data_leg" - ] + "in_package": "" } }, "issuing_transaction_flight_data_leg": { @@ -20872,7 +20576,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Segments", - "in_class": "issuing_transaction_flight_data" + "in_package": "" } }, "issuing_transaction_fuel_data": { @@ -20911,7 +20615,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Fuel", - "in_class": "issuing_transaction_purchase_details" + "in_package": "" } }, "issuing_transaction_lodging_data": { @@ -20937,7 +20641,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Lodging", - "in_class": "issuing_transaction_purchase_details" + "in_package": "" } }, "issuing_transaction_purchase_details": { @@ -21002,13 +20706,7 @@ ], "x-stripeResource": { "class_name": "PurchaseDetails", - "in_class": "issuing.transaction", - "inner_classes": [ - "issuing_transaction_flight_data", - "issuing_transaction_fuel_data", - "issuing_transaction_lodging_data", - "issuing_transaction_receipt_data" - ] + "in_package": "" } }, "issuing_transaction_receipt_data": { @@ -21047,7 +20745,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Receipt", - "in_class": "issuing_transaction_purchase_details" + "in_package": "" } }, "issuing_transaction_treasury": { @@ -21075,7 +20773,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Treasury", - "in_class": "issuing.transaction" + "in_package": "" } }, "item": { @@ -21170,11 +20868,7 @@ "x-stripeResource": { "class_name": "LineItem", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "line_items_discount_amount", - "line_items_tax_amount" - ] + "in_package": "" } }, "legal_entity_company": { @@ -21317,11 +21011,7 @@ ], "x-stripeResource": { "class_name": "Company", - "in_class": "account", - "inner_classes": [ - "legal_entity_company_verification", - "legal_entity_ubo_declaration" - ] + "in_package": "" } }, "legal_entity_company_verification": { @@ -21341,10 +21031,7 @@ ], "x-stripeResource": { "class_name": "Verification", - "in_class": "legal_entity_company", - "inner_classes": [ - "legal_entity_company_verification_document" - ] + "in_package": "" } }, "legal_entity_company_verification_document": { @@ -21417,7 +21104,7 @@ ], "x-stripeResource": { "class_name": "VerificationDocument", - "in_class": "legal_entity_company_verification" + "in_package": "" } }, "legal_entity_dob": { @@ -21449,7 +21136,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DateOfBirth", - "in_class": "person" + "in_package": "" } }, "legal_entity_japan_address": { @@ -21512,7 +21199,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "JapanAddress", - "in_class": "person" + "in_package": "" } }, "legal_entity_person_verification": { @@ -21559,7 +21246,7 @@ ], "x-stripeResource": { "class_name": "Verification", - "in_class": "person" + "in_package": "" } }, "legal_entity_person_verification_document": { @@ -21632,7 +21319,7 @@ ], "x-stripeResource": { "class_name": "VerificationDocument", - "in_class": "person" + "in_package": "" } }, "legal_entity_ubo_declaration": { @@ -21667,7 +21354,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "OwnershipDeclaration", - "in_class": "legal_entity_company" + "in_package": "" } }, "level3": { @@ -21710,10 +21397,7 @@ ], "x-stripeResource": { "class_name": "Level3", - "in_class": "charge", - "inner_classes": [ - "level3_line_items" - ] + "in_package": "" } }, "level3_line_items": { @@ -21757,7 +21441,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "LineItem", - "in_class": "level3" + "in_package": "" } }, "line_item": { @@ -22049,7 +21733,7 @@ ], "x-stripeResource": { "class_name": "Discount", - "in_class": "item" + "in_package": "" } }, "line_items_tax_amount": { @@ -22104,7 +21788,7 @@ ], "x-stripeResource": { "class_name": "Tax", - "in_class": "item" + "in_package": "" } }, "linked_account_options_us_bank_account": { @@ -22134,7 +21818,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "FinancialConnections", - "in_class": "payment_intent_payment_method_options_us_bank_account" + "in_package": "" } }, "login_link": { @@ -22285,16 +21969,7 @@ ], "x-stripeResource": { "class_name": "Mandate", - "in_package": "", - "inner_classes": [ - "customer_acceptance", - "mandate_au_becs_debit", - "mandate_bacs_debit", - "mandate_multi_use", - "mandate_payment_method_details", - "mandate_paypal", - "mandate_single_use" - ] + "in_package": "" } }, "mandate_acss_debit": { @@ -22345,7 +22020,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AcssDebit", - "in_class": "mandate_payment_method_details" + "in_package": "" } }, "mandate_au_becs_debit": { @@ -22365,7 +22040,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AuBecsDebit", - "in_class": "mandate" + "in_package": "" } }, "mandate_bacs_debit": { @@ -22402,7 +22077,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BacsDebit", - "in_class": "mandate" + "in_package": "" } }, "mandate_blik": { @@ -22438,7 +22113,7 @@ ], "x-stripeResource": { "class_name": "Blik", - "in_class": "mandate_payment_method_details" + "in_package": "" } }, "mandate_cashapp": { @@ -22449,7 +22124,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Cashapp", - "in_class": "mandate_payment_method_details" + "in_package": "" } }, "mandate_link": { @@ -22460,7 +22135,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "mandate_payment_method_details" + "in_package": "" } }, "mandate_multi_use": { @@ -22471,7 +22146,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MultiUse", - "in_class": "mandate" + "in_package": "" } }, "mandate_options_off_session_details_blik": { @@ -22516,7 +22191,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BlikMandateOptionsOffSessionDetails", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "mandate_payment_method_details": { @@ -22577,16 +22252,7 @@ ], "x-stripeResource": { "class_name": "PaymentMethodDetails", - "in_class": "mandate", - "inner_classes": [ - "card_mandate_payment_method_details", - "mandate_acss_debit", - "mandate_blik", - "mandate_cashapp", - "mandate_link", - "mandate_sepa_debit", - "mandate_us_bank_account" - ] + "in_package": "" } }, "mandate_paypal": { @@ -22613,7 +22279,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paypal", - "in_class": "mandate" + "in_package": "" } }, "mandate_sepa_debit": { @@ -22639,7 +22305,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaDebit", - "in_class": "mandate_payment_method_details" + "in_package": "" } }, "mandate_single_use": { @@ -22663,7 +22329,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SingleUse", - "in_class": "mandate" + "in_package": "" } }, "mandate_us_bank_account": { @@ -22674,7 +22340,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "mandate_payment_method_details" + "in_package": "" } }, "networks": { @@ -22704,7 +22370,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Networks", - "in_class": "payment_method_card" + "in_package": "" } }, "notification_event_data": { @@ -22766,7 +22432,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Offline", - "in_class": "customer_acceptance" + "in_package": "" } }, "online_acceptance": { @@ -22794,7 +22460,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Online", - "in_class": "customer_acceptance" + "in_package": "" } }, "outbound_payments_payment_method_details": { @@ -22831,11 +22497,7 @@ ], "x-stripeResource": { "class_name": "DestinationPaymentMethodDetails", - "in_class": "treasury.outbound_payment", - "inner_classes": [ - "outbound_payments_payment_method_details_financial_account", - "outbound_payments_payment_method_details_us_bank_account" - ] + "in_package": "" } }, "outbound_payments_payment_method_details_financial_account": { @@ -22863,7 +22525,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "FinancialAccount", - "in_class": "outbound_payments_payment_method_details" + "in_package": "" } }, "outbound_payments_payment_method_details_us_bank_account": { @@ -22934,7 +22596,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "outbound_payments_payment_method_details" + "in_package": "" } }, "outbound_transfers_payment_method_details": { @@ -22967,10 +22629,7 @@ ], "x-stripeResource": { "class_name": "DestinationPaymentMethodDetails", - "in_class": "treasury.outbound_transfer", - "inner_classes": [ - "outbound_transfers_payment_method_details_us_bank_account" - ] + "in_package": "" } }, "outbound_transfers_payment_method_details_us_bank_account": { @@ -23041,7 +22700,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "outbound_transfers_payment_method_details" + "in_package": "" } }, "package_dimensions": { @@ -23092,10 +22751,7 @@ ], "x-stripeResource": { "class_name": "AmountDetails", - "in_class": "payment_intent", - "inner_classes": [ - "payment_flows_amount_details_resource_tip" - ] + "in_package": "" } }, "payment_flows_amount_details_resource_tip": { @@ -23111,7 +22767,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Tip", - "in_class": "payment_flows_amount_details" + "in_package": "" } }, "payment_flows_automatic_payment_methods_payment_intent": { @@ -23189,7 +22845,7 @@ ], "x-stripeResource": { "class_name": "Installments", - "in_class": "payment_intent_type_specific_payment_method_options_client" + "in_package": "" } }, "payment_flows_private_payment_methods_alipay": { @@ -23200,7 +22856,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Alipay", - "in_class": "payment_method" + "in_package": "" } }, "payment_flows_private_payment_methods_alipay_details": { @@ -23233,7 +22889,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Alipay", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_flows_private_payment_methods_klarna_dob": { @@ -23265,7 +22921,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DateOfBirth", - "in_class": "payment_method_klarna" + "in_package": "" } }, "payment_intent": { @@ -23805,21 +23461,7 @@ "class_name": "PaymentIntent", "has_collection_class": true, "has_search_result_class": true, - "in_package": "", - "inner_classes": [ - "payment_flows_amount_details", - "payment_intent_next_action", - "payment_intent_next_action_alipay_handle_redirect", - "payment_intent_next_action_boleto", - "payment_intent_next_action_card_await_notification", - "payment_intent_next_action_display_bank_transfer_instructions", - "payment_intent_next_action_display_oxxo_details", - "payment_intent_next_action_konbini", - "payment_intent_next_action_redirect_to_url", - "payment_intent_payment_method_options", - "payment_intent_processing", - "transfer_data" - ] + "in_package": "" } }, "payment_intent_card_processing": { @@ -23836,10 +23478,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "payment_intent_processing", - "inner_classes": [ - "payment_intent_processing_customer_notification" - ] + "in_package": "" } }, "payment_intent_next_action": { @@ -23924,18 +23563,7 @@ ], "x-stripeResource": { "class_name": "NextAction", - "in_class": "payment_intent", - "inner_classes": [ - "payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code", - "payment_intent_next_action_cashapp_qr_code", - "payment_intent_next_action_paynow_display_qr_code", - "payment_intent_next_action_pix_display_qr_code", - "payment_intent_next_action_promptpay_display_qr_code", - "payment_intent_next_action_verify_with_microdeposits", - "payment_intent_next_action_wechat_pay_display_qr_code", - "payment_intent_next_action_wechat_pay_redirect_to_android_app", - "payment_intent_next_action_wechat_pay_redirect_to_ios_app" - ] + "in_package": "" } }, "payment_intent_next_action_alipay_handle_redirect": { @@ -23977,7 +23605,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "NextActionAlipayHandleRedirect", - "in_class": "payment_intent" + "in_package": "" } }, "payment_intent_next_action_boleto": { @@ -24019,7 +23647,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "NextActionDisplayBoletoDetails", - "in_class": "payment_intent" + "in_package": "" } }, "payment_intent_next_action_card_await_notification": { @@ -24046,7 +23674,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "NextActionCardAwaitNotification", - "in_class": "payment_intent" + "in_package": "" } }, "payment_intent_next_action_cashapp_handle_redirect_or_display_qr_code": { @@ -24078,7 +23706,7 @@ ], "x-stripeResource": { "class_name": "CashappHandleRedirectOrDisplayQrCode", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_next_action_cashapp_qr_code": { @@ -24110,7 +23738,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CashappQrCode", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_next_action_display_bank_transfer_instructions": { @@ -24172,7 +23800,7 @@ ], "x-stripeResource": { "class_name": "NextActionDisplayBankTransferInstructions", - "in_class": "payment_intent" + "in_package": "" } }, "payment_intent_next_action_display_oxxo_details": { @@ -24207,7 +23835,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "NextActionOxxoDisplayDetails", - "in_class": "payment_intent" + "in_package": "" } }, "payment_intent_next_action_konbini": { @@ -24240,10 +23868,7 @@ ], "x-stripeResource": { "class_name": "NextActionKonbiniDisplayDetails", - "in_class": "payment_intent", - "inner_classes": [ - "payment_intent_next_action_konbini_stores" - ] + "in_package": "" } }, "payment_intent_next_action_konbini_familymart": { @@ -24268,7 +23893,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Familymart", - "in_class": "payment_intent_next_action_konbini_stores" + "in_package": "" } }, "payment_intent_next_action_konbini_lawson": { @@ -24293,7 +23918,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Lawson", - "in_class": "payment_intent_next_action_konbini_stores" + "in_package": "" } }, "payment_intent_next_action_konbini_ministop": { @@ -24318,7 +23943,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Ministop", - "in_class": "payment_intent_next_action_konbini_stores" + "in_package": "" } }, "payment_intent_next_action_konbini_seicomart": { @@ -24343,7 +23968,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Seicomart", - "in_class": "payment_intent_next_action_konbini_stores" + "in_package": "" } }, "payment_intent_next_action_konbini_stores": { @@ -24402,13 +24027,7 @@ ], "x-stripeResource": { "class_name": "Stores", - "in_class": "payment_intent_next_action_konbini", - "inner_classes": [ - "payment_intent_next_action_konbini_familymart", - "payment_intent_next_action_konbini_lawson", - "payment_intent_next_action_konbini_ministop", - "payment_intent_next_action_konbini_seicomart" - ] + "in_package": "" } }, "payment_intent_next_action_paynow_display_qr_code": { @@ -24447,7 +24066,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PaynowDisplayQrCode", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_next_action_pix_display_qr_code": { @@ -24483,7 +24102,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PixDisplayQrCode", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_next_action_promptpay_display_qr_code": { @@ -24521,7 +24140,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PromptpayDisplayQrCode", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_next_action_redirect_to_url": { @@ -24549,7 +24168,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "NextActionRedirectToUrl", - "in_class": "payment_intent" + "in_package": "" } }, "payment_intent_next_action_verify_with_microdeposits": { @@ -24585,7 +24204,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "VerifyWithMicrodeposits", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_next_action_wechat_pay_display_qr_code": { @@ -24629,7 +24248,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "WechatPayDisplayQrCode", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_next_action_wechat_pay_redirect_to_android_app": { @@ -24685,7 +24304,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "WechatPayRedirectToAndroidApp", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_next_action_wechat_pay_redirect_to_ios_app": { @@ -24705,7 +24324,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "WechatPayRedirectToIosApp", - "in_class": "payment_intent_next_action" + "in_package": "" } }, "payment_intent_payment_method_options": { @@ -24850,45 +24469,7 @@ ], "x-stripeResource": { "class_name": "PaymentMethodOptions", - "in_class": "payment_intent", - "inner_classes": [ - "mandate_options_off_session_details_blik", - "payment_intent_payment_method_options_acss_debit", - "payment_intent_payment_method_options_au_becs_debit", - "payment_intent_payment_method_options_blik", - "payment_intent_payment_method_options_card", - "payment_intent_payment_method_options_eps", - "payment_intent_payment_method_options_link", - "payment_intent_payment_method_options_mandate_options_sepa_debit", - "payment_intent_payment_method_options_sepa_debit", - "payment_intent_payment_method_options_us_bank_account", - "payment_method_options_affirm", - "payment_method_options_afterpay_clearpay", - "payment_method_options_alipay", - "payment_method_options_bacs_debit", - "payment_method_options_bancontact", - "payment_method_options_boleto", - "payment_method_options_card_present", - "payment_method_options_cashapp", - "payment_method_options_customer_balance", - "payment_method_options_customer_balance_bank_transfer", - "payment_method_options_fpx", - "payment_method_options_giropay", - "payment_method_options_grabpay", - "payment_method_options_ideal", - "payment_method_options_interac_present", - "payment_method_options_klarna", - "payment_method_options_konbini", - "payment_method_options_oxxo", - "payment_method_options_p24", - "payment_method_options_paynow", - "payment_method_options_paypal", - "payment_method_options_pix", - "payment_method_options_promptpay", - "payment_method_options_sofort", - "payment_method_options_wechat_pay", - "payment_method_options_zip" - ] + "in_package": "" } }, "payment_intent_payment_method_options_acss_debit": { @@ -24924,10 +24505,7 @@ ], "x-stripeResource": { "class_name": "AcssDebit", - "in_class": "payment_intent_payment_method_options", - "inner_classes": [ - "payment_intent_payment_method_options_mandate_options_acss_debit" - ] + "in_package": "" } }, "payment_intent_payment_method_options_au_becs_debit": { @@ -24948,7 +24526,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AuBecsDebit", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_intent_payment_method_options_blik": { @@ -24959,7 +24537,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Blik", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_intent_payment_method_options_card": { @@ -25052,11 +24630,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "payment_intent_payment_method_options", - "inner_classes": [ - "payment_method_options_card_installments", - "payment_method_options_card_mandate_options" - ] + "in_package": "" } }, "payment_intent_payment_method_options_eps": { @@ -25075,7 +24649,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Eps", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_intent_payment_method_options_link": { @@ -25089,7 +24663,7 @@ "type": "string" }, "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "nullable": true, "type": "string" @@ -25111,7 +24685,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_intent_payment_method_options_mandate_options_acss_debit": { @@ -25158,7 +24732,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MandateOptions", - "in_class": "payment_intent_payment_method_options_acss_debit" + "in_package": "" } }, "payment_intent_payment_method_options_mandate_options_sepa_debit": { @@ -25169,7 +24743,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaDebitMandateOptions", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_intent_payment_method_options_sepa_debit": { @@ -25195,7 +24769,7 @@ ], "x-stripeResource": { "class_name": "SepaDebit", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_intent_payment_method_options_us_bank_account": { @@ -25231,10 +24805,7 @@ ], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "payment_intent_payment_method_options", - "inner_classes": [ - "linked_account_options_us_bank_account" - ] + "in_package": "" } }, "payment_intent_processing": { @@ -25261,10 +24832,7 @@ ], "x-stripeResource": { "class_name": "Processing", - "in_class": "payment_intent", - "inner_classes": [ - "payment_intent_card_processing" - ] + "in_package": "" } }, "payment_intent_processing_customer_notification": { @@ -25291,7 +24859,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomerNotification", - "in_class": "payment_intent_card_processing" + "in_package": "" } }, "payment_intent_type_specific_payment_method_options_client": { @@ -25335,10 +24903,7 @@ ], "x-stripeResource": { "class_name": "PaymentIntentTypeSpecificPaymentMethodOptionsClient", - "in_package": "", - "inner_classes": [ - "payment_flows_installment_options" - ] + "in_package": "" } }, "payment_link": { @@ -25361,7 +24926,7 @@ "type": "integer" }, "application_fee_percent": { - "description": "This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account.", + "description": "This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account.", "nullable": true, "type": "number" }, @@ -25702,23 +25267,7 @@ "x-stripeResource": { "class_name": "PaymentLink", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "payment_links_resource_after_completion", - "payment_links_resource_automatic_tax", - "payment_links_resource_consent_collection", - "payment_links_resource_custom_fields", - "payment_links_resource_custom_text", - "payment_links_resource_invoice_creation", - "payment_links_resource_invoice_settings", - "payment_links_resource_payment_intent_data", - "payment_links_resource_phone_number_collection", - "payment_links_resource_shipping_address_collection", - "payment_links_resource_shipping_option", - "payment_links_resource_subscription_data", - "payment_links_resource_tax_id_collection", - "payment_links_resource_transfer_data" - ] + "in_package": "" } }, "payment_links_resource_after_completion": { @@ -25750,11 +25299,7 @@ ], "x-stripeResource": { "class_name": "AfterCompletion", - "in_class": "payment_link", - "inner_classes": [ - "payment_links_resource_completion_behavior_confirmation_page", - "payment_links_resource_completion_behavior_redirect" - ] + "in_package": "" } }, "payment_links_resource_automatic_tax": { @@ -25773,7 +25318,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AutomaticTax", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_completion_behavior_confirmation_page": { @@ -25794,7 +25339,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "HostedConfirmation", - "in_class": "payment_links_resource_after_completion" + "in_package": "" } }, "payment_links_resource_completion_behavior_redirect": { @@ -25814,7 +25359,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Redirect", - "in_class": "payment_links_resource_after_completion" + "in_package": "" } }, "payment_links_resource_consent_collection": { @@ -25848,7 +25393,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ConsentCollection", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_custom_fields": { @@ -25922,13 +25467,7 @@ ], "x-stripeResource": { "class_name": "CustomField", - "in_class": "payment_link", - "inner_classes": [ - "payment_links_resource_custom_fields_dropdown", - "payment_links_resource_custom_fields_label", - "payment_links_resource_custom_fields_numeric", - "payment_links_resource_custom_fields_text" - ] + "in_package": "" } }, "payment_links_resource_custom_fields_dropdown": { @@ -25952,10 +25491,7 @@ ], "x-stripeResource": { "class_name": "CustomFieldDropdown", - "in_class": "payment_links_resource_custom_fields", - "inner_classes": [ - "payment_links_resource_custom_fields_dropdown_option" - ] + "in_package": "" } }, "payment_links_resource_custom_fields_dropdown_option": { @@ -25981,7 +25517,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomFieldDropdownOption", - "in_class": "payment_links_resource_custom_fields_dropdown" + "in_package": "" } }, "payment_links_resource_custom_fields_label": { @@ -26010,7 +25546,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomFieldLabel", - "in_class": "payment_links_resource_custom_fields" + "in_package": "" } }, "payment_links_resource_custom_fields_numeric": { @@ -26036,7 +25572,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomFieldNumeric", - "in_class": "payment_links_resource_custom_fields" + "in_package": "" } }, "payment_links_resource_custom_fields_text": { @@ -26062,7 +25598,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomFieldText", - "in_class": "payment_links_resource_custom_fields" + "in_package": "" } }, "payment_links_resource_custom_text": { @@ -26099,10 +25635,7 @@ ], "x-stripeResource": { "class_name": "CustomText", - "in_class": "payment_link", - "inner_classes": [ - "payment_links_resource_custom_text_position" - ] + "in_package": "" } }, "payment_links_resource_custom_text_position": { @@ -26122,7 +25655,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Position", - "in_class": "payment_links_resource_custom_text" + "in_package": "" } }, "payment_links_resource_invoice_creation": { @@ -26153,7 +25686,7 @@ ], "x-stripeResource": { "class_name": "InvoiceCreation", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_invoice_settings": { @@ -26244,7 +25777,7 @@ ], "x-stripeResource": { "class_name": "InvoiceSettings", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_payment_intent_data": { @@ -26279,7 +25812,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PaymentIntentData", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_phone_number_collection": { @@ -26298,7 +25831,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PhoneNumberCollection", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_shipping_address_collection": { @@ -26559,7 +26092,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ShippingAddressCollection", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_shipping_option": { @@ -26600,7 +26133,7 @@ ], "x-stripeResource": { "class_name": "ShippingOption", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_subscription_data": { @@ -26627,7 +26160,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SubscriptionData", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_tax_id_collection": { @@ -26646,7 +26179,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TaxIdCollection", - "in_class": "payment_link" + "in_package": "" } }, "payment_links_resource_transfer_data": { @@ -26688,7 +26221,7 @@ ], "x-stripeResource": { "class_name": "TransferData", - "in_class": "payment_link" + "in_package": "" } }, "payment_method": { @@ -26988,43 +26521,7 @@ "x-stripeResource": { "class_name": "PaymentMethod", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "billing_details", - "payment_flows_private_payment_methods_alipay", - "payment_method_acss_debit", - "payment_method_affirm", - "payment_method_afterpay_clearpay", - "payment_method_au_becs_debit", - "payment_method_bacs_debit", - "payment_method_bancontact", - "payment_method_blik", - "payment_method_boleto", - "payment_method_card", - "payment_method_card_present", - "payment_method_cashapp", - "payment_method_customer_balance", - "payment_method_eps", - "payment_method_fpx", - "payment_method_giropay", - "payment_method_grabpay", - "payment_method_ideal", - "payment_method_interac_present", - "payment_method_klarna", - "payment_method_konbini", - "payment_method_link", - "payment_method_oxxo", - "payment_method_p24", - "payment_method_paynow", - "payment_method_paypal", - "payment_method_pix", - "payment_method_promptpay", - "payment_method_sepa_debit", - "payment_method_sofort", - "payment_method_us_bank_account", - "payment_method_wechat_pay", - "payment_method_zip" - ] + "in_package": "" } }, "payment_method_acss_debit": { @@ -27073,7 +26570,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AcssDebit", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_affirm": { @@ -27084,7 +26581,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Affirm", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_afterpay_clearpay": { @@ -27095,7 +26592,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AfterpayClearpay", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_au_becs_debit": { @@ -27130,7 +26627,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AuBecsDebit", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_bacs_debit": { @@ -27165,7 +26662,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BacsDebit", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_bancontact": { @@ -27176,7 +26673,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Bancontact", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_blik": { @@ -27187,7 +26684,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Blik", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_boleto": { @@ -27207,7 +26704,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Boleto", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_card": { @@ -27325,13 +26822,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "payment_method", - "inner_classes": [ - "networks", - "payment_method_card_checks", - "payment_method_card_wallet", - "three_d_secure_usage" - ] + "in_package": "" } }, "payment_method_card_checks": { @@ -27366,7 +26857,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Checks", - "in_class": "payment_method_card" + "in_package": "" } }, "payment_method_card_present": { @@ -27475,10 +26966,7 @@ ], "x-stripeResource": { "class_name": "CardPresent", - "in_class": "payment_method", - "inner_classes": [ - "payment_method_card_present_networks" - ] + "in_package": "" } }, "payment_method_card_present_networks": { @@ -27508,7 +26996,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Networks", - "in_class": "payment_method_card_present" + "in_package": "" } }, "payment_method_card_wallet": { @@ -27572,16 +27060,7 @@ ], "x-stripeResource": { "class_name": "Wallet", - "in_class": "payment_method_card", - "inner_classes": [ - "payment_method_card_wallet_amex_express_checkout", - "payment_method_card_wallet_apple_pay", - "payment_method_card_wallet_google_pay", - "payment_method_card_wallet_link", - "payment_method_card_wallet_masterpass", - "payment_method_card_wallet_samsung_pay", - "payment_method_card_wallet_visa_checkout" - ] + "in_package": "" } }, "payment_method_card_wallet_amex_express_checkout": { @@ -27592,7 +27071,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AmexExpressCheckout", - "in_class": "payment_method_card_wallet" + "in_package": "" } }, "payment_method_card_wallet_apple_pay": { @@ -27603,7 +27082,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ApplePay", - "in_class": "payment_method_card_wallet" + "in_package": "" } }, "payment_method_card_wallet_google_pay": { @@ -27614,7 +27093,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "GooglePay", - "in_class": "payment_method_card_wallet" + "in_package": "" } }, "payment_method_card_wallet_link": { @@ -27625,7 +27104,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "payment_method_card_wallet" + "in_package": "" } }, "payment_method_card_wallet_masterpass": { @@ -27676,7 +27155,7 @@ ], "x-stripeResource": { "class_name": "Masterpass", - "in_class": "payment_method_card_wallet" + "in_package": "" } }, "payment_method_card_wallet_samsung_pay": { @@ -27687,7 +27166,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SamsungPay", - "in_class": "payment_method_card_wallet" + "in_package": "" } }, "payment_method_card_wallet_visa_checkout": { @@ -27738,7 +27217,7 @@ ], "x-stripeResource": { "class_name": "VisaCheckout", - "in_class": "payment_method_card_wallet" + "in_package": "" } }, "payment_method_cashapp": { @@ -27766,7 +27245,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Cashapp", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_customer_balance": { @@ -27777,7 +27256,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomerBalance", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_details": { @@ -27954,49 +27433,7 @@ ], "x-stripeResource": { "class_name": "PaymentMethodDetails", - "in_class": "charge", - "inner_classes": [ - "payment_flows_private_payment_methods_alipay_details", - "payment_method_details_ach_credit_transfer", - "payment_method_details_ach_debit", - "payment_method_details_acss_debit", - "payment_method_details_affirm", - "payment_method_details_afterpay_clearpay", - "payment_method_details_au_becs_debit", - "payment_method_details_bacs_debit", - "payment_method_details_bancontact", - "payment_method_details_blik", - "payment_method_details_boleto", - "payment_method_details_card", - "payment_method_details_card_present", - "payment_method_details_cashapp", - "payment_method_details_customer_balance", - "payment_method_details_eps", - "payment_method_details_fpx", - "payment_method_details_giropay", - "payment_method_details_grabpay", - "payment_method_details_ideal", - "payment_method_details_interac_present", - "payment_method_details_klarna", - "payment_method_details_konbini", - "payment_method_details_konbini_store", - "payment_method_details_link", - "payment_method_details_multibanco", - "payment_method_details_oxxo", - "payment_method_details_p24", - "payment_method_details_paynow", - "payment_method_details_paypal", - "payment_method_details_pix", - "payment_method_details_promptpay", - "payment_method_details_sepa_credit_transfer", - "payment_method_details_sepa_debit", - "payment_method_details_sofort", - "payment_method_details_stripe_account", - "payment_method_details_us_bank_account", - "payment_method_details_wechat", - "payment_method_details_wechat_pay", - "payment_method_details_zip" - ] + "in_package": "" } }, "payment_method_details_ach_credit_transfer": { @@ -28038,7 +27475,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AchCreditTransfer", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_ach_debit": { @@ -28097,7 +27534,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AchDebit", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_acss_debit": { @@ -28151,7 +27588,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AcssDebit", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_affirm": { @@ -28162,7 +27599,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Affirm", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_afterpay_clearpay": { @@ -28190,7 +27627,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AfterpayClearpay", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_au_becs_debit": { @@ -28230,7 +27667,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AuBecsDebit", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_bacs_debit": { @@ -28272,7 +27709,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BacsDebit", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_bancontact": { @@ -28378,7 +27815,7 @@ ], "x-stripeResource": { "class_name": "Bancontact", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_blik": { @@ -28389,7 +27826,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Blik", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_boleto": { @@ -28409,7 +27846,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Boleto", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_card": { @@ -28559,14 +27996,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "payment_method_details", - "inner_classes": [ - "payment_method_details_card_checks", - "payment_method_details_card_installments", - "payment_method_details_card_network_token", - "payment_method_details_card_wallet", - "three_d_secure_details" - ] + "in_package": "" } }, "payment_method_details_card_checks": { @@ -28601,7 +28031,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Checks", - "in_class": "payment_method_details_card" + "in_package": "" } }, "payment_method_details_card_installments": { @@ -28627,7 +28057,7 @@ ], "x-stripeResource": { "class_name": "Installments", - "in_class": "payment_method_details_card" + "in_package": "" } }, "payment_method_details_card_installments_plan": { @@ -28664,7 +28094,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Plan", - "in_class": "payment_method_options_card_installments" + "in_package": "" } }, "payment_method_details_card_network_token": { @@ -28683,7 +28113,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "NetworkToken", - "in_class": "payment_method_details_card" + "in_package": "" } }, "payment_method_details_card_present": { @@ -28834,10 +28264,7 @@ ], "x-stripeResource": { "class_name": "CardPresent", - "in_class": "payment_method_details", - "inner_classes": [ - "payment_method_details_card_present_receipt" - ] + "in_package": "" } }, "payment_method_details_card_present_receipt": { @@ -28918,7 +28345,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Receipt", - "in_class": "payment_method_details_card_present" + "in_package": "" } }, "payment_method_details_card_wallet": { @@ -28982,16 +28409,7 @@ ], "x-stripeResource": { "class_name": "Wallet", - "in_class": "payment_method_details_card", - "inner_classes": [ - "payment_method_details_card_wallet_amex_express_checkout", - "payment_method_details_card_wallet_apple_pay", - "payment_method_details_card_wallet_google_pay", - "payment_method_details_card_wallet_link", - "payment_method_details_card_wallet_masterpass", - "payment_method_details_card_wallet_samsung_pay", - "payment_method_details_card_wallet_visa_checkout" - ] + "in_package": "" } }, "payment_method_details_card_wallet_amex_express_checkout": { @@ -29002,7 +28420,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AmexExpressCheckout", - "in_class": "payment_method_details_card_wallet" + "in_package": "" } }, "payment_method_details_card_wallet_apple_pay": { @@ -29013,7 +28431,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ApplePay", - "in_class": "payment_method_details_card_wallet" + "in_package": "" } }, "payment_method_details_card_wallet_google_pay": { @@ -29024,7 +28442,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "GooglePay", - "in_class": "payment_method_details_card_wallet" + "in_package": "" } }, "payment_method_details_card_wallet_link": { @@ -29035,7 +28453,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "payment_method_details_card_wallet" + "in_package": "" } }, "payment_method_details_card_wallet_masterpass": { @@ -29086,7 +28504,7 @@ ], "x-stripeResource": { "class_name": "Masterpass", - "in_class": "payment_method_details_card_wallet" + "in_package": "" } }, "payment_method_details_card_wallet_samsung_pay": { @@ -29097,7 +28515,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SamsungPay", - "in_class": "payment_method_details_card_wallet" + "in_package": "" } }, "payment_method_details_card_wallet_visa_checkout": { @@ -29148,7 +28566,7 @@ ], "x-stripeResource": { "class_name": "VisaCheckout", - "in_class": "payment_method_details_card_wallet" + "in_package": "" } }, "payment_method_details_cashapp": { @@ -29176,7 +28594,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Cashapp", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_customer_balance": { @@ -29187,7 +28605,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomerBalance", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_eps": { @@ -29244,7 +28662,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Eps", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_fpx": { @@ -29304,7 +28722,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Fpx", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_giropay": { @@ -29346,7 +28764,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Giropay", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_grabpay": { @@ -29367,7 +28785,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Grabpay", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_ideal": { @@ -29485,7 +28903,7 @@ ], "x-stripeResource": { "class_name": "Ideal", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_interac_present": { @@ -29625,10 +29043,7 @@ ], "x-stripeResource": { "class_name": "InteracPresent", - "in_class": "payment_method_details", - "inner_classes": [ - "payment_method_details_interac_present_receipt" - ] + "in_package": "" } }, "payment_method_details_interac_present_receipt": { @@ -29708,7 +29123,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Receipt", - "in_class": "payment_method_details_interac_present" + "in_package": "" } }, "payment_method_details_klarna": { @@ -29736,7 +29151,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Klarna", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_konbini": { @@ -29762,7 +29177,7 @@ ], "x-stripeResource": { "class_name": "Konbini", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_konbini_store": { @@ -29788,7 +29203,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Store", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_link": { @@ -29809,7 +29224,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_multibanco": { @@ -29837,7 +29252,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Multibanco", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_oxxo": { @@ -29858,7 +29273,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Oxxo", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_p24": { @@ -29919,7 +29334,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "P24", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_paynow": { @@ -29940,7 +29355,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paynow", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_paypal": { @@ -29987,7 +29402,7 @@ ], "x-stripeResource": { "class_name": "Paypal", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_pix": { @@ -30005,7 +29420,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Pix", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_promptpay": { @@ -30026,7 +29441,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Promptpay", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_sepa_credit_transfer": { @@ -30061,7 +29476,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaCreditTransfer", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_sepa_debit": { @@ -30117,7 +29532,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaDebit", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_sofort": { @@ -30233,7 +29648,7 @@ ], "x-stripeResource": { "class_name": "Sofort", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_stripe_account": { @@ -30244,7 +29659,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StripeAccount", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_us_bank_account": { @@ -30306,7 +29721,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_wechat": { @@ -30317,7 +29732,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Wechat", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_wechat_pay": { @@ -30345,7 +29760,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "WechatPay", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_details_zip": { @@ -30356,7 +29771,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Zip", - "in_class": "payment_method_details" + "in_package": "" } }, "payment_method_eps": { @@ -30406,7 +29821,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Eps", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_fpx": { @@ -30459,7 +29874,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Fpx", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_giropay": { @@ -30470,7 +29885,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Giropay", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_grabpay": { @@ -30481,7 +29896,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Grabpay", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_ideal": { @@ -30540,7 +29955,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Ideal", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_interac_present": { @@ -30659,7 +30074,7 @@ ], "x-stripeResource": { "class_name": "InteracPresent", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_klarna": { @@ -30685,10 +30100,7 @@ ], "x-stripeResource": { "class_name": "Klarna", - "in_class": "payment_method", - "inner_classes": [ - "payment_flows_private_payment_methods_klarna_dob" - ] + "in_package": "" } }, "payment_method_konbini": { @@ -30699,7 +30111,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Konbini", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_link": { @@ -30717,7 +30129,7 @@ "type": "string" }, "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "type": "string" } @@ -30730,7 +30142,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_options_affirm": { @@ -30761,7 +30173,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Affirm", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_afterpay_clearpay": { @@ -30797,7 +30209,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AfterpayClearpay", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_alipay": { @@ -30817,7 +30229,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Alipay", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_bacs_debit": { @@ -30838,7 +30250,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BacsDebit", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_bancontact": { @@ -30871,7 +30283,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Bancontact", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_boleto": { @@ -30899,7 +30311,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Boleto", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_card_installments": { @@ -30940,10 +30352,7 @@ ], "x-stripeResource": { "class_name": "Installments", - "in_class": "payment_intent_payment_method_options_card", - "inner_classes": [ - "payment_method_details_card_installments_plan" - ] + "in_package": "" } }, "payment_method_options_card_mandate_options": { @@ -31027,7 +30436,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MandateOptions", - "in_class": "payment_intent_payment_method_options_card" + "in_package": "" } }, "payment_method_options_card_present": { @@ -31053,7 +30462,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CardPresent", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_cashapp": { @@ -31081,7 +30490,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Cashapp", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_customer_balance": { @@ -31116,7 +30525,7 @@ ], "x-stripeResource": { "class_name": "CustomerBalance", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_customer_balance_bank_transfer": { @@ -31166,10 +30575,7 @@ ], "x-stripeResource": { "class_name": "BankTransfer", - "in_class": "payment_intent_payment_method_options", - "inner_classes": [ - "payment_method_options_customer_balance_eu_bank_account" - ] + "in_package": "" } }, "payment_method_options_customer_balance_eu_bank_account": { @@ -31196,7 +30602,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "EuBankTransfer", - "in_class": "payment_method_options_customer_balance_bank_transfer" + "in_package": "" } }, "payment_method_options_fpx": { @@ -31215,7 +30621,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Fpx", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_giropay": { @@ -31234,7 +30640,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Giropay", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_grabpay": { @@ -31253,7 +30659,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Grabpay", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_ideal": { @@ -31273,7 +30679,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Ideal", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_interac_present": { @@ -31284,7 +30690,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "InteracPresent", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_klarna": { @@ -31319,7 +30725,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Klarna", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_konbini": { @@ -31367,7 +30773,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Konbini", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_oxxo": { @@ -31393,7 +30799,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Oxxo", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_p24": { @@ -31412,7 +30818,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "P24", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_paynow": { @@ -31431,7 +30837,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paynow", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_paypal": { @@ -31473,7 +30879,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paypal", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_pix": { @@ -31506,7 +30912,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Pix", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_promptpay": { @@ -31525,7 +30931,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Promptpay", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_sofort": { @@ -31562,7 +30968,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Sofort", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_wechat_pay": { @@ -31602,7 +31008,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "WechatPay", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_options_zip": { @@ -31621,7 +31027,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Zip", - "in_class": "payment_intent_payment_method_options" + "in_package": "" } }, "payment_method_oxxo": { @@ -31632,7 +31038,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Oxxo", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_p24": { @@ -31680,7 +31086,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "P24", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_paynow": { @@ -31691,7 +31097,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paynow", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_paypal": { @@ -31715,7 +31121,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paypal", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_pix": { @@ -31726,7 +31132,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Pix", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_promptpay": { @@ -31737,7 +31143,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Promptpay", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_sepa_debit": { @@ -31798,10 +31204,7 @@ ], "x-stripeResource": { "class_name": "SepaDebit", - "in_class": "payment_method", - "inner_classes": [ - "sepa_debit_generated_from" - ] + "in_package": "" } }, "payment_method_sofort": { @@ -31822,7 +31225,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Sofort", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_us_bank_account": { @@ -31912,11 +31315,7 @@ ], "x-stripeResource": { "class_name": "USBankAccount", - "in_class": "payment_method", - "inner_classes": [ - "payment_method_us_bank_account_status_details", - "us_bank_account_networks" - ] + "in_package": "" } }, "payment_method_us_bank_account_blocked": { @@ -31964,7 +31363,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusDetailsBlocked", - "in_class": "payment_method_us_bank_account_status_details" + "in_package": "" } }, "payment_method_us_bank_account_status_details": { @@ -31981,10 +31380,7 @@ ], "x-stripeResource": { "class_name": "StatusDetails", - "in_class": "payment_method_us_bank_account", - "inner_classes": [ - "payment_method_us_bank_account_blocked" - ] + "in_package": "" } }, "payment_method_wechat_pay": { @@ -31995,7 +31391,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "WechatPay", - "in_class": "payment_method" + "in_package": "" } }, "payment_method_zip": { @@ -32006,7 +31402,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Zip", - "in_class": "payment_method" + "in_package": "" } }, "payment_pages_checkout_session_after_expiration": { @@ -32032,10 +31428,7 @@ ], "x-stripeResource": { "class_name": "AfterExpiration", - "in_class": "checkout.session", - "inner_classes": [ - "payment_pages_checkout_session_after_expiration_recovery" - ] + "in_package": "" } }, "payment_pages_checkout_session_after_expiration_recovery": { @@ -32073,7 +31466,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Recovery", - "in_class": "payment_pages_checkout_session_after_expiration" + "in_package": "" } }, "payment_pages_checkout_session_automatic_tax": { @@ -32103,7 +31496,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AutomaticTax", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_consent": { @@ -32137,7 +31530,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Consent", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_consent_collection": { @@ -32171,7 +31564,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ConsentCollection", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_currency_conversion": { @@ -32207,7 +31600,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CurrencyConversion", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_custom_fields": { @@ -32281,13 +31674,7 @@ ], "x-stripeResource": { "class_name": "CustomField", - "in_class": "checkout.session", - "inner_classes": [ - "payment_pages_checkout_session_custom_fields_dropdown", - "payment_pages_checkout_session_custom_fields_label", - "payment_pages_checkout_session_custom_fields_numeric", - "payment_pages_checkout_session_custom_fields_text" - ] + "in_package": "" } }, "payment_pages_checkout_session_custom_fields_dropdown": { @@ -32318,10 +31705,7 @@ ], "x-stripeResource": { "class_name": "CustomFieldDropdown", - "in_class": "payment_pages_checkout_session_custom_fields", - "inner_classes": [ - "payment_pages_checkout_session_custom_fields_option" - ] + "in_package": "" } }, "payment_pages_checkout_session_custom_fields_label": { @@ -32350,7 +31734,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomFieldLabel", - "in_class": "payment_pages_checkout_session_custom_fields" + "in_package": "" } }, "payment_pages_checkout_session_custom_fields_numeric": { @@ -32383,7 +31767,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomFieldNumeric", - "in_class": "payment_pages_checkout_session_custom_fields" + "in_package": "" } }, "payment_pages_checkout_session_custom_fields_option": { @@ -32409,7 +31793,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomFieldDropdownOption", - "in_class": "payment_pages_checkout_session_custom_fields_dropdown" + "in_package": "" } }, "payment_pages_checkout_session_custom_fields_text": { @@ -32442,7 +31826,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomFieldText", - "in_class": "payment_pages_checkout_session_custom_fields" + "in_package": "" } }, "payment_pages_checkout_session_custom_text": { @@ -32479,10 +31863,7 @@ ], "x-stripeResource": { "class_name": "CustomText", - "in_class": "checkout.session", - "inner_classes": [ - "payment_pages_checkout_session_custom_text_position" - ] + "in_package": "" } }, "payment_pages_checkout_session_custom_text_position": { @@ -32502,7 +31883,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Position", - "in_class": "payment_pages_checkout_session_custom_text" + "in_package": "" } }, "payment_pages_checkout_session_customer_details": { @@ -32570,10 +31951,7 @@ ], "x-stripeResource": { "class_name": "CustomerDetails", - "in_class": "checkout.session", - "inner_classes": [ - "payment_pages_checkout_session_tax_id" - ] + "in_package": "" } }, "payment_pages_checkout_session_invoice_creation": { @@ -32598,10 +31976,7 @@ ], "x-stripeResource": { "class_name": "InvoiceCreation", - "in_class": "checkout.session", - "inner_classes": [ - "payment_pages_checkout_session_invoice_settings" - ] + "in_package": "" } }, "payment_pages_checkout_session_invoice_settings": { @@ -32692,7 +32067,7 @@ ], "x-stripeResource": { "class_name": "InvoiceData", - "in_class": "payment_pages_checkout_session_invoice_creation" + "in_package": "" } }, "payment_pages_checkout_session_phone_number_collection": { @@ -32711,7 +32086,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PhoneNumberCollection", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_shipping_address_collection": { @@ -32972,7 +32347,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ShippingAddressCollection", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_shipping_cost": { @@ -33032,7 +32407,7 @@ ], "x-stripeResource": { "class_name": "ShippingCost", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_shipping_option": { @@ -33073,7 +32448,7 @@ ], "x-stripeResource": { "class_name": "ShippingOption", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_tax_id": { @@ -33168,7 +32543,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TaxID", - "in_class": "payment_pages_checkout_session_customer_details" + "in_package": "" } }, "payment_pages_checkout_session_tax_id_collection": { @@ -33187,7 +32562,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TaxIDCollection", - "in_class": "checkout.session" + "in_package": "" } }, "payment_pages_checkout_session_total_details": { @@ -33222,10 +32597,7 @@ ], "x-stripeResource": { "class_name": "TotalDetails", - "in_class": "checkout.session", - "inner_classes": [ - "payment_pages_checkout_session_total_details_resource_breakdown" - ] + "in_package": "" } }, "payment_pages_checkout_session_total_details_resource_breakdown": { @@ -33258,7 +32630,7 @@ ], "x-stripeResource": { "class_name": "Breakdown", - "in_class": "payment_pages_checkout_session_total_details" + "in_package": "" } }, "payment_source": { @@ -33693,7 +33065,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Period", - "in_class": "usage_record_summary" + "in_package": "" } }, "person": { @@ -33954,16 +33326,7 @@ "x-stripeResource": { "class_name": "Person", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "legal_entity_dob", - "legal_entity_japan_address", - "legal_entity_person_verification", - "legal_entity_person_verification_document", - "person_future_requirements", - "person_relationship", - "person_requirements" - ] + "in_package": "" } }, "person_future_requirements": { @@ -34033,7 +33396,7 @@ ], "x-stripeResource": { "class_name": "FutureRequirements", - "in_class": "person" + "in_package": "" } }, "person_relationship": { @@ -34084,7 +33447,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Relationship", - "in_class": "person" + "in_package": "" } }, "person_requirements": { @@ -34154,7 +33517,7 @@ ], "x-stripeResource": { "class_name": "Requirements", - "in_class": "person" + "in_package": "" } }, "plan": { @@ -34382,11 +33745,7 @@ "x-stripeResource": { "class_name": "Plan", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "plan_tier", - "transform_usage" - ] + "in_package": "" } }, "plan_tier": { @@ -34432,7 +33791,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Tier", - "in_class": "plan" + "in_package": "" } }, "platform_tax_fee": { @@ -34516,7 +33875,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BusinessProfile", - "in_class": "billing_portal.configuration" + "in_package": "" } }, "portal_customer_update": { @@ -34551,7 +33910,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CustomerUpdate", - "in_class": "portal_features" + "in_package": "" } }, "portal_features": { @@ -34596,15 +33955,7 @@ ], "x-stripeResource": { "class_name": "Features", - "in_class": "billing_portal.configuration", - "inner_classes": [ - "portal_customer_update", - "portal_invoice_list", - "portal_payment_method_update", - "portal_subscription_cancel", - "portal_subscription_pause", - "portal_subscription_update" - ] + "in_package": "" } }, "portal_flows_after_completion_hosted_confirmation": { @@ -34625,7 +33976,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "HostedConfirmation", - "in_class": "portal_flows_flow_after_completion" + "in_package": "" } }, "portal_flows_after_completion_redirect": { @@ -34645,7 +33996,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Redirect", - "in_class": "portal_flows_flow_after_completion" + "in_package": "" } }, "portal_flows_flow": { @@ -34709,15 +34060,7 @@ ], "x-stripeResource": { "class_name": "Flow", - "in_class": "billing_portal.session", - "inner_classes": [ - "portal_flows_flow_after_completion", - "portal_flows_flow_subscription_cancel", - "portal_flows_flow_subscription_update", - "portal_flows_flow_subscription_update_confirm", - "portal_flows_subscription_update_confirm_discount", - "portal_flows_subscription_update_confirm_item" - ] + "in_package": "" } }, "portal_flows_flow_after_completion": { @@ -34764,11 +34107,7 @@ ], "x-stripeResource": { "class_name": "AfterCompletion", - "in_class": "portal_flows_flow", - "inner_classes": [ - "portal_flows_after_completion_hosted_confirmation", - "portal_flows_after_completion_redirect" - ] + "in_package": "" } }, "portal_flows_flow_subscription_cancel": { @@ -34788,7 +34127,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SubscriptionCancel", - "in_class": "portal_flows_flow" + "in_package": "" } }, "portal_flows_flow_subscription_update": { @@ -34808,7 +34147,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SubscriptionUpdate", - "in_class": "portal_flows_flow" + "in_package": "" } }, "portal_flows_flow_subscription_update_confirm": { @@ -34848,7 +34187,7 @@ ], "x-stripeResource": { "class_name": "SubscriptionUpdateConfirm", - "in_class": "portal_flows_flow" + "in_package": "" } }, "portal_flows_subscription_update_confirm_discount": { @@ -34876,7 +34215,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Discount", - "in_class": "portal_flows_flow" + "in_package": "" } }, "portal_flows_subscription_update_confirm_item": { @@ -34908,7 +34247,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Item", - "in_class": "portal_flows_flow" + "in_package": "" } }, "portal_invoice_list": { @@ -34927,7 +34266,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "InvoiceHistory", - "in_class": "portal_features" + "in_package": "" } }, "portal_login_page": { @@ -34953,7 +34292,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "LoginPage", - "in_class": "billing_portal.configuration" + "in_package": "" } }, "portal_payment_method_update": { @@ -34972,7 +34311,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PaymentMethodUpdate", - "in_class": "portal_features" + "in_package": "" } }, "portal_subscription_cancel": { @@ -35016,10 +34355,7 @@ ], "x-stripeResource": { "class_name": "SubscriptionCancel", - "in_class": "portal_features", - "inner_classes": [ - "portal_subscription_cancellation_reason" - ] + "in_package": "" } }, "portal_subscription_cancellation_reason": { @@ -35056,7 +34392,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CancellationReason", - "in_class": "portal_subscription_cancel" + "in_package": "" } }, "portal_subscription_pause": { @@ -35075,7 +34411,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SubscriptionPause", - "in_class": "portal_features" + "in_package": "" } }, "portal_subscription_update": { @@ -35128,10 +34464,7 @@ ], "x-stripeResource": { "class_name": "SubscriptionUpdate", - "in_class": "portal_features", - "inner_classes": [ - "portal_subscription_update_product" - ] + "in_package": "" } }, "portal_subscription_update_product": { @@ -35160,7 +34493,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Product", - "in_class": "portal_subscription_update" + "in_package": "" } }, "price": { @@ -35401,14 +34734,7 @@ "class_name": "Price", "has_collection_class": true, "has_search_result_class": true, - "in_package": "", - "inner_classes": [ - "currency_option", - "custom_unit_amount", - "price_tier", - "recurring", - "transform_quantity" - ] + "in_package": "" } }, "price_tier": { @@ -35454,7 +34780,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Tier", - "in_class": "price" + "in_package": "" } }, "product": { @@ -35844,11 +35170,7 @@ "x-stripeResource": { "class_name": "PromotionCode", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "promotion_code_currency_option", - "promotion_codes_resource_restrictions" - ] + "in_package": "" } }, "promotion_code_currency_option": { @@ -35867,7 +35189,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CurrencyOption", - "in_class": "promotion_code" + "in_package": "" } }, "promotion_codes_resource_restrictions": { @@ -35908,7 +35230,7 @@ ], "x-stripeResource": { "class_name": "Restrictions", - "in_class": "promotion_code" + "in_package": "" } }, "quote": { @@ -35954,7 +35276,7 @@ "type": "integer" }, "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. Only applicable if there are line items with recurring prices on the quote.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. Only applicable if there are line items with recurring prices on the quote.", "nullable": true, "type": "number" }, @@ -36432,19 +35754,7 @@ "x-stripeResource": { "class_name": "Quote", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "invoice_setting_quote_setting", - "quotes_resource_automatic_tax", - "quotes_resource_computed", - "quotes_resource_from_quote", - "quotes_resource_recurring", - "quotes_resource_status_transitions", - "quotes_resource_subscription_data_subscription_data", - "quotes_resource_total_details", - "quotes_resource_transfer_data", - "quotes_resource_upfront" - ] + "in_package": "" } }, "quotes_resource_automatic_tax": { @@ -36474,7 +35784,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AutomaticTax", - "in_class": "quote" + "in_package": "" } }, "quotes_resource_computed": { @@ -36505,7 +35815,7 @@ ], "x-stripeResource": { "class_name": "Computed", - "in_class": "quote" + "in_package": "" } }, "quotes_resource_from_quote": { @@ -36546,7 +35856,7 @@ ], "x-stripeResource": { "class_name": "FromQuote", - "in_class": "quote" + "in_package": "" } }, "quotes_resource_recurring": { @@ -36592,7 +35902,7 @@ ], "x-stripeResource": { "class_name": "Recurring", - "in_class": "quote" + "in_package": "" } }, "quotes_resource_status_transitions": { @@ -36627,7 +35937,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusTransitions", - "in_class": "quote" + "in_package": "" } }, "quotes_resource_subscription_data_subscription_data": { @@ -36661,7 +35971,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SubscriptionData", - "in_class": "quote" + "in_package": "" } }, "quotes_resource_total_details": { @@ -36696,10 +36006,7 @@ ], "x-stripeResource": { "class_name": "TotalDetails", - "in_class": "quote", - "inner_classes": [ - "quotes_resource_total_details_resource_breakdown" - ] + "in_package": "" } }, "quotes_resource_total_details_resource_breakdown": { @@ -36732,7 +36039,7 @@ ], "x-stripeResource": { "class_name": "Breakdown", - "in_class": "quotes_resource_total_details" + "in_package": "" } }, "quotes_resource_transfer_data": { @@ -36744,7 +36051,7 @@ "type": "integer" }, "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount will be transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount will be transferred to the destination.", "nullable": true, "type": "number" }, @@ -36780,7 +36087,7 @@ ], "x-stripeResource": { "class_name": "TransferData", - "in_class": "quote" + "in_package": "" } }, "quotes_resource_upfront": { @@ -36850,7 +36157,7 @@ ], "x-stripeResource": { "class_name": "Upfront", - "in_class": "quote" + "in_package": "" } }, "radar.early_fraud_warning": { @@ -37228,7 +36535,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "RadarOptions", - "in_class": "charge" + "in_package": "" } }, "radar_review_resource_location": { @@ -37275,7 +36582,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Location", - "in_class": "review" + "in_package": "" } }, "radar_review_resource_session": { @@ -37317,7 +36624,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Session", - "in_class": "review" + "in_package": "" } }, "received_payment_method_details_financial_account": { @@ -37345,7 +36652,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "FinancialAccount", - "in_class": "treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details" + "in_package": "" } }, "recurring": { @@ -37402,7 +36709,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Recurring", - "in_class": "price" + "in_package": "" } }, "refund": { @@ -37694,10 +37001,6 @@ "class_name": "Refund", "has_collection_class": true, "in_package": "", - "inner_classes": [ - "refund_next_action", - "refund_next_action_display_details" - ], "polymorphic_groups": [ "balance_transaction_source" ] @@ -37732,7 +37035,7 @@ ], "x-stripeResource": { "class_name": "NextAction", - "in_class": "refund" + "in_package": "" } }, "refund_next_action_display_details": { @@ -37758,10 +37061,7 @@ ], "x-stripeResource": { "class_name": "NextActionDisplayDetails", - "in_class": "refund", - "inner_classes": [ - "email_sent" - ] + "in_package": "" } }, "reporting.report_run": { @@ -37868,10 +37168,7 @@ "x-stripeResource": { "class_name": "ReportRun", "has_collection_class": true, - "in_package": "Reporting", - "inner_classes": [ - "financial_reporting_finance_report_run_run_parameters" - ] + "in_package": "Reporting" } }, "reporting.report_type": { @@ -38184,11 +37481,7 @@ "x-stripeResource": { "class_name": "Review", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "radar_review_resource_location", - "radar_review_resource_session" - ] + "in_package": "" } }, "rule": { @@ -38323,10 +37616,7 @@ "x-stripeResource": { "class_name": "ScheduledQueryRun", "has_collection_class": true, - "in_package": "Sigma", - "inner_classes": [ - "sigma_scheduled_query_run_error" - ] + "in_package": "Sigma" } }, "schedules_phase_automatic_tax": { @@ -38345,7 +37635,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AutomaticTax", - "in_class": "subscription_schedule_phase_configuration" + "in_package": "" } }, "secret_service_resource_scope": { @@ -38373,7 +37663,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Scope", - "in_class": "apps.secret" + "in_package": "" } }, "sepa_debit_generated_from": { @@ -38432,7 +37722,7 @@ ], "x-stripeResource": { "class_name": "GeneratedFrom", - "in_class": "payment_method_sepa_debit" + "in_package": "" } }, "setup_attempt": { @@ -38642,10 +37932,7 @@ "x-stripeResource": { "class_name": "SetupAttempt", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "setup_attempt_payment_method_details" - ] + "in_package": "" } }, "setup_attempt_payment_method_details": { @@ -38730,25 +38017,7 @@ ], "x-stripeResource": { "class_name": "PaymentMethodDetails", - "in_class": "setup_attempt", - "inner_classes": [ - "setup_attempt_payment_method_details_acss_debit", - "setup_attempt_payment_method_details_au_becs_debit", - "setup_attempt_payment_method_details_bacs_debit", - "setup_attempt_payment_method_details_bancontact", - "setup_attempt_payment_method_details_blik", - "setup_attempt_payment_method_details_boleto", - "setup_attempt_payment_method_details_card", - "setup_attempt_payment_method_details_card_present", - "setup_attempt_payment_method_details_cashapp", - "setup_attempt_payment_method_details_ideal", - "setup_attempt_payment_method_details_klarna", - "setup_attempt_payment_method_details_link", - "setup_attempt_payment_method_details_paypal", - "setup_attempt_payment_method_details_sepa_debit", - "setup_attempt_payment_method_details_sofort", - "setup_attempt_payment_method_details_us_bank_account" - ] + "in_package": "" } }, "setup_attempt_payment_method_details_acss_debit": { @@ -38759,7 +38028,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AcssDebit", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_au_becs_debit": { @@ -38770,7 +38039,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AuBecsDebit", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_bacs_debit": { @@ -38781,7 +38050,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BacsDebit", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_bancontact": { @@ -38887,7 +38156,7 @@ ], "x-stripeResource": { "class_name": "Bancontact", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_blik": { @@ -38898,7 +38167,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Blik", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_boleto": { @@ -38909,7 +38178,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Boleto", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_card": { @@ -39028,10 +38297,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "setup_attempt_payment_method_details", - "inner_classes": [ - "setup_attempt_payment_method_details_card_wallet" - ] + "in_package": "" } }, "setup_attempt_payment_method_details_card_present": { @@ -39068,7 +38334,7 @@ ], "x-stripeResource": { "class_name": "CardPresent", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_card_wallet": { @@ -39101,7 +38367,7 @@ ], "x-stripeResource": { "class_name": "Wallet", - "in_class": "setup_attempt_payment_method_details_card" + "in_package": "" } }, "setup_attempt_payment_method_details_cashapp": { @@ -39112,7 +38378,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Cashapp", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_ideal": { @@ -39230,7 +38496,7 @@ ], "x-stripeResource": { "class_name": "Ideal", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_klarna": { @@ -39241,7 +38507,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Klarna", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_link": { @@ -39252,7 +38518,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_paypal": { @@ -39263,7 +38529,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paypal", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_sepa_debit": { @@ -39274,7 +38540,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaDebit", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_sofort": { @@ -39380,7 +38646,7 @@ ], "x-stripeResource": { "class_name": "Sofort", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_attempt_payment_method_details_us_bank_account": { @@ -39391,7 +38657,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "setup_attempt_payment_method_details" + "in_package": "" } }, "setup_intent": { @@ -39768,12 +39034,7 @@ "x-stripeResource": { "class_name": "SetupIntent", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "setup_intent_next_action", - "setup_intent_next_action_redirect_to_url", - "setup_intent_payment_method_options" - ] + "in_package": "" } }, "setup_intent_next_action": { @@ -39810,10 +39071,7 @@ ], "x-stripeResource": { "class_name": "NextAction", - "in_class": "setup_intent", - "inner_classes": [ - "setup_intent_next_action_verify_with_microdeposits" - ] + "in_package": "" } }, "setup_intent_next_action_redirect_to_url": { @@ -39841,7 +39099,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "NextActionRedirectToUrl", - "in_class": "setup_intent" + "in_package": "" } }, "setup_intent_next_action_verify_with_microdeposits": { @@ -39877,7 +39135,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "VerifyWithMicrodeposits", - "in_class": "setup_intent_next_action" + "in_package": "" } }, "setup_intent_payment_method_options": { @@ -39918,18 +39176,7 @@ ], "x-stripeResource": { "class_name": "PaymentMethodOptions", - "in_class": "setup_intent", - "inner_classes": [ - "setup_intent_payment_method_options_acss_debit", - "setup_intent_payment_method_options_blik", - "setup_intent_payment_method_options_card", - "setup_intent_payment_method_options_link", - "setup_intent_payment_method_options_mandate_options_blik", - "setup_intent_payment_method_options_mandate_options_sepa_debit", - "setup_intent_payment_method_options_paypal", - "setup_intent_payment_method_options_sepa_debit", - "setup_intent_payment_method_options_us_bank_account" - ] + "in_package": "" } }, "setup_intent_payment_method_options_acss_debit": { @@ -39968,10 +39215,7 @@ ], "x-stripeResource": { "class_name": "AcssDebit", - "in_class": "setup_intent_payment_method_options", - "inner_classes": [ - "setup_intent_payment_method_options_mandate_options_acss_debit" - ] + "in_package": "" } }, "setup_intent_payment_method_options_blik": { @@ -39988,7 +39232,7 @@ ], "x-stripeResource": { "class_name": "Blik", - "in_class": "setup_intent_payment_method_options" + "in_package": "" } }, "setup_intent_payment_method_options_card": { @@ -40044,10 +39288,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "setup_intent_payment_method_options", - "inner_classes": [ - "setup_intent_payment_method_options_card_mandate_options" - ] + "in_package": "" } }, "setup_intent_payment_method_options_card_mandate_options": { @@ -40136,14 +39377,14 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MandateOptions", - "in_class": "setup_intent_payment_method_options_card" + "in_package": "" } }, "setup_intent_payment_method_options_link": { "description": "", "properties": { "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "nullable": true, "type": "string" @@ -40157,7 +39398,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Link", - "in_class": "setup_intent_payment_method_options" + "in_package": "" } }, "setup_intent_payment_method_options_mandate_options_acss_debit": { @@ -40215,7 +39456,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "MandateOptions", - "in_class": "setup_intent_payment_method_options_acss_debit" + "in_package": "" } }, "setup_intent_payment_method_options_mandate_options_blik": { @@ -40251,7 +39492,7 @@ ], "x-stripeResource": { "class_name": "BlikMandateOptions", - "in_class": "setup_intent_payment_method_options" + "in_package": "" } }, "setup_intent_payment_method_options_mandate_options_sepa_debit": { @@ -40262,7 +39503,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaDebitMandateOptions", - "in_class": "setup_intent_payment_method_options" + "in_package": "" } }, "setup_intent_payment_method_options_paypal": { @@ -40283,7 +39524,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Paypal", - "in_class": "setup_intent_payment_method_options" + "in_package": "" } }, "setup_intent_payment_method_options_sepa_debit": { @@ -40300,7 +39541,7 @@ ], "x-stripeResource": { "class_name": "SepaDebit", - "in_class": "setup_intent_payment_method_options" + "in_package": "" } }, "setup_intent_payment_method_options_us_bank_account": { @@ -40327,7 +39568,7 @@ ], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "setup_intent_payment_method_options" + "in_package": "" } }, "setup_intent_type_specific_payment_method_options_client": { @@ -40538,12 +39779,7 @@ "x-stripeResource": { "class_name": "ShippingRate", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "shipping_rate_currency_option", - "shipping_rate_delivery_estimate", - "shipping_rate_fixed_amount" - ] + "in_package": "" } }, "shipping_rate_currency_option": { @@ -40572,7 +39808,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CurrencyOption", - "in_class": "shipping_rate" + "in_package": "" } }, "shipping_rate_delivery_estimate": { @@ -40609,10 +39845,7 @@ ], "x-stripeResource": { "class_name": "DeliveryEstimate", - "in_class": "shipping_rate", - "inner_classes": [ - "shipping_rate_delivery_estimate_bound" - ] + "in_package": "" } }, "shipping_rate_delivery_estimate_bound": { @@ -40643,7 +39876,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "DeliveryEstimateBound", - "in_class": "shipping_rate_delivery_estimate" + "in_package": "" } }, "shipping_rate_fixed_amount": { @@ -40676,7 +39909,7 @@ ], "x-stripeResource": { "class_name": "FixedAmount", - "in_class": "shipping_rate" + "in_package": "" } }, "sigma_scheduled_query_run_error": { @@ -40696,7 +39929,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "RunError", - "in_class": "scheduled_query_run" + "in_package": "" } }, "source": { @@ -40952,33 +40185,6 @@ "x-stripeResource": { "class_name": "Source", "in_package": "", - "inner_classes": [ - "source_code_verification_flow", - "source_order", - "source_order_item", - "source_owner", - "source_receiver_flow", - "source_redirect_flow", - "source_type_ach_credit_transfer", - "source_type_ach_debit", - "source_type_acss_debit", - "source_type_alipay", - "source_type_au_becs_debit", - "source_type_bancontact", - "source_type_card", - "source_type_card_present", - "source_type_eps", - "source_type_giropay", - "source_type_ideal", - "source_type_klarna", - "source_type_multibanco", - "source_type_p24", - "source_type_sepa_credit_transfer", - "source_type_sepa_debit", - "source_type_sofort", - "source_type_three_d_secure", - "source_type_wechat" - ], "polymorphic_groups": [ "deleted_payment_source", "payment_source" @@ -41007,7 +40213,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CodeVerificationFlow", - "in_class": "source" + "in_package": "" } }, "source_mandate_notification": { @@ -41088,12 +40294,7 @@ ], "x-stripeResource": { "class_name": "SourceMandateNotification", - "in_package": "", - "inner_classes": [ - "source_mandate_notification_acss_debit_data", - "source_mandate_notification_bacs_debit_data", - "source_mandate_notification_sepa_debit_data" - ] + "in_package": "" } }, "source_mandate_notification_acss_debit_data": { @@ -41110,7 +40311,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AcssDebitData", - "in_class": "source_mandate_notification" + "in_package": "" } }, "source_mandate_notification_bacs_debit_data": { @@ -41127,7 +40328,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BacsDebitData", - "in_class": "source_mandate_notification" + "in_package": "" } }, "source_mandate_notification_sepa_debit_data": { @@ -41154,7 +40355,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaDebitData", - "in_class": "source_mandate_notification" + "in_package": "" } }, "source_order": { @@ -41198,7 +40399,7 @@ ], "x-stripeResource": { "class_name": "Order", - "in_class": "source" + "in_package": "" } }, "source_order_item": { @@ -41250,7 +40451,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "OrderItem", - "in_class": "source" + "in_package": "" } }, "source_owner": { @@ -41329,7 +40530,7 @@ ], "x-stripeResource": { "class_name": "Owner", - "in_class": "source" + "in_package": "" } }, "source_receiver_flow": { @@ -41377,7 +40578,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ReceiverFlow", - "in_class": "source" + "in_package": "" } }, "source_redirect_flow": { @@ -41416,7 +40617,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "RedirectFlow", - "in_class": "source" + "in_package": "" } }, "source_transaction": { @@ -41523,14 +40724,7 @@ "x-stripeResource": { "class_name": "SourceTransaction", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "source_transaction_ach_credit_transfer_data", - "source_transaction_chf_credit_transfer_data", - "source_transaction_gbp_credit_transfer_data", - "source_transaction_paper_check_data", - "source_transaction_sepa_credit_transfer_data" - ] + "in_package": "" } }, "source_transaction_ach_credit_transfer_data": { @@ -41562,7 +40756,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AchCreditTransferData", - "in_class": "source_transaction" + "in_package": "" } }, "source_transaction_chf_credit_transfer_data": { @@ -41599,7 +40793,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ChfCreditTransferData", - "in_class": "source_transaction" + "in_package": "" } }, "source_transaction_gbp_credit_transfer_data": { @@ -41646,7 +40840,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "GbpCreditTransferData", - "in_class": "source_transaction" + "in_package": "" } }, "source_transaction_paper_check_data": { @@ -41668,7 +40862,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PaperCheckData", - "in_class": "source_transaction" + "in_package": "" } }, "source_transaction_sepa_credit_transfer_data": { @@ -41695,7 +40889,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "SepaCreditTransferData", - "in_class": "source_transaction" + "in_package": "" } }, "source_type_ach_credit_transfer": { @@ -41735,8 +40929,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "AchCreditTransfer", - "in_class": "source" + "class_name": "AchCreditTransfer" } }, "source_type_ach_debit": { @@ -41768,8 +40961,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "AchDebit", - "in_class": "source" + "class_name": "AchDebit" } }, "source_type_acss_debit": { @@ -41817,8 +41009,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "AcssDebit", - "in_class": "source" + "class_name": "AcssDebit" } }, "source_type_alipay": { @@ -41838,8 +41029,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Alipay", - "in_class": "source" + "class_name": "Alipay" } }, "source_type_au_becs_debit": { @@ -41859,8 +41049,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "AuBecsDebit", - "in_class": "source" + "class_name": "AuBecsDebit" } }, "source_type_bancontact": { @@ -41892,8 +41081,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Bancontact", - "in_class": "source" + "class_name": "Bancontact" } }, "source_type_card": { @@ -41964,8 +41152,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Card", - "in_class": "source" + "class_name": "Card" } }, "source_type_card_present": { @@ -42064,8 +41251,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "CardPresent", - "in_class": "source" + "class_name": "CardPresent" } }, "source_type_eps": { @@ -42081,8 +41267,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Eps", - "in_class": "source" + "class_name": "Eps" } }, "source_type_giropay": { @@ -42106,8 +41291,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Giropay", - "in_class": "source" + "class_name": "Giropay" } }, "source_type_ideal": { @@ -42131,8 +41315,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Ideal", - "in_class": "source" + "class_name": "Ideal" } }, "source_type_klarna": { @@ -42219,8 +41402,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Klarna", - "in_class": "source" + "class_name": "Klarna" } }, "source_type_multibanco": { @@ -42268,8 +41450,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Multibanco", - "in_class": "source" + "class_name": "Multibanco" } }, "source_type_p24": { @@ -42281,8 +41462,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "P24", - "in_class": "source" + "class_name": "P24" } }, "source_type_sepa_credit_transfer": { @@ -42334,8 +41514,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "SepaCreditTransfer", - "in_class": "source" + "class_name": "SepaCreditTransfer" } }, "source_type_sepa_debit": { @@ -42371,8 +41550,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "SepaDebit", - "in_class": "source" + "class_name": "SepaDebit" } }, "source_type_sofort": { @@ -42408,8 +41586,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Sofort", - "in_class": "source" + "class_name": "Sofort" } }, "source_type_three_d_secure": { @@ -42492,8 +41669,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "ThreeDSecure", - "in_class": "source" + "class_name": "ThreeDSecure" } }, "source_type_wechat": { @@ -42511,8 +41687,7 @@ }, "type": "object", "x-stripeResource": { - "class_name": "Wechat", - "in_class": "source" + "class_name": "Wechat" } }, "subscription": { @@ -42545,7 +41720,7 @@ } }, "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account.", "nullable": true, "type": "number" }, @@ -43104,19 +42279,7 @@ "class_name": "Subscription", "has_collection_class": true, "has_search_result_class": true, - "in_package": "", - "inner_classes": [ - "cancellation_details", - "subscription_automatic_tax", - "subscription_billing_thresholds", - "subscription_pending_invoice_item_interval", - "subscription_transfer_data", - "subscriptions_resource_pause_collection", - "subscriptions_resource_payment_method_options", - "subscriptions_resource_payment_settings", - "subscriptions_resource_pending_update", - "subscriptions_trials_resource_trial_settings" - ] + "in_package": "" } }, "subscription_automatic_tax": { @@ -43135,7 +42298,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AutomaticTax", - "in_class": "subscription" + "in_package": "" } }, "subscription_billing_thresholds": { @@ -43161,7 +42324,28 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BillingThresholds", - "in_class": "subscription" + "in_package": "" + } + }, + "subscription_details_data": { + "description": "", + "properties": { + "metadata": { + "additionalProperties": { + "maxLength": 500, + "type": "string" + }, + "description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that will reflect the metadata of the subscription at the time of invoice creation. *Note: This attribute is populated only for invoices created on or after June 29, 2023.*", + "nullable": true, + "type": "object" + } + }, + "title": "SubscriptionDetailsData", + "type": "object", + "x-expandableFields": [], + "x-stripeResource": { + "class_name": "SubscriptionDetailsData", + "in_package": "" } }, "subscription_item": { @@ -43291,10 +42475,7 @@ "x-stripeResource": { "class_name": "SubscriptionItem", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "subscription_item_billing_thresholds" - ] + "in_package": "" } }, "subscription_item_billing_thresholds": { @@ -43314,7 +42495,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BillingThresholds", - "in_class": "subscription_item" + "in_package": "" } }, "subscription_payment_method_options_card": { @@ -43362,10 +42543,7 @@ ], "x-stripeResource": { "class_name": "Card", - "in_class": "subscriptions_resource_payment_method_options", - "inner_classes": [ - "invoice_mandate_options_card" - ] + "in_package": "" } }, "subscription_pending_invoice_item_interval": { @@ -43395,7 +42573,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PendingInvoiceItemInterval", - "in_class": "subscription" + "in_package": "" } }, "subscription_schedule": { @@ -43666,15 +42844,7 @@ "x-stripeResource": { "class_name": "SubscriptionSchedule", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "invoice_setting_subscription_schedule_setting", - "subscription_schedule_add_invoice_item", - "subscription_schedule_configuration_item", - "subscription_schedule_current_phase", - "subscription_schedule_phase_configuration", - "subscription_schedules_resource_default_settings" - ] + "in_package": "" } }, "subscription_schedule_add_invoice_item": { @@ -43731,7 +42901,7 @@ ], "x-stripeResource": { "class_name": "AddInvoiceItem", - "in_class": "subscription_schedule" + "in_package": "" } }, "subscription_schedule_configuration_item": { @@ -43834,7 +43004,7 @@ ], "x-stripeResource": { "class_name": "PhaseItem", - "in_class": "subscription_schedule" + "in_package": "" } }, "subscription_schedule_current_phase": { @@ -43860,7 +43030,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CurrentPhase", - "in_class": "subscription_schedule" + "in_package": "" } }, "subscription_schedule_phase_configuration": { @@ -43874,7 +43044,7 @@ "type": "array" }, "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account during this phase of the schedule.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account during this phase of the schedule.", "nullable": true, "type": "number" }, @@ -44088,18 +43258,14 @@ ], "x-stripeResource": { "class_name": "Phase", - "in_class": "subscription_schedule", - "inner_classes": [ - "invoice_setting_phase_setting", - "schedules_phase_automatic_tax" - ] + "in_package": "" } }, "subscription_schedules_resource_default_settings": { "description": "", "properties": { "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account during this phase of the schedule.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account during this phase of the schedule.", "nullable": true, "type": "number" }, @@ -44220,10 +43386,7 @@ ], "x-stripeResource": { "class_name": "DefaultSettings", - "in_class": "subscription_schedule", - "inner_classes": [ - "subscription_schedules_resource_default_settings_automatic_tax" - ] + "in_package": "" } }, "subscription_schedules_resource_default_settings_automatic_tax": { @@ -44242,14 +43405,14 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "AutomaticTax", - "in_class": "subscription_schedules_resource_default_settings" + "in_package": "" } }, "subscription_transfer_data": { "description": "", "properties": { "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", "nullable": true, "type": "number" }, @@ -44284,7 +43447,7 @@ ], "x-stripeResource": { "class_name": "TransferData", - "in_class": "subscription" + "in_package": "" } }, "subscriptions_resource_pause_collection": { @@ -44315,7 +43478,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PauseCollection", - "in_class": "subscription" + "in_package": "" } }, "subscriptions_resource_payment_method_options": { @@ -44396,10 +43559,7 @@ ], "x-stripeResource": { "class_name": "PaymentMethodOptions", - "in_class": "subscription", - "inner_classes": [ - "subscription_payment_method_options_card" - ] + "in_package": "" } }, "subscriptions_resource_payment_settings": { @@ -44471,7 +43631,7 @@ ], "x-stripeResource": { "class_name": "PaymentSettings", - "in_class": "subscription" + "in_package": "" } }, "subscriptions_resource_pending_update": { @@ -44522,7 +43682,7 @@ ], "x-stripeResource": { "class_name": "PendingUpdate", - "in_class": "subscription" + "in_package": "" } }, "subscriptions_trials_resource_end_behavior": { @@ -44546,7 +43706,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "EndBehavior", - "in_class": "subscriptions_trials_resource_trial_settings" + "in_package": "" } }, "subscriptions_trials_resource_trial_settings": { @@ -44566,10 +43726,7 @@ ], "x-stripeResource": { "class_name": "TrialSettings", - "in_class": "subscription", - "inner_classes": [ - "subscriptions_trials_resource_end_behavior" - ] + "in_package": "" } }, "tax.calculation": { @@ -44730,11 +43887,7 @@ ], "x-stripeResource": { "class_name": "Calculation", - "in_package": "Tax", - "inner_classes": [ - "tax_product_resource_customer_details", - "tax_product_resource_tax_breakdown" - ] + "in_package": "Tax" } }, "tax.calculation_line_item": { @@ -44824,10 +43977,7 @@ "x-stripeResource": { "class_name": "CalculationLineItem", "has_collection_class": true, - "in_package": "Tax", - "inner_classes": [ - "tax_product_resource_line_item_tax_breakdown" - ] + "in_package": "Tax" } }, "tax.settings": { @@ -44902,12 +44052,7 @@ ], "x-stripeResource": { "class_name": "Settings", - "in_package": "Tax", - "inner_classes": [ - "tax_product_resource_tax_settings_defaults", - "tax_product_resource_tax_settings_head_office", - "tax_product_resource_tax_settings_status_details" - ] + "in_package": "Tax" } }, "tax.transaction": { @@ -45092,10 +44237,7 @@ ], "x-stripeResource": { "class_name": "Transaction", - "in_package": "Tax", - "inner_classes": [ - "tax_product_resource_tax_transaction_resource_reversal" - ] + "in_package": "Tax" } }, "tax.transaction_line_item": { @@ -45204,10 +44346,7 @@ "x-stripeResource": { "class_name": "TransactionLineItem", "has_collection_class": true, - "in_package": "Tax", - "inner_classes": [ - "tax_product_resource_tax_transaction_line_item_resource_reversal" - ] + "in_package": "Tax" } }, "tax_code": { @@ -45527,10 +44666,7 @@ "x-stripeResource": { "class_name": "TaxId", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "tax_id_verification" - ] + "in_package": "" } }, "tax_id_verification": { @@ -45569,7 +44705,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Verification", - "in_class": "tax_id" + "in_package": "" } }, "tax_product_resource_customer_details": { @@ -45631,11 +44767,7 @@ ], "x-stripeResource": { "class_name": "CustomerDetails", - "in_class": "tax.calculation", - "inner_classes": [ - "tax_product_resource_customer_details_resource_tax_id", - "tax_product_resource_postal_address" - ] + "in_package": "" } }, "tax_product_resource_customer_details_resource_tax_id": { @@ -45729,7 +44861,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TaxID", - "in_class": "tax_product_resource_customer_details" + "in_package": "" } }, "tax_product_resource_jurisdiction": { @@ -45774,7 +44906,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Jurisdiction", - "in_class": "tax_product_resource_line_item_tax_breakdown" + "in_package": "" } }, "tax_product_resource_line_item_tax_breakdown": { @@ -45846,11 +44978,7 @@ ], "x-stripeResource": { "class_name": "LineItemTaxBreakdown", - "in_class": "tax.calculation_line_item", - "inner_classes": [ - "tax_product_resource_jurisdiction", - "tax_product_resource_line_item_tax_rate_details" - ] + "in_package": "" } }, "tax_product_resource_line_item_tax_rate_details": { @@ -45895,7 +45023,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "LineItemTaxRateDetails", - "in_class": "tax_product_resource_line_item_tax_breakdown" + "in_package": "" } }, "tax_product_resource_postal_address": { @@ -45950,7 +45078,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PostalAddress", - "in_class": "tax_product_resource_customer_details" + "in_package": "" } }, "tax_product_resource_tax_breakdown": { @@ -46007,10 +45135,7 @@ ], "x-stripeResource": { "class_name": "TaxBreakdown", - "in_class": "tax.calculation", - "inner_classes": [ - "tax_product_resource_tax_rate_details" - ] + "in_package": "" } }, "tax_product_resource_tax_calculation_shipping_cost": { @@ -46117,7 +45242,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TaxRateDetails", - "in_class": "tax_product_resource_tax_breakdown" + "in_package": "" } }, "tax_product_resource_tax_settings_defaults": { @@ -46149,7 +45274,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Defaults", - "in_class": "tax.settings" + "in_package": "" } }, "tax_product_resource_tax_settings_head_office": { @@ -46169,7 +45294,7 @@ ], "x-stripeResource": { "class_name": "HeadOffice", - "in_class": "tax.settings" + "in_package": "" } }, "tax_product_resource_tax_settings_status_details": { @@ -46190,11 +45315,7 @@ ], "x-stripeResource": { "class_name": "StatusDetails", - "in_class": "tax.settings", - "inner_classes": [ - "tax_product_resource_tax_settings_status_details_resource_active", - "tax_product_resource_tax_settings_status_details_resource_pending" - ] + "in_package": "" } }, "tax_product_resource_tax_settings_status_details_resource_active": { @@ -46205,7 +45326,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Active", - "in_class": "tax_product_resource_tax_settings_status_details" + "in_package": "" } }, "tax_product_resource_tax_settings_status_details_resource_pending": { @@ -46229,7 +45350,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Pending", - "in_class": "tax_product_resource_tax_settings_status_details" + "in_package": "" } }, "tax_product_resource_tax_transaction_line_item_resource_reversal": { @@ -46249,7 +45370,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Reversal", - "in_class": "tax.transaction_line_item" + "in_package": "" } }, "tax_product_resource_tax_transaction_resource_reversal": { @@ -46270,7 +45391,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Reversal", - "in_class": "tax.transaction" + "in_package": "" } }, "tax_product_resource_tax_transaction_shipping_cost": { @@ -46571,12 +45692,7 @@ "x-stripeResource": { "class_name": "Configuration", "has_collection_class": true, - "in_package": "Terminal", - "inner_classes": [ - "terminal_configuration_configuration_resource_currency_specific_config", - "terminal_configuration_configuration_resource_device_type_specific_config", - "terminal_configuration_configuration_resource_tipping" - ] + "in_package": "Terminal" } }, "terminal.connection_token": { @@ -46920,10 +46036,7 @@ "x-stripeResource": { "class_name": "Reader", "has_collection_class": true, - "in_package": "Terminal", - "inner_classes": [ - "terminal_reader_reader_resource_reader_action" - ] + "in_package": "Terminal" } }, "terminal_configuration_configuration_resource_currency_specific_config": { @@ -46955,7 +46068,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "CurrencySpecificConfig", - "in_class": "terminal.configuration" + "in_package": "" } }, "terminal_configuration_configuration_resource_device_type_specific_config": { @@ -46988,7 +46101,7 @@ ], "x-stripeResource": { "class_name": "DeviceTypeSpecificConfig", - "in_class": "terminal.configuration" + "in_package": "" } }, "terminal_configuration_configuration_resource_tipping": { @@ -47057,7 +46170,7 @@ ], "x-stripeResource": { "class_name": "Tipping", - "in_class": "terminal.configuration" + "in_package": "" } }, "terminal_reader_reader_resource_cart": { @@ -47097,10 +46210,7 @@ ], "x-stripeResource": { "class_name": "Cart", - "in_class": "terminal_reader_reader_resource_set_reader_display_action", - "inner_classes": [ - "terminal_reader_reader_resource_line_item" - ] + "in_package": "" } }, "terminal_reader_reader_resource_line_item": { @@ -47130,7 +46240,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "LineItem", - "in_class": "terminal_reader_reader_resource_cart" + "in_package": "" } }, "terminal_reader_reader_resource_process_config": { @@ -47151,7 +46261,7 @@ ], "x-stripeResource": { "class_name": "ProcessConfig", - "in_class": "terminal_reader_reader_resource_process_payment_intent_action" + "in_package": "" } }, "terminal_reader_reader_resource_process_payment_intent_action": { @@ -47191,11 +46301,7 @@ ], "x-stripeResource": { "class_name": "ProcessPaymentIntentAction", - "in_class": "terminal_reader_reader_resource_reader_action", - "inner_classes": [ - "terminal_reader_reader_resource_process_config", - "terminal_reader_reader_resource_tipping_config" - ] + "in_package": "" } }, "terminal_reader_reader_resource_process_setup_intent_action": { @@ -47236,7 +46342,7 @@ ], "x-stripeResource": { "class_name": "ProcessSetupIntentAction", - "in_class": "terminal_reader_reader_resource_reader_action" + "in_package": "" } }, "terminal_reader_reader_resource_reader_action": { @@ -47303,13 +46409,7 @@ ], "x-stripeResource": { "class_name": "ReaderAction", - "in_class": "terminal.reader", - "inner_classes": [ - "terminal_reader_reader_resource_process_payment_intent_action", - "terminal_reader_reader_resource_process_setup_intent_action", - "terminal_reader_reader_resource_refund_payment_action", - "terminal_reader_reader_resource_set_reader_display_action" - ] + "in_package": "" } }, "terminal_reader_reader_resource_refund_payment_action": { @@ -47411,7 +46511,7 @@ ], "x-stripeResource": { "class_name": "RefundPaymentAction", - "in_class": "terminal_reader_reader_resource_reader_action" + "in_package": "" } }, "terminal_reader_reader_resource_set_reader_display_action": { @@ -47445,10 +46545,7 @@ ], "x-stripeResource": { "class_name": "SetReaderDisplayAction", - "in_class": "terminal_reader_reader_resource_reader_action", - "inner_classes": [ - "terminal_reader_reader_resource_cart" - ] + "in_package": "" } }, "terminal_reader_reader_resource_tipping_config": { @@ -47464,7 +46561,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TippingConfig", - "in_class": "terminal_reader_reader_resource_process_payment_intent_action" + "in_package": "" } }, "test_helpers.test_clock": { @@ -47636,7 +46733,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ThreeDSecure", - "in_class": "payment_method_details_card" + "in_package": "" } }, "three_d_secure_usage": { @@ -47655,7 +46752,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ThreeDSecureUsage", - "in_class": "payment_method_card" + "in_package": "" } }, "token": { @@ -48216,7 +47313,7 @@ ], "x-stripeResource": { "class_name": "TransferData", - "in_class": "payment_intent" + "in_package": "" } }, "transfer_reversal": { @@ -48448,7 +47545,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PayoutSchedule", - "in_class": "account" + "in_package": "" } }, "transform_quantity": { @@ -48476,7 +47573,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TransformQuantity", - "in_class": "price" + "in_package": "" } }, "transform_usage": { @@ -48504,7 +47601,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "TransformUsage", - "in_class": "plan" + "in_package": "" } }, "treasury.credit_reversal": { @@ -48814,10 +47911,7 @@ "x-stripeResource": { "class_name": "DebitReversal", "has_collection_class": true, - "in_package": "Treasury", - "inner_classes": [ - "treasury_received_debits_resource_debit_reversal_linked_flows" - ] + "in_package": "Treasury" } }, "treasury.financial_account": { @@ -49030,15 +48124,7 @@ "x-stripeResource": { "class_name": "FinancialAccount", "has_collection_class": true, - "in_package": "Treasury", - "inner_classes": [ - "treasury_financial_accounts_resource_aba_toggle_settings", - "treasury_financial_accounts_resource_ach_toggle_settings", - "treasury_financial_accounts_resource_balance", - "treasury_financial_accounts_resource_financial_address", - "treasury_financial_accounts_resource_status_details", - "treasury_financial_accounts_resource_toggle_settings" - ] + "in_package": "Treasury" } }, "treasury.financial_account_features": { @@ -49090,14 +48176,7 @@ "x-resourceId": "treasury.financial_account_features", "x-stripeResource": { "class_name": "FinancialAccountFeatures", - "in_package": "Treasury", - "inner_classes": [ - "treasury_financial_accounts_resource_financial_addresses_features", - "treasury_financial_accounts_resource_inbound_transfers", - "treasury_financial_accounts_resource_outbound_payments", - "treasury_financial_accounts_resource_outbound_transfers", - "treasury_financial_accounts_resource_platform_restrictions" - ] + "in_package": "Treasury" } }, "treasury.inbound_transfer": { @@ -49317,13 +48396,7 @@ "x-stripeResource": { "class_name": "InboundTransfer", "has_collection_class": true, - "in_package": "Treasury", - "inner_classes": [ - "inbound_transfers", - "treasury_inbound_transfers_resource_failure_details", - "treasury_inbound_transfers_resource_inbound_transfer_resource_linked_flows", - "treasury_inbound_transfers_resource_inbound_transfer_resource_status_transitions" - ] + "in_package": "Treasury" } }, "treasury.outbound_payment": { @@ -49557,13 +48630,7 @@ "x-stripeResource": { "class_name": "OutboundPayment", "has_collection_class": true, - "in_package": "Treasury", - "inner_classes": [ - "outbound_payments_payment_method_details", - "treasury_outbound_payments_resource_outbound_payment_resource_end_user_details", - "treasury_outbound_payments_resource_outbound_payment_resource_status_transitions", - "treasury_outbound_payments_resource_returned_status" - ] + "in_package": "Treasury" } }, "treasury.outbound_transfer": { @@ -49773,12 +48840,7 @@ "x-stripeResource": { "class_name": "OutboundTransfer", "has_collection_class": true, - "in_package": "Treasury", - "inner_classes": [ - "outbound_transfers_payment_method_details", - "treasury_outbound_transfers_resource_returned_details", - "treasury_outbound_transfers_resource_status_transitions" - ] + "in_package": "Treasury" } }, "treasury.received_credit": { @@ -49950,13 +49012,7 @@ "x-stripeResource": { "class_name": "ReceivedCredit", "has_collection_class": true, - "in_package": "Treasury", - "inner_classes": [ - "treasury_received_credits_resource_linked_flows", - "treasury_received_credits_resource_reversal_details", - "treasury_received_credits_resource_status_transitions", - "treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details" - ] + "in_package": "Treasury" } }, "treasury.received_debit": { @@ -50126,12 +49182,7 @@ "x-stripeResource": { "class_name": "ReceivedDebit", "has_collection_class": true, - "in_package": "Treasury", - "inner_classes": [ - "treasury_received_debits_resource_linked_flows", - "treasury_received_debits_resource_reversal_details", - "treasury_received_debits_resource_status_transitions" - ] + "in_package": "Treasury" } }, "treasury.transaction": { @@ -50308,11 +49359,7 @@ "x-stripeResource": { "class_name": "Transaction", "has_collection_class": true, - "in_package": "Treasury", - "inner_classes": [ - "treasury_transactions_resource_abstract_transaction_resource_status_transitions", - "treasury_transactions_resource_balance_impact" - ] + "in_package": "Treasury" } }, "treasury.transaction_entry": { @@ -50519,7 +49566,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Aba", - "in_class": "treasury_financial_accounts_resource_financial_address" + "in_package": "" } }, "treasury_financial_accounts_resource_aba_toggle_settings": { @@ -50558,7 +49605,7 @@ ], "x-stripeResource": { "class_name": "AbaToggleSettings", - "in_class": "treasury.financial_account" + "in_package": "" } }, "treasury_financial_accounts_resource_ach_toggle_settings": { @@ -50597,7 +49644,7 @@ ], "x-stripeResource": { "class_name": "AchToggleSettings", - "in_class": "treasury.financial_account" + "in_package": "" } }, "treasury_financial_accounts_resource_balance": { @@ -50635,7 +49682,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Balance", - "in_class": "treasury.financial_account" + "in_package": "" } }, "treasury_financial_accounts_resource_closed_status_details": { @@ -50662,7 +49709,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Closed", - "in_class": "treasury_financial_accounts_resource_status_details" + "in_package": "" } }, "treasury_financial_accounts_resource_financial_address": { @@ -50702,10 +49749,7 @@ ], "x-stripeResource": { "class_name": "FinancialAddress", - "in_class": "treasury.financial_account", - "inner_classes": [ - "treasury_financial_accounts_resource_aba_record" - ] + "in_package": "" } }, "treasury_financial_accounts_resource_financial_addresses_features": { @@ -50722,7 +49766,7 @@ ], "x-stripeResource": { "class_name": "FinancialAddresses", - "in_class": "treasury.financial_account_features" + "in_package": "" } }, "treasury_financial_accounts_resource_inbound_transfers": { @@ -50739,7 +49783,7 @@ ], "x-stripeResource": { "class_name": "InboundTransfers", - "in_class": "treasury.financial_account_features" + "in_package": "" } }, "treasury_financial_accounts_resource_outbound_payments": { @@ -50760,7 +49804,7 @@ ], "x-stripeResource": { "class_name": "OutboundPayments", - "in_class": "treasury.financial_account_features" + "in_package": "" } }, "treasury_financial_accounts_resource_outbound_transfers": { @@ -50781,7 +49825,7 @@ ], "x-stripeResource": { "class_name": "OutboundTransfers", - "in_class": "treasury.financial_account_features" + "in_package": "" } }, "treasury_financial_accounts_resource_platform_restrictions": { @@ -50815,7 +49859,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "PlatformRestriction", - "in_class": "treasury.financial_account_features" + "in_package": "" } }, "treasury_financial_accounts_resource_status_details": { @@ -50841,10 +49885,7 @@ ], "x-stripeResource": { "class_name": "StatusDetails", - "in_class": "treasury.financial_account", - "inner_classes": [ - "treasury_financial_accounts_resource_closed_status_details" - ] + "in_package": "" } }, "treasury_financial_accounts_resource_toggle_settings": { @@ -50883,10 +49924,7 @@ ], "x-stripeResource": { "class_name": "ToggleSettings", - "in_class": "treasury.financial_account", - "inner_classes": [ - "treasury_financial_accounts_resource_toggles_setting_status_details" - ] + "in_package": "" } }, "treasury_financial_accounts_resource_toggles_setting_status_details": { @@ -50937,7 +49975,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusDetails", - "in_class": "treasury_financial_accounts_resource_toggle_settings" + "in_package": "" } }, "treasury_inbound_transfers_resource_failure_details": { @@ -50971,7 +50009,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "FailureDetails", - "in_class": "treasury.inbound_transfer" + "in_package": "" } }, "treasury_inbound_transfers_resource_inbound_transfer_resource_linked_flows": { @@ -50992,7 +50030,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "LinkedFlows", - "in_class": "treasury.inbound_transfer" + "in_package": "" } }, "treasury_inbound_transfers_resource_inbound_transfer_resource_status_transitions": { @@ -51026,7 +50064,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusTransitions", - "in_class": "treasury.inbound_transfer" + "in_package": "" } }, "treasury_outbound_payments_resource_outbound_payment_resource_end_user_details": { @@ -51052,7 +50090,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "EndUserDetails", - "in_class": "treasury.outbound_payment" + "in_package": "" } }, "treasury_outbound_payments_resource_outbound_payment_resource_status_transitions": { @@ -51094,7 +50132,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusTransitions", - "in_class": "treasury.outbound_payment" + "in_package": "" } }, "treasury_outbound_payments_resource_returned_status": { @@ -51147,7 +50185,7 @@ ], "x-stripeResource": { "class_name": "ReturnedDetails", - "in_class": "treasury.outbound_payment" + "in_package": "" } }, "treasury_outbound_transfers_resource_returned_details": { @@ -51200,7 +50238,7 @@ ], "x-stripeResource": { "class_name": "ReturnedDetails", - "in_class": "treasury.outbound_transfer" + "in_package": "" } }, "treasury_outbound_transfers_resource_status_transitions": { @@ -51242,7 +50280,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusTransitions", - "in_class": "treasury.outbound_transfer" + "in_package": "" } }, "treasury_received_credits_resource_linked_flows": { @@ -51303,10 +50341,7 @@ ], "x-stripeResource": { "class_name": "LinkedFlows", - "in_class": "treasury.received_credit", - "inner_classes": [ - "treasury_received_credits_resource_source_flows_details" - ] + "in_package": "" } }, "treasury_received_credits_resource_reversal_details": { @@ -51340,7 +50375,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ReversalDetails", - "in_class": "treasury.received_credit" + "in_package": "" } }, "treasury_received_credits_resource_source_flows_details": { @@ -51379,7 +50414,7 @@ ], "x-stripeResource": { "class_name": "SourceFlowDetails", - "in_class": "treasury_received_credits_resource_linked_flows" + "in_package": "" } }, "treasury_received_credits_resource_status_transitions": { @@ -51400,7 +50435,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusTransitions", - "in_class": "treasury.received_credit" + "in_package": "" } }, "treasury_received_debits_resource_debit_reversal_linked_flows": { @@ -51421,7 +50456,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "LinkedFlows", - "in_class": "treasury.debit_reversal" + "in_package": "" } }, "treasury_received_debits_resource_linked_flows": { @@ -51463,7 +50498,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "LinkedFlows", - "in_class": "treasury.received_debit" + "in_package": "" } }, "treasury_received_debits_resource_reversal_details": { @@ -51497,7 +50532,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "ReversalDetails", - "in_class": "treasury.received_debit" + "in_package": "" } }, "treasury_received_debits_resource_status_transitions": { @@ -51518,7 +50553,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusTransitions", - "in_class": "treasury.received_debit" + "in_package": "" } }, "treasury_shared_resource_billing_details": { @@ -51552,7 +50587,7 @@ ], "x-stripeResource": { "class_name": "BillingDetails", - "in_class": "treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details" + "in_package": "" } }, "treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details": { @@ -51605,12 +50640,7 @@ ], "x-stripeResource": { "class_name": "InitiatingPaymentMethodDetails", - "in_class": "treasury.received_credit", - "inner_classes": [ - "received_payment_method_details_financial_account", - "treasury_shared_resource_billing_details", - "treasury_shared_resource_initiating_payment_method_details_us_bank_account" - ] + "in_package": "" } }, "treasury_shared_resource_initiating_payment_method_details_us_bank_account": { @@ -51645,7 +50675,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "UsBankAccount", - "in_class": "treasury_shared_resource_initiating_payment_method_details_initiating_payment_method_details" + "in_package": "" } }, "treasury_transactions_resource_abstract_transaction_resource_status_transitions": { @@ -51673,7 +50703,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "StatusTransitions", - "in_class": "treasury.transaction" + "in_package": "" } }, "treasury_transactions_resource_balance_impact": { @@ -51702,7 +50732,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "BalanceImpact", - "in_class": "treasury.transaction" + "in_package": "" } }, "treasury_transactions_resource_flow_details": { @@ -51798,7 +50828,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Networks", - "in_class": "payment_method_us_bank_account" + "in_package": "" } }, "usage_record": { @@ -51926,10 +50956,7 @@ "x-stripeResource": { "class_name": "UsageRecordSummary", "has_collection_class": true, - "in_package": "", - "inner_classes": [ - "period" - ] + "in_package": "" } }, "verification_session_redaction": { @@ -51952,7 +50979,7 @@ "x-expandableFields": [], "x-stripeResource": { "class_name": "Redaction", - "in_class": "identity.verification_session" + "in_package": "" } }, "webhook_endpoint": { @@ -52486,6 +51513,25 @@ "maxLength": 4, "type": "string" }, + "monthly_estimated_revenue": { + "description": "An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.", + "properties": { + "amount": { + "description": "A non-negative integer representing how much to charge in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).", + "type": "integer" + }, + "currency": { + "description": "Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).", + "type": "string" + } + }, + "required": [ + "amount", + "currency" + ], + "title": "monthly_estimated_revenue_specs", + "type": "object" + }, "name": { "description": "The customer-facing business name.", "maxLength": 5000, @@ -54236,6 +53282,25 @@ "maxLength": 4, "type": "string" }, + "monthly_estimated_revenue": { + "description": "An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India.", + "properties": { + "amount": { + "description": "A non-negative integer representing how much to charge in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).", + "type": "integer" + }, + "currency": { + "description": "Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).", + "type": "string" + } + }, + "required": [ + "amount", + "currency" + ], + "title": "monthly_estimated_revenue_specs", + "type": "object" + }, "name": { "description": "The customer-facing business name.", "maxLength": 5000, @@ -64683,7 +63748,7 @@ "description": "A subset of parameters to be passed to subscription creation for Checkout Sessions in `subscription` mode.", "properties": { "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. To use an application fee percent, the request must be made on behalf of another account, using the `Stripe-Account` header or an OAuth key. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. To use an application fee percent, the request must be made on behalf of another account, using the `Stripe-Account` header or an OAuth key. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", "type": "number" }, "billing_cycle_anchor": { @@ -64732,7 +63797,7 @@ "description": "If specified, the funds from the subscription's invoices will be transferred to the destination and the ID of the resulting transfers will be found on the resulting charges.", "properties": { "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", "type": "number" }, "destination": { @@ -81086,7 +80151,7 @@ "type": "object" }, "dob": { - "description": "The date of birth of this cardholder.", + "description": "The date of birth of this cardholder. Cardholders must be older than 13 years old.", "properties": { "day": { "description": "The day of birth, between 1 and 31.", @@ -82409,7 +81474,7 @@ "type": "object" }, "dob": { - "description": "The date of birth of this cardholder.", + "description": "The date of birth of this cardholder. Cardholders must be older than 13 years old.", "properties": { "day": { "description": "The day of birth, between 1 and 31.", @@ -90049,7 +89114,7 @@ "type": "string" }, "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "type": "string" }, @@ -90526,7 +89591,7 @@ "type": "string" } }, - "title": "radar_options", + "title": "radar_options_with_hidden_options", "type": "object" }, "receipt_email": { @@ -92621,7 +91686,7 @@ "type": "string" }, "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "type": "string" }, @@ -95331,7 +94396,7 @@ "type": "string" }, "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "type": "string" }, @@ -95800,7 +94865,7 @@ "type": "string" } }, - "title": "radar_options", + "title": "radar_options_with_hidden_options", "type": "object" }, "receipt_email": { @@ -96408,7 +95473,7 @@ "type": "integer" }, "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. There must be at least 1 line item with a recurring price to use this field.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. There must be at least 1 line item with a recurring price to use this field.", "type": "number" }, "automatic_tax": { @@ -104229,7 +103294,7 @@ "type": "string" } ], - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. There must be at least 1 line item with a recurring price to use this field." + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. There must be at least 1 line item with a recurring price to use this field." }, "automatic_tax": { "description": "Settings for automatic tax lookup for this quote and resulting invoices and subscriptions.", @@ -104546,7 +103611,7 @@ "type": "integer" }, "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination. There must be at least 1 line item with a recurring price to use this field.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination. There must be at least 1 line item with a recurring price to use this field.", "type": "number" }, "destination": { @@ -104764,7 +103829,7 @@ "type": "string" } ], - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. There must be at least 1 line item with a recurring price to use this field." + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. There must be at least 1 line item with a recurring price to use this field." }, "automatic_tax": { "description": "Settings for automatic tax lookup for this quote and resulting invoices and subscriptions.", @@ -105062,7 +104127,7 @@ "type": "integer" }, "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination. There must be at least 1 line item with a recurring price to use this field.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination. There must be at least 1 line item with a recurring price to use this field.", "type": "number" }, "destination": { @@ -110050,7 +109115,7 @@ "description": "If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options.", "properties": { "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "type": "string" } @@ -111219,7 +110284,7 @@ "description": "If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options.", "properties": { "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "type": "string" } @@ -112414,7 +111479,7 @@ "description": "If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options.", "properties": { "persistent_token": { - "description": "Token used for persistent Link logins.", + "description": "[Deprecated] This is a legacy parameter that no longer has any function.", "maxLength": 5000, "type": "string" } @@ -115896,7 +114961,7 @@ "description": "Object representing the subscription schedule's default settings.", "properties": { "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", "type": "number" }, "automatic_tax": { @@ -115994,7 +115059,7 @@ { "properties": { "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", "type": "number" }, "destination": { @@ -116144,7 +115209,7 @@ "type": "array" }, "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", "type": "number" }, "automatic_tax": { @@ -116419,7 +115484,7 @@ "description": "The data with which to automatically create a Transfer for each of the associated subscription's invoices.", "properties": { "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", "type": "number" }, "destination": { @@ -116607,7 +115672,7 @@ "description": "Object representing the subscription schedule's default settings.", "properties": { "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", "type": "number" }, "automatic_tax": { @@ -116705,7 +115770,7 @@ { "properties": { "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", "type": "number" }, "destination": { @@ -116850,7 +115915,7 @@ "type": "array" }, "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", "type": "number" }, "automatic_tax": { @@ -117150,7 +116215,7 @@ "description": "The data with which to automatically create a Transfer for each of the associated subscription's invoices.", "properties": { "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", "type": "number" }, "destination": { @@ -117854,7 +116919,7 @@ "type": "array" }, "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", "type": "number" }, "automatic_tax": { @@ -118531,7 +117596,7 @@ "description": "If specified, the funds from the subscription's invoices will be transferred to the destination and the ID of the resulting transfers will be found on the resulting charges.", "properties": { "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", "type": "number" }, "destination": { @@ -119102,7 +118167,7 @@ "type": "array" }, "application_fee_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees [documentation](https://stripe.com/docs/connect/subscriptions#collecting-fees-on-subscriptions).", "type": "number" }, "automatic_tax": { @@ -119869,7 +118934,7 @@ { "properties": { "amount_percent": { - "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", + "description": "A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the destination account. By default, the entire amount is transferred to the destination.", "type": "number" }, "destination": { diff --git a/pkg/cmd/resources_cmds.go b/pkg/cmd/resources_cmds.go index 3080ae8f6..cc5543456 100644 --- a/pkg/cmd/resources_cmds.go +++ b/pkg/cmd/resources_cmds.go @@ -157,8 +157,10 @@ func addAllResourcesCmds(rootCmd *cobra.Command) { }, &Config) resource.NewOperationCmd(rAccountsCmd.Cmd, "capabilities", "/v1/accounts/{account}/capabilities", http.MethodGet, map[string]string{}, &Config) resource.NewOperationCmd(rAccountsCmd.Cmd, "create", "/v1/accounts", http.MethodPost, map[string]string{ - "account_token": "string", - "business_profile.mcc": "string", + "account_token": "string", + "business_profile.mcc": "string", + "business_profile.monthly_estimated_revenue.amount": "integer", + "business_profile.monthly_estimated_revenue.currency": "string", "business_profile.name": "string", "business_profile.product_description": "string", "business_profile.support_address.city": "string", @@ -350,8 +352,10 @@ func addAllResourcesCmds(rootCmd *cobra.Command) { }, &Config) resource.NewOperationCmd(rAccountsCmd.Cmd, "retrieve", "/v1/account", http.MethodGet, map[string]string{}, &Config) resource.NewOperationCmd(rAccountsCmd.Cmd, "update", "/v1/accounts/{account}", http.MethodPost, map[string]string{ - "account_token": "string", - "business_profile.mcc": "string", + "account_token": "string", + "business_profile.mcc": "string", + "business_profile.monthly_estimated_revenue.amount": "integer", + "business_profile.monthly_estimated_revenue.currency": "string", "business_profile.name": "string", "business_profile.product_description": "string", "business_profile.support_address.city": "string",