stripe 18.2.0.pre.alpha.3 → 18.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +1 -37
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -66
- data/lib/stripe/event_types.rb +0 -512
- data/lib/stripe/object_types.rb +0 -90
- data/lib/stripe/params/account_create_params.rb +3 -338
- data/lib/stripe/params/account_person_create_params.rb +0 -32
- data/lib/stripe/params/account_person_update_params.rb +0 -32
- data/lib/stripe/params/account_session_create_params.rb +1 -243
- data/lib/stripe/params/account_update_params.rb +2 -300
- data/lib/stripe/params/billing/alert_create_params.rb +1 -121
- data/lib/stripe/params/billing/alert_list_params.rb +0 -4
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -13
- data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -29
- data/lib/stripe/params/billing/meter_create_params.rb +0 -4
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
- data/lib/stripe/params/charge_capture_params.rb +0 -1648
- data/lib/stripe/params/charge_update_params.rb +0 -1648
- data/lib/stripe/params/checkout/session_create_params.rb +5 -225
- data/lib/stripe/params/checkout/session_update_params.rb +2 -157
- data/lib/stripe/params/confirmation_token_create_params.rb +0 -77
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/session_create_params.rb +1 -30
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +2 -49
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -107
- data/lib/stripe/params/invoice_create_preview_params.rb +9 -941
- data/lib/stripe/params/invoice_item_create_params.rb +1 -33
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +2 -49
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_update_lines_params.rb +2 -49
- data/lib/stripe/params/invoice_update_params.rb +2 -107
- data/lib/stripe/params/issuing/card_list_params.rb +1 -34
- 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 +2 -1628
- data/lib/stripe/params/payment_intent_confirm_params.rb +123 -3121
- data/lib/stripe/params/payment_intent_create_params.rb +126 -3137
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +1 -22
- data/lib/stripe/params/payment_intent_update_params.rb +173 -3198
- data/lib/stripe/params/payment_link_create_params.rb +1 -16
- data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -105
- data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -105
- data/lib/stripe/params/payment_method_create_params.rb +0 -77
- data/lib/stripe/params/plan_create_params.rb +1 -16
- data/lib/stripe/params/price_create_params.rb +1 -16
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/product_create_params.rb +1 -17
- data/lib/stripe/params/product_update_params.rb +1 -17
- data/lib/stripe/params/quote_create_params.rb +3 -1021
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -1029
- data/lib/stripe/params/setup_intent_confirm_params.rb +3 -187
- data/lib/stripe/params/setup_intent_create_params.rb +3 -187
- data/lib/stripe/params/setup_intent_update_params.rb +4 -188
- data/lib/stripe/params/subscription_create_params.rb +5 -270
- data/lib/stripe/params/subscription_item_create_params.rb +2 -62
- data/lib/stripe/params/subscription_item_update_params.rb +1 -45
- data/lib/stripe/params/subscription_schedule_create_params.rb +5 -231
- data/lib/stripe/params/subscription_schedule_update_params.rb +5 -231
- data/lib/stripe/params/subscription_update_params.rb +4 -253
- data/lib/stripe/params/tax/calculation_create_params.rb +1 -5
- 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 -77
- 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/token_create_params.rb +0 -64
- data/lib/stripe/params/transfer_create_params.rb +0 -8
- 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/v2/core/account_create_params.rb +5 -959
- data/lib/stripe/params/v2/core/account_token_create_params.rb +2 -250
- data/lib/stripe/params/v2/core/account_update_params.rb +5 -938
- data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
- data/lib/stripe/params.rb +0 -275
- data/lib/stripe/resources/account.rb +1 -182
- data/lib/stripe/resources/account_session.rb +0 -108
- data/lib/stripe/resources/application_fee.rb +0 -2
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/billing/alert.rb +1 -105
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
- data/lib/stripe/resources/billing/credit_grant.rb +2 -58
- data/lib/stripe/resources/billing/meter.rb +0 -2
- data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
- data/lib/stripe/resources/card.rb +1 -20
- data/lib/stripe/resources/charge.rb +1 -233
- data/lib/stripe/resources/checkout/session.rb +4 -196
- data/lib/stripe/resources/confirmation_token.rb +0 -151
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +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 -25
- data/lib/stripe/resources/financial_connections/session.rb +1 -65
- data/lib/stripe/resources/identity/verification_report.rb +0 -4
- data/lib/stripe/resources/invoice.rb +1 -168
- data/lib/stripe/resources/invoice_item.rb +2 -108
- data/lib/stripe/resources/invoice_line_item.rb +3 -147
- data/lib/stripe/resources/issuing/card.rb +0 -4
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +1 -66
- data/lib/stripe/resources/mandate.rb +0 -43
- data/lib/stripe/resources/payment_attempt_record.rb +1 -181
- data/lib/stripe/resources/payment_intent.rb +5 -800
- data/lib/stripe/resources/payment_method.rb +0 -173
- data/lib/stripe/resources/payment_method_configuration.rb +0 -170
- data/lib/stripe/resources/payment_record.rb +1 -181
- data/lib/stripe/resources/person.rb +0 -36
- data/lib/stripe/resources/plan.rb +0 -2
- data/lib/stripe/resources/price.rb +0 -22
- data/lib/stripe/resources/quote.rb +2 -806
- data/lib/stripe/resources/refund.rb +0 -18
- data/lib/stripe/resources/setup_attempt.rb +0 -48
- data/lib/stripe/resources/setup_intent.rb +1 -128
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +0 -269
- data/lib/stripe/resources/subscription_item.rb +1 -43
- data/lib/stripe/resources/subscription_schedule.rb +3 -290
- data/lib/stripe/resources/tax/calculation_line_item.rb +0 -2
- data/lib/stripe/resources/tax/registration.rb +0 -128
- data/lib/stripe/resources/tax_code.rb +1 -15
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/reader.rb +0 -8
- data/lib/stripe/resources/transfer.rb +0 -6
- 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/v2/core/account.rb +41 -1671
- data/lib/stripe/resources/v2/core/event.rb +1 -50
- data/lib/stripe/resources.rb +0 -218
- 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/identity_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -6
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -37
- data/lib/stripe/services/payment_method_service.rb +0 -11
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/radar_service.rb +1 -2
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -22
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -3
- data/lib/stripe/services/v1_services.rb +1 -12
- data/lib/stripe/services/v2/billing_service.rb +1 -18
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -2
- data/lib/stripe/services/v2/core/account_service.rb +0 -10
- data/lib/stripe/services/v2/core/account_token_service.rb +0 -4
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -10
- data/lib/stripe/services/v2/core/accounts/person_token_service.rb +0 -4
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -7
- data/lib/stripe/services.rb +0 -99
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +4 -16
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +82468 -162761
- metadata +4 -596
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_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_claimable_sandbox_claimed_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -86
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -86
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -84
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -84
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -82
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -82
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +0 -60
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
- data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -38
- data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -20
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
- 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/events/v2_payments_settlement_allocation_intent_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +0 -65
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +0 -38
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +0 -61
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_updated_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/balance_transfer_create_params.rb +0 -66
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -69
- data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
- 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_refill_params.rb +0 -37
- 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/delegated_checkout/requested_session_confirm_params.rb +0 -138
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
- 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/identity/blocklist_entry_create_params.rb +0 -29
- data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
- 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/issuing/program_create_params.rb +0 -21
- data/lib/stripe/params/issuing/program_list_params.rb +0 -24
- data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_update_params.rb +0 -21
- 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 -2061
- 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 -2065
- 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_method_check_balance_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/product_catalog/trial_offer_create_params.rb +0 -63
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
- data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
- data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -41
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_pause_params.rb +0 -33
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -609
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/tax/location_create_params.rb +0 -54
- data/lib/stripe/params/tax/location_list_params.rb +0 -27
- data/lib/stripe/params/tax/location_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
- data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -257
- 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 -78
- 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/custom_pricing_unit_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
- data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -425
- data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
- data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
- data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
- data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
- data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
- data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
- data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
- data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/pricing_plans/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/billing/rate_card_create_params.rb +0 -49
- data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
- data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
- data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
- data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
- data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
- data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -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_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/iam/api_key_create_params.rb +0 -51
- data/lib/stripe/params/v2/iam/api_key_expire_params.rb +0 -10
- data/lib/stripe/params/v2/iam/api_key_list_params.rb +0 -20
- data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +0 -46
- data/lib/stripe/params/v2/iam/api_key_update_params.rb +0 -20
- 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/currency_conversion_create_params.rb +0 -68
- data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/currency_conversion_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 -23
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -31
- 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 -62
- 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 -134
- 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 -82
- 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 -103
- 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 -93
- 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/recipient_verification_acknowledge_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/recipient_verification_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 -57
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
- 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/payments/settlement_allocation_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +0 -46
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +0 -10
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +0 -31
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +0 -12
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +0 -39
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
- data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +0 -94
- data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +0 -10
- data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +0 -17
- data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +0 -94
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -34
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/balance_transfer.rb +0 -139
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -40
- data/lib/stripe/resources/capital/financing_offer.rb +0 -183
- data/lib/stripe/resources/capital/financing_summary.rb +0 -82
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -509
- 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/identity/blocklist_entry.rb +0 -116
- 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/program.rb +0 -69
- 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_method_balance.rb +0 -68
- 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/product_catalog/trial_offer.rb +0 -103
- data/lib/stripe/resources/quote_line.rb +0 -527
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1200
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -826
- data/lib/stripe/resources/radar/account_evaluation.rb +0 -145
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -126
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/tax/location.rb +0 -72
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/transit_balance.rb +0 -45
- 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 -655
- 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/custom_pricing_unit.rb +0 -43
- data/lib/stripe/resources/v2/billing/intent.rb +0 -86
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -483
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -134
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -103
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -44
- data/lib/stripe/resources/v2/iam/api_key.rb +0 -129
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -82
- data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -223
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -197
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -347
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -204
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -242
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -157
- 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 -280
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -208
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -180
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -153
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +0 -92
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +0 -78
- data/lib/stripe/resources/v2/reporting/report.rb +0 -116
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
- data/lib/stripe/resources/v2/tax/manual_rule.rb +0 -115
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/balance_transfer_service.rb +0 -17
- 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/delegated_checkout/requested_session_service.rb +0 -63
- data/lib/stripe/services/delegated_checkout_service.rb +0 -13
- 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/identity/blocklist_entry_service.rb +0 -71
- 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/issuing/program_service.rb +0 -52
- 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/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
- data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment_service.rb +0 -13
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/tax/location_service.rb +0 -45
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
- data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
- data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/iam/api_key_service.rb +0 -76
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -75
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -65
- 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/recipient_verification_service.rb +0 -43
- 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 -35
- data/lib/stripe/services/v2/payment_service.rb +0 -17
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +0 -72
- data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +0 -45
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/tax/manual_rule_service.rb +0 -65
- data/lib/stripe/services/v2/tax_service.rb +0 -15
- data/lib/stripe/services/v2/test_helper_service.rb +0 -16
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stripe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.2.0
|
|
4
|
+
version: 18.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Stripe is the easiest way to accept payments online. See https://stripe.com
|
|
14
14
|
for details.
|
|
@@ -40,55 +40,14 @@ files:
|
|
|
40
40
|
- lib/stripe/events/unknown_event_notification.rb
|
|
41
41
|
- lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
|
|
42
42
|
- lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
|
|
43
|
-
- lib/stripe/events/v2_billing_cadence_billed_event.rb
|
|
44
|
-
- lib/stripe/events/v2_billing_cadence_canceled_event.rb
|
|
45
|
-
- lib/stripe/events/v2_billing_cadence_created_event.rb
|
|
46
|
-
- lib/stripe/events/v2_billing_license_fee_created_event.rb
|
|
47
|
-
- lib/stripe/events/v2_billing_license_fee_updated_event.rb
|
|
48
|
-
- lib/stripe/events/v2_billing_license_fee_version_created_event.rb
|
|
49
|
-
- lib/stripe/events/v2_billing_licensed_item_created_event.rb
|
|
50
|
-
- lib/stripe/events/v2_billing_licensed_item_updated_event.rb
|
|
51
|
-
- lib/stripe/events/v2_billing_metered_item_created_event.rb
|
|
52
|
-
- lib/stripe/events/v2_billing_metered_item_updated_event.rb
|
|
53
|
-
- lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb
|
|
54
|
-
- lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb
|
|
55
|
-
- lib/stripe/events/v2_billing_pricing_plan_created_event.rb
|
|
56
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb
|
|
57
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb
|
|
58
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb
|
|
59
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb
|
|
60
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb
|
|
61
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb
|
|
62
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb
|
|
63
|
-
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb
|
|
64
|
-
- lib/stripe/events/v2_billing_pricing_plan_updated_event.rb
|
|
65
|
-
- lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb
|
|
66
|
-
- lib/stripe/events/v2_billing_rate_card_created_event.rb
|
|
67
|
-
- lib/stripe/events/v2_billing_rate_card_rate_created_event.rb
|
|
68
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb
|
|
69
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb
|
|
70
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb
|
|
71
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb
|
|
72
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb
|
|
73
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb
|
|
74
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb
|
|
75
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb
|
|
76
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb
|
|
77
|
-
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb
|
|
78
|
-
- lib/stripe/events/v2_billing_rate_card_updated_event.rb
|
|
79
|
-
- lib/stripe/events/v2_billing_rate_card_version_created_event.rb
|
|
80
43
|
- lib/stripe/events/v2_core_account_closed_event.rb
|
|
81
44
|
- lib/stripe/events/v2_core_account_created_event.rb
|
|
82
|
-
- lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb
|
|
83
|
-
- lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb
|
|
84
45
|
- lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
|
|
85
46
|
- lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb
|
|
86
47
|
- lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb
|
|
87
48
|
- lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb
|
|
88
49
|
- lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb
|
|
89
50
|
- lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb
|
|
90
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
|
|
91
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
|
|
92
51
|
- lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
|
|
93
52
|
- lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb
|
|
94
53
|
- lib/stripe/events/v2_core_account_including_identity_updated_event.rb
|
|
@@ -98,100 +57,7 @@ files:
|
|
|
98
57
|
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
|
99
58
|
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
|
100
59
|
- lib/stripe/events/v2_core_account_updated_event.rb
|
|
101
|
-
- lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb
|
|
102
|
-
- lib/stripe/events/v2_core_claimable_sandbox_created_event.rb
|
|
103
|
-
- lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb
|
|
104
|
-
- lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb
|
|
105
|
-
- lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb
|
|
106
60
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
|
107
|
-
- lib/stripe/events/v2_core_health_api_error_firing_event.rb
|
|
108
|
-
- lib/stripe/events/v2_core_health_api_error_resolved_event.rb
|
|
109
|
-
- lib/stripe/events/v2_core_health_api_latency_firing_event.rb
|
|
110
|
-
- lib/stripe/events/v2_core_health_api_latency_resolved_event.rb
|
|
111
|
-
- lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb
|
|
112
|
-
- lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb
|
|
113
|
-
- lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
|
|
114
|
-
- lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb
|
|
115
|
-
- lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb
|
|
116
|
-
- lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb
|
|
117
|
-
- lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb
|
|
118
|
-
- lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb
|
|
119
|
-
- lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb
|
|
120
|
-
- lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb
|
|
121
|
-
- lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb
|
|
122
|
-
- lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb
|
|
123
|
-
- lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb
|
|
124
|
-
- lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb
|
|
125
|
-
- lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb
|
|
126
|
-
- lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb
|
|
127
|
-
- lib/stripe/events/v2_iam_api_key_created_event.rb
|
|
128
|
-
- lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb
|
|
129
|
-
- lib/stripe/events/v2_iam_api_key_expired_event.rb
|
|
130
|
-
- lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb
|
|
131
|
-
- lib/stripe/events/v2_iam_api_key_rotated_event.rb
|
|
132
|
-
- lib/stripe/events/v2_iam_api_key_updated_event.rb
|
|
133
|
-
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
|
134
|
-
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
|
135
|
-
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
|
136
|
-
- lib/stripe/events/v2_money_management_financial_address_activated_event.rb
|
|
137
|
-
- lib/stripe/events/v2_money_management_financial_address_failed_event.rb
|
|
138
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb
|
|
139
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb
|
|
140
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb
|
|
141
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb
|
|
142
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb
|
|
143
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb
|
|
144
|
-
- lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb
|
|
145
|
-
- lib/stripe/events/v2_money_management_outbound_payment_created_event.rb
|
|
146
|
-
- lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb
|
|
147
|
-
- lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb
|
|
148
|
-
- lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb
|
|
149
|
-
- lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb
|
|
150
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb
|
|
151
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb
|
|
152
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb
|
|
153
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb
|
|
154
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb
|
|
155
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb
|
|
156
|
-
- lib/stripe/events/v2_money_management_payout_method_created_event.rb
|
|
157
|
-
- lib/stripe/events/v2_money_management_payout_method_updated_event.rb
|
|
158
|
-
- lib/stripe/events/v2_money_management_received_credit_available_event.rb
|
|
159
|
-
- lib/stripe/events/v2_money_management_received_credit_failed_event.rb
|
|
160
|
-
- lib/stripe/events/v2_money_management_received_credit_returned_event.rb
|
|
161
|
-
- lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb
|
|
162
|
-
- lib/stripe/events/v2_money_management_received_debit_canceled_event.rb
|
|
163
|
-
- lib/stripe/events/v2_money_management_received_debit_failed_event.rb
|
|
164
|
-
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
|
165
|
-
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
|
166
|
-
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
|
167
|
-
- lib/stripe/events/v2_money_management_recipient_verification_created_event.rb
|
|
168
|
-
- lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb
|
|
169
|
-
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
|
170
|
-
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
|
171
|
-
- lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb
|
|
172
|
-
- lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb
|
|
173
|
-
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb
|
|
174
|
-
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb
|
|
175
|
-
- lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb
|
|
176
|
-
- lib/stripe/events/v2_payments_off_session_payment_created_event.rb
|
|
177
|
-
- lib/stripe/events/v2_payments_off_session_payment_failed_event.rb
|
|
178
|
-
- lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb
|
|
179
|
-
- lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb
|
|
180
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb
|
|
181
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb
|
|
182
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb
|
|
183
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb
|
|
184
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb
|
|
185
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb
|
|
186
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb
|
|
187
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb
|
|
188
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb
|
|
189
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb
|
|
190
|
-
- lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb
|
|
191
|
-
- lib/stripe/events/v2_reporting_report_run_created_event.rb
|
|
192
|
-
- lib/stripe/events/v2_reporting_report_run_failed_event.rb
|
|
193
|
-
- lib/stripe/events/v2_reporting_report_run_succeeded_event.rb
|
|
194
|
-
- lib/stripe/events/v2_reporting_report_run_updated_event.rb
|
|
195
61
|
- lib/stripe/instrumentation.rb
|
|
196
62
|
- lib/stripe/list_object.rb
|
|
197
63
|
- lib/stripe/multipart_encoder.rb
|
|
@@ -211,9 +77,6 @@ files:
|
|
|
211
77
|
- lib/stripe/params/account_link_create_params.rb
|
|
212
78
|
- lib/stripe/params/account_list_params.rb
|
|
213
79
|
- lib/stripe/params/account_login_link_create_params.rb
|
|
214
|
-
- lib/stripe/params/account_notice_list_params.rb
|
|
215
|
-
- lib/stripe/params/account_notice_retrieve_params.rb
|
|
216
|
-
- lib/stripe/params/account_notice_update_params.rb
|
|
217
80
|
- lib/stripe/params/account_person_create_params.rb
|
|
218
81
|
- lib/stripe/params/account_person_delete_params.rb
|
|
219
82
|
- lib/stripe/params/account_person_list_params.rb
|
|
@@ -244,14 +107,12 @@ files:
|
|
|
244
107
|
- lib/stripe/params/balance_settings_update_params.rb
|
|
245
108
|
- lib/stripe/params/balance_transaction_list_params.rb
|
|
246
109
|
- lib/stripe/params/balance_transaction_retrieve_params.rb
|
|
247
|
-
- lib/stripe/params/balance_transfer_create_params.rb
|
|
248
110
|
- lib/stripe/params/billing/alert_activate_params.rb
|
|
249
111
|
- lib/stripe/params/billing/alert_archive_params.rb
|
|
250
112
|
- lib/stripe/params/billing/alert_create_params.rb
|
|
251
113
|
- lib/stripe/params/billing/alert_deactivate_params.rb
|
|
252
114
|
- lib/stripe/params/billing/alert_list_params.rb
|
|
253
115
|
- lib/stripe/params/billing/alert_retrieve_params.rb
|
|
254
|
-
- lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb
|
|
255
116
|
- lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb
|
|
256
117
|
- lib/stripe/params/billing/credit_balance_transaction_list_params.rb
|
|
257
118
|
- lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb
|
|
@@ -275,14 +136,6 @@ files:
|
|
|
275
136
|
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
|
276
137
|
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
|
277
138
|
- lib/stripe/params/billing_portal/session_create_params.rb
|
|
278
|
-
- lib/stripe/params/capital/financing_offer_create_params.rb
|
|
279
|
-
- lib/stripe/params/capital/financing_offer_list_params.rb
|
|
280
|
-
- lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
|
|
281
|
-
- lib/stripe/params/capital/financing_offer_refill_params.rb
|
|
282
|
-
- lib/stripe/params/capital/financing_offer_retrieve_params.rb
|
|
283
|
-
- lib/stripe/params/capital/financing_summary_retrieve_params.rb
|
|
284
|
-
- lib/stripe/params/capital/financing_transaction_list_params.rb
|
|
285
|
-
- lib/stripe/params/capital/financing_transaction_retrieve_params.rb
|
|
286
139
|
- lib/stripe/params/charge_capture_params.rb
|
|
287
140
|
- lib/stripe/params/charge_create_params.rb
|
|
288
141
|
- lib/stripe/params/charge_list_params.rb
|
|
@@ -356,11 +209,6 @@ files:
|
|
|
356
209
|
- lib/stripe/params/customer_tax_id_list_params.rb
|
|
357
210
|
- lib/stripe/params/customer_tax_id_retrieve_params.rb
|
|
358
211
|
- lib/stripe/params/customer_update_params.rb
|
|
359
|
-
- lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb
|
|
360
|
-
- lib/stripe/params/delegated_checkout/requested_session_create_params.rb
|
|
361
|
-
- lib/stripe/params/delegated_checkout/requested_session_expire_params.rb
|
|
362
|
-
- lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb
|
|
363
|
-
- lib/stripe/params/delegated_checkout/requested_session_update_params.rb
|
|
364
212
|
- lib/stripe/params/dispute_close_params.rb
|
|
365
213
|
- lib/stripe/params/dispute_list_params.rb
|
|
366
214
|
- lib/stripe/params/dispute_retrieve_params.rb
|
|
@@ -377,11 +225,6 @@ files:
|
|
|
377
225
|
- lib/stripe/params/event_retrieve_params.rb
|
|
378
226
|
- lib/stripe/params/exchange_rate_list_params.rb
|
|
379
227
|
- lib/stripe/params/exchange_rate_retrieve_params.rb
|
|
380
|
-
- lib/stripe/params/external_account_create_params.rb
|
|
381
|
-
- lib/stripe/params/external_account_delete_params.rb
|
|
382
|
-
- lib/stripe/params/external_account_list_params.rb
|
|
383
|
-
- lib/stripe/params/external_account_retrieve_params.rb
|
|
384
|
-
- lib/stripe/params/external_account_update_params.rb
|
|
385
228
|
- lib/stripe/params/file_create_params.rb
|
|
386
229
|
- lib/stripe/params/file_link_create_params.rb
|
|
387
230
|
- lib/stripe/params/file_link_list_params.rb
|
|
@@ -390,7 +233,6 @@ files:
|
|
|
390
233
|
- lib/stripe/params/file_list_params.rb
|
|
391
234
|
- lib/stripe/params/file_retrieve_params.rb
|
|
392
235
|
- lib/stripe/params/financial_connections/account_disconnect_params.rb
|
|
393
|
-
- lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb
|
|
394
236
|
- lib/stripe/params/financial_connections/account_list_owners_params.rb
|
|
395
237
|
- lib/stripe/params/financial_connections/account_list_params.rb
|
|
396
238
|
- lib/stripe/params/financial_connections/account_owner_list_params.rb
|
|
@@ -399,8 +241,6 @@ files:
|
|
|
399
241
|
- lib/stripe/params/financial_connections/account_retrieve_params.rb
|
|
400
242
|
- lib/stripe/params/financial_connections/account_subscribe_params.rb
|
|
401
243
|
- lib/stripe/params/financial_connections/account_unsubscribe_params.rb
|
|
402
|
-
- lib/stripe/params/financial_connections/institution_list_params.rb
|
|
403
|
-
- lib/stripe/params/financial_connections/institution_retrieve_params.rb
|
|
404
244
|
- lib/stripe/params/financial_connections/session_create_params.rb
|
|
405
245
|
- lib/stripe/params/financial_connections/session_retrieve_params.rb
|
|
406
246
|
- lib/stripe/params/financial_connections/transaction_list_params.rb
|
|
@@ -408,13 +248,6 @@ files:
|
|
|
408
248
|
- lib/stripe/params/forwarding/request_create_params.rb
|
|
409
249
|
- lib/stripe/params/forwarding/request_list_params.rb
|
|
410
250
|
- lib/stripe/params/forwarding/request_retrieve_params.rb
|
|
411
|
-
- lib/stripe/params/fx_quote_create_params.rb
|
|
412
|
-
- lib/stripe/params/fx_quote_list_params.rb
|
|
413
|
-
- lib/stripe/params/fx_quote_retrieve_params.rb
|
|
414
|
-
- lib/stripe/params/identity/blocklist_entry_create_params.rb
|
|
415
|
-
- lib/stripe/params/identity/blocklist_entry_disable_params.rb
|
|
416
|
-
- lib/stripe/params/identity/blocklist_entry_list_params.rb
|
|
417
|
-
- lib/stripe/params/identity/blocklist_entry_retrieve_params.rb
|
|
418
251
|
- lib/stripe/params/identity/verification_report_list_params.rb
|
|
419
252
|
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
|
420
253
|
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
|
@@ -477,21 +310,11 @@ files:
|
|
|
477
310
|
- lib/stripe/params/issuing/cardholder_list_params.rb
|
|
478
311
|
- lib/stripe/params/issuing/cardholder_retrieve_params.rb
|
|
479
312
|
- lib/stripe/params/issuing/cardholder_update_params.rb
|
|
480
|
-
- lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb
|
|
481
|
-
- lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb
|
|
482
|
-
- lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb
|
|
483
|
-
- lib/stripe/params/issuing/credit_underwriting_record_list_params.rb
|
|
484
|
-
- lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb
|
|
485
|
-
- lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb
|
|
486
313
|
- lib/stripe/params/issuing/dispute_create_params.rb
|
|
487
314
|
- lib/stripe/params/issuing/dispute_list_params.rb
|
|
488
315
|
- lib/stripe/params/issuing/dispute_retrieve_params.rb
|
|
489
|
-
- lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb
|
|
490
|
-
- lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb
|
|
491
316
|
- lib/stripe/params/issuing/dispute_submit_params.rb
|
|
492
317
|
- lib/stripe/params/issuing/dispute_update_params.rb
|
|
493
|
-
- lib/stripe/params/issuing/fraud_liability_debit_list_params.rb
|
|
494
|
-
- lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb
|
|
495
318
|
- lib/stripe/params/issuing/personalization_design_activate_params.rb
|
|
496
319
|
- lib/stripe/params/issuing/personalization_design_create_params.rb
|
|
497
320
|
- lib/stripe/params/issuing/personalization_design_deactivate_params.rb
|
|
@@ -501,10 +324,6 @@ files:
|
|
|
501
324
|
- lib/stripe/params/issuing/personalization_design_update_params.rb
|
|
502
325
|
- lib/stripe/params/issuing/physical_bundle_list_params.rb
|
|
503
326
|
- lib/stripe/params/issuing/physical_bundle_retrieve_params.rb
|
|
504
|
-
- lib/stripe/params/issuing/program_create_params.rb
|
|
505
|
-
- lib/stripe/params/issuing/program_list_params.rb
|
|
506
|
-
- lib/stripe/params/issuing/program_retrieve_params.rb
|
|
507
|
-
- lib/stripe/params/issuing/program_update_params.rb
|
|
508
327
|
- lib/stripe/params/issuing/token_list_params.rb
|
|
509
328
|
- lib/stripe/params/issuing/token_retrieve_params.rb
|
|
510
329
|
- lib/stripe/params/issuing/token_update_params.rb
|
|
@@ -514,21 +333,7 @@ files:
|
|
|
514
333
|
- lib/stripe/params/issuing/transaction_refund_params.rb
|
|
515
334
|
- lib/stripe/params/issuing/transaction_retrieve_params.rb
|
|
516
335
|
- lib/stripe/params/issuing/transaction_update_params.rb
|
|
517
|
-
- lib/stripe/params/mandate_list_params.rb
|
|
518
336
|
- lib/stripe/params/mandate_retrieve_params.rb
|
|
519
|
-
- lib/stripe/params/margin_create_params.rb
|
|
520
|
-
- lib/stripe/params/margin_list_params.rb
|
|
521
|
-
- lib/stripe/params/margin_retrieve_params.rb
|
|
522
|
-
- lib/stripe/params/margin_update_params.rb
|
|
523
|
-
- lib/stripe/params/order_cancel_params.rb
|
|
524
|
-
- lib/stripe/params/order_create_params.rb
|
|
525
|
-
- lib/stripe/params/order_line_item_list_params.rb
|
|
526
|
-
- lib/stripe/params/order_list_line_items_params.rb
|
|
527
|
-
- lib/stripe/params/order_list_params.rb
|
|
528
|
-
- lib/stripe/params/order_reopen_params.rb
|
|
529
|
-
- lib/stripe/params/order_retrieve_params.rb
|
|
530
|
-
- lib/stripe/params/order_submit_params.rb
|
|
531
|
-
- lib/stripe/params/order_update_params.rb
|
|
532
337
|
- lib/stripe/params/payment_attempt_record_list_params.rb
|
|
533
338
|
- lib/stripe/params/payment_attempt_record_retrieve_params.rb
|
|
534
339
|
- lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb
|
|
@@ -537,12 +342,10 @@ files:
|
|
|
537
342
|
- lib/stripe/params/payment_intent_capture_params.rb
|
|
538
343
|
- lib/stripe/params/payment_intent_confirm_params.rb
|
|
539
344
|
- lib/stripe/params/payment_intent_create_params.rb
|
|
540
|
-
- lib/stripe/params/payment_intent_decrement_authorization_params.rb
|
|
541
345
|
- lib/stripe/params/payment_intent_increment_authorization_params.rb
|
|
542
346
|
- lib/stripe/params/payment_intent_list_params.rb
|
|
543
347
|
- lib/stripe/params/payment_intent_retrieve_params.rb
|
|
544
348
|
- lib/stripe/params/payment_intent_search_params.rb
|
|
545
|
-
- lib/stripe/params/payment_intent_trigger_action_params.rb
|
|
546
349
|
- lib/stripe/params/payment_intent_update_params.rb
|
|
547
350
|
- lib/stripe/params/payment_intent_verify_microdeposits_params.rb
|
|
548
351
|
- lib/stripe/params/payment_link_create_params.rb
|
|
@@ -552,7 +355,6 @@ files:
|
|
|
552
355
|
- lib/stripe/params/payment_link_retrieve_params.rb
|
|
553
356
|
- lib/stripe/params/payment_link_update_params.rb
|
|
554
357
|
- lib/stripe/params/payment_method_attach_params.rb
|
|
555
|
-
- lib/stripe/params/payment_method_check_balance_params.rb
|
|
556
358
|
- lib/stripe/params/payment_method_configuration_create_params.rb
|
|
557
359
|
- lib/stripe/params/payment_method_configuration_list_params.rb
|
|
558
360
|
- lib/stripe/params/payment_method_configuration_retrieve_params.rb
|
|
@@ -591,15 +393,6 @@ files:
|
|
|
591
393
|
- lib/stripe/params/price_retrieve_params.rb
|
|
592
394
|
- lib/stripe/params/price_search_params.rb
|
|
593
395
|
- lib/stripe/params/price_update_params.rb
|
|
594
|
-
- lib/stripe/params/privacy/redaction_job_cancel_params.rb
|
|
595
|
-
- lib/stripe/params/privacy/redaction_job_create_params.rb
|
|
596
|
-
- lib/stripe/params/privacy/redaction_job_list_params.rb
|
|
597
|
-
- lib/stripe/params/privacy/redaction_job_retrieve_params.rb
|
|
598
|
-
- lib/stripe/params/privacy/redaction_job_run_params.rb
|
|
599
|
-
- lib/stripe/params/privacy/redaction_job_update_params.rb
|
|
600
|
-
- lib/stripe/params/privacy/redaction_job_validate_params.rb
|
|
601
|
-
- lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
|
|
602
|
-
- lib/stripe/params/product_catalog/trial_offer_create_params.rb
|
|
603
396
|
- lib/stripe/params/product_create_params.rb
|
|
604
397
|
- lib/stripe/params/product_delete_params.rb
|
|
605
398
|
- lib/stripe/params/product_feature_create_params.rb
|
|
@@ -620,23 +413,12 @@ files:
|
|
|
620
413
|
- lib/stripe/params/quote_create_params.rb
|
|
621
414
|
- lib/stripe/params/quote_finalize_quote_params.rb
|
|
622
415
|
- lib/stripe/params/quote_line_item_list_params.rb
|
|
623
|
-
- lib/stripe/params/quote_line_list_params.rb
|
|
624
416
|
- lib/stripe/params/quote_list_computed_upfront_line_items_params.rb
|
|
625
417
|
- lib/stripe/params/quote_list_line_items_params.rb
|
|
626
|
-
- lib/stripe/params/quote_list_lines_params.rb
|
|
627
418
|
- lib/stripe/params/quote_list_params.rb
|
|
628
|
-
- lib/stripe/params/quote_list_preview_invoice_lines_params.rb
|
|
629
|
-
- lib/stripe/params/quote_mark_draft_params.rb
|
|
630
|
-
- lib/stripe/params/quote_mark_stale_params.rb
|
|
631
419
|
- lib/stripe/params/quote_pdf_params.rb
|
|
632
|
-
- lib/stripe/params/quote_preview_invoice_list_params.rb
|
|
633
|
-
- lib/stripe/params/quote_preview_subscription_schedule_list_params.rb
|
|
634
|
-
- lib/stripe/params/quote_reestimate_params.rb
|
|
635
420
|
- lib/stripe/params/quote_retrieve_params.rb
|
|
636
421
|
- lib/stripe/params/quote_update_params.rb
|
|
637
|
-
- lib/stripe/params/radar/account_evaluation_create_params.rb
|
|
638
|
-
- lib/stripe/params/radar/account_evaluation_retrieve_params.rb
|
|
639
|
-
- lib/stripe/params/radar/account_evaluation_update_params.rb
|
|
640
422
|
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
|
641
423
|
- lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb
|
|
642
424
|
- lib/stripe/params/radar/value_list_create_params.rb
|
|
@@ -670,9 +452,6 @@ files:
|
|
|
670
452
|
- lib/stripe/params/setup_intent_retrieve_params.rb
|
|
671
453
|
- lib/stripe/params/setup_intent_update_params.rb
|
|
672
454
|
- lib/stripe/params/setup_intent_verify_microdeposits_params.rb
|
|
673
|
-
- lib/stripe/params/shared_payment/granted_token_create_params.rb
|
|
674
|
-
- lib/stripe/params/shared_payment/granted_token_retrieve_params.rb
|
|
675
|
-
- lib/stripe/params/shared_payment/granted_token_revoke_params.rb
|
|
676
455
|
- lib/stripe/params/shipping_rate_create_params.rb
|
|
677
456
|
- lib/stripe/params/shipping_rate_list_params.rb
|
|
678
457
|
- lib/stripe/params/shipping_rate_retrieve_params.rb
|
|
@@ -685,7 +464,6 @@ files:
|
|
|
685
464
|
- lib/stripe/params/source_transaction_list_params.rb
|
|
686
465
|
- lib/stripe/params/source_update_params.rb
|
|
687
466
|
- lib/stripe/params/source_verify_params.rb
|
|
688
|
-
- lib/stripe/params/subscription_attach_cadence_params.rb
|
|
689
467
|
- lib/stripe/params/subscription_cancel_params.rb
|
|
690
468
|
- lib/stripe/params/subscription_create_params.rb
|
|
691
469
|
- lib/stripe/params/subscription_delete_discount_params.rb
|
|
@@ -696,10 +474,8 @@ files:
|
|
|
696
474
|
- lib/stripe/params/subscription_item_update_params.rb
|
|
697
475
|
- lib/stripe/params/subscription_list_params.rb
|
|
698
476
|
- lib/stripe/params/subscription_migrate_params.rb
|
|
699
|
-
- lib/stripe/params/subscription_pause_params.rb
|
|
700
477
|
- lib/stripe/params/subscription_resume_params.rb
|
|
701
478
|
- lib/stripe/params/subscription_retrieve_params.rb
|
|
702
|
-
- lib/stripe/params/subscription_schedule_amend_params.rb
|
|
703
479
|
- lib/stripe/params/subscription_schedule_cancel_params.rb
|
|
704
480
|
- lib/stripe/params/subscription_schedule_create_params.rb
|
|
705
481
|
- lib/stripe/params/subscription_schedule_list_params.rb
|
|
@@ -713,12 +489,6 @@ files:
|
|
|
713
489
|
- lib/stripe/params/tax/calculation_line_item_list_params.rb
|
|
714
490
|
- lib/stripe/params/tax/calculation_list_line_items_params.rb
|
|
715
491
|
- lib/stripe/params/tax/calculation_retrieve_params.rb
|
|
716
|
-
- lib/stripe/params/tax/form_list_params.rb
|
|
717
|
-
- lib/stripe/params/tax/form_pdf_params.rb
|
|
718
|
-
- lib/stripe/params/tax/form_retrieve_params.rb
|
|
719
|
-
- lib/stripe/params/tax/location_create_params.rb
|
|
720
|
-
- lib/stripe/params/tax/location_list_params.rb
|
|
721
|
-
- lib/stripe/params/tax/location_retrieve_params.rb
|
|
722
492
|
- lib/stripe/params/tax/registration_create_params.rb
|
|
723
493
|
- lib/stripe/params/tax/registration_list_params.rb
|
|
724
494
|
- lib/stripe/params/tax/registration_retrieve_params.rb
|
|
@@ -755,7 +525,6 @@ files:
|
|
|
755
525
|
- lib/stripe/params/terminal/reader_cancel_action_params.rb
|
|
756
526
|
- lib/stripe/params/terminal/reader_collect_inputs_params.rb
|
|
757
527
|
- lib/stripe/params/terminal/reader_collect_payment_method_params.rb
|
|
758
|
-
- lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb
|
|
759
528
|
- lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb
|
|
760
529
|
- lib/stripe/params/terminal/reader_create_params.rb
|
|
761
530
|
- lib/stripe/params/terminal/reader_delete_params.rb
|
|
@@ -769,8 +538,6 @@ files:
|
|
|
769
538
|
- lib/stripe/params/terminal/reader_succeed_input_collection_params.rb
|
|
770
539
|
- lib/stripe/params/terminal/reader_timeout_input_collection_params.rb
|
|
771
540
|
- lib/stripe/params/terminal/reader_update_params.rb
|
|
772
|
-
- lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb
|
|
773
|
-
- lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb
|
|
774
541
|
- lib/stripe/params/test_helpers/confirmation_token_create_params.rb
|
|
775
542
|
- lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb
|
|
776
543
|
- lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb
|
|
@@ -792,8 +559,6 @@ files:
|
|
|
792
559
|
- lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb
|
|
793
560
|
- lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb
|
|
794
561
|
- lib/stripe/params/test_helpers/refund_expire_params.rb
|
|
795
|
-
- lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb
|
|
796
|
-
- lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb
|
|
797
562
|
- lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb
|
|
798
563
|
- lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb
|
|
799
564
|
- lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb
|
|
@@ -878,92 +643,10 @@ files:
|
|
|
878
643
|
- lib/stripe/params/treasury/transaction_entry_retrieve_params.rb
|
|
879
644
|
- lib/stripe/params/treasury/transaction_list_params.rb
|
|
880
645
|
- lib/stripe/params/treasury/transaction_retrieve_params.rb
|
|
881
|
-
- lib/stripe/params/v2/billing/bill_setting_create_params.rb
|
|
882
|
-
- lib/stripe/params/v2/billing/bill_setting_list_params.rb
|
|
883
|
-
- lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb
|
|
884
|
-
- lib/stripe/params/v2/billing/bill_setting_update_params.rb
|
|
885
|
-
- lib/stripe/params/v2/billing/bill_settings/version_list_params.rb
|
|
886
|
-
- lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb
|
|
887
|
-
- lib/stripe/params/v2/billing/cadence_cancel_params.rb
|
|
888
|
-
- lib/stripe/params/v2/billing/cadence_create_params.rb
|
|
889
|
-
- lib/stripe/params/v2/billing/cadence_list_params.rb
|
|
890
|
-
- lib/stripe/params/v2/billing/cadence_retrieve_params.rb
|
|
891
|
-
- lib/stripe/params/v2/billing/cadence_update_params.rb
|
|
892
|
-
- lib/stripe/params/v2/billing/collection_setting_create_params.rb
|
|
893
|
-
- lib/stripe/params/v2/billing/collection_setting_list_params.rb
|
|
894
|
-
- lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb
|
|
895
|
-
- lib/stripe/params/v2/billing/collection_setting_update_params.rb
|
|
896
|
-
- lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
|
|
897
|
-
- lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
|
|
898
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb
|
|
899
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb
|
|
900
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb
|
|
901
|
-
- lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb
|
|
902
|
-
- lib/stripe/params/v2/billing/intent_cancel_params.rb
|
|
903
|
-
- lib/stripe/params/v2/billing/intent_commit_params.rb
|
|
904
|
-
- lib/stripe/params/v2/billing/intent_create_params.rb
|
|
905
|
-
- lib/stripe/params/v2/billing/intent_list_params.rb
|
|
906
|
-
- lib/stripe/params/v2/billing/intent_release_reservation_params.rb
|
|
907
|
-
- lib/stripe/params/v2/billing/intent_reserve_params.rb
|
|
908
|
-
- lib/stripe/params/v2/billing/intent_retrieve_params.rb
|
|
909
|
-
- lib/stripe/params/v2/billing/intents/action_list_params.rb
|
|
910
|
-
- lib/stripe/params/v2/billing/intents/action_retrieve_params.rb
|
|
911
|
-
- lib/stripe/params/v2/billing/license_fee_create_params.rb
|
|
912
|
-
- lib/stripe/params/v2/billing/license_fee_list_params.rb
|
|
913
|
-
- lib/stripe/params/v2/billing/license_fee_retrieve_params.rb
|
|
914
|
-
- lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb
|
|
915
|
-
- lib/stripe/params/v2/billing/license_fee_update_params.rb
|
|
916
|
-
- lib/stripe/params/v2/billing/license_fees/version_list_params.rb
|
|
917
|
-
- lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb
|
|
918
|
-
- lib/stripe/params/v2/billing/licensed_item_create_params.rb
|
|
919
|
-
- lib/stripe/params/v2/billing/licensed_item_list_params.rb
|
|
920
|
-
- lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb
|
|
921
|
-
- lib/stripe/params/v2/billing/licensed_item_update_params.rb
|
|
922
646
|
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
|
923
647
|
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
|
924
648
|
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
|
925
649
|
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
|
926
|
-
- lib/stripe/params/v2/billing/metered_item_create_params.rb
|
|
927
|
-
- lib/stripe/params/v2/billing/metered_item_list_params.rb
|
|
928
|
-
- lib/stripe/params/v2/billing/metered_item_retrieve_params.rb
|
|
929
|
-
- lib/stripe/params/v2/billing/metered_item_update_params.rb
|
|
930
|
-
- lib/stripe/params/v2/billing/pricing_plan_create_params.rb
|
|
931
|
-
- lib/stripe/params/v2/billing/pricing_plan_list_params.rb
|
|
932
|
-
- lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb
|
|
933
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb
|
|
934
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb
|
|
935
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb
|
|
936
|
-
- lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb
|
|
937
|
-
- lib/stripe/params/v2/billing/pricing_plan_update_params.rb
|
|
938
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb
|
|
939
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb
|
|
940
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb
|
|
941
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb
|
|
942
|
-
- lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb
|
|
943
|
-
- lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb
|
|
944
|
-
- lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb
|
|
945
|
-
- lib/stripe/params/v2/billing/profile_create_params.rb
|
|
946
|
-
- lib/stripe/params/v2/billing/profile_list_params.rb
|
|
947
|
-
- lib/stripe/params/v2/billing/profile_retrieve_params.rb
|
|
948
|
-
- lib/stripe/params/v2/billing/profile_update_params.rb
|
|
949
|
-
- lib/stripe/params/v2/billing/rate_card_create_params.rb
|
|
950
|
-
- lib/stripe/params/v2/billing/rate_card_list_params.rb
|
|
951
|
-
- lib/stripe/params/v2/billing/rate_card_retrieve_params.rb
|
|
952
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb
|
|
953
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb
|
|
954
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb
|
|
955
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb
|
|
956
|
-
- lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb
|
|
957
|
-
- lib/stripe/params/v2/billing/rate_card_update_params.rb
|
|
958
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb
|
|
959
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb
|
|
960
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb
|
|
961
|
-
- lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb
|
|
962
|
-
- lib/stripe/params/v2/billing/rate_cards/version_list_params.rb
|
|
963
|
-
- lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb
|
|
964
|
-
- lib/stripe/params/v2/billing/service_action_create_params.rb
|
|
965
|
-
- lib/stripe/params/v2/billing/service_action_retrieve_params.rb
|
|
966
|
-
- lib/stripe/params/v2/billing/service_action_update_params.rb
|
|
967
650
|
- lib/stripe/params/v2/core/account_close_params.rb
|
|
968
651
|
- lib/stripe/params/v2/core/account_create_params.rb
|
|
969
652
|
- lib/stripe/params/v2/core/account_link_create_params.rb
|
|
@@ -979,8 +662,6 @@ files:
|
|
|
979
662
|
- lib/stripe/params/v2/core/accounts/person_token_create_params.rb
|
|
980
663
|
- lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb
|
|
981
664
|
- lib/stripe/params/v2/core/accounts/person_update_params.rb
|
|
982
|
-
- lib/stripe/params/v2/core/claimable_sandbox_create_params.rb
|
|
983
|
-
- lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb
|
|
984
665
|
- lib/stripe/params/v2/core/event_destination_create_params.rb
|
|
985
666
|
- lib/stripe/params/v2/core/event_destination_delete_params.rb
|
|
986
667
|
- lib/stripe/params/v2/core/event_destination_disable_params.rb
|
|
@@ -991,96 +672,6 @@ files:
|
|
|
991
672
|
- lib/stripe/params/v2/core/event_destination_update_params.rb
|
|
992
673
|
- lib/stripe/params/v2/core/event_list_params.rb
|
|
993
674
|
- lib/stripe/params/v2/core/event_retrieve_params.rb
|
|
994
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb
|
|
995
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb
|
|
996
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb
|
|
997
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb
|
|
998
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb
|
|
999
|
-
- lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb
|
|
1000
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb
|
|
1001
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb
|
|
1002
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb
|
|
1003
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb
|
|
1004
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
|
|
1005
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb
|
|
1006
|
-
- lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
|
|
1007
|
-
- lib/stripe/params/v2/iam/api_key_create_params.rb
|
|
1008
|
-
- lib/stripe/params/v2/iam/api_key_expire_params.rb
|
|
1009
|
-
- lib/stripe/params/v2/iam/api_key_list_params.rb
|
|
1010
|
-
- lib/stripe/params/v2/iam/api_key_retrieve_params.rb
|
|
1011
|
-
- lib/stripe/params/v2/iam/api_key_rotate_params.rb
|
|
1012
|
-
- lib/stripe/params/v2/iam/api_key_update_params.rb
|
|
1013
|
-
- lib/stripe/params/v2/money_management/adjustment_list_params.rb
|
|
1014
|
-
- lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
|
|
1015
|
-
- lib/stripe/params/v2/money_management/currency_conversion_create_params.rb
|
|
1016
|
-
- lib/stripe/params/v2/money_management/currency_conversion_list_params.rb
|
|
1017
|
-
- lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb
|
|
1018
|
-
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
|
|
1019
|
-
- lib/stripe/params/v2/money_management/financial_account_create_params.rb
|
|
1020
|
-
- lib/stripe/params/v2/money_management/financial_account_list_params.rb
|
|
1021
|
-
- lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb
|
|
1022
|
-
- lib/stripe/params/v2/money_management/financial_account_update_params.rb
|
|
1023
|
-
- lib/stripe/params/v2/money_management/financial_address_create_params.rb
|
|
1024
|
-
- lib/stripe/params/v2/money_management/financial_address_list_params.rb
|
|
1025
|
-
- lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb
|
|
1026
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb
|
|
1027
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb
|
|
1028
|
-
- lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb
|
|
1029
|
-
- lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb
|
|
1030
|
-
- lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
|
|
1031
|
-
- lib/stripe/params/v2/money_management/outbound_payment_list_params.rb
|
|
1032
|
-
- lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb
|
|
1033
|
-
- lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb
|
|
1034
|
-
- lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb
|
|
1035
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb
|
|
1036
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb
|
|
1037
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb
|
|
1038
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb
|
|
1039
|
-
- lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb
|
|
1040
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb
|
|
1041
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
|
|
1042
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb
|
|
1043
|
-
- lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb
|
|
1044
|
-
- lib/stripe/params/v2/money_management/payout_method_archive_params.rb
|
|
1045
|
-
- lib/stripe/params/v2/money_management/payout_method_list_params.rb
|
|
1046
|
-
- lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb
|
|
1047
|
-
- lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb
|
|
1048
|
-
- lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb
|
|
1049
|
-
- lib/stripe/params/v2/money_management/received_credit_list_params.rb
|
|
1050
|
-
- lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
|
|
1051
|
-
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
|
|
1052
|
-
- lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
|
|
1053
|
-
- lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb
|
|
1054
|
-
- lib/stripe/params/v2/money_management/recipient_verification_create_params.rb
|
|
1055
|
-
- lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb
|
|
1056
|
-
- lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
|
|
1057
|
-
- lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
|
|
1058
|
-
- lib/stripe/params/v2/money_management/transaction_list_params.rb
|
|
1059
|
-
- lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
|
|
1060
|
-
- lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb
|
|
1061
|
-
- lib/stripe/params/v2/payments/off_session_payment_capture_params.rb
|
|
1062
|
-
- lib/stripe/params/v2/payments/off_session_payment_create_params.rb
|
|
1063
|
-
- lib/stripe/params/v2/payments/off_session_payment_list_params.rb
|
|
1064
|
-
- lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb
|
|
1065
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb
|
|
1066
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb
|
|
1067
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb
|
|
1068
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb
|
|
1069
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb
|
|
1070
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb
|
|
1071
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb
|
|
1072
|
-
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb
|
|
1073
|
-
- lib/stripe/params/v2/reporting/report_retrieve_params.rb
|
|
1074
|
-
- lib/stripe/params/v2/reporting/report_run_create_params.rb
|
|
1075
|
-
- lib/stripe/params/v2/reporting/report_run_retrieve_params.rb
|
|
1076
|
-
- lib/stripe/params/v2/tax/manual_rule_create_params.rb
|
|
1077
|
-
- lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb
|
|
1078
|
-
- lib/stripe/params/v2/tax/manual_rule_list_params.rb
|
|
1079
|
-
- lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb
|
|
1080
|
-
- lib/stripe/params/v2/tax/manual_rule_update_params.rb
|
|
1081
|
-
- lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
|
|
1082
|
-
- lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
|
|
1083
|
-
- lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb
|
|
1084
675
|
- lib/stripe/params/webhook_endpoint_create_params.rb
|
|
1085
676
|
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
|
1086
677
|
- lib/stripe/params/webhook_endpoint_list_params.rb
|
|
@@ -1091,7 +682,6 @@ files:
|
|
|
1091
682
|
- lib/stripe/resources.rb
|
|
1092
683
|
- lib/stripe/resources/account.rb
|
|
1093
684
|
- lib/stripe/resources/account_link.rb
|
|
1094
|
-
- lib/stripe/resources/account_notice.rb
|
|
1095
685
|
- lib/stripe/resources/account_session.rb
|
|
1096
686
|
- lib/stripe/resources/alipay_account.rb
|
|
1097
687
|
- lib/stripe/resources/apple_pay_domain.rb
|
|
@@ -1102,12 +692,9 @@ files:
|
|
|
1102
692
|
- lib/stripe/resources/balance.rb
|
|
1103
693
|
- lib/stripe/resources/balance_settings.rb
|
|
1104
694
|
- lib/stripe/resources/balance_transaction.rb
|
|
1105
|
-
- lib/stripe/resources/balance_transfer.rb
|
|
1106
695
|
- lib/stripe/resources/bank_account.rb
|
|
1107
696
|
- lib/stripe/resources/billing/alert.rb
|
|
1108
697
|
- lib/stripe/resources/billing/alert_triggered.rb
|
|
1109
|
-
- lib/stripe/resources/billing/analytics/meter_usage.rb
|
|
1110
|
-
- lib/stripe/resources/billing/analytics/meter_usage_row.rb
|
|
1111
698
|
- lib/stripe/resources/billing/credit_balance_summary.rb
|
|
1112
699
|
- lib/stripe/resources/billing/credit_balance_transaction.rb
|
|
1113
700
|
- lib/stripe/resources/billing/credit_grant.rb
|
|
@@ -1118,9 +705,6 @@ files:
|
|
|
1118
705
|
- lib/stripe/resources/billing_portal/configuration.rb
|
|
1119
706
|
- lib/stripe/resources/billing_portal/session.rb
|
|
1120
707
|
- lib/stripe/resources/capability.rb
|
|
1121
|
-
- lib/stripe/resources/capital/financing_offer.rb
|
|
1122
|
-
- lib/stripe/resources/capital/financing_summary.rb
|
|
1123
|
-
- lib/stripe/resources/capital/financing_transaction.rb
|
|
1124
708
|
- lib/stripe/resources/card.rb
|
|
1125
709
|
- lib/stripe/resources/cash_balance.rb
|
|
1126
710
|
- lib/stripe/resources/charge.rb
|
|
@@ -1138,7 +722,6 @@ files:
|
|
|
1138
722
|
- lib/stripe/resources/customer_balance_transaction.rb
|
|
1139
723
|
- lib/stripe/resources/customer_cash_balance_transaction.rb
|
|
1140
724
|
- lib/stripe/resources/customer_session.rb
|
|
1141
|
-
- lib/stripe/resources/delegated_checkout/requested_session.rb
|
|
1142
725
|
- lib/stripe/resources/discount.rb
|
|
1143
726
|
- lib/stripe/resources/dispute.rb
|
|
1144
727
|
- lib/stripe/resources/entitlements/active_entitlement.rb
|
|
@@ -1150,16 +733,12 @@ files:
|
|
|
1150
733
|
- lib/stripe/resources/file.rb
|
|
1151
734
|
- lib/stripe/resources/file_link.rb
|
|
1152
735
|
- lib/stripe/resources/financial_connections/account.rb
|
|
1153
|
-
- lib/stripe/resources/financial_connections/account_inferred_balance.rb
|
|
1154
736
|
- lib/stripe/resources/financial_connections/account_owner.rb
|
|
1155
737
|
- lib/stripe/resources/financial_connections/account_ownership.rb
|
|
1156
|
-
- lib/stripe/resources/financial_connections/institution.rb
|
|
1157
738
|
- lib/stripe/resources/financial_connections/session.rb
|
|
1158
739
|
- lib/stripe/resources/financial_connections/transaction.rb
|
|
1159
740
|
- lib/stripe/resources/forwarding/request.rb
|
|
1160
741
|
- lib/stripe/resources/funding_instructions.rb
|
|
1161
|
-
- lib/stripe/resources/fx_quote.rb
|
|
1162
|
-
- lib/stripe/resources/identity/blocklist_entry.rb
|
|
1163
742
|
- lib/stripe/resources/identity/verification_report.rb
|
|
1164
743
|
- lib/stripe/resources/identity/verification_session.rb
|
|
1165
744
|
- lib/stripe/resources/invoice.rb
|
|
@@ -1170,27 +749,19 @@ files:
|
|
|
1170
749
|
- lib/stripe/resources/issuing/authorization.rb
|
|
1171
750
|
- lib/stripe/resources/issuing/card.rb
|
|
1172
751
|
- lib/stripe/resources/issuing/cardholder.rb
|
|
1173
|
-
- lib/stripe/resources/issuing/credit_underwriting_record.rb
|
|
1174
752
|
- lib/stripe/resources/issuing/dispute.rb
|
|
1175
|
-
- lib/stripe/resources/issuing/dispute_settlement_detail.rb
|
|
1176
|
-
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
|
1177
753
|
- lib/stripe/resources/issuing/personalization_design.rb
|
|
1178
754
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
|
1179
|
-
- lib/stripe/resources/issuing/program.rb
|
|
1180
|
-
- lib/stripe/resources/issuing/settlement.rb
|
|
1181
755
|
- lib/stripe/resources/issuing/token.rb
|
|
1182
756
|
- lib/stripe/resources/issuing/transaction.rb
|
|
1183
757
|
- lib/stripe/resources/line_item.rb
|
|
1184
758
|
- lib/stripe/resources/login_link.rb
|
|
1185
759
|
- lib/stripe/resources/mandate.rb
|
|
1186
|
-
- lib/stripe/resources/margin.rb
|
|
1187
|
-
- lib/stripe/resources/order.rb
|
|
1188
760
|
- lib/stripe/resources/payment_attempt_record.rb
|
|
1189
761
|
- lib/stripe/resources/payment_intent.rb
|
|
1190
762
|
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
|
1191
763
|
- lib/stripe/resources/payment_link.rb
|
|
1192
764
|
- lib/stripe/resources/payment_method.rb
|
|
1193
|
-
- lib/stripe/resources/payment_method_balance.rb
|
|
1194
765
|
- lib/stripe/resources/payment_method_configuration.rb
|
|
1195
766
|
- lib/stripe/resources/payment_method_domain.rb
|
|
1196
767
|
- lib/stripe/resources/payment_record.rb
|
|
@@ -1198,17 +769,10 @@ files:
|
|
|
1198
769
|
- lib/stripe/resources/person.rb
|
|
1199
770
|
- lib/stripe/resources/plan.rb
|
|
1200
771
|
- lib/stripe/resources/price.rb
|
|
1201
|
-
- lib/stripe/resources/privacy/redaction_job.rb
|
|
1202
|
-
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
|
1203
772
|
- lib/stripe/resources/product.rb
|
|
1204
|
-
- lib/stripe/resources/product_catalog/trial_offer.rb
|
|
1205
773
|
- lib/stripe/resources/product_feature.rb
|
|
1206
774
|
- lib/stripe/resources/promotion_code.rb
|
|
1207
775
|
- lib/stripe/resources/quote.rb
|
|
1208
|
-
- lib/stripe/resources/quote_line.rb
|
|
1209
|
-
- lib/stripe/resources/quote_preview_invoice.rb
|
|
1210
|
-
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
|
1211
|
-
- lib/stripe/resources/radar/account_evaluation.rb
|
|
1212
776
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
|
1213
777
|
- lib/stripe/resources/radar/value_list.rb
|
|
1214
778
|
- lib/stripe/resources/radar/value_list_item.rb
|
|
@@ -1221,7 +785,6 @@ files:
|
|
|
1221
785
|
- lib/stripe/resources/review.rb
|
|
1222
786
|
- lib/stripe/resources/setup_attempt.rb
|
|
1223
787
|
- lib/stripe/resources/setup_intent.rb
|
|
1224
|
-
- lib/stripe/resources/shared_payment/granted_token.rb
|
|
1225
788
|
- lib/stripe/resources/shipping_rate.rb
|
|
1226
789
|
- lib/stripe/resources/sigma/scheduled_query_run.rb
|
|
1227
790
|
- lib/stripe/resources/source.rb
|
|
@@ -1233,8 +796,6 @@ files:
|
|
|
1233
796
|
- lib/stripe/resources/tax/association.rb
|
|
1234
797
|
- lib/stripe/resources/tax/calculation.rb
|
|
1235
798
|
- lib/stripe/resources/tax/calculation_line_item.rb
|
|
1236
|
-
- lib/stripe/resources/tax/form.rb
|
|
1237
|
-
- lib/stripe/resources/tax/location.rb
|
|
1238
799
|
- lib/stripe/resources/tax/registration.rb
|
|
1239
800
|
- lib/stripe/resources/tax/settings.rb
|
|
1240
801
|
- lib/stripe/resources/tax/transaction.rb
|
|
@@ -1248,12 +809,10 @@ files:
|
|
|
1248
809
|
- lib/stripe/resources/terminal/location.rb
|
|
1249
810
|
- lib/stripe/resources/terminal/onboarding_link.rb
|
|
1250
811
|
- lib/stripe/resources/terminal/reader.rb
|
|
1251
|
-
- lib/stripe/resources/terminal/reader_collected_data.rb
|
|
1252
812
|
- lib/stripe/resources/test_helpers/test_clock.rb
|
|
1253
813
|
- lib/stripe/resources/token.rb
|
|
1254
814
|
- lib/stripe/resources/topup.rb
|
|
1255
815
|
- lib/stripe/resources/transfer.rb
|
|
1256
|
-
- lib/stripe/resources/transit_balance.rb
|
|
1257
816
|
- lib/stripe/resources/treasury/credit_reversal.rb
|
|
1258
817
|
- lib/stripe/resources/treasury/debit_reversal.rb
|
|
1259
818
|
- lib/stripe/resources/treasury/financial_account.rb
|
|
@@ -1266,70 +825,18 @@ files:
|
|
|
1266
825
|
- lib/stripe/resources/treasury/transaction.rb
|
|
1267
826
|
- lib/stripe/resources/treasury/transaction_entry.rb
|
|
1268
827
|
- lib/stripe/resources/v2/amount.rb
|
|
1269
|
-
- lib/stripe/resources/v2/billing/bill_setting.rb
|
|
1270
|
-
- lib/stripe/resources/v2/billing/bill_setting_version.rb
|
|
1271
|
-
- lib/stripe/resources/v2/billing/cadence.rb
|
|
1272
|
-
- lib/stripe/resources/v2/billing/collection_setting.rb
|
|
1273
|
-
- lib/stripe/resources/v2/billing/collection_setting_version.rb
|
|
1274
|
-
- lib/stripe/resources/v2/billing/custom_pricing_unit.rb
|
|
1275
|
-
- lib/stripe/resources/v2/billing/intent.rb
|
|
1276
|
-
- lib/stripe/resources/v2/billing/intent_action.rb
|
|
1277
|
-
- lib/stripe/resources/v2/billing/license_fee.rb
|
|
1278
|
-
- lib/stripe/resources/v2/billing/license_fee_subscription.rb
|
|
1279
|
-
- lib/stripe/resources/v2/billing/license_fee_version.rb
|
|
1280
|
-
- lib/stripe/resources/v2/billing/licensed_item.rb
|
|
1281
828
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
|
1282
829
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
|
1283
830
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
|
1284
|
-
- lib/stripe/resources/v2/billing/metered_item.rb
|
|
1285
|
-
- lib/stripe/resources/v2/billing/pricing_plan.rb
|
|
1286
|
-
- lib/stripe/resources/v2/billing/pricing_plan_component.rb
|
|
1287
|
-
- lib/stripe/resources/v2/billing/pricing_plan_subscription.rb
|
|
1288
|
-
- lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb
|
|
1289
|
-
- lib/stripe/resources/v2/billing/pricing_plan_version.rb
|
|
1290
|
-
- lib/stripe/resources/v2/billing/profile.rb
|
|
1291
|
-
- lib/stripe/resources/v2/billing/rate_card.rb
|
|
1292
|
-
- lib/stripe/resources/v2/billing/rate_card_rate.rb
|
|
1293
|
-
- lib/stripe/resources/v2/billing/rate_card_subscription.rb
|
|
1294
|
-
- lib/stripe/resources/v2/billing/rate_card_version.rb
|
|
1295
|
-
- lib/stripe/resources/v2/billing/service_action.rb
|
|
1296
831
|
- lib/stripe/resources/v2/core/account.rb
|
|
1297
832
|
- lib/stripe/resources/v2/core/account_link.rb
|
|
1298
833
|
- lib/stripe/resources/v2/core/account_person.rb
|
|
1299
834
|
- lib/stripe/resources/v2/core/account_person_token.rb
|
|
1300
835
|
- lib/stripe/resources/v2/core/account_token.rb
|
|
1301
|
-
- lib/stripe/resources/v2/core/claimable_sandbox.rb
|
|
1302
836
|
- lib/stripe/resources/v2/core/event.rb
|
|
1303
837
|
- lib/stripe/resources/v2/core/event_destination.rb
|
|
1304
838
|
- lib/stripe/resources/v2/core/event_notification.rb
|
|
1305
|
-
- lib/stripe/resources/v2/core/vault/gb_bank_account.rb
|
|
1306
|
-
- lib/stripe/resources/v2/core/vault/us_bank_account.rb
|
|
1307
839
|
- lib/stripe/resources/v2/deleted_object.rb
|
|
1308
|
-
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
|
1309
|
-
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
|
1310
|
-
- lib/stripe/resources/v2/iam/api_key.rb
|
|
1311
|
-
- lib/stripe/resources/v2/money_management/adjustment.rb
|
|
1312
|
-
- lib/stripe/resources/v2/money_management/currency_conversion.rb
|
|
1313
|
-
- lib/stripe/resources/v2/money_management/financial_account.rb
|
|
1314
|
-
- lib/stripe/resources/v2/money_management/financial_address.rb
|
|
1315
|
-
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
|
1316
|
-
- lib/stripe/resources/v2/money_management/outbound_payment.rb
|
|
1317
|
-
- lib/stripe/resources/v2/money_management/outbound_payment_quote.rb
|
|
1318
|
-
- lib/stripe/resources/v2/money_management/outbound_setup_intent.rb
|
|
1319
|
-
- lib/stripe/resources/v2/money_management/outbound_transfer.rb
|
|
1320
|
-
- lib/stripe/resources/v2/money_management/payout_method.rb
|
|
1321
|
-
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
|
1322
|
-
- lib/stripe/resources/v2/money_management/received_credit.rb
|
|
1323
|
-
- lib/stripe/resources/v2/money_management/received_debit.rb
|
|
1324
|
-
- lib/stripe/resources/v2/money_management/recipient_verification.rb
|
|
1325
|
-
- lib/stripe/resources/v2/money_management/transaction.rb
|
|
1326
|
-
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
|
1327
|
-
- lib/stripe/resources/v2/payments/off_session_payment.rb
|
|
1328
|
-
- lib/stripe/resources/v2/payments/settlement_allocation_intent.rb
|
|
1329
|
-
- lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb
|
|
1330
|
-
- lib/stripe/resources/v2/reporting/report.rb
|
|
1331
|
-
- lib/stripe/resources/v2/reporting/report_run.rb
|
|
1332
|
-
- lib/stripe/resources/v2/tax/manual_rule.rb
|
|
1333
840
|
- lib/stripe/resources/webhook_endpoint.rb
|
|
1334
841
|
- lib/stripe/search_result_object.rb
|
|
1335
842
|
- lib/stripe/services.rb
|
|
@@ -1337,7 +844,6 @@ files:
|
|
|
1337
844
|
- lib/stripe/services/account_external_account_service.rb
|
|
1338
845
|
- lib/stripe/services/account_link_service.rb
|
|
1339
846
|
- lib/stripe/services/account_login_link_service.rb
|
|
1340
|
-
- lib/stripe/services/account_notice_service.rb
|
|
1341
847
|
- lib/stripe/services/account_person_service.rb
|
|
1342
848
|
- lib/stripe/services/account_service.rb
|
|
1343
849
|
- lib/stripe/services/account_session_service.rb
|
|
@@ -1349,10 +855,7 @@ files:
|
|
|
1349
855
|
- lib/stripe/services/balance_service.rb
|
|
1350
856
|
- lib/stripe/services/balance_settings_service.rb
|
|
1351
857
|
- lib/stripe/services/balance_transaction_service.rb
|
|
1352
|
-
- lib/stripe/services/balance_transfer_service.rb
|
|
1353
858
|
- lib/stripe/services/billing/alert_service.rb
|
|
1354
|
-
- lib/stripe/services/billing/analytics/meter_usage_service.rb
|
|
1355
|
-
- lib/stripe/services/billing/analytics_service.rb
|
|
1356
859
|
- lib/stripe/services/billing/credit_balance_summary_service.rb
|
|
1357
860
|
- lib/stripe/services/billing/credit_balance_transaction_service.rb
|
|
1358
861
|
- lib/stripe/services/billing/credit_grant_service.rb
|
|
@@ -1364,10 +867,6 @@ files:
|
|
|
1364
867
|
- lib/stripe/services/billing_portal/session_service.rb
|
|
1365
868
|
- lib/stripe/services/billing_portal_service.rb
|
|
1366
869
|
- lib/stripe/services/billing_service.rb
|
|
1367
|
-
- lib/stripe/services/capital/financing_offer_service.rb
|
|
1368
|
-
- lib/stripe/services/capital/financing_summary_service.rb
|
|
1369
|
-
- lib/stripe/services/capital/financing_transaction_service.rb
|
|
1370
|
-
- lib/stripe/services/capital_service.rb
|
|
1371
870
|
- lib/stripe/services/charge_service.rb
|
|
1372
871
|
- lib/stripe/services/checkout/session_line_item_service.rb
|
|
1373
872
|
- lib/stripe/services/checkout/session_service.rb
|
|
@@ -1391,8 +890,6 @@ files:
|
|
|
1391
890
|
- lib/stripe/services/customer_service.rb
|
|
1392
891
|
- lib/stripe/services/customer_session_service.rb
|
|
1393
892
|
- lib/stripe/services/customer_tax_id_service.rb
|
|
1394
|
-
- lib/stripe/services/delegated_checkout/requested_session_service.rb
|
|
1395
|
-
- lib/stripe/services/delegated_checkout_service.rb
|
|
1396
893
|
- lib/stripe/services/dispute_service.rb
|
|
1397
894
|
- lib/stripe/services/entitlements/active_entitlement_service.rb
|
|
1398
895
|
- lib/stripe/services/entitlements/feature_service.rb
|
|
@@ -1400,20 +897,15 @@ files:
|
|
|
1400
897
|
- lib/stripe/services/ephemeral_key_service.rb
|
|
1401
898
|
- lib/stripe/services/event_service.rb
|
|
1402
899
|
- lib/stripe/services/exchange_rate_service.rb
|
|
1403
|
-
- lib/stripe/services/external_account_service.rb
|
|
1404
900
|
- lib/stripe/services/file_link_service.rb
|
|
1405
901
|
- lib/stripe/services/file_service.rb
|
|
1406
|
-
- lib/stripe/services/financial_connections/account_inferred_balance_service.rb
|
|
1407
902
|
- lib/stripe/services/financial_connections/account_owner_service.rb
|
|
1408
903
|
- lib/stripe/services/financial_connections/account_service.rb
|
|
1409
|
-
- lib/stripe/services/financial_connections/institution_service.rb
|
|
1410
904
|
- lib/stripe/services/financial_connections/session_service.rb
|
|
1411
905
|
- lib/stripe/services/financial_connections/transaction_service.rb
|
|
1412
906
|
- lib/stripe/services/financial_connections_service.rb
|
|
1413
907
|
- lib/stripe/services/forwarding/request_service.rb
|
|
1414
908
|
- lib/stripe/services/forwarding_service.rb
|
|
1415
|
-
- lib/stripe/services/fx_quote_service.rb
|
|
1416
|
-
- lib/stripe/services/identity/blocklist_entry_service.rb
|
|
1417
909
|
- lib/stripe/services/identity/verification_report_service.rb
|
|
1418
910
|
- lib/stripe/services/identity/verification_session_service.rb
|
|
1419
911
|
- lib/stripe/services/identity_service.rb
|
|
@@ -1425,21 +917,14 @@ files:
|
|
|
1425
917
|
- lib/stripe/services/issuing/authorization_service.rb
|
|
1426
918
|
- lib/stripe/services/issuing/card_service.rb
|
|
1427
919
|
- lib/stripe/services/issuing/cardholder_service.rb
|
|
1428
|
-
- lib/stripe/services/issuing/credit_underwriting_record_service.rb
|
|
1429
920
|
- lib/stripe/services/issuing/dispute_service.rb
|
|
1430
|
-
- lib/stripe/services/issuing/dispute_settlement_detail_service.rb
|
|
1431
|
-
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
|
1432
921
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
|
1433
922
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
|
1434
|
-
- lib/stripe/services/issuing/program_service.rb
|
|
1435
923
|
- lib/stripe/services/issuing/token_service.rb
|
|
1436
924
|
- lib/stripe/services/issuing/transaction_service.rb
|
|
1437
925
|
- lib/stripe/services/issuing_service.rb
|
|
1438
926
|
- lib/stripe/services/mandate_service.rb
|
|
1439
|
-
- lib/stripe/services/margin_service.rb
|
|
1440
927
|
- lib/stripe/services/oauth_service.rb
|
|
1441
|
-
- lib/stripe/services/order_line_item_service.rb
|
|
1442
|
-
- lib/stripe/services/order_service.rb
|
|
1443
928
|
- lib/stripe/services/payment_attempt_record_service.rb
|
|
1444
929
|
- lib/stripe/services/payment_intent_amount_details_line_item_service.rb
|
|
1445
930
|
- lib/stripe/services/payment_intent_service.rb
|
|
@@ -1452,21 +937,12 @@ files:
|
|
|
1452
937
|
- lib/stripe/services/payout_service.rb
|
|
1453
938
|
- lib/stripe/services/plan_service.rb
|
|
1454
939
|
- lib/stripe/services/price_service.rb
|
|
1455
|
-
- lib/stripe/services/privacy/redaction_job_service.rb
|
|
1456
|
-
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
|
1457
|
-
- lib/stripe/services/privacy_service.rb
|
|
1458
|
-
- lib/stripe/services/product_catalog/trial_offer_service.rb
|
|
1459
|
-
- lib/stripe/services/product_catalog_service.rb
|
|
1460
940
|
- lib/stripe/services/product_feature_service.rb
|
|
1461
941
|
- lib/stripe/services/product_service.rb
|
|
1462
942
|
- lib/stripe/services/promotion_code_service.rb
|
|
1463
943
|
- lib/stripe/services/quote_computed_upfront_line_items_service.rb
|
|
1464
944
|
- lib/stripe/services/quote_line_item_service.rb
|
|
1465
|
-
- lib/stripe/services/quote_line_service.rb
|
|
1466
|
-
- lib/stripe/services/quote_preview_invoice_service.rb
|
|
1467
|
-
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
|
1468
945
|
- lib/stripe/services/quote_service.rb
|
|
1469
|
-
- lib/stripe/services/radar/account_evaluation_service.rb
|
|
1470
946
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
|
1471
947
|
- lib/stripe/services/radar/value_list_item_service.rb
|
|
1472
948
|
- lib/stripe/services/radar/value_list_service.rb
|
|
@@ -1478,8 +954,6 @@ files:
|
|
|
1478
954
|
- lib/stripe/services/review_service.rb
|
|
1479
955
|
- lib/stripe/services/setup_attempt_service.rb
|
|
1480
956
|
- lib/stripe/services/setup_intent_service.rb
|
|
1481
|
-
- lib/stripe/services/shared_payment/granted_token_service.rb
|
|
1482
|
-
- lib/stripe/services/shared_payment_service.rb
|
|
1483
957
|
- lib/stripe/services/shipping_rate_service.rb
|
|
1484
958
|
- lib/stripe/services/sigma/scheduled_query_run_service.rb
|
|
1485
959
|
- lib/stripe/services/sigma_service.rb
|
|
@@ -1491,8 +965,6 @@ files:
|
|
|
1491
965
|
- lib/stripe/services/tax/association_service.rb
|
|
1492
966
|
- lib/stripe/services/tax/calculation_line_item_service.rb
|
|
1493
967
|
- lib/stripe/services/tax/calculation_service.rb
|
|
1494
|
-
- lib/stripe/services/tax/form_service.rb
|
|
1495
|
-
- lib/stripe/services/tax/location_service.rb
|
|
1496
968
|
- lib/stripe/services/tax/registration_service.rb
|
|
1497
969
|
- lib/stripe/services/tax/settings_service.rb
|
|
1498
970
|
- lib/stripe/services/tax/transaction_line_item_service.rb
|
|
@@ -1505,11 +977,8 @@ files:
|
|
|
1505
977
|
- lib/stripe/services/terminal/connection_token_service.rb
|
|
1506
978
|
- lib/stripe/services/terminal/location_service.rb
|
|
1507
979
|
- lib/stripe/services/terminal/onboarding_link_service.rb
|
|
1508
|
-
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
|
1509
980
|
- lib/stripe/services/terminal/reader_service.rb
|
|
1510
981
|
- lib/stripe/services/terminal_service.rb
|
|
1511
|
-
- lib/stripe/services/test_helpers/capital/financing_offer_service.rb
|
|
1512
|
-
- lib/stripe/services/test_helpers/capital_service.rb
|
|
1513
982
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
|
1514
983
|
- lib/stripe/services/test_helpers/customer_service.rb
|
|
1515
984
|
- lib/stripe/services/test_helpers/issuing/authorization_service.rb
|
|
@@ -1518,8 +987,6 @@ files:
|
|
|
1518
987
|
- lib/stripe/services/test_helpers/issuing/transaction_service.rb
|
|
1519
988
|
- lib/stripe/services/test_helpers/issuing_service.rb
|
|
1520
989
|
- lib/stripe/services/test_helpers/refund_service.rb
|
|
1521
|
-
- lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb
|
|
1522
|
-
- lib/stripe/services/test_helpers/shared_payment_service.rb
|
|
1523
990
|
- lib/stripe/services/test_helpers/terminal/reader_service.rb
|
|
1524
991
|
- lib/stripe/services/test_helpers/terminal_service.rb
|
|
1525
992
|
- lib/stripe/services/test_helpers/test_clock_service.rb
|
|
@@ -1547,78 +1014,19 @@ files:
|
|
|
1547
1014
|
- lib/stripe/services/treasury/transaction_service.rb
|
|
1548
1015
|
- lib/stripe/services/treasury_service.rb
|
|
1549
1016
|
- lib/stripe/services/v1_services.rb
|
|
1550
|
-
- lib/stripe/services/v2/billing/bill_setting_service.rb
|
|
1551
|
-
- lib/stripe/services/v2/billing/bill_settings/version_service.rb
|
|
1552
|
-
- lib/stripe/services/v2/billing/cadence_service.rb
|
|
1553
|
-
- lib/stripe/services/v2/billing/collection_setting_service.rb
|
|
1554
|
-
- lib/stripe/services/v2/billing/collection_settings/version_service.rb
|
|
1555
|
-
- lib/stripe/services/v2/billing/custom_pricing_unit_service.rb
|
|
1556
|
-
- lib/stripe/services/v2/billing/intent_service.rb
|
|
1557
|
-
- lib/stripe/services/v2/billing/intents/action_service.rb
|
|
1558
|
-
- lib/stripe/services/v2/billing/license_fee_service.rb
|
|
1559
|
-
- lib/stripe/services/v2/billing/license_fee_subscription_service.rb
|
|
1560
|
-
- lib/stripe/services/v2/billing/license_fees/version_service.rb
|
|
1561
|
-
- lib/stripe/services/v2/billing/licensed_item_service.rb
|
|
1562
1017
|
- lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
|
|
1563
1018
|
- lib/stripe/services/v2/billing/meter_event_service.rb
|
|
1564
1019
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
|
1565
1020
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
|
1566
|
-
- lib/stripe/services/v2/billing/metered_item_service.rb
|
|
1567
|
-
- lib/stripe/services/v2/billing/pricing_plan_service.rb
|
|
1568
|
-
- lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb
|
|
1569
|
-
- lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb
|
|
1570
|
-
- lib/stripe/services/v2/billing/pricing_plans/component_service.rb
|
|
1571
|
-
- lib/stripe/services/v2/billing/pricing_plans/version_service.rb
|
|
1572
|
-
- lib/stripe/services/v2/billing/profile_service.rb
|
|
1573
|
-
- lib/stripe/services/v2/billing/rate_card_service.rb
|
|
1574
|
-
- lib/stripe/services/v2/billing/rate_card_subscription_service.rb
|
|
1575
|
-
- lib/stripe/services/v2/billing/rate_cards/rate_service.rb
|
|
1576
|
-
- lib/stripe/services/v2/billing/rate_cards/version_service.rb
|
|
1577
|
-
- lib/stripe/services/v2/billing/service_action_service.rb
|
|
1578
1021
|
- lib/stripe/services/v2/billing_service.rb
|
|
1579
1022
|
- lib/stripe/services/v2/core/account_link_service.rb
|
|
1580
1023
|
- lib/stripe/services/v2/core/account_service.rb
|
|
1581
1024
|
- lib/stripe/services/v2/core/account_token_service.rb
|
|
1582
1025
|
- lib/stripe/services/v2/core/accounts/person_service.rb
|
|
1583
1026
|
- lib/stripe/services/v2/core/accounts/person_token_service.rb
|
|
1584
|
-
- lib/stripe/services/v2/core/claimable_sandbox_service.rb
|
|
1585
1027
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
|
1586
1028
|
- lib/stripe/services/v2/core/event_service.rb
|
|
1587
|
-
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
|
1588
|
-
- lib/stripe/services/v2/core/vault/us_bank_account_service.rb
|
|
1589
|
-
- lib/stripe/services/v2/core/vault_service.rb
|
|
1590
1029
|
- lib/stripe/services/v2/core_service.rb
|
|
1591
|
-
- lib/stripe/services/v2/iam/api_key_service.rb
|
|
1592
|
-
- lib/stripe/services/v2/iam_service.rb
|
|
1593
|
-
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
|
1594
|
-
- lib/stripe/services/v2/money_management/currency_conversion_service.rb
|
|
1595
|
-
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
|
1596
|
-
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
|
1597
|
-
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
|
1598
|
-
- lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
|
|
1599
|
-
- lib/stripe/services/v2/money_management/outbound_payment_service.rb
|
|
1600
|
-
- lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb
|
|
1601
|
-
- lib/stripe/services/v2/money_management/outbound_transfer_service.rb
|
|
1602
|
-
- lib/stripe/services/v2/money_management/payout_method_service.rb
|
|
1603
|
-
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
|
1604
|
-
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
|
1605
|
-
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
|
1606
|
-
- lib/stripe/services/v2/money_management/recipient_verification_service.rb
|
|
1607
|
-
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
|
1608
|
-
- lib/stripe/services/v2/money_management/transaction_service.rb
|
|
1609
|
-
- lib/stripe/services/v2/money_management_service.rb
|
|
1610
|
-
- lib/stripe/services/v2/payment_service.rb
|
|
1611
|
-
- lib/stripe/services/v2/payments/off_session_payment_service.rb
|
|
1612
|
-
- lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb
|
|
1613
|
-
- lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb
|
|
1614
|
-
- lib/stripe/services/v2/reporting/report_run_service.rb
|
|
1615
|
-
- lib/stripe/services/v2/reporting/report_service.rb
|
|
1616
|
-
- lib/stripe/services/v2/reporting_service.rb
|
|
1617
|
-
- lib/stripe/services/v2/tax/manual_rule_service.rb
|
|
1618
|
-
- lib/stripe/services/v2/tax_service.rb
|
|
1619
|
-
- lib/stripe/services/v2/test_helper_service.rb
|
|
1620
|
-
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
|
1621
|
-
- lib/stripe/services/v2/test_helpers/money_management_service.rb
|
|
1622
1030
|
- lib/stripe/services/v2_services.rb
|
|
1623
1031
|
- lib/stripe/services/webhook_endpoint_service.rb
|
|
1624
1032
|
- lib/stripe/singleton_api_resource.rb
|
|
@@ -1657,9 +1065,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1657
1065
|
version: 2.6.0
|
|
1658
1066
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1659
1067
|
requirements:
|
|
1660
|
-
- - "
|
|
1068
|
+
- - ">="
|
|
1661
1069
|
- !ruby/object:Gem::Version
|
|
1662
|
-
version:
|
|
1070
|
+
version: '0'
|
|
1663
1071
|
requirements: []
|
|
1664
1072
|
rubygems_version: 3.3.27
|
|
1665
1073
|
signing_key:
|