stripe 19.2.0.pre.beta.2 → 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 -36
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -87
- data/lib/stripe/event_types.rb +0 -228
- data/lib/stripe/object_types.rb +0 -61
- 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/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 -795
- 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/commerce/product_catalog_import.rb +1 -1
- 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 -301
- 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_service.rb +1 -5
- 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/event_service.rb +2 -1
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -8
- data/lib/stripe/services.rb +469 -268
- 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 +53183 -118054
- metadata +5 -377
- 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_data_reporting_query_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +0 -75
- data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb +0 -44
- 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_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_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 -63
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +0 -97
- 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/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 -257
- 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 -263
- 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/data/reporting/query_run_create_params.rb +0 -31
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +0 -17
- data/lib/stripe/params/v2/extend/workflow_list_params.rb +0 -21
- data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +0 -23
- data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/iam/activity_log_list_params.rb +0 -23
- 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/network/business_profile_me_params.rb +0 -10
- data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +0 -17
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +0 -20
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_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 -710
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -327
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -316
- 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/data/reporting/query_run.rb +0 -142
- data/lib/stripe/resources/v2/extend/workflow.rb +0 -80
- data/lib/stripe/resources/v2/extend/workflow_run.rb +0 -158
- 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/iam/activity_log.rb +0 -187
- 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 -181
- 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/resources/v2/network/business_profile.rb +0 -84
- data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +0 -93
- 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/data/reporting/query_run_service.rb +0 -35
- data/lib/stripe/services/v2/data/reporting_service.rb +0 -17
- data/lib/stripe/services/v2/datum_service.rb +0 -15
- data/lib/stripe/services/v2/extend/workflow_run_service.rb +0 -32
- data/lib/stripe/services/v2/extend/workflow_service.rb +0 -45
- data/lib/stripe/services/v2/extend_service.rb +0 -16
- data/lib/stripe/services/v2/iam/activity_log_service.rb +0 -21
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- 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 -66
- 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/network/business_profile_service.rb +0 -32
- data/lib/stripe/services/v2/network_service.rb +0 -15
- data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +0 -65
- data/lib/stripe/services/v2/orchestrated_commerce_service.rb +0 -15
- 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 -581
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
|
|
@@ -80,8 +80,6 @@ files:
|
|
|
80
80
|
- lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb
|
|
81
81
|
- lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb
|
|
82
82
|
- lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb
|
|
83
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
|
|
84
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
|
|
85
83
|
- lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
|
|
86
84
|
- lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb
|
|
87
85
|
- lib/stripe/events/v2_core_account_including_identity_updated_event.rb
|
|
@@ -91,65 +89,7 @@ files:
|
|
|
91
89
|
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
|
92
90
|
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
|
93
91
|
- lib/stripe/events/v2_core_account_updated_event.rb
|
|
94
|
-
- lib/stripe/events/v2_core_batch_job_batch_failed_event.rb
|
|
95
|
-
- lib/stripe/events/v2_core_batch_job_canceled_event.rb
|
|
96
|
-
- lib/stripe/events/v2_core_batch_job_completed_event.rb
|
|
97
|
-
- lib/stripe/events/v2_core_batch_job_created_event.rb
|
|
98
|
-
- lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb
|
|
99
|
-
- lib/stripe/events/v2_core_batch_job_timeout_event.rb
|
|
100
|
-
- lib/stripe/events/v2_core_batch_job_updated_event.rb
|
|
101
|
-
- lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb
|
|
102
|
-
- lib/stripe/events/v2_core_batch_job_validating_event.rb
|
|
103
|
-
- lib/stripe/events/v2_core_batch_job_validation_failed_event.rb
|
|
104
92
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
|
105
|
-
- lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
|
|
106
|
-
- lib/stripe/events/v2_data_reporting_query_run_created_event.rb
|
|
107
|
-
- lib/stripe/events/v2_data_reporting_query_run_failed_event.rb
|
|
108
|
-
- lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb
|
|
109
|
-
- lib/stripe/events/v2_data_reporting_query_run_updated_event.rb
|
|
110
|
-
- lib/stripe/events/v2_extend_workflow_run_failed_event.rb
|
|
111
|
-
- lib/stripe/events/v2_extend_workflow_run_started_event.rb
|
|
112
|
-
- lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb
|
|
113
|
-
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
|
114
|
-
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
|
115
|
-
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
|
116
|
-
- lib/stripe/events/v2_money_management_financial_address_activated_event.rb
|
|
117
|
-
- lib/stripe/events/v2_money_management_financial_address_failed_event.rb
|
|
118
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb
|
|
119
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb
|
|
120
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb
|
|
121
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb
|
|
122
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb
|
|
123
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb
|
|
124
|
-
- lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb
|
|
125
|
-
- lib/stripe/events/v2_money_management_outbound_payment_created_event.rb
|
|
126
|
-
- lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb
|
|
127
|
-
- lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb
|
|
128
|
-
- lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb
|
|
129
|
-
- lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb
|
|
130
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb
|
|
131
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb
|
|
132
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb
|
|
133
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb
|
|
134
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb
|
|
135
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb
|
|
136
|
-
- lib/stripe/events/v2_money_management_payout_method_created_event.rb
|
|
137
|
-
- lib/stripe/events/v2_money_management_payout_method_updated_event.rb
|
|
138
|
-
- lib/stripe/events/v2_money_management_received_credit_available_event.rb
|
|
139
|
-
- lib/stripe/events/v2_money_management_received_credit_failed_event.rb
|
|
140
|
-
- lib/stripe/events/v2_money_management_received_credit_returned_event.rb
|
|
141
|
-
- lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb
|
|
142
|
-
- lib/stripe/events/v2_money_management_received_debit_canceled_event.rb
|
|
143
|
-
- lib/stripe/events/v2_money_management_received_debit_failed_event.rb
|
|
144
|
-
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
|
145
|
-
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
|
146
|
-
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
|
147
|
-
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
|
148
|
-
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
|
149
|
-
- lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb
|
|
150
|
-
- lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb
|
|
151
|
-
- lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb
|
|
152
|
-
- lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb
|
|
153
93
|
- lib/stripe/instrumentation.rb
|
|
154
94
|
- lib/stripe/list_object.rb
|
|
155
95
|
- lib/stripe/multipart_encoder.rb
|
|
@@ -169,9 +109,6 @@ files:
|
|
|
169
109
|
- lib/stripe/params/account_link_create_params.rb
|
|
170
110
|
- lib/stripe/params/account_list_params.rb
|
|
171
111
|
- lib/stripe/params/account_login_link_create_params.rb
|
|
172
|
-
- lib/stripe/params/account_notice_list_params.rb
|
|
173
|
-
- lib/stripe/params/account_notice_retrieve_params.rb
|
|
174
|
-
- lib/stripe/params/account_notice_update_params.rb
|
|
175
112
|
- lib/stripe/params/account_person_create_params.rb
|
|
176
113
|
- lib/stripe/params/account_person_delete_params.rb
|
|
177
114
|
- lib/stripe/params/account_person_list_params.rb
|
|
@@ -208,7 +145,6 @@ files:
|
|
|
208
145
|
- lib/stripe/params/billing/alert_deactivate_params.rb
|
|
209
146
|
- lib/stripe/params/billing/alert_list_params.rb
|
|
210
147
|
- lib/stripe/params/billing/alert_retrieve_params.rb
|
|
211
|
-
- lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb
|
|
212
148
|
- lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb
|
|
213
149
|
- lib/stripe/params/billing/credit_balance_transaction_list_params.rb
|
|
214
150
|
- lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb
|
|
@@ -232,12 +168,6 @@ files:
|
|
|
232
168
|
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
|
233
169
|
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
|
234
170
|
- lib/stripe/params/billing_portal/session_create_params.rb
|
|
235
|
-
- lib/stripe/params/capital/financing_offer_list_params.rb
|
|
236
|
-
- lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
|
|
237
|
-
- lib/stripe/params/capital/financing_offer_retrieve_params.rb
|
|
238
|
-
- lib/stripe/params/capital/financing_summary_retrieve_params.rb
|
|
239
|
-
- lib/stripe/params/capital/financing_transaction_list_params.rb
|
|
240
|
-
- lib/stripe/params/capital/financing_transaction_retrieve_params.rb
|
|
241
171
|
- lib/stripe/params/charge_capture_params.rb
|
|
242
172
|
- lib/stripe/params/charge_create_params.rb
|
|
243
173
|
- lib/stripe/params/charge_list_params.rb
|
|
@@ -327,11 +257,6 @@ files:
|
|
|
327
257
|
- lib/stripe/params/event_retrieve_params.rb
|
|
328
258
|
- lib/stripe/params/exchange_rate_list_params.rb
|
|
329
259
|
- lib/stripe/params/exchange_rate_retrieve_params.rb
|
|
330
|
-
- lib/stripe/params/external_account_create_params.rb
|
|
331
|
-
- lib/stripe/params/external_account_delete_params.rb
|
|
332
|
-
- lib/stripe/params/external_account_list_params.rb
|
|
333
|
-
- lib/stripe/params/external_account_retrieve_params.rb
|
|
334
|
-
- lib/stripe/params/external_account_update_params.rb
|
|
335
260
|
- lib/stripe/params/file_create_params.rb
|
|
336
261
|
- lib/stripe/params/file_link_create_params.rb
|
|
337
262
|
- lib/stripe/params/file_link_list_params.rb
|
|
@@ -340,7 +265,6 @@ files:
|
|
|
340
265
|
- lib/stripe/params/file_list_params.rb
|
|
341
266
|
- lib/stripe/params/file_retrieve_params.rb
|
|
342
267
|
- lib/stripe/params/financial_connections/account_disconnect_params.rb
|
|
343
|
-
- lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb
|
|
344
268
|
- lib/stripe/params/financial_connections/account_list_owners_params.rb
|
|
345
269
|
- lib/stripe/params/financial_connections/account_list_params.rb
|
|
346
270
|
- lib/stripe/params/financial_connections/account_owner_list_params.rb
|
|
@@ -349,9 +273,6 @@ files:
|
|
|
349
273
|
- lib/stripe/params/financial_connections/account_retrieve_params.rb
|
|
350
274
|
- lib/stripe/params/financial_connections/account_subscribe_params.rb
|
|
351
275
|
- lib/stripe/params/financial_connections/account_unsubscribe_params.rb
|
|
352
|
-
- lib/stripe/params/financial_connections/authorization_retrieve_params.rb
|
|
353
|
-
- lib/stripe/params/financial_connections/institution_list_params.rb
|
|
354
|
-
- lib/stripe/params/financial_connections/institution_retrieve_params.rb
|
|
355
276
|
- lib/stripe/params/financial_connections/session_create_params.rb
|
|
356
277
|
- lib/stripe/params/financial_connections/session_retrieve_params.rb
|
|
357
278
|
- lib/stripe/params/financial_connections/transaction_list_params.rb
|
|
@@ -359,9 +280,6 @@ files:
|
|
|
359
280
|
- lib/stripe/params/forwarding/request_create_params.rb
|
|
360
281
|
- lib/stripe/params/forwarding/request_list_params.rb
|
|
361
282
|
- lib/stripe/params/forwarding/request_retrieve_params.rb
|
|
362
|
-
- lib/stripe/params/fx_quote_create_params.rb
|
|
363
|
-
- lib/stripe/params/fx_quote_list_params.rb
|
|
364
|
-
- lib/stripe/params/fx_quote_retrieve_params.rb
|
|
365
283
|
- lib/stripe/params/identity/verification_report_list_params.rb
|
|
366
284
|
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
|
367
285
|
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
|
@@ -375,7 +293,6 @@ files:
|
|
|
375
293
|
- lib/stripe/params/invoice_create_params.rb
|
|
376
294
|
- lib/stripe/params/invoice_create_preview_params.rb
|
|
377
295
|
- lib/stripe/params/invoice_delete_params.rb
|
|
378
|
-
- lib/stripe/params/invoice_detach_payment_params.rb
|
|
379
296
|
- lib/stripe/params/invoice_finalize_invoice_params.rb
|
|
380
297
|
- lib/stripe/params/invoice_item_create_params.rb
|
|
381
298
|
- lib/stripe/params/invoice_item_delete_params.rb
|
|
@@ -425,21 +342,11 @@ files:
|
|
|
425
342
|
- lib/stripe/params/issuing/cardholder_list_params.rb
|
|
426
343
|
- lib/stripe/params/issuing/cardholder_retrieve_params.rb
|
|
427
344
|
- lib/stripe/params/issuing/cardholder_update_params.rb
|
|
428
|
-
- lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb
|
|
429
|
-
- lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb
|
|
430
|
-
- lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb
|
|
431
|
-
- lib/stripe/params/issuing/credit_underwriting_record_list_params.rb
|
|
432
|
-
- lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb
|
|
433
|
-
- lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb
|
|
434
345
|
- lib/stripe/params/issuing/dispute_create_params.rb
|
|
435
346
|
- lib/stripe/params/issuing/dispute_list_params.rb
|
|
436
347
|
- lib/stripe/params/issuing/dispute_retrieve_params.rb
|
|
437
|
-
- lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb
|
|
438
|
-
- lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb
|
|
439
348
|
- lib/stripe/params/issuing/dispute_submit_params.rb
|
|
440
349
|
- lib/stripe/params/issuing/dispute_update_params.rb
|
|
441
|
-
- lib/stripe/params/issuing/fraud_liability_debit_list_params.rb
|
|
442
|
-
- lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb
|
|
443
350
|
- lib/stripe/params/issuing/personalization_design_activate_params.rb
|
|
444
351
|
- lib/stripe/params/issuing/personalization_design_create_params.rb
|
|
445
352
|
- lib/stripe/params/issuing/personalization_design_deactivate_params.rb
|
|
@@ -458,17 +365,7 @@ files:
|
|
|
458
365
|
- lib/stripe/params/issuing/transaction_refund_params.rb
|
|
459
366
|
- lib/stripe/params/issuing/transaction_retrieve_params.rb
|
|
460
367
|
- lib/stripe/params/issuing/transaction_update_params.rb
|
|
461
|
-
- lib/stripe/params/mandate_list_params.rb
|
|
462
368
|
- lib/stripe/params/mandate_retrieve_params.rb
|
|
463
|
-
- lib/stripe/params/margin_create_params.rb
|
|
464
|
-
- lib/stripe/params/margin_list_params.rb
|
|
465
|
-
- lib/stripe/params/margin_retrieve_params.rb
|
|
466
|
-
- lib/stripe/params/margin_update_params.rb
|
|
467
|
-
- lib/stripe/params/order_create_params.rb
|
|
468
|
-
- lib/stripe/params/order_list_params.rb
|
|
469
|
-
- lib/stripe/params/order_retrieve_params.rb
|
|
470
|
-
- lib/stripe/params/order_submit_params.rb
|
|
471
|
-
- lib/stripe/params/order_update_params.rb
|
|
472
369
|
- lib/stripe/params/payment_attempt_record_list_params.rb
|
|
473
370
|
- lib/stripe/params/payment_attempt_record_retrieve_params.rb
|
|
474
371
|
- lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb
|
|
@@ -477,12 +374,10 @@ files:
|
|
|
477
374
|
- lib/stripe/params/payment_intent_capture_params.rb
|
|
478
375
|
- lib/stripe/params/payment_intent_confirm_params.rb
|
|
479
376
|
- lib/stripe/params/payment_intent_create_params.rb
|
|
480
|
-
- lib/stripe/params/payment_intent_decrement_authorization_params.rb
|
|
481
377
|
- lib/stripe/params/payment_intent_increment_authorization_params.rb
|
|
482
378
|
- lib/stripe/params/payment_intent_list_params.rb
|
|
483
379
|
- lib/stripe/params/payment_intent_retrieve_params.rb
|
|
484
380
|
- lib/stripe/params/payment_intent_search_params.rb
|
|
485
|
-
- lib/stripe/params/payment_intent_trigger_action_params.rb
|
|
486
381
|
- lib/stripe/params/payment_intent_update_params.rb
|
|
487
382
|
- lib/stripe/params/payment_intent_verify_microdeposits_params.rb
|
|
488
383
|
- lib/stripe/params/payment_link_create_params.rb
|
|
@@ -530,15 +425,6 @@ files:
|
|
|
530
425
|
- lib/stripe/params/price_retrieve_params.rb
|
|
531
426
|
- lib/stripe/params/price_search_params.rb
|
|
532
427
|
- lib/stripe/params/price_update_params.rb
|
|
533
|
-
- lib/stripe/params/privacy/redaction_job_cancel_params.rb
|
|
534
|
-
- lib/stripe/params/privacy/redaction_job_create_params.rb
|
|
535
|
-
- lib/stripe/params/privacy/redaction_job_list_params.rb
|
|
536
|
-
- lib/stripe/params/privacy/redaction_job_retrieve_params.rb
|
|
537
|
-
- lib/stripe/params/privacy/redaction_job_run_params.rb
|
|
538
|
-
- lib/stripe/params/privacy/redaction_job_update_params.rb
|
|
539
|
-
- lib/stripe/params/privacy/redaction_job_validate_params.rb
|
|
540
|
-
- lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
|
|
541
|
-
- lib/stripe/params/product_catalog/trial_offer_create_params.rb
|
|
542
428
|
- lib/stripe/params/product_create_params.rb
|
|
543
429
|
- lib/stripe/params/product_delete_params.rb
|
|
544
430
|
- lib/stripe/params/product_feature_create_params.rb
|
|
@@ -559,18 +445,10 @@ files:
|
|
|
559
445
|
- lib/stripe/params/quote_create_params.rb
|
|
560
446
|
- lib/stripe/params/quote_finalize_quote_params.rb
|
|
561
447
|
- lib/stripe/params/quote_line_item_list_params.rb
|
|
562
|
-
- lib/stripe/params/quote_line_list_params.rb
|
|
563
448
|
- lib/stripe/params/quote_list_computed_upfront_line_items_params.rb
|
|
564
449
|
- lib/stripe/params/quote_list_line_items_params.rb
|
|
565
|
-
- lib/stripe/params/quote_list_lines_params.rb
|
|
566
450
|
- lib/stripe/params/quote_list_params.rb
|
|
567
|
-
- lib/stripe/params/quote_list_preview_invoice_lines_params.rb
|
|
568
|
-
- lib/stripe/params/quote_mark_draft_params.rb
|
|
569
|
-
- lib/stripe/params/quote_mark_stale_params.rb
|
|
570
451
|
- lib/stripe/params/quote_pdf_params.rb
|
|
571
|
-
- lib/stripe/params/quote_preview_invoice_list_params.rb
|
|
572
|
-
- lib/stripe/params/quote_preview_subscription_schedule_list_params.rb
|
|
573
|
-
- lib/stripe/params/quote_reestimate_params.rb
|
|
574
452
|
- lib/stripe/params/quote_retrieve_params.rb
|
|
575
453
|
- lib/stripe/params/quote_update_params.rb
|
|
576
454
|
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
|
@@ -596,11 +474,6 @@ files:
|
|
|
596
474
|
- lib/stripe/params/reporting/report_run_retrieve_params.rb
|
|
597
475
|
- lib/stripe/params/reporting/report_type_list_params.rb
|
|
598
476
|
- lib/stripe/params/reporting/report_type_retrieve_params.rb
|
|
599
|
-
- lib/stripe/params/reserve/hold_list_params.rb
|
|
600
|
-
- lib/stripe/params/reserve/hold_retrieve_params.rb
|
|
601
|
-
- lib/stripe/params/reserve/plan_retrieve_params.rb
|
|
602
|
-
- lib/stripe/params/reserve/release_list_params.rb
|
|
603
|
-
- lib/stripe/params/reserve/release_retrieve_params.rb
|
|
604
477
|
- lib/stripe/params/review_approve_params.rb
|
|
605
478
|
- lib/stripe/params/review_list_params.rb
|
|
606
479
|
- lib/stripe/params/review_retrieve_params.rb
|
|
@@ -612,12 +485,6 @@ files:
|
|
|
612
485
|
- lib/stripe/params/setup_intent_retrieve_params.rb
|
|
613
486
|
- lib/stripe/params/setup_intent_update_params.rb
|
|
614
487
|
- lib/stripe/params/setup_intent_verify_microdeposits_params.rb
|
|
615
|
-
- lib/stripe/params/shared_payment/granted_token_create_params.rb
|
|
616
|
-
- lib/stripe/params/shared_payment/granted_token_retrieve_params.rb
|
|
617
|
-
- lib/stripe/params/shared_payment/granted_token_revoke_params.rb
|
|
618
|
-
- lib/stripe/params/shared_payment/issued_token_create_params.rb
|
|
619
|
-
- lib/stripe/params/shared_payment/issued_token_retrieve_params.rb
|
|
620
|
-
- lib/stripe/params/shared_payment/issued_token_revoke_params.rb
|
|
621
488
|
- lib/stripe/params/shipping_rate_create_params.rb
|
|
622
489
|
- lib/stripe/params/shipping_rate_list_params.rb
|
|
623
490
|
- lib/stripe/params/shipping_rate_retrieve_params.rb
|
|
@@ -642,7 +509,6 @@ files:
|
|
|
642
509
|
- lib/stripe/params/subscription_migrate_params.rb
|
|
643
510
|
- lib/stripe/params/subscription_resume_params.rb
|
|
644
511
|
- lib/stripe/params/subscription_retrieve_params.rb
|
|
645
|
-
- lib/stripe/params/subscription_schedule_amend_params.rb
|
|
646
512
|
- lib/stripe/params/subscription_schedule_cancel_params.rb
|
|
647
513
|
- lib/stripe/params/subscription_schedule_create_params.rb
|
|
648
514
|
- lib/stripe/params/subscription_schedule_list_params.rb
|
|
@@ -656,12 +522,6 @@ files:
|
|
|
656
522
|
- lib/stripe/params/tax/calculation_line_item_list_params.rb
|
|
657
523
|
- lib/stripe/params/tax/calculation_list_line_items_params.rb
|
|
658
524
|
- lib/stripe/params/tax/calculation_retrieve_params.rb
|
|
659
|
-
- lib/stripe/params/tax/form_list_params.rb
|
|
660
|
-
- lib/stripe/params/tax/form_pdf_params.rb
|
|
661
|
-
- lib/stripe/params/tax/form_retrieve_params.rb
|
|
662
|
-
- lib/stripe/params/tax/location_create_params.rb
|
|
663
|
-
- lib/stripe/params/tax/location_list_params.rb
|
|
664
|
-
- lib/stripe/params/tax/location_retrieve_params.rb
|
|
665
525
|
- lib/stripe/params/tax/registration_create_params.rb
|
|
666
526
|
- lib/stripe/params/tax/registration_list_params.rb
|
|
667
527
|
- lib/stripe/params/tax/registration_retrieve_params.rb
|
|
@@ -698,7 +558,6 @@ files:
|
|
|
698
558
|
- lib/stripe/params/terminal/reader_cancel_action_params.rb
|
|
699
559
|
- lib/stripe/params/terminal/reader_collect_inputs_params.rb
|
|
700
560
|
- lib/stripe/params/terminal/reader_collect_payment_method_params.rb
|
|
701
|
-
- lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb
|
|
702
561
|
- lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb
|
|
703
562
|
- lib/stripe/params/terminal/reader_create_params.rb
|
|
704
563
|
- lib/stripe/params/terminal/reader_delete_params.rb
|
|
@@ -733,8 +592,6 @@ files:
|
|
|
733
592
|
- lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb
|
|
734
593
|
- lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb
|
|
735
594
|
- lib/stripe/params/test_helpers/refund_expire_params.rb
|
|
736
|
-
- lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb
|
|
737
|
-
- lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb
|
|
738
595
|
- lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb
|
|
739
596
|
- lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb
|
|
740
597
|
- lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb
|
|
@@ -819,31 +676,10 @@ files:
|
|
|
819
676
|
- lib/stripe/params/treasury/transaction_entry_retrieve_params.rb
|
|
820
677
|
- lib/stripe/params/treasury/transaction_list_params.rb
|
|
821
678
|
- lib/stripe/params/treasury/transaction_retrieve_params.rb
|
|
822
|
-
- lib/stripe/params/v2/billing/bill_setting_create_params.rb
|
|
823
|
-
- lib/stripe/params/v2/billing/bill_setting_list_params.rb
|
|
824
|
-
- lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb
|
|
825
|
-
- lib/stripe/params/v2/billing/bill_setting_update_params.rb
|
|
826
|
-
- lib/stripe/params/v2/billing/bill_settings/version_list_params.rb
|
|
827
|
-
- lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb
|
|
828
|
-
- lib/stripe/params/v2/billing/cadence_cancel_params.rb
|
|
829
|
-
- lib/stripe/params/v2/billing/cadence_create_params.rb
|
|
830
|
-
- lib/stripe/params/v2/billing/cadence_list_params.rb
|
|
831
|
-
- lib/stripe/params/v2/billing/cadence_retrieve_params.rb
|
|
832
|
-
- lib/stripe/params/v2/billing/cadence_update_params.rb
|
|
833
|
-
- lib/stripe/params/v2/billing/collection_setting_create_params.rb
|
|
834
|
-
- lib/stripe/params/v2/billing/collection_setting_list_params.rb
|
|
835
|
-
- lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb
|
|
836
|
-
- lib/stripe/params/v2/billing/collection_setting_update_params.rb
|
|
837
|
-
- lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
|
|
838
|
-
- lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
|
|
839
679
|
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
|
840
680
|
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
|
841
681
|
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
|
842
682
|
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
|
843
|
-
- lib/stripe/params/v2/billing/profile_create_params.rb
|
|
844
|
-
- lib/stripe/params/v2/billing/profile_list_params.rb
|
|
845
|
-
- lib/stripe/params/v2/billing/profile_retrieve_params.rb
|
|
846
|
-
- lib/stripe/params/v2/billing/profile_update_params.rb
|
|
847
683
|
- lib/stripe/params/v2/commerce/product_catalog/import_create_params.rb
|
|
848
684
|
- lib/stripe/params/v2/commerce/product_catalog/import_list_params.rb
|
|
849
685
|
- lib/stripe/params/v2/commerce/product_catalog/import_retrieve_params.rb
|
|
@@ -862,9 +698,6 @@ files:
|
|
|
862
698
|
- lib/stripe/params/v2/core/accounts/person_token_create_params.rb
|
|
863
699
|
- lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb
|
|
864
700
|
- lib/stripe/params/v2/core/accounts/person_update_params.rb
|
|
865
|
-
- lib/stripe/params/v2/core/batch_job_cancel_params.rb
|
|
866
|
-
- lib/stripe/params/v2/core/batch_job_create_params.rb
|
|
867
|
-
- lib/stripe/params/v2/core/batch_job_retrieve_params.rb
|
|
868
701
|
- lib/stripe/params/v2/core/event_destination_create_params.rb
|
|
869
702
|
- lib/stripe/params/v2/core/event_destination_delete_params.rb
|
|
870
703
|
- lib/stripe/params/v2/core/event_destination_disable_params.rb
|
|
@@ -875,88 +708,17 @@ files:
|
|
|
875
708
|
- lib/stripe/params/v2/core/event_destination_update_params.rb
|
|
876
709
|
- lib/stripe/params/v2/core/event_list_params.rb
|
|
877
710
|
- lib/stripe/params/v2/core/event_retrieve_params.rb
|
|
878
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb
|
|
879
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb
|
|
880
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb
|
|
881
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb
|
|
882
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb
|
|
883
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb
|
|
884
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb
|
|
885
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb
|
|
886
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb
|
|
887
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb
|
|
888
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
|
|
889
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb
|
|
890
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
|
|
891
|
-
- lib/stripe/params/v2/data/reporting/query_run_create_params.rb
|
|
892
|
-
- lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb
|
|
893
|
-
- lib/stripe/params/v2/extend/workflow_invoke_params.rb
|
|
894
|
-
- lib/stripe/params/v2/extend/workflow_list_params.rb
|
|
895
|
-
- lib/stripe/params/v2/extend/workflow_retrieve_params.rb
|
|
896
|
-
- lib/stripe/params/v2/extend/workflow_run_list_params.rb
|
|
897
|
-
- lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb
|
|
898
|
-
- lib/stripe/params/v2/iam/activity_log_list_params.rb
|
|
899
|
-
- lib/stripe/params/v2/money_management/adjustment_list_params.rb
|
|
900
|
-
- lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
|
|
901
|
-
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
|
|
902
|
-
- lib/stripe/params/v2/money_management/financial_account_create_params.rb
|
|
903
|
-
- lib/stripe/params/v2/money_management/financial_account_list_params.rb
|
|
904
|
-
- lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb
|
|
905
|
-
- lib/stripe/params/v2/money_management/financial_account_update_params.rb
|
|
906
|
-
- lib/stripe/params/v2/money_management/financial_address_create_params.rb
|
|
907
|
-
- lib/stripe/params/v2/money_management/financial_address_list_params.rb
|
|
908
|
-
- lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb
|
|
909
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb
|
|
910
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb
|
|
911
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb
|
|
912
|
-
- lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb
|
|
913
|
-
- lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
|
|
914
|
-
- lib/stripe/params/v2/money_management/outbound_payment_list_params.rb
|
|
915
|
-
- lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb
|
|
916
|
-
- lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb
|
|
917
|
-
- lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb
|
|
918
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb
|
|
919
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb
|
|
920
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb
|
|
921
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb
|
|
922
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb
|
|
923
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb
|
|
924
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
|
|
925
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb
|
|
926
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb
|
|
927
|
-
- lib/stripe/params/v2/money_management/payout_method_archive_params.rb
|
|
928
|
-
- lib/stripe/params/v2/money_management/payout_method_list_params.rb
|
|
929
|
-
- lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb
|
|
930
|
-
- lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb
|
|
931
|
-
- lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb
|
|
932
|
-
- lib/stripe/params/v2/money_management/received_credit_list_params.rb
|
|
933
|
-
- lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
|
|
934
|
-
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
|
|
935
|
-
- lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
|
|
936
|
-
- lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
|
|
937
|
-
- lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
|
|
938
|
-
- lib/stripe/params/v2/money_management/transaction_list_params.rb
|
|
939
|
-
- lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
|
|
940
|
-
- lib/stripe/params/v2/network/business_profile_me_params.rb
|
|
941
|
-
- lib/stripe/params/v2/network/business_profile_retrieve_params.rb
|
|
942
|
-
- lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb
|
|
943
|
-
- lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb
|
|
944
|
-
- lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb
|
|
945
|
-
- lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb
|
|
946
|
-
- lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_params.rb
|
|
947
|
-
- lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
|
|
948
|
-
- lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
|
|
949
711
|
- lib/stripe/params/webhook_endpoint_create_params.rb
|
|
950
712
|
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
|
951
713
|
- lib/stripe/params/webhook_endpoint_list_params.rb
|
|
952
714
|
- lib/stripe/params/webhook_endpoint_retrieve_params.rb
|
|
953
715
|
- lib/stripe/params/webhook_endpoint_update_params.rb
|
|
716
|
+
- lib/stripe/railtie.rb
|
|
954
717
|
- lib/stripe/request_options.rb
|
|
955
718
|
- lib/stripe/request_params.rb
|
|
956
719
|
- lib/stripe/resources.rb
|
|
957
720
|
- lib/stripe/resources/account.rb
|
|
958
721
|
- lib/stripe/resources/account_link.rb
|
|
959
|
-
- lib/stripe/resources/account_notice.rb
|
|
960
722
|
- lib/stripe/resources/account_session.rb
|
|
961
723
|
- lib/stripe/resources/apple_pay_domain.rb
|
|
962
724
|
- lib/stripe/resources/application.rb
|
|
@@ -969,8 +731,6 @@ files:
|
|
|
969
731
|
- lib/stripe/resources/bank_account.rb
|
|
970
732
|
- lib/stripe/resources/billing/alert.rb
|
|
971
733
|
- lib/stripe/resources/billing/alert_triggered.rb
|
|
972
|
-
- lib/stripe/resources/billing/analytics/meter_usage.rb
|
|
973
|
-
- lib/stripe/resources/billing/analytics/meter_usage_row.rb
|
|
974
734
|
- lib/stripe/resources/billing/credit_balance_summary.rb
|
|
975
735
|
- lib/stripe/resources/billing/credit_balance_transaction.rb
|
|
976
736
|
- lib/stripe/resources/billing/credit_grant.rb
|
|
@@ -981,9 +741,6 @@ files:
|
|
|
981
741
|
- lib/stripe/resources/billing_portal/configuration.rb
|
|
982
742
|
- lib/stripe/resources/billing_portal/session.rb
|
|
983
743
|
- lib/stripe/resources/capability.rb
|
|
984
|
-
- lib/stripe/resources/capital/financing_offer.rb
|
|
985
|
-
- lib/stripe/resources/capital/financing_summary.rb
|
|
986
|
-
- lib/stripe/resources/capital/financing_transaction.rb
|
|
987
744
|
- lib/stripe/resources/card.rb
|
|
988
745
|
- lib/stripe/resources/cash_balance.rb
|
|
989
746
|
- lib/stripe/resources/charge.rb
|
|
@@ -1012,16 +769,12 @@ files:
|
|
|
1012
769
|
- lib/stripe/resources/file.rb
|
|
1013
770
|
- lib/stripe/resources/file_link.rb
|
|
1014
771
|
- lib/stripe/resources/financial_connections/account.rb
|
|
1015
|
-
- lib/stripe/resources/financial_connections/account_inferred_balance.rb
|
|
1016
772
|
- lib/stripe/resources/financial_connections/account_owner.rb
|
|
1017
773
|
- lib/stripe/resources/financial_connections/account_ownership.rb
|
|
1018
|
-
- lib/stripe/resources/financial_connections/authorization.rb
|
|
1019
|
-
- lib/stripe/resources/financial_connections/institution.rb
|
|
1020
774
|
- lib/stripe/resources/financial_connections/session.rb
|
|
1021
775
|
- lib/stripe/resources/financial_connections/transaction.rb
|
|
1022
776
|
- lib/stripe/resources/forwarding/request.rb
|
|
1023
777
|
- lib/stripe/resources/funding_instructions.rb
|
|
1024
|
-
- lib/stripe/resources/fx_quote.rb
|
|
1025
778
|
- lib/stripe/resources/identity/verification_report.rb
|
|
1026
779
|
- lib/stripe/resources/identity/verification_session.rb
|
|
1027
780
|
- lib/stripe/resources/invoice.rb
|
|
@@ -1032,20 +785,14 @@ files:
|
|
|
1032
785
|
- lib/stripe/resources/issuing/authorization.rb
|
|
1033
786
|
- lib/stripe/resources/issuing/card.rb
|
|
1034
787
|
- lib/stripe/resources/issuing/cardholder.rb
|
|
1035
|
-
- lib/stripe/resources/issuing/credit_underwriting_record.rb
|
|
1036
788
|
- lib/stripe/resources/issuing/dispute.rb
|
|
1037
|
-
- lib/stripe/resources/issuing/dispute_settlement_detail.rb
|
|
1038
|
-
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
|
1039
789
|
- lib/stripe/resources/issuing/personalization_design.rb
|
|
1040
790
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
|
1041
|
-
- lib/stripe/resources/issuing/settlement.rb
|
|
1042
791
|
- lib/stripe/resources/issuing/token.rb
|
|
1043
792
|
- lib/stripe/resources/issuing/transaction.rb
|
|
1044
793
|
- lib/stripe/resources/line_item.rb
|
|
1045
794
|
- lib/stripe/resources/login_link.rb
|
|
1046
795
|
- lib/stripe/resources/mandate.rb
|
|
1047
|
-
- lib/stripe/resources/margin.rb
|
|
1048
|
-
- lib/stripe/resources/order.rb
|
|
1049
796
|
- lib/stripe/resources/payment_attempt_record.rb
|
|
1050
797
|
- lib/stripe/resources/payment_intent.rb
|
|
1051
798
|
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
|
@@ -1058,16 +805,10 @@ files:
|
|
|
1058
805
|
- lib/stripe/resources/person.rb
|
|
1059
806
|
- lib/stripe/resources/plan.rb
|
|
1060
807
|
- lib/stripe/resources/price.rb
|
|
1061
|
-
- lib/stripe/resources/privacy/redaction_job.rb
|
|
1062
|
-
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
|
1063
808
|
- lib/stripe/resources/product.rb
|
|
1064
|
-
- lib/stripe/resources/product_catalog/trial_offer.rb
|
|
1065
809
|
- lib/stripe/resources/product_feature.rb
|
|
1066
810
|
- lib/stripe/resources/promotion_code.rb
|
|
1067
811
|
- lib/stripe/resources/quote.rb
|
|
1068
|
-
- lib/stripe/resources/quote_line.rb
|
|
1069
|
-
- lib/stripe/resources/quote_preview_invoice.rb
|
|
1070
|
-
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
|
1071
812
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
|
1072
813
|
- lib/stripe/resources/radar/payment_evaluation.rb
|
|
1073
814
|
- lib/stripe/resources/radar/value_list.rb
|
|
@@ -1083,8 +824,6 @@ files:
|
|
|
1083
824
|
- lib/stripe/resources/review.rb
|
|
1084
825
|
- lib/stripe/resources/setup_attempt.rb
|
|
1085
826
|
- lib/stripe/resources/setup_intent.rb
|
|
1086
|
-
- lib/stripe/resources/shared_payment/granted_token.rb
|
|
1087
|
-
- lib/stripe/resources/shared_payment/issued_token.rb
|
|
1088
827
|
- lib/stripe/resources/shipping_rate.rb
|
|
1089
828
|
- lib/stripe/resources/sigma/scheduled_query_run.rb
|
|
1090
829
|
- lib/stripe/resources/source.rb
|
|
@@ -1096,8 +835,6 @@ files:
|
|
|
1096
835
|
- lib/stripe/resources/tax/association.rb
|
|
1097
836
|
- lib/stripe/resources/tax/calculation.rb
|
|
1098
837
|
- lib/stripe/resources/tax/calculation_line_item.rb
|
|
1099
|
-
- lib/stripe/resources/tax/form.rb
|
|
1100
|
-
- lib/stripe/resources/tax/location.rb
|
|
1101
838
|
- lib/stripe/resources/tax/registration.rb
|
|
1102
839
|
- lib/stripe/resources/tax/settings.rb
|
|
1103
840
|
- lib/stripe/resources/tax/transaction.rb
|
|
@@ -1111,7 +848,6 @@ files:
|
|
|
1111
848
|
- lib/stripe/resources/terminal/location.rb
|
|
1112
849
|
- lib/stripe/resources/terminal/onboarding_link.rb
|
|
1113
850
|
- lib/stripe/resources/terminal/reader.rb
|
|
1114
|
-
- lib/stripe/resources/terminal/reader_collected_data.rb
|
|
1115
851
|
- lib/stripe/resources/test_helpers/test_clock.rb
|
|
1116
852
|
- lib/stripe/resources/token.rb
|
|
1117
853
|
- lib/stripe/resources/topup.rb
|
|
@@ -1128,50 +864,19 @@ files:
|
|
|
1128
864
|
- lib/stripe/resources/treasury/transaction.rb
|
|
1129
865
|
- lib/stripe/resources/treasury/transaction_entry.rb
|
|
1130
866
|
- lib/stripe/resources/v2/amount.rb
|
|
1131
|
-
- lib/stripe/resources/v2/billing/bill_setting.rb
|
|
1132
|
-
- lib/stripe/resources/v2/billing/bill_setting_version.rb
|
|
1133
|
-
- lib/stripe/resources/v2/billing/cadence.rb
|
|
1134
|
-
- lib/stripe/resources/v2/billing/collection_setting.rb
|
|
1135
|
-
- lib/stripe/resources/v2/billing/collection_setting_version.rb
|
|
1136
867
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
|
1137
868
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
|
1138
869
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
|
1139
|
-
- lib/stripe/resources/v2/billing/profile.rb
|
|
1140
870
|
- lib/stripe/resources/v2/commerce/product_catalog_import.rb
|
|
1141
871
|
- lib/stripe/resources/v2/core/account.rb
|
|
1142
872
|
- lib/stripe/resources/v2/core/account_link.rb
|
|
1143
873
|
- lib/stripe/resources/v2/core/account_person.rb
|
|
1144
874
|
- lib/stripe/resources/v2/core/account_person_token.rb
|
|
1145
875
|
- lib/stripe/resources/v2/core/account_token.rb
|
|
1146
|
-
- lib/stripe/resources/v2/core/batch_job.rb
|
|
1147
876
|
- lib/stripe/resources/v2/core/event.rb
|
|
1148
877
|
- lib/stripe/resources/v2/core/event_destination.rb
|
|
1149
878
|
- lib/stripe/resources/v2/core/event_notification.rb
|
|
1150
|
-
- lib/stripe/resources/v2/core/vault/gb_bank_account.rb
|
|
1151
|
-
- lib/stripe/resources/v2/core/vault/us_bank_account.rb
|
|
1152
|
-
- lib/stripe/resources/v2/data/reporting/query_run.rb
|
|
1153
879
|
- lib/stripe/resources/v2/deleted_object.rb
|
|
1154
|
-
- lib/stripe/resources/v2/extend/workflow.rb
|
|
1155
|
-
- lib/stripe/resources/v2/extend/workflow_run.rb
|
|
1156
|
-
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
|
1157
|
-
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
|
1158
|
-
- lib/stripe/resources/v2/iam/activity_log.rb
|
|
1159
|
-
- lib/stripe/resources/v2/money_management/adjustment.rb
|
|
1160
|
-
- lib/stripe/resources/v2/money_management/financial_account.rb
|
|
1161
|
-
- lib/stripe/resources/v2/money_management/financial_address.rb
|
|
1162
|
-
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
|
1163
|
-
- lib/stripe/resources/v2/money_management/outbound_payment.rb
|
|
1164
|
-
- lib/stripe/resources/v2/money_management/outbound_payment_quote.rb
|
|
1165
|
-
- lib/stripe/resources/v2/money_management/outbound_setup_intent.rb
|
|
1166
|
-
- lib/stripe/resources/v2/money_management/outbound_transfer.rb
|
|
1167
|
-
- lib/stripe/resources/v2/money_management/payout_method.rb
|
|
1168
|
-
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
|
1169
|
-
- lib/stripe/resources/v2/money_management/received_credit.rb
|
|
1170
|
-
- lib/stripe/resources/v2/money_management/received_debit.rb
|
|
1171
|
-
- lib/stripe/resources/v2/money_management/transaction.rb
|
|
1172
|
-
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
|
1173
|
-
- lib/stripe/resources/v2/network/business_profile.rb
|
|
1174
|
-
- lib/stripe/resources/v2/orchestrated_commerce/agreement.rb
|
|
1175
880
|
- lib/stripe/resources/webhook_endpoint.rb
|
|
1176
881
|
- lib/stripe/search_result_object.rb
|
|
1177
882
|
- lib/stripe/services.rb
|
|
@@ -1179,7 +884,6 @@ files:
|
|
|
1179
884
|
- lib/stripe/services/account_external_account_service.rb
|
|
1180
885
|
- lib/stripe/services/account_link_service.rb
|
|
1181
886
|
- lib/stripe/services/account_login_link_service.rb
|
|
1182
|
-
- lib/stripe/services/account_notice_service.rb
|
|
1183
887
|
- lib/stripe/services/account_person_service.rb
|
|
1184
888
|
- lib/stripe/services/account_service.rb
|
|
1185
889
|
- lib/stripe/services/account_session_service.rb
|
|
@@ -1192,8 +896,6 @@ files:
|
|
|
1192
896
|
- lib/stripe/services/balance_settings_service.rb
|
|
1193
897
|
- lib/stripe/services/balance_transaction_service.rb
|
|
1194
898
|
- lib/stripe/services/billing/alert_service.rb
|
|
1195
|
-
- lib/stripe/services/billing/analytics/meter_usage_service.rb
|
|
1196
|
-
- lib/stripe/services/billing/analytics_service.rb
|
|
1197
899
|
- lib/stripe/services/billing/credit_balance_summary_service.rb
|
|
1198
900
|
- lib/stripe/services/billing/credit_balance_transaction_service.rb
|
|
1199
901
|
- lib/stripe/services/billing/credit_grant_service.rb
|
|
@@ -1205,10 +907,6 @@ files:
|
|
|
1205
907
|
- lib/stripe/services/billing_portal/session_service.rb
|
|
1206
908
|
- lib/stripe/services/billing_portal_service.rb
|
|
1207
909
|
- lib/stripe/services/billing_service.rb
|
|
1208
|
-
- lib/stripe/services/capital/financing_offer_service.rb
|
|
1209
|
-
- lib/stripe/services/capital/financing_summary_service.rb
|
|
1210
|
-
- lib/stripe/services/capital/financing_transaction_service.rb
|
|
1211
|
-
- lib/stripe/services/capital_service.rb
|
|
1212
910
|
- lib/stripe/services/charge_service.rb
|
|
1213
911
|
- lib/stripe/services/checkout/session_line_item_service.rb
|
|
1214
912
|
- lib/stripe/services/checkout/session_service.rb
|
|
@@ -1239,20 +937,15 @@ files:
|
|
|
1239
937
|
- lib/stripe/services/ephemeral_key_service.rb
|
|
1240
938
|
- lib/stripe/services/event_service.rb
|
|
1241
939
|
- lib/stripe/services/exchange_rate_service.rb
|
|
1242
|
-
- lib/stripe/services/external_account_service.rb
|
|
1243
940
|
- lib/stripe/services/file_link_service.rb
|
|
1244
941
|
- lib/stripe/services/file_service.rb
|
|
1245
|
-
- lib/stripe/services/financial_connections/account_inferred_balance_service.rb
|
|
1246
942
|
- lib/stripe/services/financial_connections/account_owner_service.rb
|
|
1247
943
|
- lib/stripe/services/financial_connections/account_service.rb
|
|
1248
|
-
- lib/stripe/services/financial_connections/authorization_service.rb
|
|
1249
|
-
- lib/stripe/services/financial_connections/institution_service.rb
|
|
1250
944
|
- lib/stripe/services/financial_connections/session_service.rb
|
|
1251
945
|
- lib/stripe/services/financial_connections/transaction_service.rb
|
|
1252
946
|
- lib/stripe/services/financial_connections_service.rb
|
|
1253
947
|
- lib/stripe/services/forwarding/request_service.rb
|
|
1254
948
|
- lib/stripe/services/forwarding_service.rb
|
|
1255
|
-
- lib/stripe/services/fx_quote_service.rb
|
|
1256
949
|
- lib/stripe/services/identity/verification_report_service.rb
|
|
1257
950
|
- lib/stripe/services/identity/verification_session_service.rb
|
|
1258
951
|
- lib/stripe/services/identity_service.rb
|
|
@@ -1264,19 +957,14 @@ files:
|
|
|
1264
957
|
- lib/stripe/services/issuing/authorization_service.rb
|
|
1265
958
|
- lib/stripe/services/issuing/card_service.rb
|
|
1266
959
|
- lib/stripe/services/issuing/cardholder_service.rb
|
|
1267
|
-
- lib/stripe/services/issuing/credit_underwriting_record_service.rb
|
|
1268
960
|
- lib/stripe/services/issuing/dispute_service.rb
|
|
1269
|
-
- lib/stripe/services/issuing/dispute_settlement_detail_service.rb
|
|
1270
|
-
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
|
1271
961
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
|
1272
962
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
|
1273
963
|
- lib/stripe/services/issuing/token_service.rb
|
|
1274
964
|
- lib/stripe/services/issuing/transaction_service.rb
|
|
1275
965
|
- lib/stripe/services/issuing_service.rb
|
|
1276
966
|
- lib/stripe/services/mandate_service.rb
|
|
1277
|
-
- lib/stripe/services/margin_service.rb
|
|
1278
967
|
- lib/stripe/services/oauth_service.rb
|
|
1279
|
-
- lib/stripe/services/order_service.rb
|
|
1280
968
|
- lib/stripe/services/payment_attempt_record_service.rb
|
|
1281
969
|
- lib/stripe/services/payment_intent_amount_details_line_item_service.rb
|
|
1282
970
|
- lib/stripe/services/payment_intent_service.rb
|
|
@@ -1289,19 +977,11 @@ files:
|
|
|
1289
977
|
- lib/stripe/services/payout_service.rb
|
|
1290
978
|
- lib/stripe/services/plan_service.rb
|
|
1291
979
|
- lib/stripe/services/price_service.rb
|
|
1292
|
-
- lib/stripe/services/privacy/redaction_job_service.rb
|
|
1293
|
-
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
|
1294
|
-
- lib/stripe/services/privacy_service.rb
|
|
1295
|
-
- lib/stripe/services/product_catalog/trial_offer_service.rb
|
|
1296
|
-
- lib/stripe/services/product_catalog_service.rb
|
|
1297
980
|
- lib/stripe/services/product_feature_service.rb
|
|
1298
981
|
- lib/stripe/services/product_service.rb
|
|
1299
982
|
- lib/stripe/services/promotion_code_service.rb
|
|
1300
983
|
- lib/stripe/services/quote_computed_upfront_line_items_service.rb
|
|
1301
984
|
- lib/stripe/services/quote_line_item_service.rb
|
|
1302
|
-
- lib/stripe/services/quote_line_service.rb
|
|
1303
|
-
- lib/stripe/services/quote_preview_invoice_service.rb
|
|
1304
|
-
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
|
1305
985
|
- lib/stripe/services/quote_service.rb
|
|
1306
986
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
|
1307
987
|
- lib/stripe/services/radar/payment_evaluation_service.rb
|
|
@@ -1312,16 +992,9 @@ files:
|
|
|
1312
992
|
- lib/stripe/services/reporting/report_run_service.rb
|
|
1313
993
|
- lib/stripe/services/reporting/report_type_service.rb
|
|
1314
994
|
- lib/stripe/services/reporting_service.rb
|
|
1315
|
-
- lib/stripe/services/reserve/hold_service.rb
|
|
1316
|
-
- lib/stripe/services/reserve/plan_service.rb
|
|
1317
|
-
- lib/stripe/services/reserve/release_service.rb
|
|
1318
|
-
- lib/stripe/services/reserve_service.rb
|
|
1319
995
|
- lib/stripe/services/review_service.rb
|
|
1320
996
|
- lib/stripe/services/setup_attempt_service.rb
|
|
1321
997
|
- lib/stripe/services/setup_intent_service.rb
|
|
1322
|
-
- lib/stripe/services/shared_payment/granted_token_service.rb
|
|
1323
|
-
- lib/stripe/services/shared_payment/issued_token_service.rb
|
|
1324
|
-
- lib/stripe/services/shared_payment_service.rb
|
|
1325
998
|
- lib/stripe/services/shipping_rate_service.rb
|
|
1326
999
|
- lib/stripe/services/sigma/scheduled_query_run_service.rb
|
|
1327
1000
|
- lib/stripe/services/sigma_service.rb
|
|
@@ -1333,8 +1006,6 @@ files:
|
|
|
1333
1006
|
- lib/stripe/services/tax/association_service.rb
|
|
1334
1007
|
- lib/stripe/services/tax/calculation_line_item_service.rb
|
|
1335
1008
|
- lib/stripe/services/tax/calculation_service.rb
|
|
1336
|
-
- lib/stripe/services/tax/form_service.rb
|
|
1337
|
-
- lib/stripe/services/tax/location_service.rb
|
|
1338
1009
|
- lib/stripe/services/tax/registration_service.rb
|
|
1339
1010
|
- lib/stripe/services/tax/settings_service.rb
|
|
1340
1011
|
- lib/stripe/services/tax/transaction_line_item_service.rb
|
|
@@ -1347,7 +1018,6 @@ files:
|
|
|
1347
1018
|
- lib/stripe/services/terminal/connection_token_service.rb
|
|
1348
1019
|
- lib/stripe/services/terminal/location_service.rb
|
|
1349
1020
|
- lib/stripe/services/terminal/onboarding_link_service.rb
|
|
1350
|
-
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
|
1351
1021
|
- lib/stripe/services/terminal/reader_service.rb
|
|
1352
1022
|
- lib/stripe/services/terminal_service.rb
|
|
1353
1023
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
|
@@ -1358,8 +1028,6 @@ files:
|
|
|
1358
1028
|
- lib/stripe/services/test_helpers/issuing/transaction_service.rb
|
|
1359
1029
|
- lib/stripe/services/test_helpers/issuing_service.rb
|
|
1360
1030
|
- lib/stripe/services/test_helpers/refund_service.rb
|
|
1361
|
-
- lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb
|
|
1362
|
-
- lib/stripe/services/test_helpers/shared_payment_service.rb
|
|
1363
1031
|
- lib/stripe/services/test_helpers/terminal/reader_service.rb
|
|
1364
1032
|
- lib/stripe/services/test_helpers/terminal_service.rb
|
|
1365
1033
|
- lib/stripe/services/test_helpers/test_clock_service.rb
|
|
@@ -1387,16 +1055,10 @@ files:
|
|
|
1387
1055
|
- lib/stripe/services/treasury/transaction_service.rb
|
|
1388
1056
|
- lib/stripe/services/treasury_service.rb
|
|
1389
1057
|
- lib/stripe/services/v1_services.rb
|
|
1390
|
-
- lib/stripe/services/v2/billing/bill_setting_service.rb
|
|
1391
|
-
- lib/stripe/services/v2/billing/bill_settings/version_service.rb
|
|
1392
|
-
- lib/stripe/services/v2/billing/cadence_service.rb
|
|
1393
|
-
- lib/stripe/services/v2/billing/collection_setting_service.rb
|
|
1394
|
-
- lib/stripe/services/v2/billing/collection_settings/version_service.rb
|
|
1395
1058
|
- lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
|
|
1396
1059
|
- lib/stripe/services/v2/billing/meter_event_service.rb
|
|
1397
1060
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
|
1398
1061
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
|
1399
|
-
- lib/stripe/services/v2/billing/profile_service.rb
|
|
1400
1062
|
- lib/stripe/services/v2/billing_service.rb
|
|
1401
1063
|
- lib/stripe/services/v2/commerce/product_catalog/import_service.rb
|
|
1402
1064
|
- lib/stripe/services/v2/commerce/product_catalog_service.rb
|
|
@@ -1406,49 +1068,15 @@ files:
|
|
|
1406
1068
|
- lib/stripe/services/v2/core/account_token_service.rb
|
|
1407
1069
|
- lib/stripe/services/v2/core/accounts/person_service.rb
|
|
1408
1070
|
- lib/stripe/services/v2/core/accounts/person_token_service.rb
|
|
1409
|
-
- lib/stripe/services/v2/core/batch_job_service.rb
|
|
1410
1071
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
|
1411
1072
|
- lib/stripe/services/v2/core/event_service.rb
|
|
1412
|
-
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
|
1413
|
-
- lib/stripe/services/v2/core/vault/us_bank_account_service.rb
|
|
1414
|
-
- lib/stripe/services/v2/core/vault_service.rb
|
|
1415
1073
|
- lib/stripe/services/v2/core_service.rb
|
|
1416
|
-
- lib/stripe/services/v2/data/reporting/query_run_service.rb
|
|
1417
|
-
- lib/stripe/services/v2/data/reporting_service.rb
|
|
1418
|
-
- lib/stripe/services/v2/datum_service.rb
|
|
1419
|
-
- lib/stripe/services/v2/extend/workflow_run_service.rb
|
|
1420
|
-
- lib/stripe/services/v2/extend/workflow_service.rb
|
|
1421
|
-
- lib/stripe/services/v2/extend_service.rb
|
|
1422
|
-
- lib/stripe/services/v2/iam/activity_log_service.rb
|
|
1423
|
-
- lib/stripe/services/v2/iam_service.rb
|
|
1424
|
-
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
|
1425
|
-
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
|
1426
|
-
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
|
1427
|
-
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
|
1428
|
-
- lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
|
|
1429
|
-
- lib/stripe/services/v2/money_management/outbound_payment_service.rb
|
|
1430
|
-
- lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb
|
|
1431
|
-
- lib/stripe/services/v2/money_management/outbound_transfer_service.rb
|
|
1432
|
-
- lib/stripe/services/v2/money_management/payout_method_service.rb
|
|
1433
|
-
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
|
1434
|
-
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
|
1435
|
-
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
|
1436
|
-
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
|
1437
|
-
- lib/stripe/services/v2/money_management/transaction_service.rb
|
|
1438
|
-
- lib/stripe/services/v2/money_management_service.rb
|
|
1439
|
-
- lib/stripe/services/v2/network/business_profile_service.rb
|
|
1440
|
-
- lib/stripe/services/v2/network_service.rb
|
|
1441
|
-
- lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb
|
|
1442
|
-
- lib/stripe/services/v2/orchestrated_commerce_service.rb
|
|
1443
|
-
- lib/stripe/services/v2/test_helper_service.rb
|
|
1444
|
-
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
|
1445
1074
|
- lib/stripe/services/v2_services.rb
|
|
1446
1075
|
- lib/stripe/services/webhook_endpoint_service.rb
|
|
1447
1076
|
- lib/stripe/singleton_api_resource.rb
|
|
1448
1077
|
- lib/stripe/stripe_client.rb
|
|
1449
1078
|
- lib/stripe/stripe_configuration.rb
|
|
1450
1079
|
- lib/stripe/stripe_context.rb
|
|
1451
|
-
- lib/stripe/stripe_event_notification_handler.rb
|
|
1452
1080
|
- lib/stripe/stripe_object.rb
|
|
1453
1081
|
- lib/stripe/stripe_response.rb
|
|
1454
1082
|
- lib/stripe/stripe_service.rb
|
|
@@ -1481,9 +1109,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1481
1109
|
version: 2.7.0
|
|
1482
1110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1483
1111
|
requirements:
|
|
1484
|
-
- - "
|
|
1112
|
+
- - ">="
|
|
1485
1113
|
- !ruby/object:Gem::Version
|
|
1486
|
-
version:
|
|
1114
|
+
version: '0'
|
|
1487
1115
|
requirements: []
|
|
1488
1116
|
rubygems_version: 3.3.27
|
|
1489
1117
|
signing_key:
|