stripe 19.2.0.pre.beta.1 → 19.2.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/stripe/api_requestor.rb +3 -34
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +16 -187
- data/lib/stripe/events/{v2_money_management_received_debit_pending_event.rb → v2_commerce_product_catalog_imports_failed_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_outbound_transfer_canceled_event.rb → v2_commerce_product_catalog_imports_processing_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_financial_account_created_event.rb → v2_commerce_product_catalog_imports_succeeded_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb → v2_commerce_product_catalog_imports_succeeded_with_errors_event.rb} +7 -7
- data/lib/stripe/object_types.rb +1 -55
- data/lib/stripe/params/account_create_params.rb +17 -364
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +16 -326
- data/lib/stripe/params/balance_settings_update_params.rb +42 -2
- data/lib/stripe/params/charge_capture_params.rb +0 -1646
- data/lib/stripe/params/charge_create_params.rb +4 -1
- data/lib/stripe/params/charge_update_params.rb +0 -1646
- data/lib/stripe/params/checkout/session_create_params.rb +31 -141
- data/lib/stripe/params/checkout/session_update_params.rb +1 -176
- data/lib/stripe/params/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -64
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -70
- data/lib/stripe/params/invoice_create_preview_params.rb +13 -790
- data/lib/stripe/params/invoice_item_create_params.rb +1 -33
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -48
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_update_params.rb +2 -70
- data/lib/stripe/params/issuing/cardholder_create_params.rb +1 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_capture_params.rb +3 -1645
- data/lib/stripe/params/payment_intent_confirm_params.rb +136 -3038
- data/lib/stripe/params/payment_intent_create_params.rb +167 -3043
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +2 -39
- data/lib/stripe/params/payment_intent_update_params.rb +121 -3034
- data/lib/stripe/params/payment_link_create_params.rb +30 -16
- data/lib/stripe/params/payment_link_update_params.rb +29 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +24 -87
- data/lib/stripe/params/payment_method_configuration_list_params.rb +4 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +24 -87
- data/lib/stripe/params/payment_method_create_params.rb +11 -75
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +0 -15
- data/lib/stripe/params/price_create_params.rb +0 -15
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/product_create_params.rb +0 -16
- data/lib/stripe/params/product_update_params.rb +0 -16
- data/lib/stripe/params/quote_create_params.rb +3 -809
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -817
- data/lib/stripe/params/setup_intent_confirm_params.rb +21 -110
- data/lib/stripe/params/setup_intent_create_params.rb +21 -110
- data/lib/stripe/params/setup_intent_update_params.rb +21 -110
- data/lib/stripe/params/subscription_create_params.rb +11 -181
- data/lib/stripe/params/subscription_item_create_params.rb +3 -69
- data/lib/stripe/params/subscription_item_delete_params.rb +1 -7
- data/lib/stripe/params/subscription_item_update_params.rb +2 -52
- data/lib/stripe/params/subscription_schedule_create_params.rb +9 -167
- data/lib/stripe/params/subscription_schedule_update_params.rb +9 -167
- data/lib/stripe/params/subscription_update_params.rb +11 -161
- data/lib/stripe/params/tax/calculation_create_params.rb +0 -4
- data/lib/stripe/params/tax/registration_create_params.rb +0 -104
- data/lib/stripe/params/terminal/configuration_create_params.rb +52 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +52 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +4 -1
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- 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 +1 -8
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +0 -4
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/v2/commerce/product_catalog/import_create_params.rb +25 -0
- data/lib/stripe/params/v2/commerce/product_catalog/import_list_params.rb +54 -0
- data/lib/stripe/params/v2/{billing/bill_settings/version_retrieve_params.rb → commerce/product_catalog/import_retrieve_params.rb} +3 -3
- data/lib/stripe/params/v2/core/account_create_params.rb +33 -288
- data/lib/stripe/params/v2/core/account_token_create_params.rb +28 -18
- data/lib/stripe/params/v2/core/account_update_params.rb +33 -281
- data/lib/stripe/params.rb +1342 -777
- data/lib/stripe/railtie.rb +8 -0
- data/lib/stripe/resources/account.rb +5 -259
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/balance_settings.rb +42 -2
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -4
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/charge.rb +36 -211
- data/lib/stripe/resources/checkout/session.rb +26 -82
- data/lib/stripe/resources/confirmation_token.rb +20 -125
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +2 -2
- data/lib/stripe/resources/dispute.rb +0 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +0 -57
- data/lib/stripe/resources/financial_connections/session.rb +1 -125
- data/lib/stripe/resources/invoice.rb +3 -117
- data/lib/stripe/resources/invoice_item.rb +34 -3
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/issuing/dispute.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +0 -42
- data/lib/stripe/resources/mandate.rb +13 -12
- data/lib/stripe/resources/payment_attempt_record.rb +41 -187
- data/lib/stripe/resources/payment_intent.rb +96 -1583
- data/lib/stripe/resources/payment_link.rb +40 -0
- data/lib/stripe/resources/payment_method.rb +21 -130
- data/lib/stripe/resources/payment_method_configuration.rb +20 -122
- data/lib/stripe/resources/payment_record.rb +41 -187
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/product.rb +0 -18
- data/lib/stripe/resources/quote.rb +2 -569
- data/lib/stripe/resources/radar/payment_evaluation.rb +1 -1
- data/lib/stripe/resources/refund.rb +13 -18
- data/lib/stripe/resources/reserve/hold.rb +0 -7
- data/lib/stripe/resources/reserve/release.rb +0 -12
- data/lib/stripe/resources/setup_attempt.rb +4 -26
- data/lib/stripe/resources/setup_intent.rb +27 -22
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +10 -107
- data/lib/stripe/resources/subscription_item.rb +1 -41
- data/lib/stripe/resources/subscription_schedule.rb +5 -198
- data/lib/stripe/resources/tax/calculation_line_item.rb +0 -2
- data/lib/stripe/resources/tax/registration.rb +0 -128
- data/lib/stripe/resources/tax_code.rb +1 -15
- data/lib/stripe/resources/terminal/configuration.rb +64 -16
- data/lib/stripe/resources/terminal/reader.rb +116 -8
- data/lib/stripe/resources/transfer.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_payment.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +3 -3
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +3 -3
- data/lib/stripe/resources/v2/commerce/product_catalog_import.rb +274 -0
- data/lib/stripe/resources/v2/core/account.rb +40 -607
- data/lib/stripe/resources/v2/core/account_token.rb +1 -1
- data/lib/stripe/resources/v2/core/event.rb +1 -0
- data/lib/stripe/resources.rb +500 -279
- data/lib/stripe/services/account_service.rb +0 -15
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/credit_note_service.rb +0 -14
- data/lib/stripe/services/customer_service.rb +0 -15
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -3
- data/lib/stripe/services/invoice_service.rb +0 -41
- 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 +3 -38
- data/lib/stripe/services/promotion_code_service.rb +0 -29
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -55
- data/lib/stripe/services/subscription_service.rb +2 -32
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -11
- data/lib/stripe/services/v2/billing/meter_event_session_service.rb +1 -1
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/commerce/product_catalog/import_service.rb +45 -0
- data/lib/stripe/services/v2/commerce/product_catalog_service.rb +17 -0
- data/lib/stripe/services/v2/commerce_service.rb +15 -0
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_token_service.rb +5 -1
- data/lib/stripe/services/v2/core/accounts/person_token_service.rb +2 -1
- data/lib/stripe/services/v2/core/event_service.rb +2 -1
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +2 -3
- data/lib/stripe/services.rb +469 -253
- data/lib/stripe/stripe_client.rb +1 -8
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +25 -58
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +50053 -113322
- metadata +16 -333
- 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_batch_job_batch_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validation_failed_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_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_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_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_created_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_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/authorization_retrieve_params.rb +0 -15
- 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/invoice_detach_payment_params.rb +0 -16
- 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_create_params.rb +0 -2083
- data/lib/stripe/params/order_list_params.rb +0 -25
- 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 -2087
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -297
- 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/product_catalog/trial_offer_create_params.rb +0 -63
- 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/reserve/hold_list_params.rb +0 -53
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/release_list_params.rb +0 -41
- data/lib/stripe/params/reserve/release_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +0 -67
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +0 -15
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -578
- 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/tax/location_create_params.rb +0 -54
- data/lib/stripe/params/tax/location_list_params.rb +0 -27
- data/lib/stripe/params/tax/location_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
- 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/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 -254
- 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 -260
- 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/batch_job_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +0 -58
- data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +0 -10
- 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 -58
- 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 -37
- 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 -102
- 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 -92
- 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 -87
- 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 -82
- 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/authorization.rb +0 -82
- 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 -927
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -189
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -103
- data/lib/stripe/resources/quote_line.rb +0 -525
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1181
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -734
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -1766
- data/lib/stripe/resources/shared_payment/issued_token.rb +0 -291
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/tax/location.rb +0 -72
- 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 -91
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -688
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -305
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -294
- data/lib/stripe/resources/v2/billing/profile.rb +0 -47
- data/lib/stripe/resources/v2/core/batch_job.rb +0 -492
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -136
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -105
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -29
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -31
- 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 -160
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -219
- 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 -145
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -83
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -230
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -135
- 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/authorization_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_service.rb +0 -53
- 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/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_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/reserve/hold_service.rb +0 -30
- data/lib/stripe/services/reserve/plan_service.rb +0 -19
- data/lib/stripe/services/reserve/release_service.rb +0 -30
- data/lib/stripe/services/reserve_service.rb +0 -15
- data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment/issued_token_service.rb +0 -41
- data/lib/stripe/services/shared_payment_service.rb +0 -14
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/tax/location_service.rb +0 -45
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
- 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 -69
- 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/batch_job_service.rb +0 -43
- 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 -75
- 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 -65
- 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
- data/lib/stripe/stripe_event_notification_handler.rb +0 -491
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: 19.2.0
|
|
4
|
+
version: 19.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bigdecimal
|
|
@@ -68,6 +68,10 @@ files:
|
|
|
68
68
|
- lib/stripe/events/unknown_event_notification.rb
|
|
69
69
|
- lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
|
|
70
70
|
- lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
|
|
71
|
+
- lib/stripe/events/v2_commerce_product_catalog_imports_failed_event.rb
|
|
72
|
+
- lib/stripe/events/v2_commerce_product_catalog_imports_processing_event.rb
|
|
73
|
+
- lib/stripe/events/v2_commerce_product_catalog_imports_succeeded_event.rb
|
|
74
|
+
- lib/stripe/events/v2_commerce_product_catalog_imports_succeeded_with_errors_event.rb
|
|
71
75
|
- lib/stripe/events/v2_core_account_closed_event.rb
|
|
72
76
|
- lib/stripe/events/v2_core_account_created_event.rb
|
|
73
77
|
- lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
|
|
@@ -76,8 +80,6 @@ files:
|
|
|
76
80
|
- lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb
|
|
77
81
|
- lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb
|
|
78
82
|
- lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb
|
|
79
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
|
|
80
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
|
|
81
83
|
- lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
|
|
82
84
|
- lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb
|
|
83
85
|
- lib/stripe/events/v2_core_account_including_identity_updated_event.rb
|
|
@@ -87,54 +89,7 @@ files:
|
|
|
87
89
|
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
|
88
90
|
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
|
89
91
|
- lib/stripe/events/v2_core_account_updated_event.rb
|
|
90
|
-
- lib/stripe/events/v2_core_batch_job_batch_failed_event.rb
|
|
91
|
-
- lib/stripe/events/v2_core_batch_job_canceled_event.rb
|
|
92
|
-
- lib/stripe/events/v2_core_batch_job_completed_event.rb
|
|
93
|
-
- lib/stripe/events/v2_core_batch_job_created_event.rb
|
|
94
|
-
- lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb
|
|
95
|
-
- lib/stripe/events/v2_core_batch_job_timeout_event.rb
|
|
96
|
-
- lib/stripe/events/v2_core_batch_job_updated_event.rb
|
|
97
|
-
- lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb
|
|
98
|
-
- lib/stripe/events/v2_core_batch_job_validating_event.rb
|
|
99
|
-
- lib/stripe/events/v2_core_batch_job_validation_failed_event.rb
|
|
100
92
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
|
101
|
-
- lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
|
|
102
|
-
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
|
103
|
-
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
|
104
|
-
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
|
105
|
-
- lib/stripe/events/v2_money_management_financial_address_activated_event.rb
|
|
106
|
-
- lib/stripe/events/v2_money_management_financial_address_failed_event.rb
|
|
107
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb
|
|
108
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb
|
|
109
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb
|
|
110
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb
|
|
111
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb
|
|
112
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb
|
|
113
|
-
- lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb
|
|
114
|
-
- lib/stripe/events/v2_money_management_outbound_payment_created_event.rb
|
|
115
|
-
- lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb
|
|
116
|
-
- lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb
|
|
117
|
-
- lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb
|
|
118
|
-
- lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb
|
|
119
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb
|
|
120
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb
|
|
121
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb
|
|
122
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb
|
|
123
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb
|
|
124
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb
|
|
125
|
-
- lib/stripe/events/v2_money_management_payout_method_created_event.rb
|
|
126
|
-
- lib/stripe/events/v2_money_management_payout_method_updated_event.rb
|
|
127
|
-
- lib/stripe/events/v2_money_management_received_credit_available_event.rb
|
|
128
|
-
- lib/stripe/events/v2_money_management_received_credit_failed_event.rb
|
|
129
|
-
- lib/stripe/events/v2_money_management_received_credit_returned_event.rb
|
|
130
|
-
- lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb
|
|
131
|
-
- lib/stripe/events/v2_money_management_received_debit_canceled_event.rb
|
|
132
|
-
- lib/stripe/events/v2_money_management_received_debit_failed_event.rb
|
|
133
|
-
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
|
134
|
-
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
|
135
|
-
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
|
136
|
-
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
|
137
|
-
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
|
138
93
|
- lib/stripe/instrumentation.rb
|
|
139
94
|
- lib/stripe/list_object.rb
|
|
140
95
|
- lib/stripe/multipart_encoder.rb
|
|
@@ -154,9 +109,6 @@ files:
|
|
|
154
109
|
- lib/stripe/params/account_link_create_params.rb
|
|
155
110
|
- lib/stripe/params/account_list_params.rb
|
|
156
111
|
- lib/stripe/params/account_login_link_create_params.rb
|
|
157
|
-
- lib/stripe/params/account_notice_list_params.rb
|
|
158
|
-
- lib/stripe/params/account_notice_retrieve_params.rb
|
|
159
|
-
- lib/stripe/params/account_notice_update_params.rb
|
|
160
112
|
- lib/stripe/params/account_person_create_params.rb
|
|
161
113
|
- lib/stripe/params/account_person_delete_params.rb
|
|
162
114
|
- lib/stripe/params/account_person_list_params.rb
|
|
@@ -193,7 +145,6 @@ files:
|
|
|
193
145
|
- lib/stripe/params/billing/alert_deactivate_params.rb
|
|
194
146
|
- lib/stripe/params/billing/alert_list_params.rb
|
|
195
147
|
- lib/stripe/params/billing/alert_retrieve_params.rb
|
|
196
|
-
- lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb
|
|
197
148
|
- lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb
|
|
198
149
|
- lib/stripe/params/billing/credit_balance_transaction_list_params.rb
|
|
199
150
|
- lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb
|
|
@@ -217,12 +168,6 @@ files:
|
|
|
217
168
|
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
|
218
169
|
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
|
219
170
|
- lib/stripe/params/billing_portal/session_create_params.rb
|
|
220
|
-
- lib/stripe/params/capital/financing_offer_list_params.rb
|
|
221
|
-
- lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
|
|
222
|
-
- lib/stripe/params/capital/financing_offer_retrieve_params.rb
|
|
223
|
-
- lib/stripe/params/capital/financing_summary_retrieve_params.rb
|
|
224
|
-
- lib/stripe/params/capital/financing_transaction_list_params.rb
|
|
225
|
-
- lib/stripe/params/capital/financing_transaction_retrieve_params.rb
|
|
226
171
|
- lib/stripe/params/charge_capture_params.rb
|
|
227
172
|
- lib/stripe/params/charge_create_params.rb
|
|
228
173
|
- lib/stripe/params/charge_list_params.rb
|
|
@@ -312,11 +257,6 @@ files:
|
|
|
312
257
|
- lib/stripe/params/event_retrieve_params.rb
|
|
313
258
|
- lib/stripe/params/exchange_rate_list_params.rb
|
|
314
259
|
- lib/stripe/params/exchange_rate_retrieve_params.rb
|
|
315
|
-
- lib/stripe/params/external_account_create_params.rb
|
|
316
|
-
- lib/stripe/params/external_account_delete_params.rb
|
|
317
|
-
- lib/stripe/params/external_account_list_params.rb
|
|
318
|
-
- lib/stripe/params/external_account_retrieve_params.rb
|
|
319
|
-
- lib/stripe/params/external_account_update_params.rb
|
|
320
260
|
- lib/stripe/params/file_create_params.rb
|
|
321
261
|
- lib/stripe/params/file_link_create_params.rb
|
|
322
262
|
- lib/stripe/params/file_link_list_params.rb
|
|
@@ -325,7 +265,6 @@ files:
|
|
|
325
265
|
- lib/stripe/params/file_list_params.rb
|
|
326
266
|
- lib/stripe/params/file_retrieve_params.rb
|
|
327
267
|
- lib/stripe/params/financial_connections/account_disconnect_params.rb
|
|
328
|
-
- lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb
|
|
329
268
|
- lib/stripe/params/financial_connections/account_list_owners_params.rb
|
|
330
269
|
- lib/stripe/params/financial_connections/account_list_params.rb
|
|
331
270
|
- lib/stripe/params/financial_connections/account_owner_list_params.rb
|
|
@@ -334,9 +273,6 @@ files:
|
|
|
334
273
|
- lib/stripe/params/financial_connections/account_retrieve_params.rb
|
|
335
274
|
- lib/stripe/params/financial_connections/account_subscribe_params.rb
|
|
336
275
|
- lib/stripe/params/financial_connections/account_unsubscribe_params.rb
|
|
337
|
-
- lib/stripe/params/financial_connections/authorization_retrieve_params.rb
|
|
338
|
-
- lib/stripe/params/financial_connections/institution_list_params.rb
|
|
339
|
-
- lib/stripe/params/financial_connections/institution_retrieve_params.rb
|
|
340
276
|
- lib/stripe/params/financial_connections/session_create_params.rb
|
|
341
277
|
- lib/stripe/params/financial_connections/session_retrieve_params.rb
|
|
342
278
|
- lib/stripe/params/financial_connections/transaction_list_params.rb
|
|
@@ -344,9 +280,6 @@ files:
|
|
|
344
280
|
- lib/stripe/params/forwarding/request_create_params.rb
|
|
345
281
|
- lib/stripe/params/forwarding/request_list_params.rb
|
|
346
282
|
- lib/stripe/params/forwarding/request_retrieve_params.rb
|
|
347
|
-
- lib/stripe/params/fx_quote_create_params.rb
|
|
348
|
-
- lib/stripe/params/fx_quote_list_params.rb
|
|
349
|
-
- lib/stripe/params/fx_quote_retrieve_params.rb
|
|
350
283
|
- lib/stripe/params/identity/verification_report_list_params.rb
|
|
351
284
|
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
|
352
285
|
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
|
@@ -360,7 +293,6 @@ files:
|
|
|
360
293
|
- lib/stripe/params/invoice_create_params.rb
|
|
361
294
|
- lib/stripe/params/invoice_create_preview_params.rb
|
|
362
295
|
- lib/stripe/params/invoice_delete_params.rb
|
|
363
|
-
- lib/stripe/params/invoice_detach_payment_params.rb
|
|
364
296
|
- lib/stripe/params/invoice_finalize_invoice_params.rb
|
|
365
297
|
- lib/stripe/params/invoice_item_create_params.rb
|
|
366
298
|
- lib/stripe/params/invoice_item_delete_params.rb
|
|
@@ -410,21 +342,11 @@ files:
|
|
|
410
342
|
- lib/stripe/params/issuing/cardholder_list_params.rb
|
|
411
343
|
- lib/stripe/params/issuing/cardholder_retrieve_params.rb
|
|
412
344
|
- lib/stripe/params/issuing/cardholder_update_params.rb
|
|
413
|
-
- lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb
|
|
414
|
-
- lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb
|
|
415
|
-
- lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb
|
|
416
|
-
- lib/stripe/params/issuing/credit_underwriting_record_list_params.rb
|
|
417
|
-
- lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb
|
|
418
|
-
- lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb
|
|
419
345
|
- lib/stripe/params/issuing/dispute_create_params.rb
|
|
420
346
|
- lib/stripe/params/issuing/dispute_list_params.rb
|
|
421
347
|
- lib/stripe/params/issuing/dispute_retrieve_params.rb
|
|
422
|
-
- lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb
|
|
423
|
-
- lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb
|
|
424
348
|
- lib/stripe/params/issuing/dispute_submit_params.rb
|
|
425
349
|
- lib/stripe/params/issuing/dispute_update_params.rb
|
|
426
|
-
- lib/stripe/params/issuing/fraud_liability_debit_list_params.rb
|
|
427
|
-
- lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb
|
|
428
350
|
- lib/stripe/params/issuing/personalization_design_activate_params.rb
|
|
429
351
|
- lib/stripe/params/issuing/personalization_design_create_params.rb
|
|
430
352
|
- lib/stripe/params/issuing/personalization_design_deactivate_params.rb
|
|
@@ -443,17 +365,7 @@ files:
|
|
|
443
365
|
- lib/stripe/params/issuing/transaction_refund_params.rb
|
|
444
366
|
- lib/stripe/params/issuing/transaction_retrieve_params.rb
|
|
445
367
|
- lib/stripe/params/issuing/transaction_update_params.rb
|
|
446
|
-
- lib/stripe/params/mandate_list_params.rb
|
|
447
368
|
- lib/stripe/params/mandate_retrieve_params.rb
|
|
448
|
-
- lib/stripe/params/margin_create_params.rb
|
|
449
|
-
- lib/stripe/params/margin_list_params.rb
|
|
450
|
-
- lib/stripe/params/margin_retrieve_params.rb
|
|
451
|
-
- lib/stripe/params/margin_update_params.rb
|
|
452
|
-
- lib/stripe/params/order_create_params.rb
|
|
453
|
-
- lib/stripe/params/order_list_params.rb
|
|
454
|
-
- lib/stripe/params/order_retrieve_params.rb
|
|
455
|
-
- lib/stripe/params/order_submit_params.rb
|
|
456
|
-
- lib/stripe/params/order_update_params.rb
|
|
457
369
|
- lib/stripe/params/payment_attempt_record_list_params.rb
|
|
458
370
|
- lib/stripe/params/payment_attempt_record_retrieve_params.rb
|
|
459
371
|
- lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb
|
|
@@ -462,12 +374,10 @@ files:
|
|
|
462
374
|
- lib/stripe/params/payment_intent_capture_params.rb
|
|
463
375
|
- lib/stripe/params/payment_intent_confirm_params.rb
|
|
464
376
|
- lib/stripe/params/payment_intent_create_params.rb
|
|
465
|
-
- lib/stripe/params/payment_intent_decrement_authorization_params.rb
|
|
466
377
|
- lib/stripe/params/payment_intent_increment_authorization_params.rb
|
|
467
378
|
- lib/stripe/params/payment_intent_list_params.rb
|
|
468
379
|
- lib/stripe/params/payment_intent_retrieve_params.rb
|
|
469
380
|
- lib/stripe/params/payment_intent_search_params.rb
|
|
470
|
-
- lib/stripe/params/payment_intent_trigger_action_params.rb
|
|
471
381
|
- lib/stripe/params/payment_intent_update_params.rb
|
|
472
382
|
- lib/stripe/params/payment_intent_verify_microdeposits_params.rb
|
|
473
383
|
- lib/stripe/params/payment_link_create_params.rb
|
|
@@ -515,15 +425,6 @@ files:
|
|
|
515
425
|
- lib/stripe/params/price_retrieve_params.rb
|
|
516
426
|
- lib/stripe/params/price_search_params.rb
|
|
517
427
|
- lib/stripe/params/price_update_params.rb
|
|
518
|
-
- lib/stripe/params/privacy/redaction_job_cancel_params.rb
|
|
519
|
-
- lib/stripe/params/privacy/redaction_job_create_params.rb
|
|
520
|
-
- lib/stripe/params/privacy/redaction_job_list_params.rb
|
|
521
|
-
- lib/stripe/params/privacy/redaction_job_retrieve_params.rb
|
|
522
|
-
- lib/stripe/params/privacy/redaction_job_run_params.rb
|
|
523
|
-
- lib/stripe/params/privacy/redaction_job_update_params.rb
|
|
524
|
-
- lib/stripe/params/privacy/redaction_job_validate_params.rb
|
|
525
|
-
- lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
|
|
526
|
-
- lib/stripe/params/product_catalog/trial_offer_create_params.rb
|
|
527
428
|
- lib/stripe/params/product_create_params.rb
|
|
528
429
|
- lib/stripe/params/product_delete_params.rb
|
|
529
430
|
- lib/stripe/params/product_feature_create_params.rb
|
|
@@ -544,18 +445,10 @@ files:
|
|
|
544
445
|
- lib/stripe/params/quote_create_params.rb
|
|
545
446
|
- lib/stripe/params/quote_finalize_quote_params.rb
|
|
546
447
|
- lib/stripe/params/quote_line_item_list_params.rb
|
|
547
|
-
- lib/stripe/params/quote_line_list_params.rb
|
|
548
448
|
- lib/stripe/params/quote_list_computed_upfront_line_items_params.rb
|
|
549
449
|
- lib/stripe/params/quote_list_line_items_params.rb
|
|
550
|
-
- lib/stripe/params/quote_list_lines_params.rb
|
|
551
450
|
- lib/stripe/params/quote_list_params.rb
|
|
552
|
-
- lib/stripe/params/quote_list_preview_invoice_lines_params.rb
|
|
553
|
-
- lib/stripe/params/quote_mark_draft_params.rb
|
|
554
|
-
- lib/stripe/params/quote_mark_stale_params.rb
|
|
555
451
|
- lib/stripe/params/quote_pdf_params.rb
|
|
556
|
-
- lib/stripe/params/quote_preview_invoice_list_params.rb
|
|
557
|
-
- lib/stripe/params/quote_preview_subscription_schedule_list_params.rb
|
|
558
|
-
- lib/stripe/params/quote_reestimate_params.rb
|
|
559
452
|
- lib/stripe/params/quote_retrieve_params.rb
|
|
560
453
|
- lib/stripe/params/quote_update_params.rb
|
|
561
454
|
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
|
@@ -581,11 +474,6 @@ files:
|
|
|
581
474
|
- lib/stripe/params/reporting/report_run_retrieve_params.rb
|
|
582
475
|
- lib/stripe/params/reporting/report_type_list_params.rb
|
|
583
476
|
- lib/stripe/params/reporting/report_type_retrieve_params.rb
|
|
584
|
-
- lib/stripe/params/reserve/hold_list_params.rb
|
|
585
|
-
- lib/stripe/params/reserve/hold_retrieve_params.rb
|
|
586
|
-
- lib/stripe/params/reserve/plan_retrieve_params.rb
|
|
587
|
-
- lib/stripe/params/reserve/release_list_params.rb
|
|
588
|
-
- lib/stripe/params/reserve/release_retrieve_params.rb
|
|
589
477
|
- lib/stripe/params/review_approve_params.rb
|
|
590
478
|
- lib/stripe/params/review_list_params.rb
|
|
591
479
|
- lib/stripe/params/review_retrieve_params.rb
|
|
@@ -597,12 +485,6 @@ files:
|
|
|
597
485
|
- lib/stripe/params/setup_intent_retrieve_params.rb
|
|
598
486
|
- lib/stripe/params/setup_intent_update_params.rb
|
|
599
487
|
- lib/stripe/params/setup_intent_verify_microdeposits_params.rb
|
|
600
|
-
- lib/stripe/params/shared_payment/granted_token_create_params.rb
|
|
601
|
-
- lib/stripe/params/shared_payment/granted_token_retrieve_params.rb
|
|
602
|
-
- lib/stripe/params/shared_payment/granted_token_revoke_params.rb
|
|
603
|
-
- lib/stripe/params/shared_payment/issued_token_create_params.rb
|
|
604
|
-
- lib/stripe/params/shared_payment/issued_token_retrieve_params.rb
|
|
605
|
-
- lib/stripe/params/shared_payment/issued_token_revoke_params.rb
|
|
606
488
|
- lib/stripe/params/shipping_rate_create_params.rb
|
|
607
489
|
- lib/stripe/params/shipping_rate_list_params.rb
|
|
608
490
|
- lib/stripe/params/shipping_rate_retrieve_params.rb
|
|
@@ -627,7 +509,6 @@ files:
|
|
|
627
509
|
- lib/stripe/params/subscription_migrate_params.rb
|
|
628
510
|
- lib/stripe/params/subscription_resume_params.rb
|
|
629
511
|
- lib/stripe/params/subscription_retrieve_params.rb
|
|
630
|
-
- lib/stripe/params/subscription_schedule_amend_params.rb
|
|
631
512
|
- lib/stripe/params/subscription_schedule_cancel_params.rb
|
|
632
513
|
- lib/stripe/params/subscription_schedule_create_params.rb
|
|
633
514
|
- lib/stripe/params/subscription_schedule_list_params.rb
|
|
@@ -641,12 +522,6 @@ files:
|
|
|
641
522
|
- lib/stripe/params/tax/calculation_line_item_list_params.rb
|
|
642
523
|
- lib/stripe/params/tax/calculation_list_line_items_params.rb
|
|
643
524
|
- lib/stripe/params/tax/calculation_retrieve_params.rb
|
|
644
|
-
- lib/stripe/params/tax/form_list_params.rb
|
|
645
|
-
- lib/stripe/params/tax/form_pdf_params.rb
|
|
646
|
-
- lib/stripe/params/tax/form_retrieve_params.rb
|
|
647
|
-
- lib/stripe/params/tax/location_create_params.rb
|
|
648
|
-
- lib/stripe/params/tax/location_list_params.rb
|
|
649
|
-
- lib/stripe/params/tax/location_retrieve_params.rb
|
|
650
525
|
- lib/stripe/params/tax/registration_create_params.rb
|
|
651
526
|
- lib/stripe/params/tax/registration_list_params.rb
|
|
652
527
|
- lib/stripe/params/tax/registration_retrieve_params.rb
|
|
@@ -683,7 +558,6 @@ files:
|
|
|
683
558
|
- lib/stripe/params/terminal/reader_cancel_action_params.rb
|
|
684
559
|
- lib/stripe/params/terminal/reader_collect_inputs_params.rb
|
|
685
560
|
- lib/stripe/params/terminal/reader_collect_payment_method_params.rb
|
|
686
|
-
- lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb
|
|
687
561
|
- lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb
|
|
688
562
|
- lib/stripe/params/terminal/reader_create_params.rb
|
|
689
563
|
- lib/stripe/params/terminal/reader_delete_params.rb
|
|
@@ -718,8 +592,6 @@ files:
|
|
|
718
592
|
- lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb
|
|
719
593
|
- lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb
|
|
720
594
|
- lib/stripe/params/test_helpers/refund_expire_params.rb
|
|
721
|
-
- lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb
|
|
722
|
-
- lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb
|
|
723
595
|
- lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb
|
|
724
596
|
- lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb
|
|
725
597
|
- lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb
|
|
@@ -804,31 +676,13 @@ files:
|
|
|
804
676
|
- lib/stripe/params/treasury/transaction_entry_retrieve_params.rb
|
|
805
677
|
- lib/stripe/params/treasury/transaction_list_params.rb
|
|
806
678
|
- lib/stripe/params/treasury/transaction_retrieve_params.rb
|
|
807
|
-
- lib/stripe/params/v2/billing/bill_setting_create_params.rb
|
|
808
|
-
- lib/stripe/params/v2/billing/bill_setting_list_params.rb
|
|
809
|
-
- lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb
|
|
810
|
-
- lib/stripe/params/v2/billing/bill_setting_update_params.rb
|
|
811
|
-
- lib/stripe/params/v2/billing/bill_settings/version_list_params.rb
|
|
812
|
-
- lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb
|
|
813
|
-
- lib/stripe/params/v2/billing/cadence_cancel_params.rb
|
|
814
|
-
- lib/stripe/params/v2/billing/cadence_create_params.rb
|
|
815
|
-
- lib/stripe/params/v2/billing/cadence_list_params.rb
|
|
816
|
-
- lib/stripe/params/v2/billing/cadence_retrieve_params.rb
|
|
817
|
-
- lib/stripe/params/v2/billing/cadence_update_params.rb
|
|
818
|
-
- lib/stripe/params/v2/billing/collection_setting_create_params.rb
|
|
819
|
-
- lib/stripe/params/v2/billing/collection_setting_list_params.rb
|
|
820
|
-
- lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb
|
|
821
|
-
- lib/stripe/params/v2/billing/collection_setting_update_params.rb
|
|
822
|
-
- lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
|
|
823
|
-
- lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
|
|
824
679
|
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
|
825
680
|
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
|
826
681
|
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
|
827
682
|
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
|
828
|
-
- lib/stripe/params/v2/
|
|
829
|
-
- lib/stripe/params/v2/
|
|
830
|
-
- lib/stripe/params/v2/
|
|
831
|
-
- lib/stripe/params/v2/billing/profile_update_params.rb
|
|
683
|
+
- lib/stripe/params/v2/commerce/product_catalog/import_create_params.rb
|
|
684
|
+
- lib/stripe/params/v2/commerce/product_catalog/import_list_params.rb
|
|
685
|
+
- lib/stripe/params/v2/commerce/product_catalog/import_retrieve_params.rb
|
|
832
686
|
- lib/stripe/params/v2/core/account_close_params.rb
|
|
833
687
|
- lib/stripe/params/v2/core/account_create_params.rb
|
|
834
688
|
- lib/stripe/params/v2/core/account_link_create_params.rb
|
|
@@ -844,9 +698,6 @@ files:
|
|
|
844
698
|
- lib/stripe/params/v2/core/accounts/person_token_create_params.rb
|
|
845
699
|
- lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb
|
|
846
700
|
- lib/stripe/params/v2/core/accounts/person_update_params.rb
|
|
847
|
-
- lib/stripe/params/v2/core/batch_job_cancel_params.rb
|
|
848
|
-
- lib/stripe/params/v2/core/batch_job_create_params.rb
|
|
849
|
-
- lib/stripe/params/v2/core/batch_job_retrieve_params.rb
|
|
850
701
|
- lib/stripe/params/v2/core/event_destination_create_params.rb
|
|
851
702
|
- lib/stripe/params/v2/core/event_destination_delete_params.rb
|
|
852
703
|
- lib/stripe/params/v2/core/event_destination_disable_params.rb
|
|
@@ -857,73 +708,17 @@ files:
|
|
|
857
708
|
- lib/stripe/params/v2/core/event_destination_update_params.rb
|
|
858
709
|
- lib/stripe/params/v2/core/event_list_params.rb
|
|
859
710
|
- lib/stripe/params/v2/core/event_retrieve_params.rb
|
|
860
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb
|
|
861
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb
|
|
862
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb
|
|
863
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb
|
|
864
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb
|
|
865
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb
|
|
866
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb
|
|
867
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb
|
|
868
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb
|
|
869
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb
|
|
870
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
|
|
871
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb
|
|
872
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
|
|
873
|
-
- lib/stripe/params/v2/money_management/adjustment_list_params.rb
|
|
874
|
-
- lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
|
|
875
|
-
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
|
|
876
|
-
- lib/stripe/params/v2/money_management/financial_account_create_params.rb
|
|
877
|
-
- lib/stripe/params/v2/money_management/financial_account_list_params.rb
|
|
878
|
-
- lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb
|
|
879
|
-
- lib/stripe/params/v2/money_management/financial_account_update_params.rb
|
|
880
|
-
- lib/stripe/params/v2/money_management/financial_address_create_params.rb
|
|
881
|
-
- lib/stripe/params/v2/money_management/financial_address_list_params.rb
|
|
882
|
-
- lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb
|
|
883
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb
|
|
884
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb
|
|
885
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb
|
|
886
|
-
- lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb
|
|
887
|
-
- lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
|
|
888
|
-
- lib/stripe/params/v2/money_management/outbound_payment_list_params.rb
|
|
889
|
-
- lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb
|
|
890
|
-
- lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb
|
|
891
|
-
- lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb
|
|
892
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb
|
|
893
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb
|
|
894
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb
|
|
895
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb
|
|
896
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb
|
|
897
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb
|
|
898
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
|
|
899
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb
|
|
900
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb
|
|
901
|
-
- lib/stripe/params/v2/money_management/payout_method_archive_params.rb
|
|
902
|
-
- lib/stripe/params/v2/money_management/payout_method_list_params.rb
|
|
903
|
-
- lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb
|
|
904
|
-
- lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb
|
|
905
|
-
- lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb
|
|
906
|
-
- lib/stripe/params/v2/money_management/received_credit_list_params.rb
|
|
907
|
-
- lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
|
|
908
|
-
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
|
|
909
|
-
- lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
|
|
910
|
-
- lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
|
|
911
|
-
- lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
|
|
912
|
-
- lib/stripe/params/v2/money_management/transaction_list_params.rb
|
|
913
|
-
- lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
|
|
914
|
-
- lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
|
|
915
|
-
- lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
|
|
916
711
|
- lib/stripe/params/webhook_endpoint_create_params.rb
|
|
917
712
|
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
|
918
713
|
- lib/stripe/params/webhook_endpoint_list_params.rb
|
|
919
714
|
- lib/stripe/params/webhook_endpoint_retrieve_params.rb
|
|
920
715
|
- lib/stripe/params/webhook_endpoint_update_params.rb
|
|
716
|
+
- lib/stripe/railtie.rb
|
|
921
717
|
- lib/stripe/request_options.rb
|
|
922
718
|
- lib/stripe/request_params.rb
|
|
923
719
|
- lib/stripe/resources.rb
|
|
924
720
|
- lib/stripe/resources/account.rb
|
|
925
721
|
- lib/stripe/resources/account_link.rb
|
|
926
|
-
- lib/stripe/resources/account_notice.rb
|
|
927
722
|
- lib/stripe/resources/account_session.rb
|
|
928
723
|
- lib/stripe/resources/apple_pay_domain.rb
|
|
929
724
|
- lib/stripe/resources/application.rb
|
|
@@ -936,8 +731,6 @@ files:
|
|
|
936
731
|
- lib/stripe/resources/bank_account.rb
|
|
937
732
|
- lib/stripe/resources/billing/alert.rb
|
|
938
733
|
- lib/stripe/resources/billing/alert_triggered.rb
|
|
939
|
-
- lib/stripe/resources/billing/analytics/meter_usage.rb
|
|
940
|
-
- lib/stripe/resources/billing/analytics/meter_usage_row.rb
|
|
941
734
|
- lib/stripe/resources/billing/credit_balance_summary.rb
|
|
942
735
|
- lib/stripe/resources/billing/credit_balance_transaction.rb
|
|
943
736
|
- lib/stripe/resources/billing/credit_grant.rb
|
|
@@ -948,9 +741,6 @@ files:
|
|
|
948
741
|
- lib/stripe/resources/billing_portal/configuration.rb
|
|
949
742
|
- lib/stripe/resources/billing_portal/session.rb
|
|
950
743
|
- lib/stripe/resources/capability.rb
|
|
951
|
-
- lib/stripe/resources/capital/financing_offer.rb
|
|
952
|
-
- lib/stripe/resources/capital/financing_summary.rb
|
|
953
|
-
- lib/stripe/resources/capital/financing_transaction.rb
|
|
954
744
|
- lib/stripe/resources/card.rb
|
|
955
745
|
- lib/stripe/resources/cash_balance.rb
|
|
956
746
|
- lib/stripe/resources/charge.rb
|
|
@@ -979,16 +769,12 @@ files:
|
|
|
979
769
|
- lib/stripe/resources/file.rb
|
|
980
770
|
- lib/stripe/resources/file_link.rb
|
|
981
771
|
- lib/stripe/resources/financial_connections/account.rb
|
|
982
|
-
- lib/stripe/resources/financial_connections/account_inferred_balance.rb
|
|
983
772
|
- lib/stripe/resources/financial_connections/account_owner.rb
|
|
984
773
|
- lib/stripe/resources/financial_connections/account_ownership.rb
|
|
985
|
-
- lib/stripe/resources/financial_connections/authorization.rb
|
|
986
|
-
- lib/stripe/resources/financial_connections/institution.rb
|
|
987
774
|
- lib/stripe/resources/financial_connections/session.rb
|
|
988
775
|
- lib/stripe/resources/financial_connections/transaction.rb
|
|
989
776
|
- lib/stripe/resources/forwarding/request.rb
|
|
990
777
|
- lib/stripe/resources/funding_instructions.rb
|
|
991
|
-
- lib/stripe/resources/fx_quote.rb
|
|
992
778
|
- lib/stripe/resources/identity/verification_report.rb
|
|
993
779
|
- lib/stripe/resources/identity/verification_session.rb
|
|
994
780
|
- lib/stripe/resources/invoice.rb
|
|
@@ -999,20 +785,14 @@ files:
|
|
|
999
785
|
- lib/stripe/resources/issuing/authorization.rb
|
|
1000
786
|
- lib/stripe/resources/issuing/card.rb
|
|
1001
787
|
- lib/stripe/resources/issuing/cardholder.rb
|
|
1002
|
-
- lib/stripe/resources/issuing/credit_underwriting_record.rb
|
|
1003
788
|
- lib/stripe/resources/issuing/dispute.rb
|
|
1004
|
-
- lib/stripe/resources/issuing/dispute_settlement_detail.rb
|
|
1005
|
-
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
|
1006
789
|
- lib/stripe/resources/issuing/personalization_design.rb
|
|
1007
790
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
|
1008
|
-
- lib/stripe/resources/issuing/settlement.rb
|
|
1009
791
|
- lib/stripe/resources/issuing/token.rb
|
|
1010
792
|
- lib/stripe/resources/issuing/transaction.rb
|
|
1011
793
|
- lib/stripe/resources/line_item.rb
|
|
1012
794
|
- lib/stripe/resources/login_link.rb
|
|
1013
795
|
- lib/stripe/resources/mandate.rb
|
|
1014
|
-
- lib/stripe/resources/margin.rb
|
|
1015
|
-
- lib/stripe/resources/order.rb
|
|
1016
796
|
- lib/stripe/resources/payment_attempt_record.rb
|
|
1017
797
|
- lib/stripe/resources/payment_intent.rb
|
|
1018
798
|
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
|
@@ -1025,16 +805,10 @@ files:
|
|
|
1025
805
|
- lib/stripe/resources/person.rb
|
|
1026
806
|
- lib/stripe/resources/plan.rb
|
|
1027
807
|
- lib/stripe/resources/price.rb
|
|
1028
|
-
- lib/stripe/resources/privacy/redaction_job.rb
|
|
1029
|
-
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
|
1030
808
|
- lib/stripe/resources/product.rb
|
|
1031
|
-
- lib/stripe/resources/product_catalog/trial_offer.rb
|
|
1032
809
|
- lib/stripe/resources/product_feature.rb
|
|
1033
810
|
- lib/stripe/resources/promotion_code.rb
|
|
1034
811
|
- lib/stripe/resources/quote.rb
|
|
1035
|
-
- lib/stripe/resources/quote_line.rb
|
|
1036
|
-
- lib/stripe/resources/quote_preview_invoice.rb
|
|
1037
|
-
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
|
1038
812
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
|
1039
813
|
- lib/stripe/resources/radar/payment_evaluation.rb
|
|
1040
814
|
- lib/stripe/resources/radar/value_list.rb
|
|
@@ -1050,8 +824,6 @@ files:
|
|
|
1050
824
|
- lib/stripe/resources/review.rb
|
|
1051
825
|
- lib/stripe/resources/setup_attempt.rb
|
|
1052
826
|
- lib/stripe/resources/setup_intent.rb
|
|
1053
|
-
- lib/stripe/resources/shared_payment/granted_token.rb
|
|
1054
|
-
- lib/stripe/resources/shared_payment/issued_token.rb
|
|
1055
827
|
- lib/stripe/resources/shipping_rate.rb
|
|
1056
828
|
- lib/stripe/resources/sigma/scheduled_query_run.rb
|
|
1057
829
|
- lib/stripe/resources/source.rb
|
|
@@ -1063,8 +835,6 @@ files:
|
|
|
1063
835
|
- lib/stripe/resources/tax/association.rb
|
|
1064
836
|
- lib/stripe/resources/tax/calculation.rb
|
|
1065
837
|
- lib/stripe/resources/tax/calculation_line_item.rb
|
|
1066
|
-
- lib/stripe/resources/tax/form.rb
|
|
1067
|
-
- lib/stripe/resources/tax/location.rb
|
|
1068
838
|
- lib/stripe/resources/tax/registration.rb
|
|
1069
839
|
- lib/stripe/resources/tax/settings.rb
|
|
1070
840
|
- lib/stripe/resources/tax/transaction.rb
|
|
@@ -1078,7 +848,6 @@ files:
|
|
|
1078
848
|
- lib/stripe/resources/terminal/location.rb
|
|
1079
849
|
- lib/stripe/resources/terminal/onboarding_link.rb
|
|
1080
850
|
- lib/stripe/resources/terminal/reader.rb
|
|
1081
|
-
- lib/stripe/resources/terminal/reader_collected_data.rb
|
|
1082
851
|
- lib/stripe/resources/test_helpers/test_clock.rb
|
|
1083
852
|
- lib/stripe/resources/token.rb
|
|
1084
853
|
- lib/stripe/resources/topup.rb
|
|
@@ -1095,43 +864,19 @@ files:
|
|
|
1095
864
|
- lib/stripe/resources/treasury/transaction.rb
|
|
1096
865
|
- lib/stripe/resources/treasury/transaction_entry.rb
|
|
1097
866
|
- lib/stripe/resources/v2/amount.rb
|
|
1098
|
-
- lib/stripe/resources/v2/billing/bill_setting.rb
|
|
1099
|
-
- lib/stripe/resources/v2/billing/bill_setting_version.rb
|
|
1100
|
-
- lib/stripe/resources/v2/billing/cadence.rb
|
|
1101
|
-
- lib/stripe/resources/v2/billing/collection_setting.rb
|
|
1102
|
-
- lib/stripe/resources/v2/billing/collection_setting_version.rb
|
|
1103
867
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
|
1104
868
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
|
1105
869
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
|
1106
|
-
- lib/stripe/resources/v2/
|
|
870
|
+
- lib/stripe/resources/v2/commerce/product_catalog_import.rb
|
|
1107
871
|
- lib/stripe/resources/v2/core/account.rb
|
|
1108
872
|
- lib/stripe/resources/v2/core/account_link.rb
|
|
1109
873
|
- lib/stripe/resources/v2/core/account_person.rb
|
|
1110
874
|
- lib/stripe/resources/v2/core/account_person_token.rb
|
|
1111
875
|
- lib/stripe/resources/v2/core/account_token.rb
|
|
1112
|
-
- lib/stripe/resources/v2/core/batch_job.rb
|
|
1113
876
|
- lib/stripe/resources/v2/core/event.rb
|
|
1114
877
|
- lib/stripe/resources/v2/core/event_destination.rb
|
|
1115
878
|
- lib/stripe/resources/v2/core/event_notification.rb
|
|
1116
|
-
- lib/stripe/resources/v2/core/vault/gb_bank_account.rb
|
|
1117
|
-
- lib/stripe/resources/v2/core/vault/us_bank_account.rb
|
|
1118
879
|
- lib/stripe/resources/v2/deleted_object.rb
|
|
1119
|
-
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
|
1120
|
-
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
|
1121
|
-
- lib/stripe/resources/v2/money_management/adjustment.rb
|
|
1122
|
-
- lib/stripe/resources/v2/money_management/financial_account.rb
|
|
1123
|
-
- lib/stripe/resources/v2/money_management/financial_address.rb
|
|
1124
|
-
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
|
1125
|
-
- lib/stripe/resources/v2/money_management/outbound_payment.rb
|
|
1126
|
-
- lib/stripe/resources/v2/money_management/outbound_payment_quote.rb
|
|
1127
|
-
- lib/stripe/resources/v2/money_management/outbound_setup_intent.rb
|
|
1128
|
-
- lib/stripe/resources/v2/money_management/outbound_transfer.rb
|
|
1129
|
-
- lib/stripe/resources/v2/money_management/payout_method.rb
|
|
1130
|
-
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
|
1131
|
-
- lib/stripe/resources/v2/money_management/received_credit.rb
|
|
1132
|
-
- lib/stripe/resources/v2/money_management/received_debit.rb
|
|
1133
|
-
- lib/stripe/resources/v2/money_management/transaction.rb
|
|
1134
|
-
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
|
1135
880
|
- lib/stripe/resources/webhook_endpoint.rb
|
|
1136
881
|
- lib/stripe/search_result_object.rb
|
|
1137
882
|
- lib/stripe/services.rb
|
|
@@ -1139,7 +884,6 @@ files:
|
|
|
1139
884
|
- lib/stripe/services/account_external_account_service.rb
|
|
1140
885
|
- lib/stripe/services/account_link_service.rb
|
|
1141
886
|
- lib/stripe/services/account_login_link_service.rb
|
|
1142
|
-
- lib/stripe/services/account_notice_service.rb
|
|
1143
887
|
- lib/stripe/services/account_person_service.rb
|
|
1144
888
|
- lib/stripe/services/account_service.rb
|
|
1145
889
|
- lib/stripe/services/account_session_service.rb
|
|
@@ -1152,8 +896,6 @@ files:
|
|
|
1152
896
|
- lib/stripe/services/balance_settings_service.rb
|
|
1153
897
|
- lib/stripe/services/balance_transaction_service.rb
|
|
1154
898
|
- lib/stripe/services/billing/alert_service.rb
|
|
1155
|
-
- lib/stripe/services/billing/analytics/meter_usage_service.rb
|
|
1156
|
-
- lib/stripe/services/billing/analytics_service.rb
|
|
1157
899
|
- lib/stripe/services/billing/credit_balance_summary_service.rb
|
|
1158
900
|
- lib/stripe/services/billing/credit_balance_transaction_service.rb
|
|
1159
901
|
- lib/stripe/services/billing/credit_grant_service.rb
|
|
@@ -1165,10 +907,6 @@ files:
|
|
|
1165
907
|
- lib/stripe/services/billing_portal/session_service.rb
|
|
1166
908
|
- lib/stripe/services/billing_portal_service.rb
|
|
1167
909
|
- lib/stripe/services/billing_service.rb
|
|
1168
|
-
- lib/stripe/services/capital/financing_offer_service.rb
|
|
1169
|
-
- lib/stripe/services/capital/financing_summary_service.rb
|
|
1170
|
-
- lib/stripe/services/capital/financing_transaction_service.rb
|
|
1171
|
-
- lib/stripe/services/capital_service.rb
|
|
1172
910
|
- lib/stripe/services/charge_service.rb
|
|
1173
911
|
- lib/stripe/services/checkout/session_line_item_service.rb
|
|
1174
912
|
- lib/stripe/services/checkout/session_service.rb
|
|
@@ -1199,20 +937,15 @@ files:
|
|
|
1199
937
|
- lib/stripe/services/ephemeral_key_service.rb
|
|
1200
938
|
- lib/stripe/services/event_service.rb
|
|
1201
939
|
- lib/stripe/services/exchange_rate_service.rb
|
|
1202
|
-
- lib/stripe/services/external_account_service.rb
|
|
1203
940
|
- lib/stripe/services/file_link_service.rb
|
|
1204
941
|
- lib/stripe/services/file_service.rb
|
|
1205
|
-
- lib/stripe/services/financial_connections/account_inferred_balance_service.rb
|
|
1206
942
|
- lib/stripe/services/financial_connections/account_owner_service.rb
|
|
1207
943
|
- lib/stripe/services/financial_connections/account_service.rb
|
|
1208
|
-
- lib/stripe/services/financial_connections/authorization_service.rb
|
|
1209
|
-
- lib/stripe/services/financial_connections/institution_service.rb
|
|
1210
944
|
- lib/stripe/services/financial_connections/session_service.rb
|
|
1211
945
|
- lib/stripe/services/financial_connections/transaction_service.rb
|
|
1212
946
|
- lib/stripe/services/financial_connections_service.rb
|
|
1213
947
|
- lib/stripe/services/forwarding/request_service.rb
|
|
1214
948
|
- lib/stripe/services/forwarding_service.rb
|
|
1215
|
-
- lib/stripe/services/fx_quote_service.rb
|
|
1216
949
|
- lib/stripe/services/identity/verification_report_service.rb
|
|
1217
950
|
- lib/stripe/services/identity/verification_session_service.rb
|
|
1218
951
|
- lib/stripe/services/identity_service.rb
|
|
@@ -1224,19 +957,14 @@ files:
|
|
|
1224
957
|
- lib/stripe/services/issuing/authorization_service.rb
|
|
1225
958
|
- lib/stripe/services/issuing/card_service.rb
|
|
1226
959
|
- lib/stripe/services/issuing/cardholder_service.rb
|
|
1227
|
-
- lib/stripe/services/issuing/credit_underwriting_record_service.rb
|
|
1228
960
|
- lib/stripe/services/issuing/dispute_service.rb
|
|
1229
|
-
- lib/stripe/services/issuing/dispute_settlement_detail_service.rb
|
|
1230
|
-
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
|
1231
961
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
|
1232
962
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
|
1233
963
|
- lib/stripe/services/issuing/token_service.rb
|
|
1234
964
|
- lib/stripe/services/issuing/transaction_service.rb
|
|
1235
965
|
- lib/stripe/services/issuing_service.rb
|
|
1236
966
|
- lib/stripe/services/mandate_service.rb
|
|
1237
|
-
- lib/stripe/services/margin_service.rb
|
|
1238
967
|
- lib/stripe/services/oauth_service.rb
|
|
1239
|
-
- lib/stripe/services/order_service.rb
|
|
1240
968
|
- lib/stripe/services/payment_attempt_record_service.rb
|
|
1241
969
|
- lib/stripe/services/payment_intent_amount_details_line_item_service.rb
|
|
1242
970
|
- lib/stripe/services/payment_intent_service.rb
|
|
@@ -1249,19 +977,11 @@ files:
|
|
|
1249
977
|
- lib/stripe/services/payout_service.rb
|
|
1250
978
|
- lib/stripe/services/plan_service.rb
|
|
1251
979
|
- lib/stripe/services/price_service.rb
|
|
1252
|
-
- lib/stripe/services/privacy/redaction_job_service.rb
|
|
1253
|
-
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
|
1254
|
-
- lib/stripe/services/privacy_service.rb
|
|
1255
|
-
- lib/stripe/services/product_catalog/trial_offer_service.rb
|
|
1256
|
-
- lib/stripe/services/product_catalog_service.rb
|
|
1257
980
|
- lib/stripe/services/product_feature_service.rb
|
|
1258
981
|
- lib/stripe/services/product_service.rb
|
|
1259
982
|
- lib/stripe/services/promotion_code_service.rb
|
|
1260
983
|
- lib/stripe/services/quote_computed_upfront_line_items_service.rb
|
|
1261
984
|
- lib/stripe/services/quote_line_item_service.rb
|
|
1262
|
-
- lib/stripe/services/quote_line_service.rb
|
|
1263
|
-
- lib/stripe/services/quote_preview_invoice_service.rb
|
|
1264
|
-
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
|
1265
985
|
- lib/stripe/services/quote_service.rb
|
|
1266
986
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
|
1267
987
|
- lib/stripe/services/radar/payment_evaluation_service.rb
|
|
@@ -1272,16 +992,9 @@ files:
|
|
|
1272
992
|
- lib/stripe/services/reporting/report_run_service.rb
|
|
1273
993
|
- lib/stripe/services/reporting/report_type_service.rb
|
|
1274
994
|
- lib/stripe/services/reporting_service.rb
|
|
1275
|
-
- lib/stripe/services/reserve/hold_service.rb
|
|
1276
|
-
- lib/stripe/services/reserve/plan_service.rb
|
|
1277
|
-
- lib/stripe/services/reserve/release_service.rb
|
|
1278
|
-
- lib/stripe/services/reserve_service.rb
|
|
1279
995
|
- lib/stripe/services/review_service.rb
|
|
1280
996
|
- lib/stripe/services/setup_attempt_service.rb
|
|
1281
997
|
- lib/stripe/services/setup_intent_service.rb
|
|
1282
|
-
- lib/stripe/services/shared_payment/granted_token_service.rb
|
|
1283
|
-
- lib/stripe/services/shared_payment/issued_token_service.rb
|
|
1284
|
-
- lib/stripe/services/shared_payment_service.rb
|
|
1285
998
|
- lib/stripe/services/shipping_rate_service.rb
|
|
1286
999
|
- lib/stripe/services/sigma/scheduled_query_run_service.rb
|
|
1287
1000
|
- lib/stripe/services/sigma_service.rb
|
|
@@ -1293,8 +1006,6 @@ files:
|
|
|
1293
1006
|
- lib/stripe/services/tax/association_service.rb
|
|
1294
1007
|
- lib/stripe/services/tax/calculation_line_item_service.rb
|
|
1295
1008
|
- lib/stripe/services/tax/calculation_service.rb
|
|
1296
|
-
- lib/stripe/services/tax/form_service.rb
|
|
1297
|
-
- lib/stripe/services/tax/location_service.rb
|
|
1298
1009
|
- lib/stripe/services/tax/registration_service.rb
|
|
1299
1010
|
- lib/stripe/services/tax/settings_service.rb
|
|
1300
1011
|
- lib/stripe/services/tax/transaction_line_item_service.rb
|
|
@@ -1307,7 +1018,6 @@ files:
|
|
|
1307
1018
|
- lib/stripe/services/terminal/connection_token_service.rb
|
|
1308
1019
|
- lib/stripe/services/terminal/location_service.rb
|
|
1309
1020
|
- lib/stripe/services/terminal/onboarding_link_service.rb
|
|
1310
|
-
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
|
1311
1021
|
- lib/stripe/services/terminal/reader_service.rb
|
|
1312
1022
|
- lib/stripe/services/terminal_service.rb
|
|
1313
1023
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
|
@@ -1318,8 +1028,6 @@ files:
|
|
|
1318
1028
|
- lib/stripe/services/test_helpers/issuing/transaction_service.rb
|
|
1319
1029
|
- lib/stripe/services/test_helpers/issuing_service.rb
|
|
1320
1030
|
- lib/stripe/services/test_helpers/refund_service.rb
|
|
1321
|
-
- lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb
|
|
1322
|
-
- lib/stripe/services/test_helpers/shared_payment_service.rb
|
|
1323
1031
|
- lib/stripe/services/test_helpers/terminal/reader_service.rb
|
|
1324
1032
|
- lib/stripe/services/test_helpers/terminal_service.rb
|
|
1325
1033
|
- lib/stripe/services/test_helpers/test_clock_service.rb
|
|
@@ -1347,53 +1055,28 @@ files:
|
|
|
1347
1055
|
- lib/stripe/services/treasury/transaction_service.rb
|
|
1348
1056
|
- lib/stripe/services/treasury_service.rb
|
|
1349
1057
|
- lib/stripe/services/v1_services.rb
|
|
1350
|
-
- lib/stripe/services/v2/billing/bill_setting_service.rb
|
|
1351
|
-
- lib/stripe/services/v2/billing/bill_settings/version_service.rb
|
|
1352
|
-
- lib/stripe/services/v2/billing/cadence_service.rb
|
|
1353
|
-
- lib/stripe/services/v2/billing/collection_setting_service.rb
|
|
1354
|
-
- lib/stripe/services/v2/billing/collection_settings/version_service.rb
|
|
1355
1058
|
- lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
|
|
1356
1059
|
- lib/stripe/services/v2/billing/meter_event_service.rb
|
|
1357
1060
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
|
1358
1061
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
|
1359
|
-
- lib/stripe/services/v2/billing/profile_service.rb
|
|
1360
1062
|
- lib/stripe/services/v2/billing_service.rb
|
|
1063
|
+
- lib/stripe/services/v2/commerce/product_catalog/import_service.rb
|
|
1064
|
+
- lib/stripe/services/v2/commerce/product_catalog_service.rb
|
|
1065
|
+
- lib/stripe/services/v2/commerce_service.rb
|
|
1361
1066
|
- lib/stripe/services/v2/core/account_link_service.rb
|
|
1362
1067
|
- lib/stripe/services/v2/core/account_service.rb
|
|
1363
1068
|
- lib/stripe/services/v2/core/account_token_service.rb
|
|
1364
1069
|
- lib/stripe/services/v2/core/accounts/person_service.rb
|
|
1365
1070
|
- lib/stripe/services/v2/core/accounts/person_token_service.rb
|
|
1366
|
-
- lib/stripe/services/v2/core/batch_job_service.rb
|
|
1367
1071
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
|
1368
1072
|
- lib/stripe/services/v2/core/event_service.rb
|
|
1369
|
-
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
|
1370
|
-
- lib/stripe/services/v2/core/vault/us_bank_account_service.rb
|
|
1371
|
-
- lib/stripe/services/v2/core/vault_service.rb
|
|
1372
1073
|
- lib/stripe/services/v2/core_service.rb
|
|
1373
|
-
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
|
1374
|
-
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
|
1375
|
-
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
|
1376
|
-
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
|
1377
|
-
- lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
|
|
1378
|
-
- lib/stripe/services/v2/money_management/outbound_payment_service.rb
|
|
1379
|
-
- lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb
|
|
1380
|
-
- lib/stripe/services/v2/money_management/outbound_transfer_service.rb
|
|
1381
|
-
- lib/stripe/services/v2/money_management/payout_method_service.rb
|
|
1382
|
-
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
|
1383
|
-
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
|
1384
|
-
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
|
1385
|
-
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
|
1386
|
-
- lib/stripe/services/v2/money_management/transaction_service.rb
|
|
1387
|
-
- lib/stripe/services/v2/money_management_service.rb
|
|
1388
|
-
- lib/stripe/services/v2/test_helper_service.rb
|
|
1389
|
-
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
|
1390
1074
|
- lib/stripe/services/v2_services.rb
|
|
1391
1075
|
- lib/stripe/services/webhook_endpoint_service.rb
|
|
1392
1076
|
- lib/stripe/singleton_api_resource.rb
|
|
1393
1077
|
- lib/stripe/stripe_client.rb
|
|
1394
1078
|
- lib/stripe/stripe_configuration.rb
|
|
1395
1079
|
- lib/stripe/stripe_context.rb
|
|
1396
|
-
- lib/stripe/stripe_event_notification_handler.rb
|
|
1397
1080
|
- lib/stripe/stripe_object.rb
|
|
1398
1081
|
- lib/stripe/stripe_response.rb
|
|
1399
1082
|
- lib/stripe/stripe_service.rb
|
|
@@ -1426,9 +1109,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1426
1109
|
version: 2.7.0
|
|
1427
1110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1428
1111
|
requirements:
|
|
1429
|
-
- - "
|
|
1112
|
+
- - ">="
|
|
1430
1113
|
- !ruby/object:Gem::Version
|
|
1431
|
-
version:
|
|
1114
|
+
version: '0'
|
|
1432
1115
|
requirements: []
|
|
1433
1116
|
rubygems_version: 3.3.27
|
|
1434
1117
|
signing_key:
|