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
@@ -1,61 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# This event occurs when a bill setting is updated.
|
7
|
-
class V2BillingBillSettingUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.billing.bill_setting.updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
class V2BillingBillSettingUpdatedEventData < Stripe::StripeObject
|
13
|
-
# Timestamp of when the object was updated.
|
14
|
-
attr_reader :updated
|
15
|
-
|
16
|
-
def self.inner_class_types
|
17
|
-
@inner_class_types = {}
|
18
|
-
end
|
19
|
-
|
20
|
-
def self.field_remappings
|
21
|
-
@field_remappings = {}
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def self.inner_class_types
|
26
|
-
@inner_class_types = { data: V2BillingBillSettingUpdatedEventData }
|
27
|
-
end
|
28
|
-
attr_reader :data, :related_object
|
29
|
-
|
30
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
31
|
-
def fetch_related_object
|
32
|
-
_request(
|
33
|
-
method: :get,
|
34
|
-
path: related_object.url,
|
35
|
-
base_address: :api,
|
36
|
-
opts: { stripe_context: context }
|
37
|
-
)
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
# This event occurs when a bill setting is updated.
|
42
|
-
class V2BillingBillSettingUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
43
|
-
def self.lookup_type
|
44
|
-
"v2.billing.bill_setting.updated"
|
45
|
-
end
|
46
|
-
|
47
|
-
attr_reader :related_object
|
48
|
-
|
49
|
-
# Retrieves the BillSetting related to this EventNotification from the Stripe API. Makes an API request on every call.
|
50
|
-
def fetch_related_object
|
51
|
-
resp = @client.raw_request(
|
52
|
-
:get,
|
53
|
-
related_object.url,
|
54
|
-
opts: { stripe_context: context },
|
55
|
-
usage: ["fetch_related_object"]
|
56
|
-
)
|
57
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
61
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# This event occurs when an account is closed.
|
7
|
-
class V2CoreAccountClosedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account.closed"
|
10
|
-
end
|
11
|
-
|
12
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
13
|
-
def fetch_related_object
|
14
|
-
_request(
|
15
|
-
method: :get,
|
16
|
-
path: related_object.url,
|
17
|
-
base_address: :api,
|
18
|
-
opts: { stripe_context: context }
|
19
|
-
)
|
20
|
-
end
|
21
|
-
attr_reader :related_object
|
22
|
-
end
|
23
|
-
|
24
|
-
# This event occurs when an account is closed.
|
25
|
-
class V2CoreAccountClosedEventNotification < Stripe::V2::Core::EventNotification
|
26
|
-
def self.lookup_type
|
27
|
-
"v2.core.account.closed"
|
28
|
-
end
|
29
|
-
|
30
|
-
attr_reader :related_object
|
31
|
-
|
32
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
resp = @client.raw_request(
|
35
|
-
:get,
|
36
|
-
related_object.url,
|
37
|
-
opts: { stripe_context: context },
|
38
|
-
usage: ["fetch_related_object"]
|
39
|
-
)
|
40
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when an Account is created.
|
7
|
-
class V2CoreAccountCreatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account.created"
|
10
|
-
end
|
11
|
-
|
12
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
13
|
-
def fetch_related_object
|
14
|
-
_request(
|
15
|
-
method: :get,
|
16
|
-
path: related_object.url,
|
17
|
-
base_address: :api,
|
18
|
-
opts: { stripe_context: context }
|
19
|
-
)
|
20
|
-
end
|
21
|
-
attr_reader :related_object
|
22
|
-
end
|
23
|
-
|
24
|
-
# Occurs when an Account is created.
|
25
|
-
class V2CoreAccountCreatedEventNotification < Stripe::V2::Core::EventNotification
|
26
|
-
def self.lookup_type
|
27
|
-
"v2.core.account.created"
|
28
|
-
end
|
29
|
-
|
30
|
-
attr_reader :related_object
|
31
|
-
|
32
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
resp = @client.raw_request(
|
35
|
-
:get,
|
36
|
-
related_object.url,
|
37
|
-
opts: { stripe_context: context },
|
38
|
-
usage: ["fetch_related_object"]
|
39
|
-
)
|
40
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,63 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when the status of an Account's customer configuration capability is updated.
|
7
|
-
class V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[configuration.customer].capability_status_updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
class V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventData < Stripe::StripeObject
|
13
|
-
# Open Enum. The capability which had its status updated.
|
14
|
-
attr_reader :updated_capability
|
15
|
-
|
16
|
-
def self.inner_class_types
|
17
|
-
@inner_class_types = {}
|
18
|
-
end
|
19
|
-
|
20
|
-
def self.field_remappings
|
21
|
-
@field_remappings = {}
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def self.inner_class_types
|
26
|
-
@inner_class_types = {
|
27
|
-
data: V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventData,
|
28
|
-
}
|
29
|
-
end
|
30
|
-
attr_reader :data, :related_object
|
31
|
-
|
32
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
_request(
|
35
|
-
method: :get,
|
36
|
-
path: related_object.url,
|
37
|
-
base_address: :api,
|
38
|
-
opts: { stripe_context: context }
|
39
|
-
)
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
# Occurs when the status of an Account's customer configuration capability is updated.
|
44
|
-
class V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
45
|
-
def self.lookup_type
|
46
|
-
"v2.core.account[configuration.customer].capability_status_updated"
|
47
|
-
end
|
48
|
-
|
49
|
-
attr_reader :related_object
|
50
|
-
|
51
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
52
|
-
def fetch_related_object
|
53
|
-
resp = @client.raw_request(
|
54
|
-
:get,
|
55
|
-
related_object.url,
|
56
|
-
opts: { stripe_context: context },
|
57
|
-
usage: ["fetch_related_object"]
|
58
|
-
)
|
59
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when an Account's customer configuration is updated.
|
7
|
-
class V2CoreAccountIncludingConfigurationCustomerUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[configuration.customer].updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
13
|
-
def fetch_related_object
|
14
|
-
_request(
|
15
|
-
method: :get,
|
16
|
-
path: related_object.url,
|
17
|
-
base_address: :api,
|
18
|
-
opts: { stripe_context: context }
|
19
|
-
)
|
20
|
-
end
|
21
|
-
attr_reader :related_object
|
22
|
-
end
|
23
|
-
|
24
|
-
# Occurs when an Account's customer configuration is updated.
|
25
|
-
class V2CoreAccountIncludingConfigurationCustomerUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
26
|
-
def self.lookup_type
|
27
|
-
"v2.core.account[configuration.customer].updated"
|
28
|
-
end
|
29
|
-
|
30
|
-
attr_reader :related_object
|
31
|
-
|
32
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
resp = @client.raw_request(
|
35
|
-
:get,
|
36
|
-
related_object.url,
|
37
|
-
opts: { stripe_context: context },
|
38
|
-
usage: ["fetch_related_object"]
|
39
|
-
)
|
40
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,63 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when the status of an Account's merchant configuration capability is updated.
|
7
|
-
class V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[configuration.merchant].capability_status_updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
class V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventData < Stripe::StripeObject
|
13
|
-
# Open Enum. The capability which had its status updated.
|
14
|
-
attr_reader :updated_capability
|
15
|
-
|
16
|
-
def self.inner_class_types
|
17
|
-
@inner_class_types = {}
|
18
|
-
end
|
19
|
-
|
20
|
-
def self.field_remappings
|
21
|
-
@field_remappings = {}
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def self.inner_class_types
|
26
|
-
@inner_class_types = {
|
27
|
-
data: V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventData,
|
28
|
-
}
|
29
|
-
end
|
30
|
-
attr_reader :data, :related_object
|
31
|
-
|
32
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
_request(
|
35
|
-
method: :get,
|
36
|
-
path: related_object.url,
|
37
|
-
base_address: :api,
|
38
|
-
opts: { stripe_context: context }
|
39
|
-
)
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
# Occurs when the status of an Account's merchant configuration capability is updated.
|
44
|
-
class V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
45
|
-
def self.lookup_type
|
46
|
-
"v2.core.account[configuration.merchant].capability_status_updated"
|
47
|
-
end
|
48
|
-
|
49
|
-
attr_reader :related_object
|
50
|
-
|
51
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
52
|
-
def fetch_related_object
|
53
|
-
resp = @client.raw_request(
|
54
|
-
:get,
|
55
|
-
related_object.url,
|
56
|
-
opts: { stripe_context: context },
|
57
|
-
usage: ["fetch_related_object"]
|
58
|
-
)
|
59
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when an Account's merchant configuration is updated.
|
7
|
-
class V2CoreAccountIncludingConfigurationMerchantUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[configuration.merchant].updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
13
|
-
def fetch_related_object
|
14
|
-
_request(
|
15
|
-
method: :get,
|
16
|
-
path: related_object.url,
|
17
|
-
base_address: :api,
|
18
|
-
opts: { stripe_context: context }
|
19
|
-
)
|
20
|
-
end
|
21
|
-
attr_reader :related_object
|
22
|
-
end
|
23
|
-
|
24
|
-
# Occurs when an Account's merchant configuration is updated.
|
25
|
-
class V2CoreAccountIncludingConfigurationMerchantUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
26
|
-
def self.lookup_type
|
27
|
-
"v2.core.account[configuration.merchant].updated"
|
28
|
-
end
|
29
|
-
|
30
|
-
attr_reader :related_object
|
31
|
-
|
32
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
resp = @client.raw_request(
|
35
|
-
:get,
|
36
|
-
related_object.url,
|
37
|
-
opts: { stripe_context: context },
|
38
|
-
usage: ["fetch_related_object"]
|
39
|
-
)
|
40
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,63 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when the status of an Account's recipient configuration capability is updated.
|
7
|
-
class V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[configuration.recipient].capability_status_updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
class V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventData < Stripe::StripeObject
|
13
|
-
# Open Enum. The capability which had its status updated.
|
14
|
-
attr_reader :updated_capability
|
15
|
-
|
16
|
-
def self.inner_class_types
|
17
|
-
@inner_class_types = {}
|
18
|
-
end
|
19
|
-
|
20
|
-
def self.field_remappings
|
21
|
-
@field_remappings = {}
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def self.inner_class_types
|
26
|
-
@inner_class_types = {
|
27
|
-
data: V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventData,
|
28
|
-
}
|
29
|
-
end
|
30
|
-
attr_reader :data, :related_object
|
31
|
-
|
32
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
_request(
|
35
|
-
method: :get,
|
36
|
-
path: related_object.url,
|
37
|
-
base_address: :api,
|
38
|
-
opts: { stripe_context: context }
|
39
|
-
)
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
# Occurs when the status of an Account's recipient configuration capability is updated.
|
44
|
-
class V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
45
|
-
def self.lookup_type
|
46
|
-
"v2.core.account[configuration.recipient].capability_status_updated"
|
47
|
-
end
|
48
|
-
|
49
|
-
attr_reader :related_object
|
50
|
-
|
51
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
52
|
-
def fetch_related_object
|
53
|
-
resp = @client.raw_request(
|
54
|
-
:get,
|
55
|
-
related_object.url,
|
56
|
-
opts: { stripe_context: context },
|
57
|
-
usage: ["fetch_related_object"]
|
58
|
-
)
|
59
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when a Recipient's configuration is updated.
|
7
|
-
class V2CoreAccountIncludingConfigurationRecipientUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[configuration.recipient].updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
13
|
-
def fetch_related_object
|
14
|
-
_request(
|
15
|
-
method: :get,
|
16
|
-
path: related_object.url,
|
17
|
-
base_address: :api,
|
18
|
-
opts: { stripe_context: context }
|
19
|
-
)
|
20
|
-
end
|
21
|
-
attr_reader :related_object
|
22
|
-
end
|
23
|
-
|
24
|
-
# Occurs when a Recipient's configuration is updated.
|
25
|
-
class V2CoreAccountIncludingConfigurationRecipientUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
26
|
-
def self.lookup_type
|
27
|
-
"v2.core.account[configuration.recipient].updated"
|
28
|
-
end
|
29
|
-
|
30
|
-
attr_reader :related_object
|
31
|
-
|
32
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
resp = @client.raw_request(
|
35
|
-
:get,
|
36
|
-
related_object.url,
|
37
|
-
opts: { stripe_context: context },
|
38
|
-
usage: ["fetch_related_object"]
|
39
|
-
)
|
40
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,63 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when the status of an Account's storer configuration capability is updated.
|
7
|
-
class V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[configuration.storer].capability_status_updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
class V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventData < Stripe::StripeObject
|
13
|
-
# Open Enum. The capability which had its status updated.
|
14
|
-
attr_reader :updated_capability
|
15
|
-
|
16
|
-
def self.inner_class_types
|
17
|
-
@inner_class_types = {}
|
18
|
-
end
|
19
|
-
|
20
|
-
def self.field_remappings
|
21
|
-
@field_remappings = {}
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def self.inner_class_types
|
26
|
-
@inner_class_types = {
|
27
|
-
data: V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventData,
|
28
|
-
}
|
29
|
-
end
|
30
|
-
attr_reader :data, :related_object
|
31
|
-
|
32
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
_request(
|
35
|
-
method: :get,
|
36
|
-
path: related_object.url,
|
37
|
-
base_address: :api,
|
38
|
-
opts: { stripe_context: context }
|
39
|
-
)
|
40
|
-
end
|
41
|
-
end
|
42
|
-
|
43
|
-
# Occurs when the status of an Account's storer configuration capability is updated.
|
44
|
-
class V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
45
|
-
def self.lookup_type
|
46
|
-
"v2.core.account[configuration.storer].capability_status_updated"
|
47
|
-
end
|
48
|
-
|
49
|
-
attr_reader :related_object
|
50
|
-
|
51
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
52
|
-
def fetch_related_object
|
53
|
-
resp = @client.raw_request(
|
54
|
-
:get,
|
55
|
-
related_object.url,
|
56
|
-
opts: { stripe_context: context },
|
57
|
-
usage: ["fetch_related_object"]
|
58
|
-
)
|
59
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
60
|
-
end
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when a Storer's configuration is updated.
|
7
|
-
class V2CoreAccountIncludingConfigurationStorerUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[configuration.storer].updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
13
|
-
def fetch_related_object
|
14
|
-
_request(
|
15
|
-
method: :get,
|
16
|
-
path: related_object.url,
|
17
|
-
base_address: :api,
|
18
|
-
opts: { stripe_context: context }
|
19
|
-
)
|
20
|
-
end
|
21
|
-
attr_reader :related_object
|
22
|
-
end
|
23
|
-
|
24
|
-
# Occurs when a Storer's configuration is updated.
|
25
|
-
class V2CoreAccountIncludingConfigurationStorerUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
26
|
-
def self.lookup_type
|
27
|
-
"v2.core.account[configuration.storer].updated"
|
28
|
-
end
|
29
|
-
|
30
|
-
attr_reader :related_object
|
31
|
-
|
32
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
resp = @client.raw_request(
|
35
|
-
:get,
|
36
|
-
related_object.url,
|
37
|
-
opts: { stripe_context: context },
|
38
|
-
usage: ["fetch_related_object"]
|
39
|
-
)
|
40
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# This event occurs when account defaults are created or updated.
|
7
|
-
class V2CoreAccountIncludingDefaultsUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[defaults].updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
13
|
-
def fetch_related_object
|
14
|
-
_request(
|
15
|
-
method: :get,
|
16
|
-
path: related_object.url,
|
17
|
-
base_address: :api,
|
18
|
-
opts: { stripe_context: context }
|
19
|
-
)
|
20
|
-
end
|
21
|
-
attr_reader :related_object
|
22
|
-
end
|
23
|
-
|
24
|
-
# This event occurs when account defaults are created or updated.
|
25
|
-
class V2CoreAccountIncludingDefaultsUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
26
|
-
def self.lookup_type
|
27
|
-
"v2.core.account[defaults].updated"
|
28
|
-
end
|
29
|
-
|
30
|
-
attr_reader :related_object
|
31
|
-
|
32
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
resp = @client.raw_request(
|
35
|
-
:get,
|
36
|
-
related_object.url,
|
37
|
-
opts: { stripe_context: context },
|
38
|
-
usage: ["fetch_related_object"]
|
39
|
-
)
|
40
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
module Stripe
|
5
|
-
module Events
|
6
|
-
# Occurs when an Identity is updated.
|
7
|
-
class V2CoreAccountIncludingIdentityUpdatedEvent < Stripe::V2::Core::Event
|
8
|
-
def self.lookup_type
|
9
|
-
"v2.core.account[identity].updated"
|
10
|
-
end
|
11
|
-
|
12
|
-
# Retrieves the related object from the API. Makes an API request on every call.
|
13
|
-
def fetch_related_object
|
14
|
-
_request(
|
15
|
-
method: :get,
|
16
|
-
path: related_object.url,
|
17
|
-
base_address: :api,
|
18
|
-
opts: { stripe_context: context }
|
19
|
-
)
|
20
|
-
end
|
21
|
-
attr_reader :related_object
|
22
|
-
end
|
23
|
-
|
24
|
-
# Occurs when an Identity is updated.
|
25
|
-
class V2CoreAccountIncludingIdentityUpdatedEventNotification < Stripe::V2::Core::EventNotification
|
26
|
-
def self.lookup_type
|
27
|
-
"v2.core.account[identity].updated"
|
28
|
-
end
|
29
|
-
|
30
|
-
attr_reader :related_object
|
31
|
-
|
32
|
-
# Retrieves the Account related to this EventNotification from the Stripe API. Makes an API request on every call.
|
33
|
-
def fetch_related_object
|
34
|
-
resp = @client.raw_request(
|
35
|
-
:get,
|
36
|
-
related_object.url,
|
37
|
-
opts: { stripe_context: context },
|
38
|
-
usage: ["fetch_related_object"]
|
39
|
-
)
|
40
|
-
@client.deserialize(resp.http_body, api_mode: Util.get_api_mode(related_object.url))
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|