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/services.rb
CHANGED
|
@@ -1,271 +1,472 @@
|
|
|
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
|
-
|
|
4
|
+
module Stripe
|
|
5
|
+
autoload :AccountCapabilityService, "stripe/services/account_capability_service"
|
|
6
|
+
autoload :AccountExternalAccountService, "stripe/services/account_external_account_service"
|
|
7
|
+
autoload :AccountLinkService, "stripe/services/account_link_service"
|
|
8
|
+
autoload :AccountLoginLinkService, "stripe/services/account_login_link_service"
|
|
9
|
+
autoload :AccountPersonService, "stripe/services/account_person_service"
|
|
10
|
+
autoload :AccountService, "stripe/services/account_service"
|
|
11
|
+
autoload :AccountSessionService, "stripe/services/account_session_service"
|
|
12
|
+
autoload :ApplePayDomainService, "stripe/services/apple_pay_domain_service"
|
|
13
|
+
autoload :ApplicationFeeRefundService, "stripe/services/application_fee_refund_service"
|
|
14
|
+
autoload :ApplicationFeeService, "stripe/services/application_fee_service"
|
|
15
|
+
autoload :AppsService, "stripe/services/apps_service"
|
|
16
|
+
autoload :BalanceService, "stripe/services/balance_service"
|
|
17
|
+
autoload :BalanceSettingsService, "stripe/services/balance_settings_service"
|
|
18
|
+
autoload :BalanceTransactionService, "stripe/services/balance_transaction_service"
|
|
19
|
+
autoload :BillingPortalService, "stripe/services/billing_portal_service"
|
|
20
|
+
autoload :BillingService, "stripe/services/billing_service"
|
|
21
|
+
autoload :ChargeService, "stripe/services/charge_service"
|
|
22
|
+
autoload :CheckoutService, "stripe/services/checkout_service"
|
|
23
|
+
autoload :ClimateService, "stripe/services/climate_service"
|
|
24
|
+
autoload :ConfirmationTokenService, "stripe/services/confirmation_token_service"
|
|
25
|
+
autoload :CountrySpecService, "stripe/services/country_spec_service"
|
|
26
|
+
autoload :CouponService, "stripe/services/coupon_service"
|
|
27
|
+
autoload :CreditNoteLineItemService, "stripe/services/credit_note_line_item_service"
|
|
28
|
+
autoload :CreditNotePreviewLinesService, "stripe/services/credit_note_preview_lines_service"
|
|
29
|
+
autoload :CreditNoteService, "stripe/services/credit_note_service"
|
|
30
|
+
autoload :CustomerBalanceTransactionService, "stripe/services/customer_balance_transaction_service"
|
|
31
|
+
autoload :CustomerCashBalanceService, "stripe/services/customer_cash_balance_service"
|
|
32
|
+
autoload :CustomerCashBalanceTransactionService, "stripe/services/customer_cash_balance_transaction_service"
|
|
33
|
+
autoload :CustomerFundingInstructionsService, "stripe/services/customer_funding_instructions_service"
|
|
34
|
+
autoload :CustomerPaymentMethodService, "stripe/services/customer_payment_method_service"
|
|
35
|
+
autoload :CustomerPaymentSourceService, "stripe/services/customer_payment_source_service"
|
|
36
|
+
autoload :CustomerService, "stripe/services/customer_service"
|
|
37
|
+
autoload :CustomerSessionService, "stripe/services/customer_session_service"
|
|
38
|
+
autoload :CustomerTaxIdService, "stripe/services/customer_tax_id_service"
|
|
39
|
+
autoload :DisputeService, "stripe/services/dispute_service"
|
|
40
|
+
autoload :EntitlementsService, "stripe/services/entitlements_service"
|
|
41
|
+
autoload :EphemeralKeyService, "stripe/services/ephemeral_key_service"
|
|
42
|
+
autoload :EventService, "stripe/services/event_service"
|
|
43
|
+
autoload :ExchangeRateService, "stripe/services/exchange_rate_service"
|
|
44
|
+
autoload :FileLinkService, "stripe/services/file_link_service"
|
|
45
|
+
autoload :FileService, "stripe/services/file_service"
|
|
46
|
+
autoload :FinancialConnectionsService, "stripe/services/financial_connections_service"
|
|
47
|
+
autoload :ForwardingService, "stripe/services/forwarding_service"
|
|
48
|
+
autoload :IdentityService, "stripe/services/identity_service"
|
|
49
|
+
autoload :InvoiceItemService, "stripe/services/invoice_item_service"
|
|
50
|
+
autoload :InvoiceLineItemService, "stripe/services/invoice_line_item_service"
|
|
51
|
+
autoload :InvoicePaymentService, "stripe/services/invoice_payment_service"
|
|
52
|
+
autoload :InvoiceRenderingTemplateService, "stripe/services/invoice_rendering_template_service"
|
|
53
|
+
autoload :InvoiceService, "stripe/services/invoice_service"
|
|
54
|
+
autoload :IssuingService, "stripe/services/issuing_service"
|
|
55
|
+
autoload :MandateService, "stripe/services/mandate_service"
|
|
56
|
+
autoload :PaymentAttemptRecordService, "stripe/services/payment_attempt_record_service"
|
|
57
|
+
autoload :PaymentIntentAmountDetailsLineItemService, "stripe/services/payment_intent_amount_details_line_item_service"
|
|
58
|
+
autoload :PaymentIntentService, "stripe/services/payment_intent_service"
|
|
59
|
+
autoload :PaymentLinkLineItemService, "stripe/services/payment_link_line_item_service"
|
|
60
|
+
autoload :PaymentLinkService, "stripe/services/payment_link_service"
|
|
61
|
+
autoload :PaymentMethodConfigurationService, "stripe/services/payment_method_configuration_service"
|
|
62
|
+
autoload :PaymentMethodDomainService, "stripe/services/payment_method_domain_service"
|
|
63
|
+
autoload :PaymentMethodService, "stripe/services/payment_method_service"
|
|
64
|
+
autoload :PaymentRecordService, "stripe/services/payment_record_service"
|
|
65
|
+
autoload :PayoutService, "stripe/services/payout_service"
|
|
66
|
+
autoload :PlanService, "stripe/services/plan_service"
|
|
67
|
+
autoload :PriceService, "stripe/services/price_service"
|
|
68
|
+
autoload :ProductFeatureService, "stripe/services/product_feature_service"
|
|
69
|
+
autoload :ProductService, "stripe/services/product_service"
|
|
70
|
+
autoload :PromotionCodeService, "stripe/services/promotion_code_service"
|
|
71
|
+
autoload :QuoteComputedUpfrontLineItemsService, "stripe/services/quote_computed_upfront_line_items_service"
|
|
72
|
+
autoload :QuoteLineItemService, "stripe/services/quote_line_item_service"
|
|
73
|
+
autoload :QuoteService, "stripe/services/quote_service"
|
|
74
|
+
autoload :RadarService, "stripe/services/radar_service"
|
|
75
|
+
autoload :RefundService, "stripe/services/refund_service"
|
|
76
|
+
autoload :ReportingService, "stripe/services/reporting_service"
|
|
77
|
+
autoload :ReviewService, "stripe/services/review_service"
|
|
78
|
+
autoload :SetupAttemptService, "stripe/services/setup_attempt_service"
|
|
79
|
+
autoload :SetupIntentService, "stripe/services/setup_intent_service"
|
|
80
|
+
autoload :ShippingRateService, "stripe/services/shipping_rate_service"
|
|
81
|
+
autoload :SigmaService, "stripe/services/sigma_service"
|
|
82
|
+
autoload :SourceService, "stripe/services/source_service"
|
|
83
|
+
autoload :SourceTransactionService, "stripe/services/source_transaction_service"
|
|
84
|
+
autoload :SubscriptionItemService, "stripe/services/subscription_item_service"
|
|
85
|
+
autoload :SubscriptionScheduleService, "stripe/services/subscription_schedule_service"
|
|
86
|
+
autoload :SubscriptionService, "stripe/services/subscription_service"
|
|
87
|
+
autoload :TaxCodeService, "stripe/services/tax_code_service"
|
|
88
|
+
autoload :TaxIdService, "stripe/services/tax_id_service"
|
|
89
|
+
autoload :TaxRateService, "stripe/services/tax_rate_service"
|
|
90
|
+
autoload :TaxService, "stripe/services/tax_service"
|
|
91
|
+
autoload :TerminalService, "stripe/services/terminal_service"
|
|
92
|
+
autoload :TestHelpersService, "stripe/services/test_helpers_service"
|
|
93
|
+
autoload :TokenService, "stripe/services/token_service"
|
|
94
|
+
autoload :TopupService, "stripe/services/topup_service"
|
|
95
|
+
autoload :TransferReversalService, "stripe/services/transfer_reversal_service"
|
|
96
|
+
autoload :TransferService, "stripe/services/transfer_service"
|
|
97
|
+
autoload :TreasuryService, "stripe/services/treasury_service"
|
|
98
|
+
autoload :V1Services, "stripe/services/v1_services"
|
|
99
|
+
autoload :V2Services, "stripe/services/v2_services"
|
|
100
|
+
autoload :WebhookEndpointService, "stripe/services/webhook_endpoint_service"
|
|
101
|
+
|
|
102
|
+
module Apps
|
|
103
|
+
autoload :SecretService, "stripe/services/apps/secret_service"
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
module Billing
|
|
107
|
+
autoload :AlertService, "stripe/services/billing/alert_service"
|
|
108
|
+
autoload :CreditBalanceSummaryService, "stripe/services/billing/credit_balance_summary_service"
|
|
109
|
+
autoload :CreditBalanceTransactionService, "stripe/services/billing/credit_balance_transaction_service"
|
|
110
|
+
autoload :CreditGrantService, "stripe/services/billing/credit_grant_service"
|
|
111
|
+
autoload :MeterEventAdjustmentService, "stripe/services/billing/meter_event_adjustment_service"
|
|
112
|
+
autoload :MeterEventService, "stripe/services/billing/meter_event_service"
|
|
113
|
+
autoload :MeterEventSummaryService, "stripe/services/billing/meter_event_summary_service"
|
|
114
|
+
autoload :MeterService, "stripe/services/billing/meter_service"
|
|
115
|
+
end
|
|
116
|
+
|
|
117
|
+
module BillingPortal
|
|
118
|
+
autoload :ConfigurationService, "stripe/services/billing_portal/configuration_service"
|
|
119
|
+
autoload :SessionService, "stripe/services/billing_portal/session_service"
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
module Checkout
|
|
123
|
+
autoload :SessionLineItemService, "stripe/services/checkout/session_line_item_service"
|
|
124
|
+
autoload :SessionService, "stripe/services/checkout/session_service"
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
module Climate
|
|
128
|
+
autoload :OrderService, "stripe/services/climate/order_service"
|
|
129
|
+
autoload :ProductService, "stripe/services/climate/product_service"
|
|
130
|
+
autoload :SupplierService, "stripe/services/climate/supplier_service"
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
module Entitlements
|
|
134
|
+
autoload :ActiveEntitlementService, "stripe/services/entitlements/active_entitlement_service"
|
|
135
|
+
autoload :FeatureService, "stripe/services/entitlements/feature_service"
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
module FinancialConnections
|
|
139
|
+
autoload :AccountOwnerService, "stripe/services/financial_connections/account_owner_service"
|
|
140
|
+
autoload :AccountService, "stripe/services/financial_connections/account_service"
|
|
141
|
+
autoload :SessionService, "stripe/services/financial_connections/session_service"
|
|
142
|
+
autoload :TransactionService, "stripe/services/financial_connections/transaction_service"
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
module Forwarding
|
|
146
|
+
autoload :RequestService, "stripe/services/forwarding/request_service"
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
module Identity
|
|
150
|
+
autoload :VerificationReportService, "stripe/services/identity/verification_report_service"
|
|
151
|
+
autoload :VerificationSessionService, "stripe/services/identity/verification_session_service"
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
module Issuing
|
|
155
|
+
autoload :AuthorizationService, "stripe/services/issuing/authorization_service"
|
|
156
|
+
autoload :CardholderService, "stripe/services/issuing/cardholder_service"
|
|
157
|
+
autoload :CardService, "stripe/services/issuing/card_service"
|
|
158
|
+
autoload :DisputeService, "stripe/services/issuing/dispute_service"
|
|
159
|
+
autoload :PersonalizationDesignService, "stripe/services/issuing/personalization_design_service"
|
|
160
|
+
autoload :PhysicalBundleService, "stripe/services/issuing/physical_bundle_service"
|
|
161
|
+
autoload :TokenService, "stripe/services/issuing/token_service"
|
|
162
|
+
autoload :TransactionService, "stripe/services/issuing/transaction_service"
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
module Radar
|
|
166
|
+
autoload :EarlyFraudWarningService, "stripe/services/radar/early_fraud_warning_service"
|
|
167
|
+
autoload :PaymentEvaluationService, "stripe/services/radar/payment_evaluation_service"
|
|
168
|
+
autoload :ValueListItemService, "stripe/services/radar/value_list_item_service"
|
|
169
|
+
autoload :ValueListService, "stripe/services/radar/value_list_service"
|
|
170
|
+
end
|
|
171
|
+
|
|
172
|
+
module Reporting
|
|
173
|
+
autoload :ReportRunService, "stripe/services/reporting/report_run_service"
|
|
174
|
+
autoload :ReportTypeService, "stripe/services/reporting/report_type_service"
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
module Sigma
|
|
178
|
+
autoload :ScheduledQueryRunService, "stripe/services/sigma/scheduled_query_run_service"
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
module Tax
|
|
182
|
+
autoload :AssociationService, "stripe/services/tax/association_service"
|
|
183
|
+
autoload :CalculationLineItemService, "stripe/services/tax/calculation_line_item_service"
|
|
184
|
+
autoload :CalculationService, "stripe/services/tax/calculation_service"
|
|
185
|
+
autoload :RegistrationService, "stripe/services/tax/registration_service"
|
|
186
|
+
autoload :SettingsService, "stripe/services/tax/settings_service"
|
|
187
|
+
autoload :TransactionLineItemService, "stripe/services/tax/transaction_line_item_service"
|
|
188
|
+
autoload :TransactionService, "stripe/services/tax/transaction_service"
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
module Terminal
|
|
192
|
+
autoload :ConfigurationService, "stripe/services/terminal/configuration_service"
|
|
193
|
+
autoload :ConnectionTokenService, "stripe/services/terminal/connection_token_service"
|
|
194
|
+
autoload :LocationService, "stripe/services/terminal/location_service"
|
|
195
|
+
autoload :OnboardingLinkService, "stripe/services/terminal/onboarding_link_service"
|
|
196
|
+
autoload :ReaderService, "stripe/services/terminal/reader_service"
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
module TestHelpers
|
|
200
|
+
autoload :ConfirmationTokenService, "stripe/services/test_helpers/confirmation_token_service"
|
|
201
|
+
autoload :CustomerService, "stripe/services/test_helpers/customer_service"
|
|
202
|
+
autoload :IssuingService, "stripe/services/test_helpers/issuing_service"
|
|
203
|
+
autoload :RefundService, "stripe/services/test_helpers/refund_service"
|
|
204
|
+
autoload :TerminalService, "stripe/services/test_helpers/terminal_service"
|
|
205
|
+
autoload :TestClockService, "stripe/services/test_helpers/test_clock_service"
|
|
206
|
+
autoload :TreasuryService, "stripe/services/test_helpers/treasury_service"
|
|
207
|
+
|
|
208
|
+
module Issuing
|
|
209
|
+
autoload :AuthorizationService, "stripe/services/test_helpers/issuing/authorization_service"
|
|
210
|
+
autoload :CardService, "stripe/services/test_helpers/issuing/card_service"
|
|
211
|
+
autoload :PersonalizationDesignService, "stripe/services/test_helpers/issuing/personalization_design_service"
|
|
212
|
+
autoload :TransactionService, "stripe/services/test_helpers/issuing/transaction_service"
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
module Terminal
|
|
216
|
+
autoload :ReaderService, "stripe/services/test_helpers/terminal/reader_service"
|
|
217
|
+
end
|
|
218
|
+
|
|
219
|
+
module Treasury
|
|
220
|
+
autoload :InboundTransferService, "stripe/services/test_helpers/treasury/inbound_transfer_service"
|
|
221
|
+
autoload :OutboundPaymentService, "stripe/services/test_helpers/treasury/outbound_payment_service"
|
|
222
|
+
autoload :OutboundTransferService, "stripe/services/test_helpers/treasury/outbound_transfer_service"
|
|
223
|
+
autoload :ReceivedCreditService, "stripe/services/test_helpers/treasury/received_credit_service"
|
|
224
|
+
autoload :ReceivedDebitService, "stripe/services/test_helpers/treasury/received_debit_service"
|
|
225
|
+
end
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
module Treasury
|
|
229
|
+
autoload :CreditReversalService, "stripe/services/treasury/credit_reversal_service"
|
|
230
|
+
autoload :DebitReversalService, "stripe/services/treasury/debit_reversal_service"
|
|
231
|
+
autoload :FinancialAccountFeaturesService, "stripe/services/treasury/financial_account_features_service"
|
|
232
|
+
autoload :FinancialAccountService, "stripe/services/treasury/financial_account_service"
|
|
233
|
+
autoload :InboundTransferService, "stripe/services/treasury/inbound_transfer_service"
|
|
234
|
+
autoload :OutboundPaymentService, "stripe/services/treasury/outbound_payment_service"
|
|
235
|
+
autoload :OutboundTransferService, "stripe/services/treasury/outbound_transfer_service"
|
|
236
|
+
autoload :ReceivedCreditService, "stripe/services/treasury/received_credit_service"
|
|
237
|
+
autoload :ReceivedDebitService, "stripe/services/treasury/received_debit_service"
|
|
238
|
+
autoload :TransactionEntryService, "stripe/services/treasury/transaction_entry_service"
|
|
239
|
+
autoload :TransactionService, "stripe/services/treasury/transaction_service"
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
module V2
|
|
243
|
+
autoload :BillingService, "stripe/services/v2/billing_service"
|
|
244
|
+
autoload :CommerceService, "stripe/services/v2/commerce_service"
|
|
245
|
+
autoload :CoreService, "stripe/services/v2/core_service"
|
|
246
|
+
|
|
247
|
+
module Billing
|
|
248
|
+
autoload :MeterEventAdjustmentService, "stripe/services/v2/billing/meter_event_adjustment_service"
|
|
249
|
+
autoload :MeterEventService, "stripe/services/v2/billing/meter_event_service"
|
|
250
|
+
autoload :MeterEventSessionService, "stripe/services/v2/billing/meter_event_session_service"
|
|
251
|
+
autoload :MeterEventStreamService, "stripe/services/v2/billing/meter_event_stream_service"
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
module Commerce
|
|
255
|
+
autoload :ProductCatalogService, "stripe/services/v2/commerce/product_catalog_service"
|
|
256
|
+
|
|
257
|
+
module ProductCatalog
|
|
258
|
+
autoload :ImportService, "stripe/services/v2/commerce/product_catalog/import_service"
|
|
259
|
+
end
|
|
260
|
+
end
|
|
261
|
+
|
|
262
|
+
module Core
|
|
263
|
+
autoload :AccountLinkService, "stripe/services/v2/core/account_link_service"
|
|
264
|
+
autoload :AccountService, "stripe/services/v2/core/account_service"
|
|
265
|
+
autoload :AccountTokenService, "stripe/services/v2/core/account_token_service"
|
|
266
|
+
autoload :EventDestinationService, "stripe/services/v2/core/event_destination_service"
|
|
267
|
+
autoload :EventService, "stripe/services/v2/core/event_service"
|
|
268
|
+
|
|
269
|
+
module Accounts
|
|
270
|
+
autoload :PersonService, "stripe/services/v2/core/accounts/person_service"
|
|
271
|
+
autoload :PersonTokenService, "stripe/services/v2/core/accounts/person_token_service"
|
|
272
|
+
end
|
|
273
|
+
end
|
|
274
|
+
end
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
module Stripe
|
|
278
|
+
SERVICE_FILES = %w[
|
|
279
|
+
stripe/services/account_capability_service
|
|
280
|
+
stripe/services/account_external_account_service
|
|
281
|
+
stripe/services/account_link_service
|
|
282
|
+
stripe/services/account_login_link_service
|
|
283
|
+
stripe/services/account_person_service
|
|
284
|
+
stripe/services/account_service
|
|
285
|
+
stripe/services/account_session_service
|
|
286
|
+
stripe/services/apple_pay_domain_service
|
|
287
|
+
stripe/services/application_fee_refund_service
|
|
288
|
+
stripe/services/application_fee_service
|
|
289
|
+
stripe/services/apps/secret_service
|
|
290
|
+
stripe/services/apps_service
|
|
291
|
+
stripe/services/balance_service
|
|
292
|
+
stripe/services/balance_settings_service
|
|
293
|
+
stripe/services/balance_transaction_service
|
|
294
|
+
stripe/services/billing/alert_service
|
|
295
|
+
stripe/services/billing/credit_balance_summary_service
|
|
296
|
+
stripe/services/billing/credit_balance_transaction_service
|
|
297
|
+
stripe/services/billing/credit_grant_service
|
|
298
|
+
stripe/services/billing/meter_event_adjustment_service
|
|
299
|
+
stripe/services/billing/meter_event_service
|
|
300
|
+
stripe/services/billing/meter_event_summary_service
|
|
301
|
+
stripe/services/billing/meter_service
|
|
302
|
+
stripe/services/billing_portal/configuration_service
|
|
303
|
+
stripe/services/billing_portal/session_service
|
|
304
|
+
stripe/services/billing_portal_service
|
|
305
|
+
stripe/services/billing_service
|
|
306
|
+
stripe/services/charge_service
|
|
307
|
+
stripe/services/checkout/session_line_item_service
|
|
308
|
+
stripe/services/checkout/session_service
|
|
309
|
+
stripe/services/checkout_service
|
|
310
|
+
stripe/services/climate/order_service
|
|
311
|
+
stripe/services/climate/product_service
|
|
312
|
+
stripe/services/climate/supplier_service
|
|
313
|
+
stripe/services/climate_service
|
|
314
|
+
stripe/services/confirmation_token_service
|
|
315
|
+
stripe/services/country_spec_service
|
|
316
|
+
stripe/services/coupon_service
|
|
317
|
+
stripe/services/credit_note_line_item_service
|
|
318
|
+
stripe/services/credit_note_preview_lines_service
|
|
319
|
+
stripe/services/credit_note_service
|
|
320
|
+
stripe/services/customer_balance_transaction_service
|
|
321
|
+
stripe/services/customer_cash_balance_service
|
|
322
|
+
stripe/services/customer_cash_balance_transaction_service
|
|
323
|
+
stripe/services/customer_funding_instructions_service
|
|
324
|
+
stripe/services/customer_payment_method_service
|
|
325
|
+
stripe/services/customer_payment_source_service
|
|
326
|
+
stripe/services/customer_service
|
|
327
|
+
stripe/services/customer_session_service
|
|
328
|
+
stripe/services/customer_tax_id_service
|
|
329
|
+
stripe/services/dispute_service
|
|
330
|
+
stripe/services/entitlements/active_entitlement_service
|
|
331
|
+
stripe/services/entitlements/feature_service
|
|
332
|
+
stripe/services/entitlements_service
|
|
333
|
+
stripe/services/ephemeral_key_service
|
|
334
|
+
stripe/services/event_service
|
|
335
|
+
stripe/services/exchange_rate_service
|
|
336
|
+
stripe/services/file_link_service
|
|
337
|
+
stripe/services/file_service
|
|
338
|
+
stripe/services/financial_connections/account_owner_service
|
|
339
|
+
stripe/services/financial_connections/account_service
|
|
340
|
+
stripe/services/financial_connections/session_service
|
|
341
|
+
stripe/services/financial_connections/transaction_service
|
|
342
|
+
stripe/services/financial_connections_service
|
|
343
|
+
stripe/services/forwarding/request_service
|
|
344
|
+
stripe/services/forwarding_service
|
|
345
|
+
stripe/services/identity/verification_report_service
|
|
346
|
+
stripe/services/identity/verification_session_service
|
|
347
|
+
stripe/services/identity_service
|
|
348
|
+
stripe/services/invoice_item_service
|
|
349
|
+
stripe/services/invoice_line_item_service
|
|
350
|
+
stripe/services/invoice_payment_service
|
|
351
|
+
stripe/services/invoice_rendering_template_service
|
|
352
|
+
stripe/services/invoice_service
|
|
353
|
+
stripe/services/issuing/authorization_service
|
|
354
|
+
stripe/services/issuing/card_service
|
|
355
|
+
stripe/services/issuing/cardholder_service
|
|
356
|
+
stripe/services/issuing/dispute_service
|
|
357
|
+
stripe/services/issuing/personalization_design_service
|
|
358
|
+
stripe/services/issuing/physical_bundle_service
|
|
359
|
+
stripe/services/issuing/token_service
|
|
360
|
+
stripe/services/issuing/transaction_service
|
|
361
|
+
stripe/services/issuing_service
|
|
362
|
+
stripe/services/mandate_service
|
|
363
|
+
stripe/services/payment_attempt_record_service
|
|
364
|
+
stripe/services/payment_intent_amount_details_line_item_service
|
|
365
|
+
stripe/services/payment_intent_service
|
|
366
|
+
stripe/services/payment_link_line_item_service
|
|
367
|
+
stripe/services/payment_link_service
|
|
368
|
+
stripe/services/payment_method_configuration_service
|
|
369
|
+
stripe/services/payment_method_domain_service
|
|
370
|
+
stripe/services/payment_method_service
|
|
371
|
+
stripe/services/payment_record_service
|
|
372
|
+
stripe/services/payout_service
|
|
373
|
+
stripe/services/plan_service
|
|
374
|
+
stripe/services/price_service
|
|
375
|
+
stripe/services/product_feature_service
|
|
376
|
+
stripe/services/product_service
|
|
377
|
+
stripe/services/promotion_code_service
|
|
378
|
+
stripe/services/quote_computed_upfront_line_items_service
|
|
379
|
+
stripe/services/quote_line_item_service
|
|
380
|
+
stripe/services/quote_service
|
|
381
|
+
stripe/services/radar/early_fraud_warning_service
|
|
382
|
+
stripe/services/radar/payment_evaluation_service
|
|
383
|
+
stripe/services/radar/value_list_item_service
|
|
384
|
+
stripe/services/radar/value_list_service
|
|
385
|
+
stripe/services/radar_service
|
|
386
|
+
stripe/services/refund_service
|
|
387
|
+
stripe/services/reporting/report_run_service
|
|
388
|
+
stripe/services/reporting/report_type_service
|
|
389
|
+
stripe/services/reporting_service
|
|
390
|
+
stripe/services/review_service
|
|
391
|
+
stripe/services/setup_attempt_service
|
|
392
|
+
stripe/services/setup_intent_service
|
|
393
|
+
stripe/services/shipping_rate_service
|
|
394
|
+
stripe/services/sigma/scheduled_query_run_service
|
|
395
|
+
stripe/services/sigma_service
|
|
396
|
+
stripe/services/source_service
|
|
397
|
+
stripe/services/source_transaction_service
|
|
398
|
+
stripe/services/subscription_item_service
|
|
399
|
+
stripe/services/subscription_schedule_service
|
|
400
|
+
stripe/services/subscription_service
|
|
401
|
+
stripe/services/tax/association_service
|
|
402
|
+
stripe/services/tax/calculation_line_item_service
|
|
403
|
+
stripe/services/tax/calculation_service
|
|
404
|
+
stripe/services/tax/registration_service
|
|
405
|
+
stripe/services/tax/settings_service
|
|
406
|
+
stripe/services/tax/transaction_line_item_service
|
|
407
|
+
stripe/services/tax/transaction_service
|
|
408
|
+
stripe/services/tax_code_service
|
|
409
|
+
stripe/services/tax_id_service
|
|
410
|
+
stripe/services/tax_rate_service
|
|
411
|
+
stripe/services/tax_service
|
|
412
|
+
stripe/services/terminal/configuration_service
|
|
413
|
+
stripe/services/terminal/connection_token_service
|
|
414
|
+
stripe/services/terminal/location_service
|
|
415
|
+
stripe/services/terminal/onboarding_link_service
|
|
416
|
+
stripe/services/terminal/reader_service
|
|
417
|
+
stripe/services/terminal_service
|
|
418
|
+
stripe/services/test_helpers/confirmation_token_service
|
|
419
|
+
stripe/services/test_helpers/customer_service
|
|
420
|
+
stripe/services/test_helpers/issuing/authorization_service
|
|
421
|
+
stripe/services/test_helpers/issuing/card_service
|
|
422
|
+
stripe/services/test_helpers/issuing/personalization_design_service
|
|
423
|
+
stripe/services/test_helpers/issuing/transaction_service
|
|
424
|
+
stripe/services/test_helpers/issuing_service
|
|
425
|
+
stripe/services/test_helpers/refund_service
|
|
426
|
+
stripe/services/test_helpers/terminal/reader_service
|
|
427
|
+
stripe/services/test_helpers/terminal_service
|
|
428
|
+
stripe/services/test_helpers/test_clock_service
|
|
429
|
+
stripe/services/test_helpers/treasury/inbound_transfer_service
|
|
430
|
+
stripe/services/test_helpers/treasury/outbound_payment_service
|
|
431
|
+
stripe/services/test_helpers/treasury/outbound_transfer_service
|
|
432
|
+
stripe/services/test_helpers/treasury/received_credit_service
|
|
433
|
+
stripe/services/test_helpers/treasury/received_debit_service
|
|
434
|
+
stripe/services/test_helpers/treasury_service
|
|
435
|
+
stripe/services/test_helpers_service
|
|
436
|
+
stripe/services/token_service
|
|
437
|
+
stripe/services/topup_service
|
|
438
|
+
stripe/services/transfer_reversal_service
|
|
439
|
+
stripe/services/transfer_service
|
|
440
|
+
stripe/services/treasury/credit_reversal_service
|
|
441
|
+
stripe/services/treasury/debit_reversal_service
|
|
442
|
+
stripe/services/treasury/financial_account_features_service
|
|
443
|
+
stripe/services/treasury/financial_account_service
|
|
444
|
+
stripe/services/treasury/inbound_transfer_service
|
|
445
|
+
stripe/services/treasury/outbound_payment_service
|
|
446
|
+
stripe/services/treasury/outbound_transfer_service
|
|
447
|
+
stripe/services/treasury/received_credit_service
|
|
448
|
+
stripe/services/treasury/received_debit_service
|
|
449
|
+
stripe/services/treasury/transaction_entry_service
|
|
450
|
+
stripe/services/treasury/transaction_service
|
|
451
|
+
stripe/services/treasury_service
|
|
452
|
+
stripe/services/v1_services
|
|
453
|
+
stripe/services/v2/billing/meter_event_adjustment_service
|
|
454
|
+
stripe/services/v2/billing/meter_event_service
|
|
455
|
+
stripe/services/v2/billing/meter_event_session_service
|
|
456
|
+
stripe/services/v2/billing/meter_event_stream_service
|
|
457
|
+
stripe/services/v2/billing_service
|
|
458
|
+
stripe/services/v2/commerce/product_catalog/import_service
|
|
459
|
+
stripe/services/v2/commerce/product_catalog_service
|
|
460
|
+
stripe/services/v2/commerce_service
|
|
461
|
+
stripe/services/v2/core/account_link_service
|
|
462
|
+
stripe/services/v2/core/account_service
|
|
463
|
+
stripe/services/v2/core/account_token_service
|
|
464
|
+
stripe/services/v2/core/accounts/person_service
|
|
465
|
+
stripe/services/v2/core/accounts/person_token_service
|
|
466
|
+
stripe/services/v2/core/event_destination_service
|
|
467
|
+
stripe/services/v2/core/event_service
|
|
468
|
+
stripe/services/v2/core_service
|
|
469
|
+
stripe/services/v2_services
|
|
470
|
+
stripe/services/webhook_endpoint_service
|
|
471
|
+
].freeze
|
|
472
|
+
end
|