stripe 16.1.0.pre.beta.1 → 17.0.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 -35
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +0 -236
- data/lib/stripe/object_types.rb +0 -58
- data/lib/stripe/params/account_create_params.rb +1 -300
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +0 -262
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -4
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +0 -4
- data/lib/stripe/params/billing/credit_grant_create_params.rb +0 -4
- data/lib/stripe/params/billing/credit_grant_list_params.rb +0 -4
- data/lib/stripe/params/billing_portal/session_create_params.rb +0 -4
- data/lib/stripe/params/charge_capture_params.rb +0 -709
- data/lib/stripe/params/charge_update_params.rb +0 -709
- data/lib/stripe/params/checkout/session_create_params.rb +3 -193
- data/lib/stripe/params/checkout/session_list_params.rb +0 -4
- data/lib/stripe/params/checkout/session_update_params.rb +1 -288
- data/lib/stripe/params/confirmation_token_create_params.rb +0 -97
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/credit_note_list_params.rb +0 -4
- data/lib/stripe/params/customer_session_create_params.rb +1 -4
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/account_list_params.rb +1 -4
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -34
- data/lib/stripe/params/identity/verification_session_create_params.rb +0 -4
- data/lib/stripe/params/identity/verification_session_list_params.rb +0 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -46
- data/lib/stripe/params/invoice_create_params.rb +2 -112
- data/lib/stripe/params/invoice_create_preview_params.rb +9 -826
- data/lib/stripe/params/invoice_item_create_params.rb +1 -37
- data/lib/stripe/params/invoice_item_list_params.rb +0 -4
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_payment_list_params.rb +1 -4
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_update_params.rb +2 -108
- 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 +0 -895
- data/lib/stripe/params/payment_intent_confirm_params.rb +18 -1384
- data/lib/stripe/params/payment_intent_create_params.rb +16 -1390
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +0 -223
- data/lib/stripe/params/payment_intent_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_update_params.rb +4 -1409
- data/lib/stripe/params/payment_method_attach_params.rb +1 -4
- data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -126
- data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -126
- data/lib/stripe/params/payment_method_create_params.rb +0 -97
- data/lib/stripe/params/payment_method_update_params.rb +0 -19
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/promotion_code_create_params.rb +0 -4
- data/lib/stripe/params/promotion_code_list_params.rb +0 -4
- data/lib/stripe/params/quote_create_params.rb +3 -805
- data/lib/stripe/params/quote_list_params.rb +0 -8
- data/lib/stripe/params/quote_update_params.rb +4 -813
- data/lib/stripe/params/setup_intent_confirm_params.rb +3 -225
- data/lib/stripe/params/setup_intent_create_params.rb +3 -231
- data/lib/stripe/params/setup_intent_list_params.rb +0 -4
- data/lib/stripe/params/setup_intent_update_params.rb +3 -231
- data/lib/stripe/params/subscription_create_params.rb +5 -259
- data/lib/stripe/params/subscription_item_create_params.rb +2 -46
- data/lib/stripe/params/subscription_item_update_params.rb +1 -29
- data/lib/stripe/params/subscription_list_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_create_params.rb +5 -167
- data/lib/stripe/params/subscription_schedule_list_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_update_params.rb +5 -163
- data/lib/stripe/params/subscription_update_params.rb +4 -238
- data/lib/stripe/params/tax_id_create_params.rb +1 -4
- data/lib/stripe/params/tax_id_list_params.rb +1 -4
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +0 -97
- 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_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.rb +0 -169
- data/lib/stripe/request_options.rb +1 -3
- data/lib/stripe/resources/account.rb +1 -166
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
- data/lib/stripe/resources/billing/credit_grant.rb +0 -2
- data/lib/stripe/resources/billing_portal/session.rb +0 -2
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/cash_balance.rb +0 -2
- data/lib/stripe/resources/charge.rb +1 -234
- data/lib/stripe/resources/checkout/session.rb +4 -154
- data/lib/stripe/resources/confirmation_token.rb +0 -155
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note.rb +0 -2
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer.rb +0 -2
- data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_session.rb +0 -2
- data/lib/stripe/resources/discount.rb +0 -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 -27
- data/lib/stripe/resources/financial_connections/session.rb +1 -67
- data/lib/stripe/resources/identity/verification_session.rb +0 -2
- data/lib/stripe/resources/invoice.rb +1 -152
- data/lib/stripe/resources/invoice_item.rb +0 -4
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/invoice_payment.rb +0 -2
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +1 -68
- data/lib/stripe/resources/mandate.rb +0 -71
- data/lib/stripe/resources/payment_intent.rb +4 -848
- data/lib/stripe/resources/payment_method.rb +0 -157
- data/lib/stripe/resources/payment_method_configuration.rb +0 -204
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/promotion_code.rb +0 -2
- data/lib/stripe/resources/quote.rb +2 -571
- data/lib/stripe/resources/refund.rb +0 -18
- data/lib/stripe/resources/setup_attempt.rb +0 -63
- data/lib/stripe/resources/setup_intent.rb +1 -132
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +0 -232
- data/lib/stripe/resources/subscription_item.rb +1 -20
- data/lib/stripe/resources/subscription_schedule.rb +3 -198
- data/lib/stripe/resources/tax_id.rb +0 -4
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/reader.rb +0 -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_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.rb +0 -116
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- 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 +0 -44
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -3
- data/lib/stripe/services/v1_services.rb +1 -10
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +1 -4
- data/lib/stripe/services.rb +0 -61
- data/lib/stripe/stripe_client.rb +1 -1
- data/lib/stripe/stripe_configuration.rb +2 -9
- data/lib/stripe/stripe_object.rb +15 -9
- data/lib/stripe/util.rb +3 -9
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +98094 -162674
- metadata +5 -351
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
- 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_account_including_defaults_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_updated_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_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 -44
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/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/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_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -1124
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- 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 -1128
- data/lib/stripe/params/payment_attempt_record_list_params.rb +0 -19
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +0 -13
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +0 -22
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +0 -93
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +0 -186
- data/lib/stripe/params/payment_record_report_payment_params.rb +0 -252
- data/lib/stripe/params/payment_record_retrieve_params.rb +0 -13
- 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/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/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -570
- data/lib/stripe/params/tax/association_find_params.rb +0 -18
- 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/terminal/onboarding_link_create_params.rb +0 -43
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- 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 -223
- 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 -229
- 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/account_close_params.rb +0 -17
- data/lib/stripe/params/v2/core/account_create_params.rb +0 -2217
- data/lib/stripe/params/v2/core/account_link_create_params.rb +0 -101
- data/lib/stripe/params/v2/core/account_list_params.rb +0 -20
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/core/account_update_params.rb +0 -2245
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +0 -493
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +0 -12
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +0 -493
- 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 -50
- 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_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_create_params.rb +0 -33
- 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_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_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 -98
- 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 -85
- 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 -80
- 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/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -61
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -237
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -23
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
- data/lib/stripe/resources/capital/financing_offer.rb +0 -142
- data/lib/stripe/resources/capital/financing_summary.rb +0 -79
- 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/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 -987
- data/lib/stripe/resources/payment_attempt_record.rb +0 -2102
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -128
- data/lib/stripe/resources/payment_record.rb +0 -2208
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/quote_line.rb +0 -521
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1150
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -732
- data/lib/stripe/resources/tax/association.rb +0 -86
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/onboarding_link.rb +0 -71
- 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 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -609
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/core/account.rb +0 -3851
- data/lib/stripe/resources/v2/core/account_link.rb +0 -123
- data/lib/stripe/resources/v2/core/account_person.rb +0 -477
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -47
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -30
- 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 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -217
- 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 -109
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -228
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -116
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -242
- 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/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_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -28
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +0 -17
- data/lib/stripe/services/payment_record_service.rb +0 -89
- 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/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/tax/association_service.rb +0 -19
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/onboarding_link_service.rb +0 -19
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- 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 -61
- 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/account_link_service.rb +0 -21
- data/lib/stripe/services/v2/core/account_service.rb +0 -76
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -67
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -74
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -68
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -59
- 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 -73
- 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 -63
- 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/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e227410545b6b2d9896dcbb97a1b5424808e93ab8c4f11351963aaa281f8f38
|
4
|
+
data.tar.gz: 20667c956bd59bb089caa50e187dc5bf1a3b07c95af681674f6dfcb9ed645568
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76a8a70faaed69c59add450a0bde31d41e41307054c765d18f28061c4314258ef7554ea509bb346f811374bac9f48be1bd5767d314e9df695f1f6ed807399e22
|
7
|
+
data.tar.gz: 7aeebe5d3544fa7dab781f9a1284aad4e77256ae09fc04b435b1125c3142a2bb7030c455574256687615c227902180efe0f9e7f9dc8e08ccaa68a85b982e32a6
|
data/lib/stripe/api_requestor.rb
CHANGED
@@ -572,8 +572,10 @@ module Stripe
|
|
572
572
|
headers["Content-Type"] = content_type
|
573
573
|
|
574
574
|
# `#to_s` any complex objects like files and the like to build output
|
575
|
-
# that's more
|
575
|
+
# that's more conducive to logging.
|
576
576
|
flattened_params =
|
577
|
+
# https://go/j/RUN_DEVSDK-1956 - this is probably a bug
|
578
|
+
# once fixed, you can remove the exclusions referencing this ticket in .rubocop.yml
|
577
579
|
flattened_params.map { |k, v| [k, v.is_a?(String) ? v : v.to_s] }.to_h
|
578
580
|
|
579
581
|
elsif api_mode == :v2
|
@@ -851,40 +853,6 @@ module Stripe
|
|
851
853
|
when "idempotency_error"
|
852
854
|
IdempotencyError.new(error_data[:message], **opts)
|
853
855
|
# switch cases: The beginning of the section generated from our OpenAPI spec
|
854
|
-
when "already_canceled"
|
855
|
-
AlreadyCanceledError.new(error_data[:message], **opts)
|
856
|
-
when "already_exists"
|
857
|
-
AlreadyExistsError.new(error_data[:message], **opts)
|
858
|
-
when "blocked_by_stripe"
|
859
|
-
BlockedByStripeError.new(error_data[:message], **opts)
|
860
|
-
when "controlled_by_dashboard"
|
861
|
-
ControlledByDashboardError.new(error_data[:message], **opts)
|
862
|
-
when "feature_not_enabled"
|
863
|
-
FeatureNotEnabledError.new(error_data[:message], **opts)
|
864
|
-
when "financial_account_not_open"
|
865
|
-
FinancialAccountNotOpenError.new(error_data[:message], **opts)
|
866
|
-
when "insufficient_funds"
|
867
|
-
InsufficientFundsError.new(error_data[:message], **opts)
|
868
|
-
when "invalid_payment_method"
|
869
|
-
|
870
|
-
InvalidPaymentMethodError.new(
|
871
|
-
error_data[:message],
|
872
|
-
**opts,
|
873
|
-
invalid_param: error_data[:invalid_param]
|
874
|
-
)
|
875
|
-
|
876
|
-
when "invalid_payout_method"
|
877
|
-
InvalidPayoutMethodError.new(error_data[:message], **opts)
|
878
|
-
when "non_zero_balance"
|
879
|
-
NonZeroBalanceError.new(error_data[:message], **opts)
|
880
|
-
when "not_cancelable"
|
881
|
-
NotCancelableError.new(error_data[:message], **opts)
|
882
|
-
when "quota_exceeded"
|
883
|
-
QuotaExceededError.new(error_data[:message], **opts)
|
884
|
-
when "rate_limit"
|
885
|
-
RateLimitError.new(error_data[:message], **opts)
|
886
|
-
when "recipient_not_notifiable"
|
887
|
-
RecipientNotNotifiableError.new(error_data[:message], **opts)
|
888
856
|
when "temporary_session_expired"
|
889
857
|
TemporarySessionExpiredError.new(error_data[:message], **opts)
|
890
858
|
# switch cases: The end of the section generated from our OpenAPI spec
|
data/lib/stripe/api_version.rb
CHANGED
data/lib/stripe/errors.rb
CHANGED
@@ -162,69 +162,6 @@ module Stripe
|
|
162
162
|
end
|
163
163
|
|
164
164
|
# class definitions: The beginning of the section generated from our OpenAPI spec
|
165
|
-
class AlreadyCanceledError < StripeError
|
166
|
-
end
|
167
|
-
|
168
|
-
class AlreadyExistsError < StripeError
|
169
|
-
end
|
170
|
-
|
171
|
-
class BlockedByStripeError < StripeError
|
172
|
-
end
|
173
|
-
|
174
|
-
class ControlledByDashboardError < StripeError
|
175
|
-
end
|
176
|
-
|
177
|
-
class FeatureNotEnabledError < StripeError
|
178
|
-
end
|
179
|
-
|
180
|
-
class FinancialAccountNotOpenError < StripeError
|
181
|
-
end
|
182
|
-
|
183
|
-
class InsufficientFundsError < StripeError
|
184
|
-
end
|
185
|
-
|
186
|
-
class InvalidPaymentMethodError < StripeError
|
187
|
-
attr_reader :invalid_param
|
188
|
-
|
189
|
-
def initialize(
|
190
|
-
message = nil,
|
191
|
-
http_body: nil,
|
192
|
-
http_status: nil,
|
193
|
-
json_body: nil,
|
194
|
-
http_headers: nil,
|
195
|
-
code: nil,
|
196
|
-
invalid_param: nil
|
197
|
-
)
|
198
|
-
super(
|
199
|
-
message,
|
200
|
-
http_body: http_body,
|
201
|
-
http_status: http_status,
|
202
|
-
json_body: json_body,
|
203
|
-
http_headers: http_headers,
|
204
|
-
code: code,
|
205
|
-
)
|
206
|
-
@invalid_param = invalid_param
|
207
|
-
end
|
208
|
-
end
|
209
|
-
|
210
|
-
class InvalidPayoutMethodError < StripeError
|
211
|
-
end
|
212
|
-
|
213
|
-
class NonZeroBalanceError < StripeError
|
214
|
-
end
|
215
|
-
|
216
|
-
class NotCancelableError < StripeError
|
217
|
-
end
|
218
|
-
|
219
|
-
class QuotaExceededError < StripeError
|
220
|
-
end
|
221
|
-
|
222
|
-
class RateLimitError < StripeError
|
223
|
-
end
|
224
|
-
|
225
|
-
class RecipientNotNotifiableError < StripeError
|
226
|
-
end
|
227
|
-
|
228
165
|
class TemporarySessionExpiredError < StripeError
|
229
166
|
end
|
230
167
|
# class definitions: The end of the section generated from our OpenAPI spec
|
data/lib/stripe/event_types.rb
CHANGED
@@ -8,121 +8,7 @@ module Stripe
|
|
8
8
|
Events::V1BillingMeterErrorReportTriggeredEvent.lookup_type =>
|
9
9
|
Events::V1BillingMeterErrorReportTriggeredEvent,
|
10
10
|
Events::V1BillingMeterNoMeterFoundEvent.lookup_type => Events::V1BillingMeterNoMeterFoundEvent,
|
11
|
-
Events::V2BillingBillSettingUpdatedEvent.lookup_type => Events::V2BillingBillSettingUpdatedEvent,
|
12
|
-
Events::V2CoreAccountClosedEvent.lookup_type => Events::V2CoreAccountClosedEvent,
|
13
|
-
Events::V2CoreAccountCreatedEvent.lookup_type => Events::V2CoreAccountCreatedEvent,
|
14
|
-
Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent.lookup_type =>
|
15
|
-
Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent,
|
16
|
-
Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent.lookup_type =>
|
17
|
-
Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEvent,
|
18
|
-
Events::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent.lookup_type =>
|
19
|
-
Events::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent,
|
20
|
-
Events::V2CoreAccountIncludingConfigurationMerchantUpdatedEvent.lookup_type =>
|
21
|
-
Events::V2CoreAccountIncludingConfigurationMerchantUpdatedEvent,
|
22
|
-
Events::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent.lookup_type =>
|
23
|
-
Events::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent,
|
24
|
-
Events::V2CoreAccountIncludingConfigurationRecipientUpdatedEvent.lookup_type =>
|
25
|
-
Events::V2CoreAccountIncludingConfigurationRecipientUpdatedEvent,
|
26
|
-
Events::V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent.lookup_type =>
|
27
|
-
Events::V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent,
|
28
|
-
Events::V2CoreAccountIncludingConfigurationStorerUpdatedEvent.lookup_type =>
|
29
|
-
Events::V2CoreAccountIncludingConfigurationStorerUpdatedEvent,
|
30
|
-
Events::V2CoreAccountIncludingDefaultsUpdatedEvent.lookup_type =>
|
31
|
-
Events::V2CoreAccountIncludingDefaultsUpdatedEvent,
|
32
|
-
Events::V2CoreAccountIncludingIdentityUpdatedEvent.lookup_type =>
|
33
|
-
Events::V2CoreAccountIncludingIdentityUpdatedEvent,
|
34
|
-
Events::V2CoreAccountIncludingRequirementsUpdatedEvent.lookup_type =>
|
35
|
-
Events::V2CoreAccountIncludingRequirementsUpdatedEvent,
|
36
|
-
Events::V2CoreAccountLinkReturnedEvent.lookup_type => Events::V2CoreAccountLinkReturnedEvent,
|
37
|
-
Events::V2CoreAccountPersonCreatedEvent.lookup_type => Events::V2CoreAccountPersonCreatedEvent,
|
38
|
-
Events::V2CoreAccountPersonDeletedEvent.lookup_type => Events::V2CoreAccountPersonDeletedEvent,
|
39
|
-
Events::V2CoreAccountPersonUpdatedEvent.lookup_type => Events::V2CoreAccountPersonUpdatedEvent,
|
40
|
-
Events::V2CoreAccountUpdatedEvent.lookup_type => Events::V2CoreAccountUpdatedEvent,
|
41
11
|
Events::V2CoreEventDestinationPingEvent.lookup_type => Events::V2CoreEventDestinationPingEvent,
|
42
|
-
Events::V2MoneyManagementAdjustmentCreatedEvent.lookup_type =>
|
43
|
-
Events::V2MoneyManagementAdjustmentCreatedEvent,
|
44
|
-
Events::V2MoneyManagementFinancialAccountCreatedEvent.lookup_type =>
|
45
|
-
Events::V2MoneyManagementFinancialAccountCreatedEvent,
|
46
|
-
Events::V2MoneyManagementFinancialAccountUpdatedEvent.lookup_type =>
|
47
|
-
Events::V2MoneyManagementFinancialAccountUpdatedEvent,
|
48
|
-
Events::V2MoneyManagementFinancialAddressActivatedEvent.lookup_type =>
|
49
|
-
Events::V2MoneyManagementFinancialAddressActivatedEvent,
|
50
|
-
Events::V2MoneyManagementFinancialAddressFailedEvent.lookup_type =>
|
51
|
-
Events::V2MoneyManagementFinancialAddressFailedEvent,
|
52
|
-
Events::V2MoneyManagementInboundTransferAvailableEvent.lookup_type =>
|
53
|
-
Events::V2MoneyManagementInboundTransferAvailableEvent,
|
54
|
-
Events::V2MoneyManagementInboundTransferBankDebitFailedEvent.lookup_type =>
|
55
|
-
Events::V2MoneyManagementInboundTransferBankDebitFailedEvent,
|
56
|
-
Events::V2MoneyManagementInboundTransferBankDebitProcessingEvent.lookup_type =>
|
57
|
-
Events::V2MoneyManagementInboundTransferBankDebitProcessingEvent,
|
58
|
-
Events::V2MoneyManagementInboundTransferBankDebitQueuedEvent.lookup_type =>
|
59
|
-
Events::V2MoneyManagementInboundTransferBankDebitQueuedEvent,
|
60
|
-
Events::V2MoneyManagementInboundTransferBankDebitReturnedEvent.lookup_type =>
|
61
|
-
Events::V2MoneyManagementInboundTransferBankDebitReturnedEvent,
|
62
|
-
Events::V2MoneyManagementInboundTransferBankDebitSucceededEvent.lookup_type =>
|
63
|
-
Events::V2MoneyManagementInboundTransferBankDebitSucceededEvent,
|
64
|
-
Events::V2MoneyManagementOutboundPaymentCanceledEvent.lookup_type =>
|
65
|
-
Events::V2MoneyManagementOutboundPaymentCanceledEvent,
|
66
|
-
Events::V2MoneyManagementOutboundPaymentCreatedEvent.lookup_type =>
|
67
|
-
Events::V2MoneyManagementOutboundPaymentCreatedEvent,
|
68
|
-
Events::V2MoneyManagementOutboundPaymentFailedEvent.lookup_type =>
|
69
|
-
Events::V2MoneyManagementOutboundPaymentFailedEvent,
|
70
|
-
Events::V2MoneyManagementOutboundPaymentPostedEvent.lookup_type =>
|
71
|
-
Events::V2MoneyManagementOutboundPaymentPostedEvent,
|
72
|
-
Events::V2MoneyManagementOutboundPaymentReturnedEvent.lookup_type =>
|
73
|
-
Events::V2MoneyManagementOutboundPaymentReturnedEvent,
|
74
|
-
Events::V2MoneyManagementOutboundPaymentUpdatedEvent.lookup_type =>
|
75
|
-
Events::V2MoneyManagementOutboundPaymentUpdatedEvent,
|
76
|
-
Events::V2MoneyManagementOutboundTransferCanceledEvent.lookup_type =>
|
77
|
-
Events::V2MoneyManagementOutboundTransferCanceledEvent,
|
78
|
-
Events::V2MoneyManagementOutboundTransferCreatedEvent.lookup_type =>
|
79
|
-
Events::V2MoneyManagementOutboundTransferCreatedEvent,
|
80
|
-
Events::V2MoneyManagementOutboundTransferFailedEvent.lookup_type =>
|
81
|
-
Events::V2MoneyManagementOutboundTransferFailedEvent,
|
82
|
-
Events::V2MoneyManagementOutboundTransferPostedEvent.lookup_type =>
|
83
|
-
Events::V2MoneyManagementOutboundTransferPostedEvent,
|
84
|
-
Events::V2MoneyManagementOutboundTransferReturnedEvent.lookup_type =>
|
85
|
-
Events::V2MoneyManagementOutboundTransferReturnedEvent,
|
86
|
-
Events::V2MoneyManagementOutboundTransferUpdatedEvent.lookup_type =>
|
87
|
-
Events::V2MoneyManagementOutboundTransferUpdatedEvent,
|
88
|
-
Events::V2MoneyManagementPayoutMethodUpdatedEvent.lookup_type =>
|
89
|
-
Events::V2MoneyManagementPayoutMethodUpdatedEvent,
|
90
|
-
Events::V2MoneyManagementReceivedCreditAvailableEvent.lookup_type =>
|
91
|
-
Events::V2MoneyManagementReceivedCreditAvailableEvent,
|
92
|
-
Events::V2MoneyManagementReceivedCreditFailedEvent.lookup_type =>
|
93
|
-
Events::V2MoneyManagementReceivedCreditFailedEvent,
|
94
|
-
Events::V2MoneyManagementReceivedCreditReturnedEvent.lookup_type =>
|
95
|
-
Events::V2MoneyManagementReceivedCreditReturnedEvent,
|
96
|
-
Events::V2MoneyManagementReceivedCreditSucceededEvent.lookup_type =>
|
97
|
-
Events::V2MoneyManagementReceivedCreditSucceededEvent,
|
98
|
-
Events::V2MoneyManagementReceivedDebitCanceledEvent.lookup_type =>
|
99
|
-
Events::V2MoneyManagementReceivedDebitCanceledEvent,
|
100
|
-
Events::V2MoneyManagementReceivedDebitFailedEvent.lookup_type =>
|
101
|
-
Events::V2MoneyManagementReceivedDebitFailedEvent,
|
102
|
-
Events::V2MoneyManagementReceivedDebitPendingEvent.lookup_type =>
|
103
|
-
Events::V2MoneyManagementReceivedDebitPendingEvent,
|
104
|
-
Events::V2MoneyManagementReceivedDebitSucceededEvent.lookup_type =>
|
105
|
-
Events::V2MoneyManagementReceivedDebitSucceededEvent,
|
106
|
-
Events::V2MoneyManagementReceivedDebitUpdatedEvent.lookup_type =>
|
107
|
-
Events::V2MoneyManagementReceivedDebitUpdatedEvent,
|
108
|
-
Events::V2MoneyManagementTransactionCreatedEvent.lookup_type =>
|
109
|
-
Events::V2MoneyManagementTransactionCreatedEvent,
|
110
|
-
Events::V2MoneyManagementTransactionUpdatedEvent.lookup_type =>
|
111
|
-
Events::V2MoneyManagementTransactionUpdatedEvent,
|
112
|
-
Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent.lookup_type =>
|
113
|
-
Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEvent,
|
114
|
-
Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent.lookup_type =>
|
115
|
-
Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEvent,
|
116
|
-
Events::V2PaymentsOffSessionPaymentCanceledEvent.lookup_type =>
|
117
|
-
Events::V2PaymentsOffSessionPaymentCanceledEvent,
|
118
|
-
Events::V2PaymentsOffSessionPaymentCreatedEvent.lookup_type =>
|
119
|
-
Events::V2PaymentsOffSessionPaymentCreatedEvent,
|
120
|
-
Events::V2PaymentsOffSessionPaymentFailedEvent.lookup_type =>
|
121
|
-
Events::V2PaymentsOffSessionPaymentFailedEvent,
|
122
|
-
Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent.lookup_type =>
|
123
|
-
Events::V2PaymentsOffSessionPaymentRequiresCaptureEvent,
|
124
|
-
Events::V2PaymentsOffSessionPaymentSucceededEvent.lookup_type =>
|
125
|
-
Events::V2PaymentsOffSessionPaymentSucceededEvent,
|
126
12
|
# v2 event types: The end of the section generated from our OpenAPI spec
|
127
13
|
}
|
128
14
|
end
|
@@ -134,130 +20,8 @@ module Stripe
|
|
134
20
|
Events::V1BillingMeterErrorReportTriggeredEventNotification,
|
135
21
|
Events::V1BillingMeterNoMeterFoundEventNotification.lookup_type =>
|
136
22
|
Events::V1BillingMeterNoMeterFoundEventNotification,
|
137
|
-
Events::V2BillingBillSettingUpdatedEventNotification.lookup_type =>
|
138
|
-
Events::V2BillingBillSettingUpdatedEventNotification,
|
139
|
-
Events::V2CoreAccountClosedEventNotification.lookup_type =>
|
140
|
-
Events::V2CoreAccountClosedEventNotification,
|
141
|
-
Events::V2CoreAccountCreatedEventNotification.lookup_type =>
|
142
|
-
Events::V2CoreAccountCreatedEventNotification,
|
143
|
-
Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification.lookup_type =>
|
144
|
-
Events::V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification,
|
145
|
-
Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification.lookup_type =>
|
146
|
-
Events::V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification,
|
147
|
-
Events::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification.lookup_type =>
|
148
|
-
Events::V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification,
|
149
|
-
Events::V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification.lookup_type =>
|
150
|
-
Events::V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification,
|
151
|
-
Events::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification.lookup_type =>
|
152
|
-
Events::V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification,
|
153
|
-
Events::V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification.lookup_type =>
|
154
|
-
Events::V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification,
|
155
|
-
Events::V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification.lookup_type =>
|
156
|
-
Events::V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification,
|
157
|
-
Events::V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification.lookup_type =>
|
158
|
-
Events::V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification,
|
159
|
-
Events::V2CoreAccountIncludingDefaultsUpdatedEventNotification.lookup_type =>
|
160
|
-
Events::V2CoreAccountIncludingDefaultsUpdatedEventNotification,
|
161
|
-
Events::V2CoreAccountIncludingIdentityUpdatedEventNotification.lookup_type =>
|
162
|
-
Events::V2CoreAccountIncludingIdentityUpdatedEventNotification,
|
163
|
-
Events::V2CoreAccountIncludingRequirementsUpdatedEventNotification.lookup_type =>
|
164
|
-
Events::V2CoreAccountIncludingRequirementsUpdatedEventNotification,
|
165
|
-
Events::V2CoreAccountLinkReturnedEventNotification.lookup_type =>
|
166
|
-
Events::V2CoreAccountLinkReturnedEventNotification,
|
167
|
-
Events::V2CoreAccountPersonCreatedEventNotification.lookup_type =>
|
168
|
-
Events::V2CoreAccountPersonCreatedEventNotification,
|
169
|
-
Events::V2CoreAccountPersonDeletedEventNotification.lookup_type =>
|
170
|
-
Events::V2CoreAccountPersonDeletedEventNotification,
|
171
|
-
Events::V2CoreAccountPersonUpdatedEventNotification.lookup_type =>
|
172
|
-
Events::V2CoreAccountPersonUpdatedEventNotification,
|
173
|
-
Events::V2CoreAccountUpdatedEventNotification.lookup_type =>
|
174
|
-
Events::V2CoreAccountUpdatedEventNotification,
|
175
23
|
Events::V2CoreEventDestinationPingEventNotification.lookup_type =>
|
176
24
|
Events::V2CoreEventDestinationPingEventNotification,
|
177
|
-
Events::V2MoneyManagementAdjustmentCreatedEventNotification.lookup_type =>
|
178
|
-
Events::V2MoneyManagementAdjustmentCreatedEventNotification,
|
179
|
-
Events::V2MoneyManagementFinancialAccountCreatedEventNotification.lookup_type =>
|
180
|
-
Events::V2MoneyManagementFinancialAccountCreatedEventNotification,
|
181
|
-
Events::V2MoneyManagementFinancialAccountUpdatedEventNotification.lookup_type =>
|
182
|
-
Events::V2MoneyManagementFinancialAccountUpdatedEventNotification,
|
183
|
-
Events::V2MoneyManagementFinancialAddressActivatedEventNotification.lookup_type =>
|
184
|
-
Events::V2MoneyManagementFinancialAddressActivatedEventNotification,
|
185
|
-
Events::V2MoneyManagementFinancialAddressFailedEventNotification.lookup_type =>
|
186
|
-
Events::V2MoneyManagementFinancialAddressFailedEventNotification,
|
187
|
-
Events::V2MoneyManagementInboundTransferAvailableEventNotification.lookup_type =>
|
188
|
-
Events::V2MoneyManagementInboundTransferAvailableEventNotification,
|
189
|
-
Events::V2MoneyManagementInboundTransferBankDebitFailedEventNotification.lookup_type =>
|
190
|
-
Events::V2MoneyManagementInboundTransferBankDebitFailedEventNotification,
|
191
|
-
Events::V2MoneyManagementInboundTransferBankDebitProcessingEventNotification.lookup_type =>
|
192
|
-
Events::V2MoneyManagementInboundTransferBankDebitProcessingEventNotification,
|
193
|
-
Events::V2MoneyManagementInboundTransferBankDebitQueuedEventNotification.lookup_type =>
|
194
|
-
Events::V2MoneyManagementInboundTransferBankDebitQueuedEventNotification,
|
195
|
-
Events::V2MoneyManagementInboundTransferBankDebitReturnedEventNotification.lookup_type =>
|
196
|
-
Events::V2MoneyManagementInboundTransferBankDebitReturnedEventNotification,
|
197
|
-
Events::V2MoneyManagementInboundTransferBankDebitSucceededEventNotification.lookup_type =>
|
198
|
-
Events::V2MoneyManagementInboundTransferBankDebitSucceededEventNotification,
|
199
|
-
Events::V2MoneyManagementOutboundPaymentCanceledEventNotification.lookup_type =>
|
200
|
-
Events::V2MoneyManagementOutboundPaymentCanceledEventNotification,
|
201
|
-
Events::V2MoneyManagementOutboundPaymentCreatedEventNotification.lookup_type =>
|
202
|
-
Events::V2MoneyManagementOutboundPaymentCreatedEventNotification,
|
203
|
-
Events::V2MoneyManagementOutboundPaymentFailedEventNotification.lookup_type =>
|
204
|
-
Events::V2MoneyManagementOutboundPaymentFailedEventNotification,
|
205
|
-
Events::V2MoneyManagementOutboundPaymentPostedEventNotification.lookup_type =>
|
206
|
-
Events::V2MoneyManagementOutboundPaymentPostedEventNotification,
|
207
|
-
Events::V2MoneyManagementOutboundPaymentReturnedEventNotification.lookup_type =>
|
208
|
-
Events::V2MoneyManagementOutboundPaymentReturnedEventNotification,
|
209
|
-
Events::V2MoneyManagementOutboundPaymentUpdatedEventNotification.lookup_type =>
|
210
|
-
Events::V2MoneyManagementOutboundPaymentUpdatedEventNotification,
|
211
|
-
Events::V2MoneyManagementOutboundTransferCanceledEventNotification.lookup_type =>
|
212
|
-
Events::V2MoneyManagementOutboundTransferCanceledEventNotification,
|
213
|
-
Events::V2MoneyManagementOutboundTransferCreatedEventNotification.lookup_type =>
|
214
|
-
Events::V2MoneyManagementOutboundTransferCreatedEventNotification,
|
215
|
-
Events::V2MoneyManagementOutboundTransferFailedEventNotification.lookup_type =>
|
216
|
-
Events::V2MoneyManagementOutboundTransferFailedEventNotification,
|
217
|
-
Events::V2MoneyManagementOutboundTransferPostedEventNotification.lookup_type =>
|
218
|
-
Events::V2MoneyManagementOutboundTransferPostedEventNotification,
|
219
|
-
Events::V2MoneyManagementOutboundTransferReturnedEventNotification.lookup_type =>
|
220
|
-
Events::V2MoneyManagementOutboundTransferReturnedEventNotification,
|
221
|
-
Events::V2MoneyManagementOutboundTransferUpdatedEventNotification.lookup_type =>
|
222
|
-
Events::V2MoneyManagementOutboundTransferUpdatedEventNotification,
|
223
|
-
Events::V2MoneyManagementPayoutMethodUpdatedEventNotification.lookup_type =>
|
224
|
-
Events::V2MoneyManagementPayoutMethodUpdatedEventNotification,
|
225
|
-
Events::V2MoneyManagementReceivedCreditAvailableEventNotification.lookup_type =>
|
226
|
-
Events::V2MoneyManagementReceivedCreditAvailableEventNotification,
|
227
|
-
Events::V2MoneyManagementReceivedCreditFailedEventNotification.lookup_type =>
|
228
|
-
Events::V2MoneyManagementReceivedCreditFailedEventNotification,
|
229
|
-
Events::V2MoneyManagementReceivedCreditReturnedEventNotification.lookup_type =>
|
230
|
-
Events::V2MoneyManagementReceivedCreditReturnedEventNotification,
|
231
|
-
Events::V2MoneyManagementReceivedCreditSucceededEventNotification.lookup_type =>
|
232
|
-
Events::V2MoneyManagementReceivedCreditSucceededEventNotification,
|
233
|
-
Events::V2MoneyManagementReceivedDebitCanceledEventNotification.lookup_type =>
|
234
|
-
Events::V2MoneyManagementReceivedDebitCanceledEventNotification,
|
235
|
-
Events::V2MoneyManagementReceivedDebitFailedEventNotification.lookup_type =>
|
236
|
-
Events::V2MoneyManagementReceivedDebitFailedEventNotification,
|
237
|
-
Events::V2MoneyManagementReceivedDebitPendingEventNotification.lookup_type =>
|
238
|
-
Events::V2MoneyManagementReceivedDebitPendingEventNotification,
|
239
|
-
Events::V2MoneyManagementReceivedDebitSucceededEventNotification.lookup_type =>
|
240
|
-
Events::V2MoneyManagementReceivedDebitSucceededEventNotification,
|
241
|
-
Events::V2MoneyManagementReceivedDebitUpdatedEventNotification.lookup_type =>
|
242
|
-
Events::V2MoneyManagementReceivedDebitUpdatedEventNotification,
|
243
|
-
Events::V2MoneyManagementTransactionCreatedEventNotification.lookup_type =>
|
244
|
-
Events::V2MoneyManagementTransactionCreatedEventNotification,
|
245
|
-
Events::V2MoneyManagementTransactionUpdatedEventNotification.lookup_type =>
|
246
|
-
Events::V2MoneyManagementTransactionUpdatedEventNotification,
|
247
|
-
Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification.lookup_type =>
|
248
|
-
Events::V2PaymentsOffSessionPaymentAuthorizationAttemptFailedEventNotification,
|
249
|
-
Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification.lookup_type =>
|
250
|
-
Events::V2PaymentsOffSessionPaymentAuthorizationAttemptStartedEventNotification,
|
251
|
-
Events::V2PaymentsOffSessionPaymentCanceledEventNotification.lookup_type =>
|
252
|
-
Events::V2PaymentsOffSessionPaymentCanceledEventNotification,
|
253
|
-
Events::V2PaymentsOffSessionPaymentCreatedEventNotification.lookup_type =>
|
254
|
-
Events::V2PaymentsOffSessionPaymentCreatedEventNotification,
|
255
|
-
Events::V2PaymentsOffSessionPaymentFailedEventNotification.lookup_type =>
|
256
|
-
Events::V2PaymentsOffSessionPaymentFailedEventNotification,
|
257
|
-
Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification.lookup_type =>
|
258
|
-
Events::V2PaymentsOffSessionPaymentRequiresCaptureEventNotification,
|
259
|
-
Events::V2PaymentsOffSessionPaymentSucceededEventNotification.lookup_type =>
|
260
|
-
Events::V2PaymentsOffSessionPaymentSucceededEventNotification,
|
261
25
|
# event notification types: The end of the section generated from our OpenAPI spec
|
262
26
|
}
|
263
27
|
end
|
data/lib/stripe/object_types.rb
CHANGED
@@ -14,7 +14,6 @@ module Stripe
|
|
14
14
|
# object classes: The beginning of the section generated from our OpenAPI spec
|
15
15
|
Account.object_name => Account,
|
16
16
|
AccountLink.object_name => AccountLink,
|
17
|
-
AccountNotice.object_name => AccountNotice,
|
18
17
|
AccountSession.object_name => AccountSession,
|
19
18
|
ApplePayDomain.object_name => ApplePayDomain,
|
20
19
|
Application.object_name => Application,
|
@@ -27,8 +26,6 @@ module Stripe
|
|
27
26
|
BankAccount.object_name => BankAccount,
|
28
27
|
Billing::Alert.object_name => Billing::Alert,
|
29
28
|
Billing::AlertTriggered.object_name => Billing::AlertTriggered,
|
30
|
-
Billing::Analytics::MeterUsage.object_name => Billing::Analytics::MeterUsage,
|
31
|
-
Billing::Analytics::MeterUsageRow.object_name => Billing::Analytics::MeterUsageRow,
|
32
29
|
Billing::CreditBalanceSummary.object_name => Billing::CreditBalanceSummary,
|
33
30
|
Billing::CreditBalanceTransaction.object_name => Billing::CreditBalanceTransaction,
|
34
31
|
Billing::CreditGrant.object_name => Billing::CreditGrant,
|
@@ -39,9 +36,6 @@ module Stripe
|
|
39
36
|
BillingPortal::Configuration.object_name => BillingPortal::Configuration,
|
40
37
|
BillingPortal::Session.object_name => BillingPortal::Session,
|
41
38
|
Capability.object_name => Capability,
|
42
|
-
Capital::FinancingOffer.object_name => Capital::FinancingOffer,
|
43
|
-
Capital::FinancingSummary.object_name => Capital::FinancingSummary,
|
44
|
-
Capital::FinancingTransaction.object_name => Capital::FinancingTransaction,
|
45
39
|
Card.object_name => Card,
|
46
40
|
CashBalance.object_name => CashBalance,
|
47
41
|
Charge.object_name => Charge,
|
@@ -70,16 +64,12 @@ module Stripe
|
|
70
64
|
File.object_name => File,
|
71
65
|
FileLink.object_name => FileLink,
|
72
66
|
FinancialConnections::Account.object_name => FinancialConnections::Account,
|
73
|
-
FinancialConnections::AccountInferredBalance.object_name =>
|
74
|
-
FinancialConnections::AccountInferredBalance,
|
75
67
|
FinancialConnections::AccountOwner.object_name => FinancialConnections::AccountOwner,
|
76
68
|
FinancialConnections::AccountOwnership.object_name => FinancialConnections::AccountOwnership,
|
77
|
-
FinancialConnections::Institution.object_name => FinancialConnections::Institution,
|
78
69
|
FinancialConnections::Session.object_name => FinancialConnections::Session,
|
79
70
|
FinancialConnections::Transaction.object_name => FinancialConnections::Transaction,
|
80
71
|
Forwarding::Request.object_name => Forwarding::Request,
|
81
72
|
FundingInstructions.object_name => FundingInstructions,
|
82
|
-
FxQuote.object_name => FxQuote,
|
83
73
|
Identity::VerificationReport.object_name => Identity::VerificationReport,
|
84
74
|
Identity::VerificationSession.object_name => Identity::VerificationSession,
|
85
75
|
Invoice.object_name => Invoice,
|
@@ -90,41 +80,27 @@ module Stripe
|
|
90
80
|
Issuing::Authorization.object_name => Issuing::Authorization,
|
91
81
|
Issuing::Card.object_name => Issuing::Card,
|
92
82
|
Issuing::Cardholder.object_name => Issuing::Cardholder,
|
93
|
-
Issuing::CreditUnderwritingRecord.object_name => Issuing::CreditUnderwritingRecord,
|
94
83
|
Issuing::Dispute.object_name => Issuing::Dispute,
|
95
|
-
Issuing::DisputeSettlementDetail.object_name => Issuing::DisputeSettlementDetail,
|
96
|
-
Issuing::FraudLiabilityDebit.object_name => Issuing::FraudLiabilityDebit,
|
97
84
|
Issuing::PersonalizationDesign.object_name => Issuing::PersonalizationDesign,
|
98
85
|
Issuing::PhysicalBundle.object_name => Issuing::PhysicalBundle,
|
99
|
-
Issuing::Settlement.object_name => Issuing::Settlement,
|
100
86
|
Issuing::Token.object_name => Issuing::Token,
|
101
87
|
Issuing::Transaction.object_name => Issuing::Transaction,
|
102
88
|
LineItem.object_name => LineItem,
|
103
89
|
LoginLink.object_name => LoginLink,
|
104
90
|
Mandate.object_name => Mandate,
|
105
|
-
Margin.object_name => Margin,
|
106
|
-
Order.object_name => Order,
|
107
|
-
PaymentAttemptRecord.object_name => PaymentAttemptRecord,
|
108
91
|
PaymentIntent.object_name => PaymentIntent,
|
109
|
-
PaymentIntentAmountDetailsLineItem.object_name => PaymentIntentAmountDetailsLineItem,
|
110
92
|
PaymentLink.object_name => PaymentLink,
|
111
93
|
PaymentMethod.object_name => PaymentMethod,
|
112
94
|
PaymentMethodConfiguration.object_name => PaymentMethodConfiguration,
|
113
95
|
PaymentMethodDomain.object_name => PaymentMethodDomain,
|
114
|
-
PaymentRecord.object_name => PaymentRecord,
|
115
96
|
Payout.object_name => Payout,
|
116
97
|
Person.object_name => Person,
|
117
98
|
Plan.object_name => Plan,
|
118
99
|
Price.object_name => Price,
|
119
|
-
Privacy::RedactionJob.object_name => Privacy::RedactionJob,
|
120
|
-
Privacy::RedactionJobValidationError.object_name => Privacy::RedactionJobValidationError,
|
121
100
|
Product.object_name => Product,
|
122
101
|
ProductFeature.object_name => ProductFeature,
|
123
102
|
PromotionCode.object_name => PromotionCode,
|
124
103
|
Quote.object_name => Quote,
|
125
|
-
QuoteLine.object_name => QuoteLine,
|
126
|
-
QuotePreviewInvoice.object_name => QuotePreviewInvoice,
|
127
|
-
QuotePreviewSubscriptionSchedule.object_name => QuotePreviewSubscriptionSchedule,
|
128
104
|
Radar::EarlyFraudWarning.object_name => Radar::EarlyFraudWarning,
|
129
105
|
Radar::ValueList.object_name => Radar::ValueList,
|
130
106
|
Radar::ValueListItem.object_name => Radar::ValueListItem,
|
@@ -144,10 +120,8 @@ module Stripe
|
|
144
120
|
Subscription.object_name => Subscription,
|
145
121
|
SubscriptionItem.object_name => SubscriptionItem,
|
146
122
|
SubscriptionSchedule.object_name => SubscriptionSchedule,
|
147
|
-
Tax::Association.object_name => Tax::Association,
|
148
123
|
Tax::Calculation.object_name => Tax::Calculation,
|
149
124
|
Tax::CalculationLineItem.object_name => Tax::CalculationLineItem,
|
150
|
-
Tax::Form.object_name => Tax::Form,
|
151
125
|
Tax::Registration.object_name => Tax::Registration,
|
152
126
|
Tax::Settings.object_name => Tax::Settings,
|
153
127
|
Tax::Transaction.object_name => Tax::Transaction,
|
@@ -159,9 +133,7 @@ module Stripe
|
|
159
133
|
Terminal::Configuration.object_name => Terminal::Configuration,
|
160
134
|
Terminal::ConnectionToken.object_name => Terminal::ConnectionToken,
|
161
135
|
Terminal::Location.object_name => Terminal::Location,
|
162
|
-
Terminal::OnboardingLink.object_name => Terminal::OnboardingLink,
|
163
136
|
Terminal::Reader.object_name => Terminal::Reader,
|
164
|
-
Terminal::ReaderCollectedData.object_name => Terminal::ReaderCollectedData,
|
165
137
|
TestHelpers::TestClock.object_name => TestHelpers::TestClock,
|
166
138
|
Token.object_name => Token,
|
167
139
|
Topup.object_name => Topup,
|
@@ -187,41 +159,11 @@ module Stripe
|
|
187
159
|
V2::ListObject.object_name => V2::ListObject,
|
188
160
|
|
189
161
|
# v2 object classes: The beginning of the section generated from our OpenAPI spec
|
190
|
-
V2::Billing::BillSetting.object_name => V2::Billing::BillSetting,
|
191
|
-
V2::Billing::BillSettingVersion.object_name => V2::Billing::BillSettingVersion,
|
192
|
-
V2::Billing::Cadence.object_name => V2::Billing::Cadence,
|
193
|
-
V2::Billing::CollectionSetting.object_name => V2::Billing::CollectionSetting,
|
194
|
-
V2::Billing::CollectionSettingVersion.object_name => V2::Billing::CollectionSettingVersion,
|
195
162
|
V2::Billing::MeterEvent.object_name => V2::Billing::MeterEvent,
|
196
163
|
V2::Billing::MeterEventAdjustment.object_name => V2::Billing::MeterEventAdjustment,
|
197
164
|
V2::Billing::MeterEventSession.object_name => V2::Billing::MeterEventSession,
|
198
|
-
V2::Billing::Profile.object_name => V2::Billing::Profile,
|
199
|
-
V2::Core::Account.object_name => V2::Core::Account,
|
200
|
-
V2::Core::AccountLink.object_name => V2::Core::AccountLink,
|
201
|
-
V2::Core::AccountPerson.object_name => V2::Core::AccountPerson,
|
202
165
|
V2::Core::Event.object_name => V2::Core::Event,
|
203
166
|
V2::Core::EventDestination.object_name => V2::Core::EventDestination,
|
204
|
-
V2::Core::Vault::GbBankAccount.object_name => V2::Core::Vault::GbBankAccount,
|
205
|
-
V2::Core::Vault::UsBankAccount.object_name => V2::Core::Vault::UsBankAccount,
|
206
|
-
V2::FinancialAddressCreditSimulation.object_name => V2::FinancialAddressCreditSimulation,
|
207
|
-
V2::FinancialAddressGeneratedMicrodeposits.object_name =>
|
208
|
-
V2::FinancialAddressGeneratedMicrodeposits,
|
209
|
-
V2::MoneyManagement::Adjustment.object_name => V2::MoneyManagement::Adjustment,
|
210
|
-
V2::MoneyManagement::FinancialAccount.object_name => V2::MoneyManagement::FinancialAccount,
|
211
|
-
V2::MoneyManagement::FinancialAddress.object_name => V2::MoneyManagement::FinancialAddress,
|
212
|
-
V2::MoneyManagement::InboundTransfer.object_name => V2::MoneyManagement::InboundTransfer,
|
213
|
-
V2::MoneyManagement::OutboundPayment.object_name => V2::MoneyManagement::OutboundPayment,
|
214
|
-
V2::MoneyManagement::OutboundPaymentQuote.object_name => V2::MoneyManagement::OutboundPaymentQuote,
|
215
|
-
V2::MoneyManagement::OutboundSetupIntent.object_name => V2::MoneyManagement::OutboundSetupIntent,
|
216
|
-
V2::MoneyManagement::OutboundTransfer.object_name => V2::MoneyManagement::OutboundTransfer,
|
217
|
-
V2::MoneyManagement::PayoutMethod.object_name => V2::MoneyManagement::PayoutMethod,
|
218
|
-
V2::MoneyManagement::PayoutMethodsBankAccountSpec.object_name =>
|
219
|
-
V2::MoneyManagement::PayoutMethodsBankAccountSpec,
|
220
|
-
V2::MoneyManagement::ReceivedCredit.object_name => V2::MoneyManagement::ReceivedCredit,
|
221
|
-
V2::MoneyManagement::ReceivedDebit.object_name => V2::MoneyManagement::ReceivedDebit,
|
222
|
-
V2::MoneyManagement::Transaction.object_name => V2::MoneyManagement::Transaction,
|
223
|
-
V2::MoneyManagement::TransactionEntry.object_name => V2::MoneyManagement::TransactionEntry,
|
224
|
-
V2::Payments::OffSessionPayment.object_name => V2::Payments::OffSessionPayment,
|
225
167
|
# v2 object classes: The end of the section generated from our OpenAPI spec
|
226
168
|
}
|
227
169
|
end
|