stripe 18.1.0.pre.beta.1 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/data/ca-certificates.crt +682 -518
- data/lib/stripe/api_requestor.rb +0 -34
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +0 -209
- data/lib/stripe/object_types.rb +0 -49
- data/lib/stripe/params/account_create_params.rb +48 -329
- data/lib/stripe/params/account_external_account_create_params.rb +2 -2
- data/lib/stripe/params/account_external_account_update_params.rb +2 -2
- data/lib/stripe/params/account_person_create_params.rb +10 -10
- data/lib/stripe/params/account_person_update_params.rb +10 -10
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +47 -291
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +2 -2
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +7 -3
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +7 -3
- data/lib/stripe/params/billing_portal/session_create_params.rb +7 -7
- data/lib/stripe/params/charge_capture_params.rb +2 -1650
- data/lib/stripe/params/charge_create_params.rb +12 -12
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +3 -1651
- data/lib/stripe/params/checkout/session_create_params.rb +41 -167
- data/lib/stripe/params/checkout/session_update_params.rb +12 -152
- data/lib/stripe/params/climate/order_create_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +6 -83
- data/lib/stripe/params/coupon_create_params.rb +2 -18
- data/lib/stripe/params/coupon_update_params.rb +1 -1
- data/lib/stripe/params/credit_note_create_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +2 -2
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +11 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +1 -1
- data/lib/stripe/params/customer_create_params.rb +5 -5
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_create_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_update_params.rb +2 -2
- data/lib/stripe/params/customer_search_params.rb +1 -1
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/customer_update_params.rb +7 -7
- data/lib/stripe/params/dispute_update_params.rb +4 -13
- data/lib/stripe/params/file_create_params.rb +3 -3
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/session_create_params.rb +4 -33
- data/lib/stripe/params/forwarding/request_create_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_create_params.rb +6 -6
- data/lib/stripe/params/identity/verification_session_list_params.rb +3 -3
- data/lib/stripe/params/identity/verification_session_update_params.rb +5 -5
- data/lib/stripe/params/invoice_add_lines_params.rb +9 -41
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +29 -110
- data/lib/stripe/params/invoice_create_preview_params.rb +42 -855
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_item_create_params.rb +9 -41
- data/lib/stripe/params/invoice_item_list_params.rb +2 -2
- data/lib/stripe/params/invoice_item_update_params.rb +7 -39
- data/lib/stripe/params/invoice_line_item_update_params.rb +8 -40
- data/lib/stripe/params/invoice_list_params.rb +2 -2
- data/lib/stripe/params/invoice_remove_lines_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +9 -41
- data/lib/stripe/params/invoice_update_params.rb +26 -107
- data/lib/stripe/params/issuing/authorization_approve_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_update_params.rb +1 -1
- data/lib/stripe/params/issuing/card_create_params.rb +7 -7
- data/lib/stripe/params/issuing/card_update_params.rb +6 -6
- data/lib/stripe/params/issuing/cardholder_create_params.rb +11 -12
- data/lib/stripe/params/issuing/cardholder_update_params.rb +10 -10
- data/lib/stripe/params/issuing/dispute_create_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_update_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +13 -1639
- data/lib/stripe/params/payment_intent_confirm_params.rb +52 -3012
- data/lib/stripe/params/payment_intent_create_params.rb +68 -3028
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +11 -32
- data/lib/stripe/params/payment_intent_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +57 -3048
- data/lib/stripe/params/payment_link_create_params.rb +19 -19
- data/lib/stripe/params/payment_link_update_params.rb +9 -9
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +38 -143
- data/lib/stripe/params/payment_method_configuration_update_params.rb +38 -143
- data/lib/stripe/params/payment_method_create_params.rb +4 -81
- data/lib/stripe/params/payment_method_update_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +3 -3
- data/lib/stripe/params/payment_record_report_payment_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_refund_params.rb +3 -3
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/payout_reverse_params.rb +1 -1
- data/lib/stripe/params/payout_update_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +4 -4
- data/lib/stripe/params/plan_update_params.rb +2 -2
- data/lib/stripe/params/price_create_params.rb +6 -6
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +3 -22
- data/lib/stripe/params/product_create_params.rb +7 -7
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +4 -4
- data/lib/stripe/params/promotion_code_create_params.rb +3 -3
- data/lib/stripe/params/promotion_code_list_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +7 -805
- data/lib/stripe/params/quote_list_params.rb +2 -6
- data/lib/stripe/params/quote_update_params.rb +8 -813
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +2 -2
- data/lib/stripe/params/refund_update_params.rb +1 -1
- data/lib/stripe/params/reporting/report_run_create_params.rb +2 -2
- data/lib/stripe/params/setup_intent_confirm_params.rb +9 -164
- data/lib/stripe/params/setup_intent_create_params.rb +15 -170
- data/lib/stripe/params/setup_intent_update_params.rb +11 -166
- data/lib/stripe/params/shipping_rate_create_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_update_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +3 -3
- data/lib/stripe/params/source_update_params.rb +3 -3
- data/lib/stripe/params/subscription_create_params.rb +39 -264
- data/lib/stripe/params/subscription_item_create_params.rb +12 -56
- data/lib/stripe/params/subscription_item_delete_params.rb +2 -2
- data/lib/stripe/params/subscription_item_update_params.rb +11 -39
- data/lib/stripe/params/subscription_list_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +2 -2
- data/lib/stripe/params/subscription_schedule_create_params.rb +20 -178
- data/lib/stripe/params/subscription_schedule_update_params.rb +20 -178
- data/lib/stripe/params/subscription_search_params.rb +1 -1
- data/lib/stripe/params/subscription_update_params.rb +36 -245
- data/lib/stripe/params/tax/association_find_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_create_params.rb +7 -7
- data/lib/stripe/params/tax/settings_update_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +9 -9
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/terminal/location_create_params.rb +2 -2
- data/lib/stripe/params/terminal/location_update_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +6 -83
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +2 -26
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +2 -26
- data/lib/stripe/params/token_create_params.rb +22 -22
- data/lib/stripe/params/topup_create_params.rb +2 -2
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +3 -7
- data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_update_params.rb +1 -1
- data/lib/stripe/params/transfer_update_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_create_params.rb +2 -9
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +2 -9
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +5 -5
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +3 -27
- data/lib/stripe/params/treasury/received_credit_create_params.rb +2 -26
- data/lib/stripe/params/treasury/received_debit_create_params.rb +2 -26
- data/lib/stripe/params/v2/core/account_create_params.rb +46 -271
- data/lib/stripe/params/v2/core/account_link_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +31 -21
- data/lib/stripe/params/v2/core/account_update_params.rb +50 -268
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +5 -5
- data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
- data/lib/stripe/params.rb +0 -146
- data/lib/stripe/resources/account.rb +27 -208
- data/lib/stripe/resources/account_link.rb +1 -1
- data/lib/stripe/resources/account_session.rb +2 -83
- data/lib/stripe/resources/application_fee_refund.rb +2 -2
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +2 -2
- data/lib/stripe/resources/balance_settings.rb +1 -1
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/bank_account.rb +10 -10
- data/lib/stripe/resources/billing/alert.rb +1 -1
- data/lib/stripe/resources/billing/credit_grant.rb +2 -2
- data/lib/stripe/resources/billing/meter_event.rb +1 -1
- data/lib/stripe/resources/billing_portal/configuration.rb +5 -3
- data/lib/stripe/resources/billing_portal/session.rb +6 -6
- data/lib/stripe/resources/capability.rb +16 -16
- data/lib/stripe/resources/card.rb +2 -4
- data/lib/stripe/resources/cash_balance.rb +2 -2
- data/lib/stripe/resources/charge.rb +46 -248
- data/lib/stripe/resources/checkout/session.rb +23 -123
- data/lib/stripe/resources/climate/order.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +11 -144
- data/lib/stripe/resources/coupon.rb +4 -29
- data/lib/stripe/resources/credit_note.rb +5 -5
- data/lib/stripe/resources/credit_note_line_item.rb +1 -19
- data/lib/stripe/resources/customer.rb +8 -8
- data/lib/stripe/resources/customer_balance_transaction.rb +6 -6
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +10 -10
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +3 -3
- data/lib/stripe/resources/dispute.rb +5 -27
- data/lib/stripe/resources/entitlements/active_entitlement.rb +1 -1
- data/lib/stripe/resources/event.rb +2 -65
- data/lib/stripe/resources/exchange_rate.rb +2 -2
- data/lib/stripe/resources/file.rb +4 -4
- data/lib/stripe/resources/file_link.rb +1 -1
- data/lib/stripe/resources/financial_connections/account.rb +3 -28
- data/lib/stripe/resources/financial_connections/session.rb +3 -67
- data/lib/stripe/resources/forwarding/request.rb +1 -1
- data/lib/stripe/resources/funding_instructions.rb +14 -14
- data/lib/stripe/resources/identity/verification_report.rb +9 -9
- data/lib/stripe/resources/identity/verification_session.rb +11 -11
- data/lib/stripe/resources/invoice.rb +49 -166
- data/lib/stripe/resources/invoice_item.rb +6 -8
- data/lib/stripe/resources/invoice_line_item.rb +6 -44
- data/lib/stripe/resources/invoice_payment.rb +1 -1
- data/lib/stripe/resources/invoice_rendering_template.rb +1 -1
- data/lib/stripe/resources/issuing/authorization.rb +20 -20
- data/lib/stripe/resources/issuing/card.rb +12 -12
- data/lib/stripe/resources/issuing/cardholder.rb +14 -14
- data/lib/stripe/resources/issuing/dispute.rb +7 -7
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/token.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +12 -14
- data/lib/stripe/resources/line_item.rb +4 -69
- data/lib/stripe/resources/login_link.rb +1 -1
- data/lib/stripe/resources/mandate.rb +0 -43
- data/lib/stripe/resources/payment_attempt_record.rb +79 -201
- data/lib/stripe/resources/payment_intent.rb +59 -751
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +3 -3
- data/lib/stripe/resources/payment_link.rb +7 -7
- data/lib/stripe/resources/payment_method.rb +13 -148
- data/lib/stripe/resources/payment_method_configuration.rb +4 -174
- data/lib/stripe/resources/payment_method_domain.rb +1 -1
- data/lib/stripe/resources/payment_record.rb +81 -201
- data/lib/stripe/resources/payout.rb +7 -7
- data/lib/stripe/resources/person.rb +23 -23
- data/lib/stripe/resources/plan.rb +5 -5
- data/lib/stripe/resources/price.rb +6 -26
- data/lib/stripe/resources/product.rb +9 -9
- data/lib/stripe/resources/promotion_code.rb +4 -4
- data/lib/stripe/resources/quote.rb +14 -581
- data/lib/stripe/resources/radar/early_fraud_warning.rb +1 -1
- data/lib/stripe/resources/radar/value_list.rb +2 -2
- data/lib/stripe/resources/radar/value_list_item.rb +1 -1
- data/lib/stripe/resources/refund.rb +3 -21
- data/lib/stripe/resources/reporting/report_run.rb +3 -3
- data/lib/stripe/resources/reporting/report_type.rb +3 -3
- data/lib/stripe/resources/reversal.rb +4 -4
- data/lib/stripe/resources/review.rb +1 -1
- data/lib/stripe/resources/setup_attempt.rb +17 -65
- data/lib/stripe/resources/setup_intent.rb +20 -107
- data/lib/stripe/resources/shipping_rate.rb +3 -3
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
- data/lib/stripe/resources/source.rb +8 -46
- data/lib/stripe/resources/source_mandate_notification.rb +3 -3
- data/lib/stripe/resources/subscription.rb +23 -221
- data/lib/stripe/resources/subscription_item.rb +8 -27
- data/lib/stripe/resources/subscription_schedule.rb +11 -204
- data/lib/stripe/resources/tax/association.rb +3 -3
- data/lib/stripe/resources/tax/calculation.rb +12 -12
- data/lib/stripe/resources/tax/calculation_line_item.rb +7 -7
- data/lib/stripe/resources/tax/registration.rb +3 -3
- data/lib/stripe/resources/tax/settings.rb +2 -2
- data/lib/stripe/resources/tax/transaction.rb +9 -9
- data/lib/stripe/resources/tax/transaction_line_item.rb +5 -5
- data/lib/stripe/resources/tax_id.rb +4 -4
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/connection_token.rb +1 -1
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/reader.rb +10 -18
- data/lib/stripe/resources/token.rb +4 -4
- data/lib/stripe/resources/topup.rb +3 -3
- data/lib/stripe/resources/transfer.rb +5 -7
- data/lib/stripe/resources/treasury/credit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/debit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/financial_account.rb +1 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +5 -5
- data/lib/stripe/resources/treasury/outbound_payment.rb +6 -6
- data/lib/stripe/resources/treasury/outbound_transfer.rb +5 -35
- data/lib/stripe/resources/treasury/received_credit.rb +10 -40
- data/lib/stripe/resources/treasury/received_debit.rb +7 -39
- data/lib/stripe/resources/treasury/transaction.rb +11 -11
- data/lib/stripe/resources/treasury/transaction_entry.rb +11 -11
- data/lib/stripe/resources/v2/core/account.rb +133 -789
- data/lib/stripe/resources/v2/core/account_link.rb +11 -11
- data/lib/stripe/resources/v2/core/account_person.rb +10 -10
- data/lib/stripe/resources/webhook_endpoint.rb +1 -1
- data/lib/stripe/resources.rb +0 -100
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -37
- data/lib/stripe/services/payment_method_service.rb +1 -1
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -2
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -8
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core/account_link_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_service.rb +0 -4
- data/lib/stripe/services/v2/core/accounts/person_service.rb +2 -2
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -3
- data/lib/stripe/services.rb +0 -51
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +31 -2
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +17422 -76304
- metadata +4 -301
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -2061
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -2065
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -570
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -50
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -98
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -67
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -85
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -77
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -23
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
- data/lib/stripe/resources/capital/financing_offer.rb +0 -142
- data/lib/stripe/resources/capital/financing_summary.rb +0 -79
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/quote_line.rb +0 -521
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1150
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -732
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -609
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -81
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -30
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -67
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -140
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -217
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -144
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -196
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -109
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -228
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -116
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -73
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -63
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stripe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.1.0
|
|
4
|
+
version: 18.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Stripe is the easiest way to accept payments online. See https://stripe.com
|
|
14
14
|
for details.
|
|
@@ -40,61 +40,7 @@ files:
|
|
|
40
40
|
- lib/stripe/events/unknown_event_notification.rb
|
|
41
41
|
- lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
|
|
42
42
|
- lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
|
|
43
|
-
- lib/stripe/events/v2_core_account_closed_event.rb
|
|
44
|
-
- lib/stripe/events/v2_core_account_created_event.rb
|
|
45
|
-
- lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
|
|
46
|
-
- lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb
|
|
47
|
-
- lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb
|
|
48
|
-
- lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb
|
|
49
|
-
- lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb
|
|
50
|
-
- lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb
|
|
51
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
|
|
52
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
|
|
53
|
-
- lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
|
|
54
|
-
- lib/stripe/events/v2_core_account_including_identity_updated_event.rb
|
|
55
|
-
- lib/stripe/events/v2_core_account_including_requirements_updated_event.rb
|
|
56
|
-
- lib/stripe/events/v2_core_account_link_returned_event.rb
|
|
57
|
-
- lib/stripe/events/v2_core_account_person_created_event.rb
|
|
58
|
-
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
|
59
|
-
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
|
60
|
-
- lib/stripe/events/v2_core_account_updated_event.rb
|
|
61
43
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
|
62
|
-
- lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
|
|
63
|
-
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
|
64
|
-
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
|
65
|
-
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
|
66
|
-
- lib/stripe/events/v2_money_management_financial_address_activated_event.rb
|
|
67
|
-
- lib/stripe/events/v2_money_management_financial_address_failed_event.rb
|
|
68
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb
|
|
69
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb
|
|
70
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb
|
|
71
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb
|
|
72
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb
|
|
73
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb
|
|
74
|
-
- lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb
|
|
75
|
-
- lib/stripe/events/v2_money_management_outbound_payment_created_event.rb
|
|
76
|
-
- lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb
|
|
77
|
-
- lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb
|
|
78
|
-
- lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb
|
|
79
|
-
- lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb
|
|
80
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb
|
|
81
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb
|
|
82
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb
|
|
83
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb
|
|
84
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb
|
|
85
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb
|
|
86
|
-
- lib/stripe/events/v2_money_management_payout_method_updated_event.rb
|
|
87
|
-
- lib/stripe/events/v2_money_management_received_credit_available_event.rb
|
|
88
|
-
- lib/stripe/events/v2_money_management_received_credit_failed_event.rb
|
|
89
|
-
- lib/stripe/events/v2_money_management_received_credit_returned_event.rb
|
|
90
|
-
- lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb
|
|
91
|
-
- lib/stripe/events/v2_money_management_received_debit_canceled_event.rb
|
|
92
|
-
- lib/stripe/events/v2_money_management_received_debit_failed_event.rb
|
|
93
|
-
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
|
94
|
-
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
|
95
|
-
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
|
96
|
-
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
|
97
|
-
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
|
98
44
|
- lib/stripe/instrumentation.rb
|
|
99
45
|
- lib/stripe/list_object.rb
|
|
100
46
|
- lib/stripe/multipart_encoder.rb
|
|
@@ -114,9 +60,6 @@ files:
|
|
|
114
60
|
- lib/stripe/params/account_link_create_params.rb
|
|
115
61
|
- lib/stripe/params/account_list_params.rb
|
|
116
62
|
- lib/stripe/params/account_login_link_create_params.rb
|
|
117
|
-
- lib/stripe/params/account_notice_list_params.rb
|
|
118
|
-
- lib/stripe/params/account_notice_retrieve_params.rb
|
|
119
|
-
- lib/stripe/params/account_notice_update_params.rb
|
|
120
63
|
- lib/stripe/params/account_person_create_params.rb
|
|
121
64
|
- lib/stripe/params/account_person_delete_params.rb
|
|
122
65
|
- lib/stripe/params/account_person_list_params.rb
|
|
@@ -153,7 +96,6 @@ files:
|
|
|
153
96
|
- lib/stripe/params/billing/alert_deactivate_params.rb
|
|
154
97
|
- lib/stripe/params/billing/alert_list_params.rb
|
|
155
98
|
- lib/stripe/params/billing/alert_retrieve_params.rb
|
|
156
|
-
- lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb
|
|
157
99
|
- lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb
|
|
158
100
|
- lib/stripe/params/billing/credit_balance_transaction_list_params.rb
|
|
159
101
|
- lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb
|
|
@@ -177,12 +119,6 @@ files:
|
|
|
177
119
|
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
|
178
120
|
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
|
179
121
|
- lib/stripe/params/billing_portal/session_create_params.rb
|
|
180
|
-
- lib/stripe/params/capital/financing_offer_list_params.rb
|
|
181
|
-
- lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
|
|
182
|
-
- lib/stripe/params/capital/financing_offer_retrieve_params.rb
|
|
183
|
-
- lib/stripe/params/capital/financing_summary_retrieve_params.rb
|
|
184
|
-
- lib/stripe/params/capital/financing_transaction_list_params.rb
|
|
185
|
-
- lib/stripe/params/capital/financing_transaction_retrieve_params.rb
|
|
186
122
|
- lib/stripe/params/charge_capture_params.rb
|
|
187
123
|
- lib/stripe/params/charge_create_params.rb
|
|
188
124
|
- lib/stripe/params/charge_list_params.rb
|
|
@@ -272,11 +208,6 @@ files:
|
|
|
272
208
|
- lib/stripe/params/event_retrieve_params.rb
|
|
273
209
|
- lib/stripe/params/exchange_rate_list_params.rb
|
|
274
210
|
- lib/stripe/params/exchange_rate_retrieve_params.rb
|
|
275
|
-
- lib/stripe/params/external_account_create_params.rb
|
|
276
|
-
- lib/stripe/params/external_account_delete_params.rb
|
|
277
|
-
- lib/stripe/params/external_account_list_params.rb
|
|
278
|
-
- lib/stripe/params/external_account_retrieve_params.rb
|
|
279
|
-
- lib/stripe/params/external_account_update_params.rb
|
|
280
211
|
- lib/stripe/params/file_create_params.rb
|
|
281
212
|
- lib/stripe/params/file_link_create_params.rb
|
|
282
213
|
- lib/stripe/params/file_link_list_params.rb
|
|
@@ -285,7 +216,6 @@ files:
|
|
|
285
216
|
- lib/stripe/params/file_list_params.rb
|
|
286
217
|
- lib/stripe/params/file_retrieve_params.rb
|
|
287
218
|
- lib/stripe/params/financial_connections/account_disconnect_params.rb
|
|
288
|
-
- lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb
|
|
289
219
|
- lib/stripe/params/financial_connections/account_list_owners_params.rb
|
|
290
220
|
- lib/stripe/params/financial_connections/account_list_params.rb
|
|
291
221
|
- lib/stripe/params/financial_connections/account_owner_list_params.rb
|
|
@@ -294,8 +224,6 @@ files:
|
|
|
294
224
|
- lib/stripe/params/financial_connections/account_retrieve_params.rb
|
|
295
225
|
- lib/stripe/params/financial_connections/account_subscribe_params.rb
|
|
296
226
|
- lib/stripe/params/financial_connections/account_unsubscribe_params.rb
|
|
297
|
-
- lib/stripe/params/financial_connections/institution_list_params.rb
|
|
298
|
-
- lib/stripe/params/financial_connections/institution_retrieve_params.rb
|
|
299
227
|
- lib/stripe/params/financial_connections/session_create_params.rb
|
|
300
228
|
- lib/stripe/params/financial_connections/session_retrieve_params.rb
|
|
301
229
|
- lib/stripe/params/financial_connections/transaction_list_params.rb
|
|
@@ -303,9 +231,6 @@ files:
|
|
|
303
231
|
- lib/stripe/params/forwarding/request_create_params.rb
|
|
304
232
|
- lib/stripe/params/forwarding/request_list_params.rb
|
|
305
233
|
- lib/stripe/params/forwarding/request_retrieve_params.rb
|
|
306
|
-
- lib/stripe/params/fx_quote_create_params.rb
|
|
307
|
-
- lib/stripe/params/fx_quote_list_params.rb
|
|
308
|
-
- lib/stripe/params/fx_quote_retrieve_params.rb
|
|
309
234
|
- lib/stripe/params/identity/verification_report_list_params.rb
|
|
310
235
|
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
|
311
236
|
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
|
@@ -368,21 +293,11 @@ files:
|
|
|
368
293
|
- lib/stripe/params/issuing/cardholder_list_params.rb
|
|
369
294
|
- lib/stripe/params/issuing/cardholder_retrieve_params.rb
|
|
370
295
|
- lib/stripe/params/issuing/cardholder_update_params.rb
|
|
371
|
-
- lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb
|
|
372
|
-
- lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb
|
|
373
|
-
- lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb
|
|
374
|
-
- lib/stripe/params/issuing/credit_underwriting_record_list_params.rb
|
|
375
|
-
- lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb
|
|
376
|
-
- lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb
|
|
377
296
|
- lib/stripe/params/issuing/dispute_create_params.rb
|
|
378
297
|
- lib/stripe/params/issuing/dispute_list_params.rb
|
|
379
298
|
- lib/stripe/params/issuing/dispute_retrieve_params.rb
|
|
380
|
-
- lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb
|
|
381
|
-
- lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb
|
|
382
299
|
- lib/stripe/params/issuing/dispute_submit_params.rb
|
|
383
300
|
- lib/stripe/params/issuing/dispute_update_params.rb
|
|
384
|
-
- lib/stripe/params/issuing/fraud_liability_debit_list_params.rb
|
|
385
|
-
- lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb
|
|
386
301
|
- lib/stripe/params/issuing/personalization_design_activate_params.rb
|
|
387
302
|
- lib/stripe/params/issuing/personalization_design_create_params.rb
|
|
388
303
|
- lib/stripe/params/issuing/personalization_design_deactivate_params.rb
|
|
@@ -401,21 +316,7 @@ files:
|
|
|
401
316
|
- lib/stripe/params/issuing/transaction_refund_params.rb
|
|
402
317
|
- lib/stripe/params/issuing/transaction_retrieve_params.rb
|
|
403
318
|
- lib/stripe/params/issuing/transaction_update_params.rb
|
|
404
|
-
- lib/stripe/params/mandate_list_params.rb
|
|
405
319
|
- lib/stripe/params/mandate_retrieve_params.rb
|
|
406
|
-
- lib/stripe/params/margin_create_params.rb
|
|
407
|
-
- lib/stripe/params/margin_list_params.rb
|
|
408
|
-
- lib/stripe/params/margin_retrieve_params.rb
|
|
409
|
-
- lib/stripe/params/margin_update_params.rb
|
|
410
|
-
- lib/stripe/params/order_cancel_params.rb
|
|
411
|
-
- lib/stripe/params/order_create_params.rb
|
|
412
|
-
- lib/stripe/params/order_line_item_list_params.rb
|
|
413
|
-
- lib/stripe/params/order_list_line_items_params.rb
|
|
414
|
-
- lib/stripe/params/order_list_params.rb
|
|
415
|
-
- lib/stripe/params/order_reopen_params.rb
|
|
416
|
-
- lib/stripe/params/order_retrieve_params.rb
|
|
417
|
-
- lib/stripe/params/order_submit_params.rb
|
|
418
|
-
- lib/stripe/params/order_update_params.rb
|
|
419
320
|
- lib/stripe/params/payment_attempt_record_list_params.rb
|
|
420
321
|
- lib/stripe/params/payment_attempt_record_retrieve_params.rb
|
|
421
322
|
- lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb
|
|
@@ -424,12 +325,10 @@ files:
|
|
|
424
325
|
- lib/stripe/params/payment_intent_capture_params.rb
|
|
425
326
|
- lib/stripe/params/payment_intent_confirm_params.rb
|
|
426
327
|
- lib/stripe/params/payment_intent_create_params.rb
|
|
427
|
-
- lib/stripe/params/payment_intent_decrement_authorization_params.rb
|
|
428
328
|
- lib/stripe/params/payment_intent_increment_authorization_params.rb
|
|
429
329
|
- lib/stripe/params/payment_intent_list_params.rb
|
|
430
330
|
- lib/stripe/params/payment_intent_retrieve_params.rb
|
|
431
331
|
- lib/stripe/params/payment_intent_search_params.rb
|
|
432
|
-
- lib/stripe/params/payment_intent_trigger_action_params.rb
|
|
433
332
|
- lib/stripe/params/payment_intent_update_params.rb
|
|
434
333
|
- lib/stripe/params/payment_intent_verify_microdeposits_params.rb
|
|
435
334
|
- lib/stripe/params/payment_link_create_params.rb
|
|
@@ -477,14 +376,6 @@ files:
|
|
|
477
376
|
- lib/stripe/params/price_retrieve_params.rb
|
|
478
377
|
- lib/stripe/params/price_search_params.rb
|
|
479
378
|
- lib/stripe/params/price_update_params.rb
|
|
480
|
-
- lib/stripe/params/privacy/redaction_job_cancel_params.rb
|
|
481
|
-
- lib/stripe/params/privacy/redaction_job_create_params.rb
|
|
482
|
-
- lib/stripe/params/privacy/redaction_job_list_params.rb
|
|
483
|
-
- lib/stripe/params/privacy/redaction_job_retrieve_params.rb
|
|
484
|
-
- lib/stripe/params/privacy/redaction_job_run_params.rb
|
|
485
|
-
- lib/stripe/params/privacy/redaction_job_update_params.rb
|
|
486
|
-
- lib/stripe/params/privacy/redaction_job_validate_params.rb
|
|
487
|
-
- lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
|
|
488
379
|
- lib/stripe/params/product_create_params.rb
|
|
489
380
|
- lib/stripe/params/product_delete_params.rb
|
|
490
381
|
- lib/stripe/params/product_feature_create_params.rb
|
|
@@ -505,18 +396,10 @@ files:
|
|
|
505
396
|
- lib/stripe/params/quote_create_params.rb
|
|
506
397
|
- lib/stripe/params/quote_finalize_quote_params.rb
|
|
507
398
|
- lib/stripe/params/quote_line_item_list_params.rb
|
|
508
|
-
- lib/stripe/params/quote_line_list_params.rb
|
|
509
399
|
- lib/stripe/params/quote_list_computed_upfront_line_items_params.rb
|
|
510
400
|
- lib/stripe/params/quote_list_line_items_params.rb
|
|
511
|
-
- lib/stripe/params/quote_list_lines_params.rb
|
|
512
401
|
- lib/stripe/params/quote_list_params.rb
|
|
513
|
-
- lib/stripe/params/quote_list_preview_invoice_lines_params.rb
|
|
514
|
-
- lib/stripe/params/quote_mark_draft_params.rb
|
|
515
|
-
- lib/stripe/params/quote_mark_stale_params.rb
|
|
516
402
|
- lib/stripe/params/quote_pdf_params.rb
|
|
517
|
-
- lib/stripe/params/quote_preview_invoice_list_params.rb
|
|
518
|
-
- lib/stripe/params/quote_preview_subscription_schedule_list_params.rb
|
|
519
|
-
- lib/stripe/params/quote_reestimate_params.rb
|
|
520
403
|
- lib/stripe/params/quote_retrieve_params.rb
|
|
521
404
|
- lib/stripe/params/quote_update_params.rb
|
|
522
405
|
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
|
@@ -564,7 +447,6 @@ files:
|
|
|
564
447
|
- lib/stripe/params/source_transaction_list_params.rb
|
|
565
448
|
- lib/stripe/params/source_update_params.rb
|
|
566
449
|
- lib/stripe/params/source_verify_params.rb
|
|
567
|
-
- lib/stripe/params/subscription_attach_cadence_params.rb
|
|
568
450
|
- lib/stripe/params/subscription_cancel_params.rb
|
|
569
451
|
- lib/stripe/params/subscription_create_params.rb
|
|
570
452
|
- lib/stripe/params/subscription_delete_discount_params.rb
|
|
@@ -577,7 +459,6 @@ files:
|
|
|
577
459
|
- lib/stripe/params/subscription_migrate_params.rb
|
|
578
460
|
- lib/stripe/params/subscription_resume_params.rb
|
|
579
461
|
- lib/stripe/params/subscription_retrieve_params.rb
|
|
580
|
-
- lib/stripe/params/subscription_schedule_amend_params.rb
|
|
581
462
|
- lib/stripe/params/subscription_schedule_cancel_params.rb
|
|
582
463
|
- lib/stripe/params/subscription_schedule_create_params.rb
|
|
583
464
|
- lib/stripe/params/subscription_schedule_list_params.rb
|
|
@@ -591,9 +472,6 @@ files:
|
|
|
591
472
|
- lib/stripe/params/tax/calculation_line_item_list_params.rb
|
|
592
473
|
- lib/stripe/params/tax/calculation_list_line_items_params.rb
|
|
593
474
|
- lib/stripe/params/tax/calculation_retrieve_params.rb
|
|
594
|
-
- lib/stripe/params/tax/form_list_params.rb
|
|
595
|
-
- lib/stripe/params/tax/form_pdf_params.rb
|
|
596
|
-
- lib/stripe/params/tax/form_retrieve_params.rb
|
|
597
475
|
- lib/stripe/params/tax/registration_create_params.rb
|
|
598
476
|
- lib/stripe/params/tax/registration_list_params.rb
|
|
599
477
|
- lib/stripe/params/tax/registration_retrieve_params.rb
|
|
@@ -630,7 +508,6 @@ files:
|
|
|
630
508
|
- lib/stripe/params/terminal/reader_cancel_action_params.rb
|
|
631
509
|
- lib/stripe/params/terminal/reader_collect_inputs_params.rb
|
|
632
510
|
- lib/stripe/params/terminal/reader_collect_payment_method_params.rb
|
|
633
|
-
- lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb
|
|
634
511
|
- lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb
|
|
635
512
|
- lib/stripe/params/terminal/reader_create_params.rb
|
|
636
513
|
- lib/stripe/params/terminal/reader_delete_params.rb
|
|
@@ -749,31 +626,10 @@ files:
|
|
|
749
626
|
- lib/stripe/params/treasury/transaction_entry_retrieve_params.rb
|
|
750
627
|
- lib/stripe/params/treasury/transaction_list_params.rb
|
|
751
628
|
- lib/stripe/params/treasury/transaction_retrieve_params.rb
|
|
752
|
-
- lib/stripe/params/v2/billing/bill_setting_create_params.rb
|
|
753
|
-
- lib/stripe/params/v2/billing/bill_setting_list_params.rb
|
|
754
|
-
- lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb
|
|
755
|
-
- lib/stripe/params/v2/billing/bill_setting_update_params.rb
|
|
756
|
-
- lib/stripe/params/v2/billing/bill_settings/version_list_params.rb
|
|
757
|
-
- lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb
|
|
758
|
-
- lib/stripe/params/v2/billing/cadence_cancel_params.rb
|
|
759
|
-
- lib/stripe/params/v2/billing/cadence_create_params.rb
|
|
760
|
-
- lib/stripe/params/v2/billing/cadence_list_params.rb
|
|
761
|
-
- lib/stripe/params/v2/billing/cadence_retrieve_params.rb
|
|
762
|
-
- lib/stripe/params/v2/billing/cadence_update_params.rb
|
|
763
|
-
- lib/stripe/params/v2/billing/collection_setting_create_params.rb
|
|
764
|
-
- lib/stripe/params/v2/billing/collection_setting_list_params.rb
|
|
765
|
-
- lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb
|
|
766
|
-
- lib/stripe/params/v2/billing/collection_setting_update_params.rb
|
|
767
|
-
- lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
|
|
768
|
-
- lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
|
|
769
629
|
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
|
770
630
|
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
|
771
631
|
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
|
772
632
|
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
|
773
|
-
- lib/stripe/params/v2/billing/profile_create_params.rb
|
|
774
|
-
- lib/stripe/params/v2/billing/profile_list_params.rb
|
|
775
|
-
- lib/stripe/params/v2/billing/profile_retrieve_params.rb
|
|
776
|
-
- lib/stripe/params/v2/billing/profile_update_params.rb
|
|
777
633
|
- lib/stripe/params/v2/core/account_close_params.rb
|
|
778
634
|
- lib/stripe/params/v2/core/account_create_params.rb
|
|
779
635
|
- lib/stripe/params/v2/core/account_link_create_params.rb
|
|
@@ -799,62 +655,6 @@ files:
|
|
|
799
655
|
- lib/stripe/params/v2/core/event_destination_update_params.rb
|
|
800
656
|
- lib/stripe/params/v2/core/event_list_params.rb
|
|
801
657
|
- lib/stripe/params/v2/core/event_retrieve_params.rb
|
|
802
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb
|
|
803
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb
|
|
804
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb
|
|
805
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb
|
|
806
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb
|
|
807
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb
|
|
808
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb
|
|
809
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb
|
|
810
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb
|
|
811
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb
|
|
812
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
|
|
813
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb
|
|
814
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
|
|
815
|
-
- lib/stripe/params/v2/money_management/adjustment_list_params.rb
|
|
816
|
-
- lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
|
|
817
|
-
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
|
|
818
|
-
- lib/stripe/params/v2/money_management/financial_account_create_params.rb
|
|
819
|
-
- lib/stripe/params/v2/money_management/financial_account_list_params.rb
|
|
820
|
-
- lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb
|
|
821
|
-
- lib/stripe/params/v2/money_management/financial_account_update_params.rb
|
|
822
|
-
- lib/stripe/params/v2/money_management/financial_address_create_params.rb
|
|
823
|
-
- lib/stripe/params/v2/money_management/financial_address_list_params.rb
|
|
824
|
-
- lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb
|
|
825
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb
|
|
826
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb
|
|
827
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb
|
|
828
|
-
- lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb
|
|
829
|
-
- lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
|
|
830
|
-
- lib/stripe/params/v2/money_management/outbound_payment_list_params.rb
|
|
831
|
-
- lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb
|
|
832
|
-
- lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb
|
|
833
|
-
- lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb
|
|
834
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb
|
|
835
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb
|
|
836
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb
|
|
837
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb
|
|
838
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb
|
|
839
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb
|
|
840
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
|
|
841
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb
|
|
842
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb
|
|
843
|
-
- lib/stripe/params/v2/money_management/payout_method_archive_params.rb
|
|
844
|
-
- lib/stripe/params/v2/money_management/payout_method_list_params.rb
|
|
845
|
-
- lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb
|
|
846
|
-
- lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb
|
|
847
|
-
- lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb
|
|
848
|
-
- lib/stripe/params/v2/money_management/received_credit_list_params.rb
|
|
849
|
-
- lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
|
|
850
|
-
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
|
|
851
|
-
- lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
|
|
852
|
-
- lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
|
|
853
|
-
- lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
|
|
854
|
-
- lib/stripe/params/v2/money_management/transaction_list_params.rb
|
|
855
|
-
- lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
|
|
856
|
-
- lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
|
|
857
|
-
- lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
|
|
858
658
|
- lib/stripe/params/webhook_endpoint_create_params.rb
|
|
859
659
|
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
|
860
660
|
- lib/stripe/params/webhook_endpoint_list_params.rb
|
|
@@ -865,7 +665,6 @@ files:
|
|
|
865
665
|
- lib/stripe/resources.rb
|
|
866
666
|
- lib/stripe/resources/account.rb
|
|
867
667
|
- lib/stripe/resources/account_link.rb
|
|
868
|
-
- lib/stripe/resources/account_notice.rb
|
|
869
668
|
- lib/stripe/resources/account_session.rb
|
|
870
669
|
- lib/stripe/resources/alipay_account.rb
|
|
871
670
|
- lib/stripe/resources/apple_pay_domain.rb
|
|
@@ -879,8 +678,6 @@ files:
|
|
|
879
678
|
- lib/stripe/resources/bank_account.rb
|
|
880
679
|
- lib/stripe/resources/billing/alert.rb
|
|
881
680
|
- lib/stripe/resources/billing/alert_triggered.rb
|
|
882
|
-
- lib/stripe/resources/billing/analytics/meter_usage.rb
|
|
883
|
-
- lib/stripe/resources/billing/analytics/meter_usage_row.rb
|
|
884
681
|
- lib/stripe/resources/billing/credit_balance_summary.rb
|
|
885
682
|
- lib/stripe/resources/billing/credit_balance_transaction.rb
|
|
886
683
|
- lib/stripe/resources/billing/credit_grant.rb
|
|
@@ -891,9 +688,6 @@ files:
|
|
|
891
688
|
- lib/stripe/resources/billing_portal/configuration.rb
|
|
892
689
|
- lib/stripe/resources/billing_portal/session.rb
|
|
893
690
|
- lib/stripe/resources/capability.rb
|
|
894
|
-
- lib/stripe/resources/capital/financing_offer.rb
|
|
895
|
-
- lib/stripe/resources/capital/financing_summary.rb
|
|
896
|
-
- lib/stripe/resources/capital/financing_transaction.rb
|
|
897
691
|
- lib/stripe/resources/card.rb
|
|
898
692
|
- lib/stripe/resources/cash_balance.rb
|
|
899
693
|
- lib/stripe/resources/charge.rb
|
|
@@ -922,15 +716,12 @@ files:
|
|
|
922
716
|
- lib/stripe/resources/file.rb
|
|
923
717
|
- lib/stripe/resources/file_link.rb
|
|
924
718
|
- lib/stripe/resources/financial_connections/account.rb
|
|
925
|
-
- lib/stripe/resources/financial_connections/account_inferred_balance.rb
|
|
926
719
|
- lib/stripe/resources/financial_connections/account_owner.rb
|
|
927
720
|
- lib/stripe/resources/financial_connections/account_ownership.rb
|
|
928
|
-
- lib/stripe/resources/financial_connections/institution.rb
|
|
929
721
|
- lib/stripe/resources/financial_connections/session.rb
|
|
930
722
|
- lib/stripe/resources/financial_connections/transaction.rb
|
|
931
723
|
- lib/stripe/resources/forwarding/request.rb
|
|
932
724
|
- lib/stripe/resources/funding_instructions.rb
|
|
933
|
-
- lib/stripe/resources/fx_quote.rb
|
|
934
725
|
- lib/stripe/resources/identity/verification_report.rb
|
|
935
726
|
- lib/stripe/resources/identity/verification_session.rb
|
|
936
727
|
- lib/stripe/resources/invoice.rb
|
|
@@ -941,20 +732,14 @@ files:
|
|
|
941
732
|
- lib/stripe/resources/issuing/authorization.rb
|
|
942
733
|
- lib/stripe/resources/issuing/card.rb
|
|
943
734
|
- lib/stripe/resources/issuing/cardholder.rb
|
|
944
|
-
- lib/stripe/resources/issuing/credit_underwriting_record.rb
|
|
945
735
|
- lib/stripe/resources/issuing/dispute.rb
|
|
946
|
-
- lib/stripe/resources/issuing/dispute_settlement_detail.rb
|
|
947
|
-
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
|
948
736
|
- lib/stripe/resources/issuing/personalization_design.rb
|
|
949
737
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
|
950
|
-
- lib/stripe/resources/issuing/settlement.rb
|
|
951
738
|
- lib/stripe/resources/issuing/token.rb
|
|
952
739
|
- lib/stripe/resources/issuing/transaction.rb
|
|
953
740
|
- lib/stripe/resources/line_item.rb
|
|
954
741
|
- lib/stripe/resources/login_link.rb
|
|
955
742
|
- lib/stripe/resources/mandate.rb
|
|
956
|
-
- lib/stripe/resources/margin.rb
|
|
957
|
-
- lib/stripe/resources/order.rb
|
|
958
743
|
- lib/stripe/resources/payment_attempt_record.rb
|
|
959
744
|
- lib/stripe/resources/payment_intent.rb
|
|
960
745
|
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
|
@@ -967,15 +752,10 @@ files:
|
|
|
967
752
|
- lib/stripe/resources/person.rb
|
|
968
753
|
- lib/stripe/resources/plan.rb
|
|
969
754
|
- lib/stripe/resources/price.rb
|
|
970
|
-
- lib/stripe/resources/privacy/redaction_job.rb
|
|
971
|
-
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
|
972
755
|
- lib/stripe/resources/product.rb
|
|
973
756
|
- lib/stripe/resources/product_feature.rb
|
|
974
757
|
- lib/stripe/resources/promotion_code.rb
|
|
975
758
|
- lib/stripe/resources/quote.rb
|
|
976
|
-
- lib/stripe/resources/quote_line.rb
|
|
977
|
-
- lib/stripe/resources/quote_preview_invoice.rb
|
|
978
|
-
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
|
979
759
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
|
980
760
|
- lib/stripe/resources/radar/value_list.rb
|
|
981
761
|
- lib/stripe/resources/radar/value_list_item.rb
|
|
@@ -999,7 +779,6 @@ files:
|
|
|
999
779
|
- lib/stripe/resources/tax/association.rb
|
|
1000
780
|
- lib/stripe/resources/tax/calculation.rb
|
|
1001
781
|
- lib/stripe/resources/tax/calculation_line_item.rb
|
|
1002
|
-
- lib/stripe/resources/tax/form.rb
|
|
1003
782
|
- lib/stripe/resources/tax/registration.rb
|
|
1004
783
|
- lib/stripe/resources/tax/settings.rb
|
|
1005
784
|
- lib/stripe/resources/tax/transaction.rb
|
|
@@ -1013,7 +792,6 @@ files:
|
|
|
1013
792
|
- lib/stripe/resources/terminal/location.rb
|
|
1014
793
|
- lib/stripe/resources/terminal/onboarding_link.rb
|
|
1015
794
|
- lib/stripe/resources/terminal/reader.rb
|
|
1016
|
-
- lib/stripe/resources/terminal/reader_collected_data.rb
|
|
1017
795
|
- lib/stripe/resources/test_helpers/test_clock.rb
|
|
1018
796
|
- lib/stripe/resources/token.rb
|
|
1019
797
|
- lib/stripe/resources/topup.rb
|
|
@@ -1030,15 +808,9 @@ files:
|
|
|
1030
808
|
- lib/stripe/resources/treasury/transaction.rb
|
|
1031
809
|
- lib/stripe/resources/treasury/transaction_entry.rb
|
|
1032
810
|
- lib/stripe/resources/v2/amount.rb
|
|
1033
|
-
- lib/stripe/resources/v2/billing/bill_setting.rb
|
|
1034
|
-
- lib/stripe/resources/v2/billing/bill_setting_version.rb
|
|
1035
|
-
- lib/stripe/resources/v2/billing/cadence.rb
|
|
1036
|
-
- lib/stripe/resources/v2/billing/collection_setting.rb
|
|
1037
|
-
- lib/stripe/resources/v2/billing/collection_setting_version.rb
|
|
1038
811
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
|
1039
812
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
|
1040
813
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
|
1041
|
-
- lib/stripe/resources/v2/billing/profile.rb
|
|
1042
814
|
- lib/stripe/resources/v2/core/account.rb
|
|
1043
815
|
- lib/stripe/resources/v2/core/account_link.rb
|
|
1044
816
|
- lib/stripe/resources/v2/core/account_person.rb
|
|
@@ -1047,25 +819,7 @@ files:
|
|
|
1047
819
|
- lib/stripe/resources/v2/core/event.rb
|
|
1048
820
|
- lib/stripe/resources/v2/core/event_destination.rb
|
|
1049
821
|
- lib/stripe/resources/v2/core/event_notification.rb
|
|
1050
|
-
- lib/stripe/resources/v2/core/vault/gb_bank_account.rb
|
|
1051
|
-
- lib/stripe/resources/v2/core/vault/us_bank_account.rb
|
|
1052
822
|
- lib/stripe/resources/v2/deleted_object.rb
|
|
1053
|
-
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
|
1054
|
-
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
|
1055
|
-
- lib/stripe/resources/v2/money_management/adjustment.rb
|
|
1056
|
-
- lib/stripe/resources/v2/money_management/financial_account.rb
|
|
1057
|
-
- lib/stripe/resources/v2/money_management/financial_address.rb
|
|
1058
|
-
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
|
1059
|
-
- lib/stripe/resources/v2/money_management/outbound_payment.rb
|
|
1060
|
-
- lib/stripe/resources/v2/money_management/outbound_payment_quote.rb
|
|
1061
|
-
- lib/stripe/resources/v2/money_management/outbound_setup_intent.rb
|
|
1062
|
-
- lib/stripe/resources/v2/money_management/outbound_transfer.rb
|
|
1063
|
-
- lib/stripe/resources/v2/money_management/payout_method.rb
|
|
1064
|
-
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
|
1065
|
-
- lib/stripe/resources/v2/money_management/received_credit.rb
|
|
1066
|
-
- lib/stripe/resources/v2/money_management/received_debit.rb
|
|
1067
|
-
- lib/stripe/resources/v2/money_management/transaction.rb
|
|
1068
|
-
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
|
1069
823
|
- lib/stripe/resources/webhook_endpoint.rb
|
|
1070
824
|
- lib/stripe/search_result_object.rb
|
|
1071
825
|
- lib/stripe/services.rb
|
|
@@ -1073,7 +827,6 @@ files:
|
|
|
1073
827
|
- lib/stripe/services/account_external_account_service.rb
|
|
1074
828
|
- lib/stripe/services/account_link_service.rb
|
|
1075
829
|
- lib/stripe/services/account_login_link_service.rb
|
|
1076
|
-
- lib/stripe/services/account_notice_service.rb
|
|
1077
830
|
- lib/stripe/services/account_person_service.rb
|
|
1078
831
|
- lib/stripe/services/account_service.rb
|
|
1079
832
|
- lib/stripe/services/account_session_service.rb
|
|
@@ -1086,8 +839,6 @@ files:
|
|
|
1086
839
|
- lib/stripe/services/balance_settings_service.rb
|
|
1087
840
|
- lib/stripe/services/balance_transaction_service.rb
|
|
1088
841
|
- lib/stripe/services/billing/alert_service.rb
|
|
1089
|
-
- lib/stripe/services/billing/analytics/meter_usage_service.rb
|
|
1090
|
-
- lib/stripe/services/billing/analytics_service.rb
|
|
1091
842
|
- lib/stripe/services/billing/credit_balance_summary_service.rb
|
|
1092
843
|
- lib/stripe/services/billing/credit_balance_transaction_service.rb
|
|
1093
844
|
- lib/stripe/services/billing/credit_grant_service.rb
|
|
@@ -1099,10 +850,6 @@ files:
|
|
|
1099
850
|
- lib/stripe/services/billing_portal/session_service.rb
|
|
1100
851
|
- lib/stripe/services/billing_portal_service.rb
|
|
1101
852
|
- lib/stripe/services/billing_service.rb
|
|
1102
|
-
- lib/stripe/services/capital/financing_offer_service.rb
|
|
1103
|
-
- lib/stripe/services/capital/financing_summary_service.rb
|
|
1104
|
-
- lib/stripe/services/capital/financing_transaction_service.rb
|
|
1105
|
-
- lib/stripe/services/capital_service.rb
|
|
1106
853
|
- lib/stripe/services/charge_service.rb
|
|
1107
854
|
- lib/stripe/services/checkout/session_line_item_service.rb
|
|
1108
855
|
- lib/stripe/services/checkout/session_service.rb
|
|
@@ -1133,19 +880,15 @@ files:
|
|
|
1133
880
|
- lib/stripe/services/ephemeral_key_service.rb
|
|
1134
881
|
- lib/stripe/services/event_service.rb
|
|
1135
882
|
- lib/stripe/services/exchange_rate_service.rb
|
|
1136
|
-
- lib/stripe/services/external_account_service.rb
|
|
1137
883
|
- lib/stripe/services/file_link_service.rb
|
|
1138
884
|
- lib/stripe/services/file_service.rb
|
|
1139
|
-
- lib/stripe/services/financial_connections/account_inferred_balance_service.rb
|
|
1140
885
|
- lib/stripe/services/financial_connections/account_owner_service.rb
|
|
1141
886
|
- lib/stripe/services/financial_connections/account_service.rb
|
|
1142
|
-
- lib/stripe/services/financial_connections/institution_service.rb
|
|
1143
887
|
- lib/stripe/services/financial_connections/session_service.rb
|
|
1144
888
|
- lib/stripe/services/financial_connections/transaction_service.rb
|
|
1145
889
|
- lib/stripe/services/financial_connections_service.rb
|
|
1146
890
|
- lib/stripe/services/forwarding/request_service.rb
|
|
1147
891
|
- lib/stripe/services/forwarding_service.rb
|
|
1148
|
-
- lib/stripe/services/fx_quote_service.rb
|
|
1149
892
|
- lib/stripe/services/identity/verification_report_service.rb
|
|
1150
893
|
- lib/stripe/services/identity/verification_session_service.rb
|
|
1151
894
|
- lib/stripe/services/identity_service.rb
|
|
@@ -1157,20 +900,14 @@ files:
|
|
|
1157
900
|
- lib/stripe/services/issuing/authorization_service.rb
|
|
1158
901
|
- lib/stripe/services/issuing/card_service.rb
|
|
1159
902
|
- lib/stripe/services/issuing/cardholder_service.rb
|
|
1160
|
-
- lib/stripe/services/issuing/credit_underwriting_record_service.rb
|
|
1161
903
|
- lib/stripe/services/issuing/dispute_service.rb
|
|
1162
|
-
- lib/stripe/services/issuing/dispute_settlement_detail_service.rb
|
|
1163
|
-
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
|
1164
904
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
|
1165
905
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
|
1166
906
|
- lib/stripe/services/issuing/token_service.rb
|
|
1167
907
|
- lib/stripe/services/issuing/transaction_service.rb
|
|
1168
908
|
- lib/stripe/services/issuing_service.rb
|
|
1169
909
|
- lib/stripe/services/mandate_service.rb
|
|
1170
|
-
- lib/stripe/services/margin_service.rb
|
|
1171
910
|
- lib/stripe/services/oauth_service.rb
|
|
1172
|
-
- lib/stripe/services/order_line_item_service.rb
|
|
1173
|
-
- lib/stripe/services/order_service.rb
|
|
1174
911
|
- lib/stripe/services/payment_attempt_record_service.rb
|
|
1175
912
|
- lib/stripe/services/payment_intent_amount_details_line_item_service.rb
|
|
1176
913
|
- lib/stripe/services/payment_intent_service.rb
|
|
@@ -1183,17 +920,11 @@ files:
|
|
|
1183
920
|
- lib/stripe/services/payout_service.rb
|
|
1184
921
|
- lib/stripe/services/plan_service.rb
|
|
1185
922
|
- lib/stripe/services/price_service.rb
|
|
1186
|
-
- lib/stripe/services/privacy/redaction_job_service.rb
|
|
1187
|
-
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
|
1188
|
-
- lib/stripe/services/privacy_service.rb
|
|
1189
923
|
- lib/stripe/services/product_feature_service.rb
|
|
1190
924
|
- lib/stripe/services/product_service.rb
|
|
1191
925
|
- lib/stripe/services/promotion_code_service.rb
|
|
1192
926
|
- lib/stripe/services/quote_computed_upfront_line_items_service.rb
|
|
1193
927
|
- lib/stripe/services/quote_line_item_service.rb
|
|
1194
|
-
- lib/stripe/services/quote_line_service.rb
|
|
1195
|
-
- lib/stripe/services/quote_preview_invoice_service.rb
|
|
1196
|
-
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
|
1197
928
|
- lib/stripe/services/quote_service.rb
|
|
1198
929
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
|
1199
930
|
- lib/stripe/services/radar/value_list_item_service.rb
|
|
@@ -1217,7 +948,6 @@ files:
|
|
|
1217
948
|
- lib/stripe/services/tax/association_service.rb
|
|
1218
949
|
- lib/stripe/services/tax/calculation_line_item_service.rb
|
|
1219
950
|
- lib/stripe/services/tax/calculation_service.rb
|
|
1220
|
-
- lib/stripe/services/tax/form_service.rb
|
|
1221
951
|
- lib/stripe/services/tax/registration_service.rb
|
|
1222
952
|
- lib/stripe/services/tax/settings_service.rb
|
|
1223
953
|
- lib/stripe/services/tax/transaction_line_item_service.rb
|
|
@@ -1230,7 +960,6 @@ files:
|
|
|
1230
960
|
- lib/stripe/services/terminal/connection_token_service.rb
|
|
1231
961
|
- lib/stripe/services/terminal/location_service.rb
|
|
1232
962
|
- lib/stripe/services/terminal/onboarding_link_service.rb
|
|
1233
|
-
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
|
1234
963
|
- lib/stripe/services/terminal/reader_service.rb
|
|
1235
964
|
- lib/stripe/services/terminal_service.rb
|
|
1236
965
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
|
@@ -1268,16 +997,10 @@ files:
|
|
|
1268
997
|
- lib/stripe/services/treasury/transaction_service.rb
|
|
1269
998
|
- lib/stripe/services/treasury_service.rb
|
|
1270
999
|
- lib/stripe/services/v1_services.rb
|
|
1271
|
-
- lib/stripe/services/v2/billing/bill_setting_service.rb
|
|
1272
|
-
- lib/stripe/services/v2/billing/bill_settings/version_service.rb
|
|
1273
|
-
- lib/stripe/services/v2/billing/cadence_service.rb
|
|
1274
|
-
- lib/stripe/services/v2/billing/collection_setting_service.rb
|
|
1275
|
-
- lib/stripe/services/v2/billing/collection_settings/version_service.rb
|
|
1276
1000
|
- lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
|
|
1277
1001
|
- lib/stripe/services/v2/billing/meter_event_service.rb
|
|
1278
1002
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
|
1279
1003
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
|
1280
|
-
- lib/stripe/services/v2/billing/profile_service.rb
|
|
1281
1004
|
- lib/stripe/services/v2/billing_service.rb
|
|
1282
1005
|
- lib/stripe/services/v2/core/account_link_service.rb
|
|
1283
1006
|
- lib/stripe/services/v2/core/account_service.rb
|
|
@@ -1286,27 +1009,7 @@ files:
|
|
|
1286
1009
|
- lib/stripe/services/v2/core/accounts/person_token_service.rb
|
|
1287
1010
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
|
1288
1011
|
- lib/stripe/services/v2/core/event_service.rb
|
|
1289
|
-
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
|
1290
|
-
- lib/stripe/services/v2/core/vault/us_bank_account_service.rb
|
|
1291
|
-
- lib/stripe/services/v2/core/vault_service.rb
|
|
1292
1012
|
- lib/stripe/services/v2/core_service.rb
|
|
1293
|
-
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
|
1294
|
-
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
|
1295
|
-
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
|
1296
|
-
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
|
1297
|
-
- lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
|
|
1298
|
-
- lib/stripe/services/v2/money_management/outbound_payment_service.rb
|
|
1299
|
-
- lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb
|
|
1300
|
-
- lib/stripe/services/v2/money_management/outbound_transfer_service.rb
|
|
1301
|
-
- lib/stripe/services/v2/money_management/payout_method_service.rb
|
|
1302
|
-
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
|
1303
|
-
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
|
1304
|
-
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
|
1305
|
-
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
|
1306
|
-
- lib/stripe/services/v2/money_management/transaction_service.rb
|
|
1307
|
-
- lib/stripe/services/v2/money_management_service.rb
|
|
1308
|
-
- lib/stripe/services/v2/test_helper_service.rb
|
|
1309
|
-
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
|
1310
1013
|
- lib/stripe/services/v2_services.rb
|
|
1311
1014
|
- lib/stripe/services/webhook_endpoint_service.rb
|
|
1312
1015
|
- lib/stripe/singleton_api_resource.rb
|
|
@@ -1345,9 +1048,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1345
1048
|
version: 2.6.0
|
|
1346
1049
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1347
1050
|
requirements:
|
|
1348
|
-
- - "
|
|
1051
|
+
- - ">="
|
|
1349
1052
|
- !ruby/object:Gem::Version
|
|
1350
|
-
version:
|
|
1053
|
+
version: '0'
|
|
1351
1054
|
requirements: []
|
|
1352
1055
|
rubygems_version: 3.3.27
|
|
1353
1056
|
signing_key:
|