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