stripe 19.2.0.pre.beta.2 → 19.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +3 -36
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -87
- data/lib/stripe/event_types.rb +0 -228
- data/lib/stripe/object_types.rb +0 -61
- data/lib/stripe/params/account_create_params.rb +17 -364
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +16 -326
- data/lib/stripe/params/balance_settings_update_params.rb +42 -2
- data/lib/stripe/params/charge_capture_params.rb +0 -1646
- data/lib/stripe/params/charge_create_params.rb +4 -1
- data/lib/stripe/params/charge_update_params.rb +0 -1646
- data/lib/stripe/params/checkout/session_create_params.rb +31 -141
- data/lib/stripe/params/checkout/session_update_params.rb +1 -176
- data/lib/stripe/params/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -64
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -70
- data/lib/stripe/params/invoice_create_preview_params.rb +13 -790
- data/lib/stripe/params/invoice_item_create_params.rb +1 -33
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -48
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_update_params.rb +2 -70
- data/lib/stripe/params/issuing/cardholder_create_params.rb +1 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_capture_params.rb +3 -1645
- data/lib/stripe/params/payment_intent_confirm_params.rb +136 -3038
- data/lib/stripe/params/payment_intent_create_params.rb +167 -3043
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +2 -39
- data/lib/stripe/params/payment_intent_update_params.rb +121 -3034
- data/lib/stripe/params/payment_link_create_params.rb +30 -16
- data/lib/stripe/params/payment_link_update_params.rb +29 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +24 -87
- data/lib/stripe/params/payment_method_configuration_list_params.rb +4 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +24 -87
- data/lib/stripe/params/payment_method_create_params.rb +11 -75
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +0 -15
- data/lib/stripe/params/price_create_params.rb +0 -15
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/product_create_params.rb +0 -16
- data/lib/stripe/params/product_update_params.rb +0 -16
- data/lib/stripe/params/quote_create_params.rb +3 -809
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -817
- data/lib/stripe/params/setup_intent_confirm_params.rb +21 -110
- data/lib/stripe/params/setup_intent_create_params.rb +21 -110
- data/lib/stripe/params/setup_intent_update_params.rb +21 -110
- data/lib/stripe/params/subscription_create_params.rb +11 -181
- data/lib/stripe/params/subscription_item_create_params.rb +3 -69
- data/lib/stripe/params/subscription_item_delete_params.rb +1 -7
- data/lib/stripe/params/subscription_item_update_params.rb +2 -52
- data/lib/stripe/params/subscription_schedule_create_params.rb +9 -167
- data/lib/stripe/params/subscription_schedule_update_params.rb +9 -167
- data/lib/stripe/params/subscription_update_params.rb +11 -161
- data/lib/stripe/params/tax/calculation_create_params.rb +0 -4
- data/lib/stripe/params/tax/registration_create_params.rb +0 -104
- data/lib/stripe/params/terminal/configuration_create_params.rb +52 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +52 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +4 -1
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -8
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +0 -4
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/v2/core/account_create_params.rb +33 -288
- data/lib/stripe/params/v2/core/account_token_create_params.rb +28 -18
- data/lib/stripe/params/v2/core/account_update_params.rb +33 -281
- data/lib/stripe/params.rb +1342 -795
- data/lib/stripe/railtie.rb +8 -0
- data/lib/stripe/resources/account.rb +5 -259
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/balance_settings.rb +42 -2
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -4
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/charge.rb +36 -211
- data/lib/stripe/resources/checkout/session.rb +26 -82
- data/lib/stripe/resources/confirmation_token.rb +20 -125
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +2 -2
- data/lib/stripe/resources/dispute.rb +0 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +0 -57
- data/lib/stripe/resources/financial_connections/session.rb +1 -125
- data/lib/stripe/resources/invoice.rb +3 -117
- data/lib/stripe/resources/invoice_item.rb +34 -3
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/issuing/dispute.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +0 -42
- data/lib/stripe/resources/mandate.rb +13 -12
- data/lib/stripe/resources/payment_attempt_record.rb +41 -187
- data/lib/stripe/resources/payment_intent.rb +96 -1583
- data/lib/stripe/resources/payment_link.rb +40 -0
- data/lib/stripe/resources/payment_method.rb +21 -130
- data/lib/stripe/resources/payment_method_configuration.rb +20 -122
- data/lib/stripe/resources/payment_record.rb +41 -187
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/product.rb +0 -18
- data/lib/stripe/resources/quote.rb +2 -569
- data/lib/stripe/resources/radar/payment_evaluation.rb +1 -1
- data/lib/stripe/resources/refund.rb +13 -18
- data/lib/stripe/resources/reserve/hold.rb +0 -7
- data/lib/stripe/resources/reserve/release.rb +0 -12
- data/lib/stripe/resources/setup_attempt.rb +4 -26
- data/lib/stripe/resources/setup_intent.rb +27 -22
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +10 -107
- data/lib/stripe/resources/subscription_item.rb +1 -41
- data/lib/stripe/resources/subscription_schedule.rb +5 -198
- data/lib/stripe/resources/tax/calculation_line_item.rb +0 -2
- data/lib/stripe/resources/tax/registration.rb +0 -128
- data/lib/stripe/resources/tax_code.rb +1 -15
- data/lib/stripe/resources/terminal/configuration.rb +64 -16
- data/lib/stripe/resources/terminal/reader.rb +116 -8
- data/lib/stripe/resources/transfer.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_payment.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources/v2/commerce/product_catalog_import.rb +1 -1
- data/lib/stripe/resources/v2/core/account.rb +40 -607
- data/lib/stripe/resources/v2/core/account_token.rb +1 -1
- data/lib/stripe/resources/v2/core/event.rb +1 -0
- data/lib/stripe/resources.rb +500 -301
- data/lib/stripe/services/account_service.rb +0 -15
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/credit_note_service.rb +0 -14
- data/lib/stripe/services/customer_service.rb +0 -15
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -3
- data/lib/stripe/services/invoice_service.rb +0 -41
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +3 -38
- data/lib/stripe/services/promotion_code_service.rb +0 -29
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -55
- data/lib/stripe/services/subscription_service.rb +2 -32
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -11
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_token_service.rb +5 -1
- data/lib/stripe/services/v2/core/event_service.rb +2 -1
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -8
- data/lib/stripe/services.rb +469 -268
- data/lib/stripe/stripe_client.rb +1 -8
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +25 -58
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +53183 -118054
- metadata +5 -377
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_batch_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +0 -75
- data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -63
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +0 -97
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/authorization_retrieve_params.rb +0 -15
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/invoice_detach_payment_params.rb +0 -16
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_create_params.rb +0 -2083
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -2087
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -297
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -63
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/reserve/hold_list_params.rb +0 -53
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/release_list_params.rb +0 -41
- data/lib/stripe/params/reserve/release_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +0 -67
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +0 -15
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -578
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/tax/location_create_params.rb +0 -54
- data/lib/stripe/params/tax/location_list_params.rb +0 -27
- data/lib/stripe/params/tax/location_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -257
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -263
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/core/batch_job_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +0 -58
- data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -58
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -37
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +0 -31
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +0 -17
- data/lib/stripe/params/v2/extend/workflow_list_params.rb +0 -21
- data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +0 -23
- data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/iam/activity_log_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -50
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -102
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -67
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -92
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -87
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -77
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/network/business_profile_me_params.rb +0 -10
- data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +0 -17
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +0 -20
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -23
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
- data/lib/stripe/resources/capital/financing_offer.rb +0 -142
- data/lib/stripe/resources/capital/financing_summary.rb +0 -82
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/authorization.rb +0 -82
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -927
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -189
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -103
- data/lib/stripe/resources/quote_line.rb +0 -525
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1181
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -734
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -1766
- data/lib/stripe/resources/shared_payment/issued_token.rb +0 -291
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/tax/location.rb +0 -72
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -91
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -710
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -327
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -316
- data/lib/stripe/resources/v2/billing/profile.rb +0 -47
- data/lib/stripe/resources/v2/core/batch_job.rb +0 -492
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -136
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -105
- data/lib/stripe/resources/v2/data/reporting/query_run.rb +0 -142
- data/lib/stripe/resources/v2/extend/workflow.rb +0 -80
- data/lib/stripe/resources/v2/extend/workflow_run.rb +0 -158
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -29
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -31
- data/lib/stripe/resources/v2/iam/activity_log.rb +0 -187
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -67
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -140
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -160
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -181
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -219
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -144
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -196
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -145
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -83
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -230
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -135
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/resources/v2/network/business_profile.rb +0 -84
- data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +0 -93
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/authorization_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_service.rb +0 -53
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/reserve/hold_service.rb +0 -30
- data/lib/stripe/services/reserve/plan_service.rb +0 -19
- data/lib/stripe/services/reserve/release_service.rb +0 -30
- data/lib/stripe/services/reserve_service.rb +0 -15
- data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment/issued_token_service.rb +0 -41
- data/lib/stripe/services/shared_payment_service.rb +0 -14
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/tax/location_service.rb +0 -45
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -69
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/batch_job_service.rb +0 -43
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/data/reporting/query_run_service.rb +0 -35
- data/lib/stripe/services/v2/data/reporting_service.rb +0 -17
- data/lib/stripe/services/v2/datum_service.rb +0 -15
- data/lib/stripe/services/v2/extend/workflow_run_service.rb +0 -32
- data/lib/stripe/services/v2/extend/workflow_service.rb +0 -45
- data/lib/stripe/services/v2/extend_service.rb +0 -16
- data/lib/stripe/services/v2/iam/activity_log_service.rb +0 -21
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -75
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -66
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/network/business_profile_service.rb +0 -32
- data/lib/stripe/services/v2/network_service.rb +0 -15
- data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +0 -65
- data/lib/stripe/services/v2/orchestrated_commerce_service.rb +0 -15
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/stripe_event_notification_handler.rb +0 -581
data/lib/stripe/resources.rb
CHANGED
|
@@ -1,304 +1,503 @@
|
|
|
1
1
|
# File generated from our OpenAPI spec
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
4
|
+
module Stripe
|
|
5
|
+
autoload :Account, "stripe/resources/account"
|
|
6
|
+
autoload :AccountLink, "stripe/resources/account_link"
|
|
7
|
+
autoload :AccountSession, "stripe/resources/account_session"
|
|
8
|
+
autoload :ApplePayDomain, "stripe/resources/apple_pay_domain"
|
|
9
|
+
autoload :Application, "stripe/resources/application"
|
|
10
|
+
autoload :ApplicationFee, "stripe/resources/application_fee"
|
|
11
|
+
autoload :ApplicationFeeRefund, "stripe/resources/application_fee_refund"
|
|
12
|
+
autoload :Balance, "stripe/resources/balance"
|
|
13
|
+
autoload :BalanceSettings, "stripe/resources/balance_settings"
|
|
14
|
+
autoload :BalanceTransaction, "stripe/resources/balance_transaction"
|
|
15
|
+
autoload :BankAccount, "stripe/resources/bank_account"
|
|
16
|
+
autoload :Capability, "stripe/resources/capability"
|
|
17
|
+
autoload :Card, "stripe/resources/card"
|
|
18
|
+
autoload :CashBalance, "stripe/resources/cash_balance"
|
|
19
|
+
autoload :Charge, "stripe/resources/charge"
|
|
20
|
+
autoload :ConfirmationToken, "stripe/resources/confirmation_token"
|
|
21
|
+
autoload :ConnectCollectionTransfer, "stripe/resources/connect_collection_transfer"
|
|
22
|
+
autoload :CountrySpec, "stripe/resources/country_spec"
|
|
23
|
+
autoload :Coupon, "stripe/resources/coupon"
|
|
24
|
+
autoload :CreditNote, "stripe/resources/credit_note"
|
|
25
|
+
autoload :CreditNoteLineItem, "stripe/resources/credit_note_line_item"
|
|
26
|
+
autoload :Customer, "stripe/resources/customer"
|
|
27
|
+
autoload :CustomerBalanceTransaction, "stripe/resources/customer_balance_transaction"
|
|
28
|
+
autoload :CustomerCashBalanceTransaction, "stripe/resources/customer_cash_balance_transaction"
|
|
29
|
+
autoload :CustomerSession, "stripe/resources/customer_session"
|
|
30
|
+
autoload :Discount, "stripe/resources/discount"
|
|
31
|
+
autoload :Dispute, "stripe/resources/dispute"
|
|
32
|
+
autoload :EphemeralKey, "stripe/resources/ephemeral_key"
|
|
33
|
+
autoload :Event, "stripe/resources/event"
|
|
34
|
+
autoload :ExchangeRate, "stripe/resources/exchange_rate"
|
|
35
|
+
autoload :File, "stripe/resources/file"
|
|
36
|
+
autoload :FileLink, "stripe/resources/file_link"
|
|
37
|
+
autoload :FundingInstructions, "stripe/resources/funding_instructions"
|
|
38
|
+
autoload :Invoice, "stripe/resources/invoice"
|
|
39
|
+
autoload :InvoiceItem, "stripe/resources/invoice_item"
|
|
40
|
+
autoload :InvoiceLineItem, "stripe/resources/invoice_line_item"
|
|
41
|
+
autoload :InvoicePayment, "stripe/resources/invoice_payment"
|
|
42
|
+
autoload :InvoiceRenderingTemplate, "stripe/resources/invoice_rendering_template"
|
|
43
|
+
autoload :LineItem, "stripe/resources/line_item"
|
|
44
|
+
autoload :LoginLink, "stripe/resources/login_link"
|
|
45
|
+
autoload :Mandate, "stripe/resources/mandate"
|
|
46
|
+
autoload :PaymentAttemptRecord, "stripe/resources/payment_attempt_record"
|
|
47
|
+
autoload :PaymentIntent, "stripe/resources/payment_intent"
|
|
48
|
+
autoload :PaymentIntentAmountDetailsLineItem, "stripe/resources/payment_intent_amount_details_line_item"
|
|
49
|
+
autoload :PaymentLink, "stripe/resources/payment_link"
|
|
50
|
+
autoload :PaymentMethod, "stripe/resources/payment_method"
|
|
51
|
+
autoload :PaymentMethodConfiguration, "stripe/resources/payment_method_configuration"
|
|
52
|
+
autoload :PaymentMethodDomain, "stripe/resources/payment_method_domain"
|
|
53
|
+
autoload :PaymentRecord, "stripe/resources/payment_record"
|
|
54
|
+
autoload :Payout, "stripe/resources/payout"
|
|
55
|
+
autoload :Person, "stripe/resources/person"
|
|
56
|
+
autoload :Plan, "stripe/resources/plan"
|
|
57
|
+
autoload :Price, "stripe/resources/price"
|
|
58
|
+
autoload :Product, "stripe/resources/product"
|
|
59
|
+
autoload :ProductFeature, "stripe/resources/product_feature"
|
|
60
|
+
autoload :PromotionCode, "stripe/resources/promotion_code"
|
|
61
|
+
autoload :Quote, "stripe/resources/quote"
|
|
62
|
+
autoload :Refund, "stripe/resources/refund"
|
|
63
|
+
autoload :ReserveTransaction, "stripe/resources/reserve_transaction"
|
|
64
|
+
autoload :Reversal, "stripe/resources/reversal"
|
|
65
|
+
autoload :Review, "stripe/resources/review"
|
|
66
|
+
autoload :SetupAttempt, "stripe/resources/setup_attempt"
|
|
67
|
+
autoload :SetupIntent, "stripe/resources/setup_intent"
|
|
68
|
+
autoload :ShippingRate, "stripe/resources/shipping_rate"
|
|
69
|
+
autoload :Source, "stripe/resources/source"
|
|
70
|
+
autoload :SourceMandateNotification, "stripe/resources/source_mandate_notification"
|
|
71
|
+
autoload :SourceTransaction, "stripe/resources/source_transaction"
|
|
72
|
+
autoload :Subscription, "stripe/resources/subscription"
|
|
73
|
+
autoload :SubscriptionItem, "stripe/resources/subscription_item"
|
|
74
|
+
autoload :SubscriptionSchedule, "stripe/resources/subscription_schedule"
|
|
75
|
+
autoload :TaxCode, "stripe/resources/tax_code"
|
|
76
|
+
autoload :TaxDeductedAtSource, "stripe/resources/tax_deducted_at_source"
|
|
77
|
+
autoload :TaxId, "stripe/resources/tax_id"
|
|
78
|
+
autoload :TaxRate, "stripe/resources/tax_rate"
|
|
79
|
+
autoload :Token, "stripe/resources/token"
|
|
80
|
+
autoload :Topup, "stripe/resources/topup"
|
|
81
|
+
autoload :Transfer, "stripe/resources/transfer"
|
|
82
|
+
autoload :WebhookEndpoint, "stripe/resources/webhook_endpoint"
|
|
83
|
+
|
|
84
|
+
module Apps
|
|
85
|
+
autoload :Secret, "stripe/resources/apps/secret"
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
module Billing
|
|
89
|
+
autoload :Alert, "stripe/resources/billing/alert"
|
|
90
|
+
autoload :AlertTriggered, "stripe/resources/billing/alert_triggered"
|
|
91
|
+
autoload :CreditBalanceSummary, "stripe/resources/billing/credit_balance_summary"
|
|
92
|
+
autoload :CreditBalanceTransaction, "stripe/resources/billing/credit_balance_transaction"
|
|
93
|
+
autoload :CreditGrant, "stripe/resources/billing/credit_grant"
|
|
94
|
+
autoload :Meter, "stripe/resources/billing/meter"
|
|
95
|
+
autoload :MeterEvent, "stripe/resources/billing/meter_event"
|
|
96
|
+
autoload :MeterEventAdjustment, "stripe/resources/billing/meter_event_adjustment"
|
|
97
|
+
autoload :MeterEventSummary, "stripe/resources/billing/meter_event_summary"
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
module BillingPortal
|
|
101
|
+
autoload :Configuration, "stripe/resources/billing_portal/configuration"
|
|
102
|
+
autoload :Session, "stripe/resources/billing_portal/session"
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
module Checkout
|
|
106
|
+
autoload :Session, "stripe/resources/checkout/session"
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
module Climate
|
|
110
|
+
autoload :Order, "stripe/resources/climate/order"
|
|
111
|
+
autoload :Product, "stripe/resources/climate/product"
|
|
112
|
+
autoload :Supplier, "stripe/resources/climate/supplier"
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
module Entitlements
|
|
116
|
+
autoload :ActiveEntitlement, "stripe/resources/entitlements/active_entitlement"
|
|
117
|
+
autoload :ActiveEntitlementSummary, "stripe/resources/entitlements/active_entitlement_summary"
|
|
118
|
+
autoload :Feature, "stripe/resources/entitlements/feature"
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
module Events
|
|
122
|
+
autoload :V1BillingMeterErrorReportTriggeredEvent, "stripe/events/v1_billing_meter_error_report_triggered_event"
|
|
123
|
+
autoload :V1BillingMeterErrorReportTriggeredEventNotification,
|
|
124
|
+
"stripe/events/v1_billing_meter_error_report_triggered_event"
|
|
125
|
+
autoload :V1BillingMeterNoMeterFoundEvent, "stripe/events/v1_billing_meter_no_meter_found_event"
|
|
126
|
+
autoload :V1BillingMeterNoMeterFoundEventNotification, "stripe/events/v1_billing_meter_no_meter_found_event"
|
|
127
|
+
autoload :V2CommerceProductCatalogImportsFailedEvent,
|
|
128
|
+
"stripe/events/v2_commerce_product_catalog_imports_failed_event"
|
|
129
|
+
autoload :V2CommerceProductCatalogImportsFailedEventNotification,
|
|
130
|
+
"stripe/events/v2_commerce_product_catalog_imports_failed_event"
|
|
131
|
+
autoload :V2CommerceProductCatalogImportsProcessingEvent,
|
|
132
|
+
"stripe/events/v2_commerce_product_catalog_imports_processing_event"
|
|
133
|
+
autoload :V2CommerceProductCatalogImportsProcessingEventNotification,
|
|
134
|
+
"stripe/events/v2_commerce_product_catalog_imports_processing_event"
|
|
135
|
+
autoload :V2CommerceProductCatalogImportsSucceededEvent,
|
|
136
|
+
"stripe/events/v2_commerce_product_catalog_imports_succeeded_event"
|
|
137
|
+
autoload :V2CommerceProductCatalogImportsSucceededEventNotification,
|
|
138
|
+
"stripe/events/v2_commerce_product_catalog_imports_succeeded_event"
|
|
139
|
+
autoload :V2CommerceProductCatalogImportsSucceededWithErrorsEvent,
|
|
140
|
+
"stripe/events/v2_commerce_product_catalog_imports_succeeded_with_errors_event"
|
|
141
|
+
autoload :V2CommerceProductCatalogImportsSucceededWithErrorsEventNotification,
|
|
142
|
+
"stripe/events/v2_commerce_product_catalog_imports_succeeded_with_errors_event"
|
|
143
|
+
autoload :V2CoreAccountClosedEvent, "stripe/events/v2_core_account_closed_event"
|
|
144
|
+
autoload :V2CoreAccountClosedEventNotification, "stripe/events/v2_core_account_closed_event"
|
|
145
|
+
autoload :V2CoreAccountCreatedEvent, "stripe/events/v2_core_account_created_event"
|
|
146
|
+
autoload :V2CoreAccountCreatedEventNotification, "stripe/events/v2_core_account_created_event"
|
|
147
|
+
autoload :V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent,
|
|
148
|
+
"stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event"
|
|
149
|
+
autoload :V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification,
|
|
150
|
+
"stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event"
|
|
151
|
+
autoload :V2CoreAccountIncludingConfigurationCustomerUpdatedEvent,
|
|
152
|
+
"stripe/events/v2_core_account_including_configuration_customer_updated_event"
|
|
153
|
+
autoload :V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification,
|
|
154
|
+
"stripe/events/v2_core_account_including_configuration_customer_updated_event"
|
|
155
|
+
autoload :V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent,
|
|
156
|
+
"stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event"
|
|
157
|
+
autoload :V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification,
|
|
158
|
+
"stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event"
|
|
159
|
+
autoload :V2CoreAccountIncludingConfigurationMerchantUpdatedEvent,
|
|
160
|
+
"stripe/events/v2_core_account_including_configuration_merchant_updated_event"
|
|
161
|
+
autoload :V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification,
|
|
162
|
+
"stripe/events/v2_core_account_including_configuration_merchant_updated_event"
|
|
163
|
+
autoload :V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent,
|
|
164
|
+
"stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event"
|
|
165
|
+
autoload :V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification,
|
|
166
|
+
"stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event"
|
|
167
|
+
autoload :V2CoreAccountIncludingConfigurationRecipientUpdatedEvent,
|
|
168
|
+
"stripe/events/v2_core_account_including_configuration_recipient_updated_event"
|
|
169
|
+
autoload :V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification,
|
|
170
|
+
"stripe/events/v2_core_account_including_configuration_recipient_updated_event"
|
|
171
|
+
autoload :V2CoreAccountIncludingDefaultsUpdatedEvent,
|
|
172
|
+
"stripe/events/v2_core_account_including_defaults_updated_event"
|
|
173
|
+
autoload :V2CoreAccountIncludingDefaultsUpdatedEventNotification,
|
|
174
|
+
"stripe/events/v2_core_account_including_defaults_updated_event"
|
|
175
|
+
autoload :V2CoreAccountIncludingFutureRequirementsUpdatedEvent,
|
|
176
|
+
"stripe/events/v2_core_account_including_future_requirements_updated_event"
|
|
177
|
+
autoload :V2CoreAccountIncludingFutureRequirementsUpdatedEventNotification,
|
|
178
|
+
"stripe/events/v2_core_account_including_future_requirements_updated_event"
|
|
179
|
+
autoload :V2CoreAccountIncludingIdentityUpdatedEvent,
|
|
180
|
+
"stripe/events/v2_core_account_including_identity_updated_event"
|
|
181
|
+
autoload :V2CoreAccountIncludingIdentityUpdatedEventNotification,
|
|
182
|
+
"stripe/events/v2_core_account_including_identity_updated_event"
|
|
183
|
+
autoload :V2CoreAccountIncludingRequirementsUpdatedEvent,
|
|
184
|
+
"stripe/events/v2_core_account_including_requirements_updated_event"
|
|
185
|
+
autoload :V2CoreAccountIncludingRequirementsUpdatedEventNotification,
|
|
186
|
+
"stripe/events/v2_core_account_including_requirements_updated_event"
|
|
187
|
+
autoload :V2CoreAccountLinkReturnedEvent, "stripe/events/v2_core_account_link_returned_event"
|
|
188
|
+
autoload :V2CoreAccountLinkReturnedEventNotification, "stripe/events/v2_core_account_link_returned_event"
|
|
189
|
+
autoload :V2CoreAccountPersonCreatedEvent, "stripe/events/v2_core_account_person_created_event"
|
|
190
|
+
autoload :V2CoreAccountPersonCreatedEventNotification, "stripe/events/v2_core_account_person_created_event"
|
|
191
|
+
autoload :V2CoreAccountPersonDeletedEvent, "stripe/events/v2_core_account_person_deleted_event"
|
|
192
|
+
autoload :V2CoreAccountPersonDeletedEventNotification, "stripe/events/v2_core_account_person_deleted_event"
|
|
193
|
+
autoload :V2CoreAccountPersonUpdatedEvent, "stripe/events/v2_core_account_person_updated_event"
|
|
194
|
+
autoload :V2CoreAccountPersonUpdatedEventNotification, "stripe/events/v2_core_account_person_updated_event"
|
|
195
|
+
autoload :V2CoreAccountUpdatedEvent, "stripe/events/v2_core_account_updated_event"
|
|
196
|
+
autoload :V2CoreAccountUpdatedEventNotification, "stripe/events/v2_core_account_updated_event"
|
|
197
|
+
autoload :V2CoreEventDestinationPingEvent, "stripe/events/v2_core_event_destination_ping_event"
|
|
198
|
+
autoload :V2CoreEventDestinationPingEventNotification, "stripe/events/v2_core_event_destination_ping_event"
|
|
199
|
+
end
|
|
200
|
+
|
|
201
|
+
module FinancialConnections
|
|
202
|
+
autoload :Account, "stripe/resources/financial_connections/account"
|
|
203
|
+
autoload :AccountOwner, "stripe/resources/financial_connections/account_owner"
|
|
204
|
+
autoload :AccountOwnership, "stripe/resources/financial_connections/account_ownership"
|
|
205
|
+
autoload :Session, "stripe/resources/financial_connections/session"
|
|
206
|
+
autoload :Transaction, "stripe/resources/financial_connections/transaction"
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
module Forwarding
|
|
210
|
+
autoload :Request, "stripe/resources/forwarding/request"
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
module Identity
|
|
214
|
+
autoload :VerificationReport, "stripe/resources/identity/verification_report"
|
|
215
|
+
autoload :VerificationSession, "stripe/resources/identity/verification_session"
|
|
216
|
+
end
|
|
217
|
+
|
|
218
|
+
module Issuing
|
|
219
|
+
autoload :Authorization, "stripe/resources/issuing/authorization"
|
|
220
|
+
autoload :Card, "stripe/resources/issuing/card"
|
|
221
|
+
autoload :Cardholder, "stripe/resources/issuing/cardholder"
|
|
222
|
+
autoload :Dispute, "stripe/resources/issuing/dispute"
|
|
223
|
+
autoload :PersonalizationDesign, "stripe/resources/issuing/personalization_design"
|
|
224
|
+
autoload :PhysicalBundle, "stripe/resources/issuing/physical_bundle"
|
|
225
|
+
autoload :Token, "stripe/resources/issuing/token"
|
|
226
|
+
autoload :Transaction, "stripe/resources/issuing/transaction"
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
module Radar
|
|
230
|
+
autoload :EarlyFraudWarning, "stripe/resources/radar/early_fraud_warning"
|
|
231
|
+
autoload :PaymentEvaluation, "stripe/resources/radar/payment_evaluation"
|
|
232
|
+
autoload :ValueList, "stripe/resources/radar/value_list"
|
|
233
|
+
autoload :ValueListItem, "stripe/resources/radar/value_list_item"
|
|
234
|
+
end
|
|
235
|
+
|
|
236
|
+
module Reporting
|
|
237
|
+
autoload :ReportRun, "stripe/resources/reporting/report_run"
|
|
238
|
+
autoload :ReportType, "stripe/resources/reporting/report_type"
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
module Reserve
|
|
242
|
+
autoload :Hold, "stripe/resources/reserve/hold"
|
|
243
|
+
autoload :Plan, "stripe/resources/reserve/plan"
|
|
244
|
+
autoload :Release, "stripe/resources/reserve/release"
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
module Sigma
|
|
248
|
+
autoload :ScheduledQueryRun, "stripe/resources/sigma/scheduled_query_run"
|
|
249
|
+
end
|
|
250
|
+
|
|
251
|
+
module Tax
|
|
252
|
+
autoload :Association, "stripe/resources/tax/association"
|
|
253
|
+
autoload :Calculation, "stripe/resources/tax/calculation"
|
|
254
|
+
autoload :CalculationLineItem, "stripe/resources/tax/calculation_line_item"
|
|
255
|
+
autoload :Registration, "stripe/resources/tax/registration"
|
|
256
|
+
autoload :Settings, "stripe/resources/tax/settings"
|
|
257
|
+
autoload :Transaction, "stripe/resources/tax/transaction"
|
|
258
|
+
autoload :TransactionLineItem, "stripe/resources/tax/transaction_line_item"
|
|
259
|
+
end
|
|
260
|
+
|
|
261
|
+
module Terminal
|
|
262
|
+
autoload :Configuration, "stripe/resources/terminal/configuration"
|
|
263
|
+
autoload :ConnectionToken, "stripe/resources/terminal/connection_token"
|
|
264
|
+
autoload :Location, "stripe/resources/terminal/location"
|
|
265
|
+
autoload :OnboardingLink, "stripe/resources/terminal/onboarding_link"
|
|
266
|
+
autoload :Reader, "stripe/resources/terminal/reader"
|
|
267
|
+
end
|
|
268
|
+
|
|
269
|
+
module TestHelpers
|
|
270
|
+
autoload :TestClock, "stripe/resources/test_helpers/test_clock"
|
|
271
|
+
end
|
|
272
|
+
|
|
273
|
+
module Treasury
|
|
274
|
+
autoload :CreditReversal, "stripe/resources/treasury/credit_reversal"
|
|
275
|
+
autoload :DebitReversal, "stripe/resources/treasury/debit_reversal"
|
|
276
|
+
autoload :FinancialAccount, "stripe/resources/treasury/financial_account"
|
|
277
|
+
autoload :FinancialAccountFeatures, "stripe/resources/treasury/financial_account_features"
|
|
278
|
+
autoload :InboundTransfer, "stripe/resources/treasury/inbound_transfer"
|
|
279
|
+
autoload :OutboundPayment, "stripe/resources/treasury/outbound_payment"
|
|
280
|
+
autoload :OutboundTransfer, "stripe/resources/treasury/outbound_transfer"
|
|
281
|
+
autoload :ReceivedCredit, "stripe/resources/treasury/received_credit"
|
|
282
|
+
autoload :ReceivedDebit, "stripe/resources/treasury/received_debit"
|
|
283
|
+
autoload :Transaction, "stripe/resources/treasury/transaction"
|
|
284
|
+
autoload :TransactionEntry, "stripe/resources/treasury/transaction_entry"
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
module V2
|
|
288
|
+
autoload :DeletedObject, "stripe/resources/v2/deleted_object"
|
|
289
|
+
|
|
290
|
+
module Billing
|
|
291
|
+
autoload :MeterEvent, "stripe/resources/v2/billing/meter_event"
|
|
292
|
+
autoload :MeterEventAdjustment, "stripe/resources/v2/billing/meter_event_adjustment"
|
|
293
|
+
autoload :MeterEventSession, "stripe/resources/v2/billing/meter_event_session"
|
|
294
|
+
end
|
|
295
|
+
|
|
296
|
+
module Commerce
|
|
297
|
+
autoload :ProductCatalogImport, "stripe/resources/v2/commerce/product_catalog_import"
|
|
298
|
+
end
|
|
299
|
+
|
|
300
|
+
module Core
|
|
301
|
+
autoload :Account, "stripe/resources/v2/core/account"
|
|
302
|
+
autoload :AccountLink, "stripe/resources/v2/core/account_link"
|
|
303
|
+
autoload :AccountPerson, "stripe/resources/v2/core/account_person"
|
|
304
|
+
autoload :AccountPersonToken, "stripe/resources/v2/core/account_person_token"
|
|
305
|
+
autoload :AccountToken, "stripe/resources/v2/core/account_token"
|
|
306
|
+
autoload :Event, "stripe/resources/v2/core/event"
|
|
307
|
+
autoload :EventDestination, "stripe/resources/v2/core/event_destination"
|
|
308
|
+
autoload :EventNotification, "stripe/resources/v2/core/event_notification"
|
|
309
|
+
autoload :EventReason, "stripe/resources/v2/core/event_notification"
|
|
310
|
+
autoload :EventReasonRequest, "stripe/resources/v2/core/event_notification"
|
|
311
|
+
autoload :RelatedObject, "stripe/resources/v2/core/event_notification"
|
|
312
|
+
end
|
|
313
|
+
end
|
|
314
|
+
end
|
|
315
|
+
|
|
316
|
+
module Stripe
|
|
317
|
+
RESOURCE_FILES = %w[
|
|
318
|
+
stripe/resources/v2/core/event_notification
|
|
319
|
+
stripe/resources/account
|
|
320
|
+
stripe/resources/account_link
|
|
321
|
+
stripe/resources/account_session
|
|
322
|
+
stripe/resources/apple_pay_domain
|
|
323
|
+
stripe/resources/application
|
|
324
|
+
stripe/resources/application_fee
|
|
325
|
+
stripe/resources/application_fee_refund
|
|
326
|
+
stripe/resources/apps/secret
|
|
327
|
+
stripe/resources/balance
|
|
328
|
+
stripe/resources/balance_settings
|
|
329
|
+
stripe/resources/balance_transaction
|
|
330
|
+
stripe/resources/bank_account
|
|
331
|
+
stripe/resources/billing/alert
|
|
332
|
+
stripe/resources/billing/alert_triggered
|
|
333
|
+
stripe/resources/billing/credit_balance_summary
|
|
334
|
+
stripe/resources/billing/credit_balance_transaction
|
|
335
|
+
stripe/resources/billing/credit_grant
|
|
336
|
+
stripe/resources/billing/meter
|
|
337
|
+
stripe/resources/billing/meter_event
|
|
338
|
+
stripe/resources/billing/meter_event_adjustment
|
|
339
|
+
stripe/resources/billing/meter_event_summary
|
|
340
|
+
stripe/resources/billing_portal/configuration
|
|
341
|
+
stripe/resources/billing_portal/session
|
|
342
|
+
stripe/resources/capability
|
|
343
|
+
stripe/resources/card
|
|
344
|
+
stripe/resources/cash_balance
|
|
345
|
+
stripe/resources/charge
|
|
346
|
+
stripe/resources/checkout/session
|
|
347
|
+
stripe/resources/climate/order
|
|
348
|
+
stripe/resources/climate/product
|
|
349
|
+
stripe/resources/climate/supplier
|
|
350
|
+
stripe/resources/confirmation_token
|
|
351
|
+
stripe/resources/connect_collection_transfer
|
|
352
|
+
stripe/resources/country_spec
|
|
353
|
+
stripe/resources/coupon
|
|
354
|
+
stripe/resources/credit_note
|
|
355
|
+
stripe/resources/credit_note_line_item
|
|
356
|
+
stripe/resources/customer
|
|
357
|
+
stripe/resources/customer_balance_transaction
|
|
358
|
+
stripe/resources/customer_cash_balance_transaction
|
|
359
|
+
stripe/resources/customer_session
|
|
360
|
+
stripe/resources/discount
|
|
361
|
+
stripe/resources/dispute
|
|
362
|
+
stripe/resources/entitlements/active_entitlement
|
|
363
|
+
stripe/resources/entitlements/active_entitlement_summary
|
|
364
|
+
stripe/resources/entitlements/feature
|
|
365
|
+
stripe/resources/ephemeral_key
|
|
366
|
+
stripe/resources/event
|
|
367
|
+
stripe/resources/exchange_rate
|
|
368
|
+
stripe/resources/file
|
|
369
|
+
stripe/resources/file_link
|
|
370
|
+
stripe/resources/financial_connections/account
|
|
371
|
+
stripe/resources/financial_connections/account_owner
|
|
372
|
+
stripe/resources/financial_connections/account_ownership
|
|
373
|
+
stripe/resources/financial_connections/session
|
|
374
|
+
stripe/resources/financial_connections/transaction
|
|
375
|
+
stripe/resources/forwarding/request
|
|
376
|
+
stripe/resources/funding_instructions
|
|
377
|
+
stripe/resources/identity/verification_report
|
|
378
|
+
stripe/resources/identity/verification_session
|
|
379
|
+
stripe/resources/invoice
|
|
380
|
+
stripe/resources/invoice_item
|
|
381
|
+
stripe/resources/invoice_line_item
|
|
382
|
+
stripe/resources/invoice_payment
|
|
383
|
+
stripe/resources/invoice_rendering_template
|
|
384
|
+
stripe/resources/issuing/authorization
|
|
385
|
+
stripe/resources/issuing/card
|
|
386
|
+
stripe/resources/issuing/cardholder
|
|
387
|
+
stripe/resources/issuing/dispute
|
|
388
|
+
stripe/resources/issuing/personalization_design
|
|
389
|
+
stripe/resources/issuing/physical_bundle
|
|
390
|
+
stripe/resources/issuing/token
|
|
391
|
+
stripe/resources/issuing/transaction
|
|
392
|
+
stripe/resources/line_item
|
|
393
|
+
stripe/resources/login_link
|
|
394
|
+
stripe/resources/mandate
|
|
395
|
+
stripe/resources/payment_attempt_record
|
|
396
|
+
stripe/resources/payment_intent
|
|
397
|
+
stripe/resources/payment_intent_amount_details_line_item
|
|
398
|
+
stripe/resources/payment_link
|
|
399
|
+
stripe/resources/payment_method
|
|
400
|
+
stripe/resources/payment_method_configuration
|
|
401
|
+
stripe/resources/payment_method_domain
|
|
402
|
+
stripe/resources/payment_record
|
|
403
|
+
stripe/resources/payout
|
|
404
|
+
stripe/resources/person
|
|
405
|
+
stripe/resources/plan
|
|
406
|
+
stripe/resources/price
|
|
407
|
+
stripe/resources/product
|
|
408
|
+
stripe/resources/product_feature
|
|
409
|
+
stripe/resources/promotion_code
|
|
410
|
+
stripe/resources/quote
|
|
411
|
+
stripe/resources/radar/early_fraud_warning
|
|
412
|
+
stripe/resources/radar/payment_evaluation
|
|
413
|
+
stripe/resources/radar/value_list
|
|
414
|
+
stripe/resources/radar/value_list_item
|
|
415
|
+
stripe/resources/refund
|
|
416
|
+
stripe/resources/reporting/report_run
|
|
417
|
+
stripe/resources/reporting/report_type
|
|
418
|
+
stripe/resources/reserve/hold
|
|
419
|
+
stripe/resources/reserve/plan
|
|
420
|
+
stripe/resources/reserve/release
|
|
421
|
+
stripe/resources/reserve_transaction
|
|
422
|
+
stripe/resources/reversal
|
|
423
|
+
stripe/resources/review
|
|
424
|
+
stripe/resources/setup_attempt
|
|
425
|
+
stripe/resources/setup_intent
|
|
426
|
+
stripe/resources/shipping_rate
|
|
427
|
+
stripe/resources/sigma/scheduled_query_run
|
|
428
|
+
stripe/resources/source
|
|
429
|
+
stripe/resources/source_mandate_notification
|
|
430
|
+
stripe/resources/source_transaction
|
|
431
|
+
stripe/resources/subscription
|
|
432
|
+
stripe/resources/subscription_item
|
|
433
|
+
stripe/resources/subscription_schedule
|
|
434
|
+
stripe/resources/tax/association
|
|
435
|
+
stripe/resources/tax/calculation
|
|
436
|
+
stripe/resources/tax/calculation_line_item
|
|
437
|
+
stripe/resources/tax/registration
|
|
438
|
+
stripe/resources/tax/settings
|
|
439
|
+
stripe/resources/tax/transaction
|
|
440
|
+
stripe/resources/tax/transaction_line_item
|
|
441
|
+
stripe/resources/tax_code
|
|
442
|
+
stripe/resources/tax_deducted_at_source
|
|
443
|
+
stripe/resources/tax_id
|
|
444
|
+
stripe/resources/tax_rate
|
|
445
|
+
stripe/resources/terminal/configuration
|
|
446
|
+
stripe/resources/terminal/connection_token
|
|
447
|
+
stripe/resources/terminal/location
|
|
448
|
+
stripe/resources/terminal/onboarding_link
|
|
449
|
+
stripe/resources/terminal/reader
|
|
450
|
+
stripe/resources/test_helpers/test_clock
|
|
451
|
+
stripe/resources/token
|
|
452
|
+
stripe/resources/topup
|
|
453
|
+
stripe/resources/transfer
|
|
454
|
+
stripe/resources/treasury/credit_reversal
|
|
455
|
+
stripe/resources/treasury/debit_reversal
|
|
456
|
+
stripe/resources/treasury/financial_account
|
|
457
|
+
stripe/resources/treasury/financial_account_features
|
|
458
|
+
stripe/resources/treasury/inbound_transfer
|
|
459
|
+
stripe/resources/treasury/outbound_payment
|
|
460
|
+
stripe/resources/treasury/outbound_transfer
|
|
461
|
+
stripe/resources/treasury/received_credit
|
|
462
|
+
stripe/resources/treasury/received_debit
|
|
463
|
+
stripe/resources/treasury/transaction
|
|
464
|
+
stripe/resources/treasury/transaction_entry
|
|
465
|
+
stripe/resources/v2/billing/meter_event
|
|
466
|
+
stripe/resources/v2/billing/meter_event_adjustment
|
|
467
|
+
stripe/resources/v2/billing/meter_event_session
|
|
468
|
+
stripe/resources/v2/commerce/product_catalog_import
|
|
469
|
+
stripe/resources/v2/core/account
|
|
470
|
+
stripe/resources/v2/core/account_link
|
|
471
|
+
stripe/resources/v2/core/account_person
|
|
472
|
+
stripe/resources/v2/core/account_person_token
|
|
473
|
+
stripe/resources/v2/core/account_token
|
|
474
|
+
stripe/resources/v2/core/event
|
|
475
|
+
stripe/resources/v2/core/event_destination
|
|
476
|
+
stripe/resources/v2/deleted_object
|
|
477
|
+
stripe/resources/webhook_endpoint
|
|
478
|
+
stripe/events/v1_billing_meter_error_report_triggered_event
|
|
479
|
+
stripe/events/v1_billing_meter_no_meter_found_event
|
|
480
|
+
stripe/events/v2_commerce_product_catalog_imports_failed_event
|
|
481
|
+
stripe/events/v2_commerce_product_catalog_imports_processing_event
|
|
482
|
+
stripe/events/v2_commerce_product_catalog_imports_succeeded_event
|
|
483
|
+
stripe/events/v2_commerce_product_catalog_imports_succeeded_with_errors_event
|
|
484
|
+
stripe/events/v2_core_account_closed_event
|
|
485
|
+
stripe/events/v2_core_account_created_event
|
|
486
|
+
stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event
|
|
487
|
+
stripe/events/v2_core_account_including_configuration_customer_updated_event
|
|
488
|
+
stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event
|
|
489
|
+
stripe/events/v2_core_account_including_configuration_merchant_updated_event
|
|
490
|
+
stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event
|
|
491
|
+
stripe/events/v2_core_account_including_configuration_recipient_updated_event
|
|
492
|
+
stripe/events/v2_core_account_including_defaults_updated_event
|
|
493
|
+
stripe/events/v2_core_account_including_future_requirements_updated_event
|
|
494
|
+
stripe/events/v2_core_account_including_identity_updated_event
|
|
495
|
+
stripe/events/v2_core_account_including_requirements_updated_event
|
|
496
|
+
stripe/events/v2_core_account_link_returned_event
|
|
497
|
+
stripe/events/v2_core_account_person_created_event
|
|
498
|
+
stripe/events/v2_core_account_person_deleted_event
|
|
499
|
+
stripe/events/v2_core_account_person_updated_event
|
|
500
|
+
stripe/events/v2_core_account_updated_event
|
|
501
|
+
stripe/events/v2_core_event_destination_ping_event
|
|
502
|
+
].freeze
|
|
503
|
+
end
|