stripe 15.6.0.pre.beta.1 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +5 -34
- data/lib/stripe/api_resource.rb +3 -0
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -60
- data/lib/stripe/event_types.rb +20 -108
- data/lib/stripe/events/unknown_event_notification.rb +19 -0
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +115 -15
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +93 -6
- data/lib/stripe/events/v2_core_event_destination_ping_event.rb +35 -12
- data/lib/stripe/object_types.rb +2 -54
- data/lib/stripe/params/account_capability_list_params.rb +13 -0
- data/lib/stripe/params/account_capability_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_capability_update_params.rb +18 -0
- data/lib/stripe/params/account_create_params.rb +2083 -0
- data/lib/stripe/params/account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_create_params.rb +134 -0
- data/lib/stripe/params/account_external_account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_list_params.rb +25 -0
- data/lib/stripe/params/account_external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_external_account_update_params.rb +91 -0
- data/lib/stripe/params/account_link_create_params.rb +52 -0
- data/lib/stripe/params/account_list_params.rb +42 -0
- data/lib/stripe/params/account_login_link_create_params.rb +13 -0
- data/lib/stripe/params/account_person_create_params.rb +435 -0
- data/lib/stripe/params/account_person_delete_params.rb +6 -0
- data/lib/stripe/params/account_person_list_params.rb +61 -0
- data/lib/stripe/params/account_person_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_person_update_params.rb +435 -0
- data/lib/stripe/params/account_persons_params.rb +61 -0
- data/lib/stripe/params/account_reject_params.rb +16 -0
- data/lib/stripe/params/account_retrieve_current_params.rb +13 -0
- data/lib/stripe/params/account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_session_create_params.rb +598 -0
- data/lib/stripe/params/account_update_params.rb +2030 -0
- data/lib/stripe/params/apple_pay_domain_create_params.rb +16 -0
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +6 -0
- data/lib/stripe/params/apple_pay_domain_list_params.rb +31 -0
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_list_params.rb +52 -0
- data/lib/stripe/params/application_fee_refund_create_params.rb +19 -0
- data/lib/stripe/params/application_fee_refund_list_params.rb +22 -0
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_refund_update_params.rb +16 -0
- data/lib/stripe/params/application_fee_retrieve_params.rb +13 -0
- data/lib/stripe/params/apps/secret_create_params.rb +38 -0
- data/lib/stripe/params/apps/secret_delete_where_params.rb +32 -0
- data/lib/stripe/params/apps/secret_find_params.rb +32 -0
- data/lib/stripe/{services/quote_line_service.rb → params/apps/secret_list_params.rb} +17 -14
- data/lib/stripe/params/balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_update_params.rb +67 -0
- data/lib/stripe/params/balance_transaction_list_params.rb +64 -0
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/billing/alert_activate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_archive_params.rb +15 -0
- data/lib/stripe/params/billing/alert_create_params.rb +52 -0
- data/lib/stripe/params/billing/alert_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_list_params.rb +37 -0
- data/lib/stripe/params/billing/alert_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +54 -0
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +37 -0
- data/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +103 -0
- data/lib/stripe/params/billing/credit_grant_expire_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_list_params.rb +33 -0
- data/lib/stripe/params/billing/credit_grant_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_update_params.rb +21 -0
- data/lib/stripe/params/billing/credit_grant_void_grant_params.rb +15 -0
- data/lib/stripe/params/billing/meter_create_params.rb +70 -0
- data/lib/stripe/params/billing/meter_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +32 -0
- data/lib/stripe/params/billing/meter_event_create_params.rb +27 -0
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +45 -0
- data/lib/stripe/params/billing/meter_list_params.rb +27 -0
- data/lib/stripe/params/billing/meter_reactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/meter_update_params.rb +18 -0
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +225 -0
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +37 -0
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +231 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +179 -0
- data/lib/stripe/params/charge_capture_params.rb +57 -0
- data/lib/stripe/params/charge_create_params.rb +172 -0
- data/lib/stripe/params/charge_list_params.rb +60 -0
- data/lib/stripe/params/charge_retrieve_params.rb +13 -0
- data/lib/stripe/params/charge_search_params.rb +22 -0
- data/lib/stripe/params/charge_update_params.rb +102 -0
- data/lib/stripe/params/checkout/session_create_params.rb +2445 -0
- data/lib/stripe/params/checkout/session_expire_params.rb +15 -0
- data/lib/stripe/{services/quote_preview_subscription_schedule_service.rb → params/checkout/session_line_item_list_params.rb} +2 -13
- data/lib/stripe/{services/order_line_item_service.rb → params/checkout/session_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/checkout/session_list_params.rb +83 -0
- data/lib/stripe/params/checkout/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/checkout/session_update_params.rb +179 -0
- data/lib/stripe/params/climate/order_cancel_params.rb +15 -0
- data/lib/stripe/params/climate/order_create_params.rb +49 -0
- data/lib/stripe/params/climate/order_list_params.rb +24 -0
- data/lib/stripe/params/climate/order_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/order_update_params.rb +29 -0
- data/lib/stripe/params/climate/product_list_params.rb +24 -0
- data/lib/stripe/params/climate/product_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/supplier_list_params.rb +24 -0
- data/lib/stripe/params/climate/supplier_retrieve_params.rb +15 -0
- data/lib/stripe/params/confirmation_token_create_params.rb +650 -0
- data/lib/stripe/params/confirmation_token_retrieve_params.rb +13 -0
- data/lib/stripe/params/country_spec_list_params.rb +22 -0
- data/lib/stripe/params/country_spec_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_create_params.rb +80 -0
- data/lib/stripe/params/coupon_delete_params.rb +6 -0
- data/lib/stripe/params/coupon_list_params.rb +42 -0
- data/lib/stripe/params/coupon_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_update_params.rb +30 -0
- data/lib/stripe/params/credit_note_create_params.rb +144 -0
- data/lib/stripe/params/credit_note_line_item_list_params.rb +22 -0
- data/lib/stripe/params/credit_note_list_params.rb +56 -0
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_params.rb +144 -0
- data/lib/stripe/params/credit_note_retrieve_params.rb +13 -0
- data/lib/stripe/params/credit_note_update_params.rb +19 -0
- data/lib/stripe/params/credit_note_void_credit_note_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +25 -0
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +19 -0
- data/lib/stripe/params/customer_cash_balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_update_params.rb +24 -0
- data/lib/stripe/params/customer_create_funding_instructions_params.rb +46 -0
- data/lib/stripe/params/customer_create_params.rb +259 -0
- data/lib/stripe/params/customer_delete_discount_params.rb +6 -0
- data/lib/stripe/params/customer_delete_params.rb +6 -0
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +22 -0
- data/lib/stripe/params/customer_funding_instructions_create_params.rb +46 -0
- data/lib/stripe/params/customer_list_params.rb +56 -0
- data/lib/stripe/params/customer_list_payment_methods_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_list_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_create_params.rb +22 -0
- data/lib/stripe/params/customer_payment_source_delete_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_list_params.rb +25 -0
- data/lib/stripe/params/customer_payment_source_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_update_params.rb +114 -0
- data/lib/stripe/params/customer_payment_source_verify_params.rb +16 -0
- data/lib/stripe/params/customer_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_retrieve_payment_method_params.rb +13 -0
- data/lib/stripe/params/customer_search_params.rb +22 -0
- data/lib/stripe/params/customer_session_create_params.rb +100 -0
- data/lib/stripe/params/customer_tax_id_create_params.rb +19 -0
- data/lib/stripe/params/customer_tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/customer_tax_id_list_params.rb +22 -0
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_update_params.rb +243 -0
- data/lib/stripe/params/dispute_close_params.rb +13 -0
- data/lib/stripe/params/dispute_list_params.rb +56 -0
- data/lib/stripe/params/dispute_retrieve_params.rb +13 -0
- data/lib/stripe/params/dispute_update_params.rb +308 -0
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +33 -0
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_create_params.rb +24 -0
- data/lib/stripe/params/entitlements/feature_list_params.rb +37 -0
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_update_params.rb +24 -0
- data/lib/stripe/params/ephemeral_key_create_params.rb +31 -0
- data/lib/stripe/params/ephemeral_key_delete_params.rb +13 -0
- data/lib/stripe/params/event_list_params.rb +60 -0
- data/lib/stripe/params/event_retrieve_params.rb +13 -0
- data/lib/stripe/params/exchange_rate_list_params.rb +22 -0
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_create_params.rb +36 -0
- data/lib/stripe/params/file_link_create_params.rb +22 -0
- data/lib/stripe/params/file_link_list_params.rb +56 -0
- data/lib/stripe/params/file_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_link_update_params.rb +19 -0
- data/lib/stripe/params/file_list_params.rb +52 -0
- data/lib/stripe/params/file_retrieve_params.rb +13 -0
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +48 -0
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +65 -0
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +67 -0
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/forwarding/request_create_params.rb +59 -0
- data/lib/stripe/params/forwarding/request_list_params.rb +44 -0
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_report_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_report_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_cancel_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +107 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_session_redact_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_update_params.rb +69 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_attach_payment_params.rb +16 -0
- data/lib/stripe/params/invoice_create_params.rb +589 -0
- data/lib/stripe/params/invoice_create_preview_params.rb +993 -0
- data/lib/stripe/params/invoice_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +16 -0
- data/lib/stripe/params/invoice_item_create_params.rb +145 -0
- data/lib/stripe/params/invoice_item_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_item_list_params.rb +60 -0
- data/lib/stripe/params/invoice_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_item_update_params.rb +129 -0
- data/lib/stripe/params/invoice_line_item_list_params.rb +22 -0
- data/lib/stripe/params/invoice_line_item_update_params.rb +217 -0
- data/lib/stripe/params/invoice_list_params.rb +86 -0
- data/lib/stripe/params/invoice_mark_uncollectible_params.rb +13 -0
- data/lib/stripe/params/invoice_pay_params.rb +41 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +50 -0
- data/lib/stripe/params/invoice_payment_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_remove_lines_params.rb +30 -0
- data/lib/stripe/params/invoice_rendering_template_archive_params.rb +13 -0
- data/lib/stripe/params/invoice_rendering_template_list_params.rb +25 -0
- data/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +16 -0
- data/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +13 -0
- data/lib/stripe/params/invoice_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_search_params.rb +22 -0
- data/lib/stripe/params/invoice_send_invoice_params.rb +13 -0
- data/lib/stripe/params/invoice_update_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_update_params.rb +557 -0
- data/lib/stripe/params/invoice_void_invoice_params.rb +13 -0
- data/lib/stripe/params/issuing/authorization_approve_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_capture_params.rb +265 -0
- data/lib/stripe/params/issuing/authorization_create_params.rb +357 -0
- data/lib/stripe/params/issuing/authorization_decline_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_expire_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +143 -0
- data/lib/stripe/params/issuing/authorization_increment_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_list_params.rb +62 -0
- data/lib/stripe/params/issuing/authorization_respond_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_update_params.rb +18 -0
- data/lib/stripe/params/issuing/card_create_params.rb +213 -0
- data/lib/stripe/params/issuing/card_deliver_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_fail_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_list_params.rb +78 -0
- data/lib/stripe/params/issuing/card_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/card_return_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_ship_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_submit_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_update_params.rb +181 -0
- data/lib/stripe/params/issuing/cardholder_create_params.rb +238 -0
- data/lib/stripe/params/issuing/cardholder_list_params.rb +66 -0
- data/lib/stripe/params/issuing/cardholder_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/cardholder_update_params.rb +230 -0
- data/lib/stripe/params/issuing/dispute_create_params.rb +297 -0
- data/lib/stripe/params/issuing/dispute_list_params.rb +58 -0
- data/lib/stripe/params/issuing/dispute_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_submit_params.rb +18 -0
- data/lib/stripe/params/issuing/dispute_update_params.rb +275 -0
- data/lib/stripe/params/issuing/personalization_design_activate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +75 -0
- data/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_list_params.rb +52 -0
- data/lib/stripe/params/issuing/personalization_design_reject_params.rb +29 -0
- data/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +75 -0
- data/lib/stripe/params/issuing/physical_bundle_list_params.rb +37 -0
- data/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_list_params.rb +58 -0
- data/lib/stripe/params/issuing/token_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_update_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +62 -0
- data/lib/stripe/params/issuing/transaction_refund_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_update_params.rb +18 -0
- data/lib/stripe/params/mandate_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +23 -0
- data/lib/stripe/params/payment_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +54 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +2379 -0
- data/lib/stripe/params/payment_intent_create_params.rb +2480 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +48 -0
- data/lib/stripe/params/payment_intent_list_params.rb +52 -0
- data/lib/stripe/params/payment_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/payment_intent_search_params.rb +22 -0
- data/lib/stripe/params/payment_intent_update_params.rb +2353 -0
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/payment_link_create_params.rb +776 -0
- data/lib/stripe/params/payment_link_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_line_items_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_params.rb +25 -0
- data/lib/stripe/params/payment_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_link_update_params.rb +564 -0
- data/lib/stripe/params/payment_method_attach_params.rb +16 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +1135 -0
- data/lib/stripe/params/payment_method_configuration_list_params.rb +31 -0
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +1135 -0
- data/lib/stripe/params/payment_method_create_params.rb +583 -0
- data/lib/stripe/params/payment_method_detach_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_create_params.rb +19 -0
- data/lib/stripe/params/payment_method_domain_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_update_params.rb +16 -0
- data/lib/stripe/params/payment_method_domain_validate_params.rb +13 -0
- data/lib/stripe/params/payment_method_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_update_params.rb +120 -0
- data/lib/stripe/params/payout_cancel_params.rb +13 -0
- data/lib/stripe/params/payout_create_params.rb +51 -0
- data/lib/stripe/params/payout_list_params.rb +78 -0
- data/lib/stripe/params/payout_retrieve_params.rb +13 -0
- data/lib/stripe/params/payout_reverse_params.rb +16 -0
- data/lib/stripe/params/payout_update_params.rb +16 -0
- data/lib/stripe/params/plan_create_params.rb +158 -0
- data/lib/stripe/params/plan_delete_params.rb +6 -0
- data/lib/stripe/params/plan_list_params.rb +56 -0
- data/lib/stripe/params/plan_retrieve_params.rb +13 -0
- data/lib/stripe/params/plan_update_params.rb +35 -0
- data/lib/stripe/params/price_create_params.rb +278 -0
- data/lib/stripe/params/price_list_params.rb +87 -0
- data/lib/stripe/params/price_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_search_params.rb +22 -0
- data/lib/stripe/params/price_update_params.rb +113 -0
- data/lib/stripe/params/product_create_params.rb +243 -0
- data/lib/stripe/params/product_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_create_params.rb +16 -0
- data/lib/stripe/params/product_feature_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_list_params.rb +22 -0
- data/lib/stripe/params/product_feature_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_list_params.rb +68 -0
- data/lib/stripe/params/product_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_search_params.rb +22 -0
- data/lib/stripe/params/product_update_params.rb +96 -0
- data/lib/stripe/params/promotion_code_create_params.rb +91 -0
- data/lib/stripe/params/promotion_code_list_params.rb +64 -0
- data/lib/stripe/params/promotion_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/promotion_code_update_params.rb +38 -0
- data/lib/stripe/params/quote_accept_params.rb +13 -0
- data/lib/stripe/params/quote_cancel_params.rb +13 -0
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +22 -0
- data/lib/stripe/params/quote_create_params.rb +301 -0
- data/lib/stripe/params/quote_finalize_quote_params.rb +16 -0
- data/lib/stripe/params/quote_line_item_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +39 -0
- data/lib/stripe/params/quote_pdf_params.rb +13 -0
- data/lib/stripe/params/quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +263 -0
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +58 -0
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_create_params.rb +27 -0
- data/lib/stripe/params/radar/value_list_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_create_params.rb +21 -0
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_update_params.rb +24 -0
- data/lib/stripe/params/refund_cancel_params.rb +13 -0
- data/lib/stripe/params/refund_create_params.rb +59 -0
- data/lib/stripe/params/refund_expire_params.rb +13 -0
- data/lib/stripe/params/refund_list_params.rb +56 -0
- data/lib/stripe/params/refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/refund_update_params.rb +16 -0
- data/lib/stripe/params/reporting/report_run_create_params.rb +59 -0
- data/lib/stripe/params/reporting/report_run_list_params.rb +44 -0
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_list_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +15 -0
- data/lib/stripe/params/review_approve_params.rb +13 -0
- data/lib/stripe/params/review_list_params.rb +42 -0
- data/lib/stripe/params/review_retrieve_params.rb +13 -0
- data/lib/stripe/params/setup_attempt_list_params.rb +55 -0
- data/lib/stripe/params/setup_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +1050 -0
- data/lib/stripe/params/setup_intent_create_params.rb +1130 -0
- data/lib/stripe/params/setup_intent_list_params.rb +62 -0
- data/lib/stripe/params/setup_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/setup_intent_update_params.rb +1025 -0
- data/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/shipping_rate_create_params.rb +103 -0
- data/lib/stripe/params/shipping_rate_list_params.rb +56 -0
- data/lib/stripe/params/shipping_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/shipping_rate_update_params.rb +44 -0
- data/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +24 -0
- data/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/source_create_params.rb +317 -0
- data/lib/stripe/params/source_detach_params.rb +13 -0
- data/lib/stripe/params/source_retrieve_params.rb +16 -0
- data/lib/stripe/params/source_transaction_list_params.rb +22 -0
- data/lib/stripe/params/source_update_params.rb +259 -0
- data/lib/stripe/params/source_verify_params.rb +16 -0
- data/lib/stripe/params/subscription_cancel_params.rb +33 -0
- data/lib/stripe/params/subscription_create_params.rb +704 -0
- data/lib/stripe/params/subscription_delete_discount_params.rb +6 -0
- data/lib/stripe/params/subscription_item_create_params.rb +134 -0
- data/lib/stripe/params/subscription_item_delete_params.rb +19 -0
- data/lib/stripe/params/subscription_item_list_params.rb +31 -0
- data/lib/stripe/params/subscription_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_item_update_params.rb +134 -0
- data/lib/stripe/params/subscription_list_params.rb +129 -0
- data/lib/stripe/params/subscription_migrate_params.rb +35 -0
- data/lib/stripe/params/subscription_resume_params.rb +27 -0
- data/lib/stripe/params/subscription_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_cancel_params.rb +19 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +590 -0
- data/lib/stripe/params/subscription_schedule_list_params.rb +122 -0
- data/lib/stripe/params/subscription_schedule_release_params.rb +16 -0
- data/lib/stripe/params/subscription_schedule_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +562 -0
- data/lib/stripe/params/subscription_search_params.rb +22 -0
- data/lib/stripe/params/subscription_update_params.rb +683 -0
- data/lib/stripe/params/tax/calculation_create_params.rb +206 -0
- data/lib/stripe/params/tax/calculation_line_item_list_params.rb +24 -0
- data/lib/stripe/{services/quote_preview_invoice_service.rb → params/tax/calculation_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/tax/calculation_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_create_params.rb +2018 -0
- data/lib/stripe/params/tax/registration_list_params.rb +27 -0
- data/lib/stripe/params/tax/registration_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_update_params.rb +21 -0
- data/lib/stripe/params/tax/settings_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/settings_update_params.rb +71 -0
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +27 -0
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +87 -0
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +24 -0
- data/lib/stripe/{services/payment_intent_amount_details_line_item_service.rb → params/tax/transaction_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_code_list_params.rb +22 -0
- data/lib/stripe/params/tax_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_id_create_params.rb +36 -0
- data/lib/stripe/params/tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/tax_id_list_params.rb +39 -0
- data/lib/stripe/params/tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_create_params.rb +55 -0
- data/lib/stripe/params/tax_rate_list_params.rb +56 -0
- data/lib/stripe/params/tax_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_update_params.rb +47 -0
- data/lib/stripe/params/terminal/configuration_create_params.rb +593 -0
- data/lib/stripe/params/terminal/configuration_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/configuration_list_params.rb +33 -0
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +593 -0
- data/lib/stripe/params/terminal/connection_token_create_params.rb +18 -0
- data/lib/stripe/params/terminal/location_create_params.rb +153 -0
- data/lib/stripe/params/terminal/location_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/location_list_params.rb +24 -0
- data/lib/stripe/params/terminal/location_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/location_update_params.rb +153 -0
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +96 -0
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +51 -0
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +29 -0
- data/lib/stripe/params/terminal/reader_create_params.rb +27 -0
- data/lib/stripe/params/terminal/reader_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/reader_list_params.rb +45 -0
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +72 -0
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +55 -0
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +32 -0
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +53 -0
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +52 -0
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +18 -0
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_update_params.rb +21 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +652 -0
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +24 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +267 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +359 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +145 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +23 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +31 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +20 -0
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +15 -0
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +74 -0
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +20 -0
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +17 -0
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +18 -0
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +21 -0
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +8 -0
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +24 -0
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +68 -0
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +68 -0
- data/lib/stripe/params/token_create_params.rb +1191 -0
- data/lib/stripe/params/token_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_cancel_params.rb +13 -0
- data/lib/stripe/params/topup_create_params.rb +43 -0
- data/lib/stripe/params/topup_list_params.rb +74 -0
- data/lib/stripe/params/topup_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_update_params.rb +19 -0
- data/lib/stripe/params/transfer_create_params.rb +47 -0
- data/lib/stripe/params/transfer_list_params.rb +56 -0
- data/lib/stripe/params/transfer_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_create_params.rb +31 -0
- data/lib/stripe/params/transfer_reversal_list_params.rb +22 -0
- data/lib/stripe/params/transfer_reversal_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_update_params.rb +16 -0
- data/lib/stripe/params/transfer_update_params.rb +19 -0
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/credit_reversal_list_params.rb +41 -0
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +45 -0
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_close_params.rb +32 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +201 -0
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_list_params.rb +54 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_update_params.rb +216 -0
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +45 -0
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +26 -0
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +190 -0
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +62 -0
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +55 -0
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +81 -0
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +55 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_credit_list_params.rb +49 -0
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/received_debit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_debit_list_params.rb +37 -0
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +84 -0
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_list_params.rb +92 -0
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +31 -0
- data/lib/stripe/params/v2/billing/meter_event_create_params.rb +33 -0
- data/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +10 -0
- data/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +41 -0
- data/lib/stripe/params/v2/core/event_destination_create_params.rb +79 -0
- data/lib/stripe/params/v2/core/event_destination_delete_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_disable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_enable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/event_destination_ping_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/event_destination_update_params.rb +47 -0
- data/lib/stripe/params/v2/core/event_list_params.rb +22 -0
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +10 -0
- data/lib/stripe/params/webhook_endpoint_create_params.rb +39 -0
- data/lib/stripe/params/webhook_endpoint_delete_params.rb +6 -0
- data/lib/stripe/params/webhook_endpoint_list_params.rb +22 -0
- data/lib/stripe/params/webhook_endpoint_retrieve_params.rb +13 -0
- data/lib/stripe/params/webhook_endpoint_update_params.rb +35 -0
- data/lib/stripe/params.rb +588 -0
- data/lib/stripe/request_options.rb +14 -5
- data/lib/stripe/resources/account.rb +437 -4906
- data/lib/stripe/resources/account_link.rb +8 -47
- data/lib/stripe/resources/account_session.rb +338 -910
- data/lib/stripe/resources/apple_pay_domain.rb +8 -40
- data/lib/stripe/resources/application.rb +8 -0
- data/lib/stripe/resources/application_fee.rb +12 -44
- data/lib/stripe/resources/application_fee_refund.rb +8 -0
- data/lib/stripe/resources/apps/secret.rb +12 -112
- data/lib/stripe/resources/balance.rb +159 -0
- data/lib/stripe/resources/balance_settings.rb +40 -60
- data/lib/stripe/resources/balance_transaction.rb +12 -56
- data/lib/stripe/resources/bank_account.rb +40 -0
- data/lib/stripe/resources/billing/alert.rb +20 -100
- data/lib/stripe/resources/billing/alert_triggered.rb +8 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +48 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +73 -33
- data/lib/stripe/resources/billing/credit_grant.rb +42 -161
- data/lib/stripe/resources/billing/meter.rb +40 -116
- data/lib/stripe/resources/billing/meter_event.rb +8 -20
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +12 -22
- data/lib/stripe/resources/billing/meter_event_summary.rb +8 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +120 -473
- data/lib/stripe/resources/billing_portal/session.rb +98 -176
- data/lib/stripe/resources/capability.rb +56 -0
- data/lib/stripe/resources/card.rb +17 -3
- data/lib/stripe/resources/cash_balance.rb +16 -2
- data/lib/stripe/resources/charge.rb +949 -1945
- data/lib/stripe/resources/checkout/session.rb +1038 -2991
- data/lib/stripe/resources/climate/order.rb +28 -89
- data/lib/stripe/resources/climate/product.rb +13 -15
- data/lib/stripe/resources/climate/supplier.rb +13 -15
- data/lib/stripe/resources/confirmation_token.rb +883 -841
- data/lib/stripe/resources/connect_collection_transfer.rb +8 -0
- data/lib/stripe/resources/country_spec.rb +29 -15
- data/lib/stripe/resources/coupon.rb +19 -166
- data/lib/stripe/resources/credit_note.rb +66 -510
- data/lib/stripe/resources/credit_note_line_item.rb +43 -8
- data/lib/stripe/resources/customer.rb +81 -677
- data/lib/stripe/resources/customer_balance_transaction.rb +8 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +108 -2
- data/lib/stripe/resources/customer_session.rb +49 -98
- data/lib/stripe/resources/discount.rb +24 -6
- data/lib/stripe/resources/dispute.rb +159 -376
- data/lib/stripe/resources/entitlements/active_entitlement.rb +8 -26
- data/lib/stripe/resources/entitlements/active_entitlement_summary.rb +8 -0
- data/lib/stripe/resources/entitlements/feature.rb +8 -66
- data/lib/stripe/resources/ephemeral_key.rb +8 -8
- data/lib/stripe/resources/event.rb +16 -79
- data/lib/stripe/resources/exchange_rate.rb +18 -17
- data/lib/stripe/resources/file.rb +8 -79
- data/lib/stripe/resources/file_link.rb +8 -84
- data/lib/stripe/resources/financial_connections/account.rb +65 -130
- data/lib/stripe/resources/financial_connections/account_owner.rb +8 -0
- data/lib/stripe/resources/financial_connections/account_ownership.rb +8 -0
- data/lib/stripe/resources/financial_connections/session.rb +20 -115
- data/lib/stripe/resources/financial_connections/transaction.rb +12 -57
- data/lib/stripe/resources/forwarding/request.rb +48 -93
- data/lib/stripe/resources/funding_instructions.rb +217 -24
- data/lib/stripe/resources/identity/verification_report.rb +165 -56
- data/lib/stripe/resources/identity/verification_session.rb +124 -247
- data/lib/stripe/resources/invoice.rb +500 -4017
- data/lib/stripe/resources/invoice_item.rb +69 -385
- data/lib/stripe/resources/invoice_line_item.rb +124 -251
- data/lib/stripe/resources/invoice_payment.rb +20 -47
- data/lib/stripe/resources/invoice_rendering_template.rb +8 -38
- data/lib/stripe/resources/issuing/authorization.rb +173 -836
- data/lib/stripe/resources/issuing/card.rb +98 -499
- data/lib/stripe/resources/issuing/cardholder.rb +108 -515
- data/lib/stripe/resources/issuing/dispute.rb +93 -620
- data/lib/stripe/resources/issuing/personalization_design.rb +32 -221
- data/lib/stripe/resources/issuing/physical_bundle.rb +13 -28
- data/lib/stripe/resources/issuing/token.rb +57 -60
- data/lib/stripe/resources/issuing/transaction.rb +147 -702
- data/lib/stripe/resources/line_item.rb +22 -35
- data/lib/stripe/resources/login_link.rb +8 -0
- data/lib/stripe/resources/mandate.rb +219 -94
- data/lib/stripe/resources/payment_intent.rb +1241 -13361
- data/lib/stripe/resources/payment_link.rb +333 -1357
- data/lib/stripe/resources/payment_method.rb +796 -966
- data/lib/stripe/resources/payment_method_configuration.rb +862 -2528
- data/lib/stripe/resources/payment_method_domain.rb +107 -63
- data/lib/stripe/resources/payout.rb +12 -150
- data/lib/stripe/resources/person.rb +184 -4
- data/lib/stripe/resources/plan.rb +20 -235
- data/lib/stripe/resources/price.rb +65 -509
- data/lib/stripe/resources/product.rb +23 -411
- data/lib/stripe/resources/product_feature.rb +8 -0
- data/lib/stripe/resources/promotion_code.rb +40 -182
- data/lib/stripe/resources/quote.rb +280 -2743
- data/lib/stripe/resources/radar/early_fraud_warning.rb +8 -51
- data/lib/stripe/resources/radar/value_list.rb +8 -92
- data/lib/stripe/resources/radar/value_list_item.rb +8 -68
- data/lib/stripe/resources/refund.rb +365 -159
- data/lib/stripe/resources/reporting/report_run.rb +12 -93
- data/lib/stripe/resources/reporting/report_type.rb +8 -8
- data/lib/stripe/resources/reserve_transaction.rb +8 -0
- data/lib/stripe/resources/reversal.rb +8 -0
- data/lib/stripe/resources/review.rb +20 -43
- data/lib/stripe/resources/setup_attempt.rb +284 -87
- data/lib/stripe/resources/setup_intent.rb +358 -4143
- data/lib/stripe/resources/shipping_rate.rb +44 -187
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +13 -15
- data/lib/stripe/resources/source.rb +267 -611
- data/lib/stripe/resources/source_mandate_notification.rb +32 -0
- data/lib/stripe/resources/source_transaction.rb +54 -0
- data/lib/stripe/resources/subscription.rb +266 -1931
- data/lib/stripe/resources/subscription_item.rb +12 -379
- data/lib/stripe/resources/subscription_schedule.rb +230 -2273
- data/lib/stripe/resources/tax/calculation.rb +111 -220
- data/lib/stripe/resources/tax/calculation_line_item.rb +32 -0
- data/lib/stripe/resources/tax/registration.rb +1274 -2096
- data/lib/stripe/resources/tax/settings.rb +61 -64
- data/lib/stripe/resources/tax/transaction.rb +95 -122
- data/lib/stripe/resources/tax/transaction_line_item.rb +16 -0
- data/lib/stripe/resources/tax_code.rb +8 -17
- data/lib/stripe/resources/tax_deducted_at_source.rb +8 -0
- data/lib/stripe/resources/tax_id.rb +20 -75
- data/lib/stripe/resources/tax_rate.rb +12 -142
- data/lib/stripe/resources/terminal/configuration.rb +301 -1205
- data/lib/stripe/resources/terminal/connection_token.rb +8 -11
- data/lib/stripe/resources/terminal/location.rb +72 -126
- data/lib/stripe/resources/terminal/reader.rb +237 -509
- data/lib/stripe/resources/test_helpers/test_clock.rb +20 -43
- data/lib/stripe/resources/token.rb +8 -1191
- data/lib/stripe/resources/topup.rb +8 -132
- data/lib/stripe/resources/transfer.rb +8 -115
- data/lib/stripe/resources/treasury/credit_reversal.rb +12 -46
- data/lib/stripe/resources/treasury/debit_reversal.rb +20 -50
- data/lib/stripe/resources/treasury/financial_account.rb +55 -658
- data/lib/stripe/resources/treasury/financial_account_features.rb +192 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +67 -115
- data/lib/stripe/resources/treasury/outbound_payment.rb +104 -334
- data/lib/stripe/resources/treasury/outbound_transfer.rb +93 -235
- data/lib/stripe/resources/treasury/received_credit.rb +76 -136
- data/lib/stripe/resources/treasury/received_debit.rb +68 -126
- data/lib/stripe/resources/treasury/transaction.rb +32 -82
- data/lib/stripe/resources/treasury/transaction_entry.rb +20 -74
- data/lib/stripe/resources/v2/billing/meter_event.rb +8 -0
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +16 -0
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +8 -0
- data/lib/stripe/resources/v2/core/event.rb +67 -0
- data/lib/stripe/resources/v2/core/event_destination.rb +119 -0
- data/lib/stripe/resources/v2/core/event_notification.rb +62 -0
- data/lib/stripe/resources/v2/deleted_object.rb +21 -0
- data/lib/stripe/resources/webhook_endpoint.rb +8 -85
- data/lib/stripe/resources.rb +3 -110
- data/lib/stripe/services/account_capability_service.rb +0 -32
- data/lib/stripe/services/account_external_account_service.rb +0 -249
- data/lib/stripe/services/account_link_service.rb +0 -48
- data/lib/stripe/services/account_login_link_service.rb +0 -9
- data/lib/stripe/services/account_person_service.rb +0 -958
- data/lib/stripe/services/account_service.rb +0 -4710
- data/lib/stripe/services/account_session_service.rb +0 -862
- data/lib/stripe/services/apple_pay_domain_service.rb +0 -50
- data/lib/stripe/services/application_fee_refund_service.rb +0 -54
- data/lib/stripe/services/application_fee_service.rb +0 -57
- data/lib/stripe/services/apps/secret_service.rb +0 -116
- data/lib/stripe/services/balance_service.rb +0 -9
- data/lib/stripe/services/balance_settings_service.rb +0 -69
- data/lib/stripe/services/balance_transaction_service.rb +0 -69
- data/lib/stripe/services/billing/alert_service.rb +0 -113
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +0 -51
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -44
- data/lib/stripe/services/billing/credit_grant_service.rb +0 -174
- data/lib/stripe/services/billing/meter_event_adjustment_service.rb +0 -26
- data/lib/stripe/services/billing/meter_event_service.rb +0 -21
- data/lib/stripe/services/billing/meter_event_summary_service.rb +0 -39
- data/lib/stripe/services/billing/meter_service.rb +0 -130
- data/lib/stripe/services/billing_portal/configuration_service.rb +0 -486
- data/lib/stripe/services/billing_portal/session_service.rb +0 -177
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/charge_service.rb +0 -1820
- data/lib/stripe/services/checkout/session_line_item_service.rb +0 -18
- data/lib/stripe/services/checkout/session_service.rb +0 -2882
- data/lib/stripe/services/climate/order_service.rb +0 -102
- data/lib/stripe/services/climate/product_service.rb +0 -27
- data/lib/stripe/services/climate/supplier_service.rb +0 -27
- data/lib/stripe/services/confirmation_token_service.rb +0 -9
- data/lib/stripe/services/country_spec_service.rb +0 -27
- data/lib/stripe/services/coupon_service.rb +0 -167
- data/lib/stripe/services/credit_note_line_item_service.rb +0 -18
- data/lib/stripe/services/credit_note_preview_lines_service.rb +0 -152
- data/lib/stripe/services/credit_note_service.rb +0 -369
- data/lib/stripe/services/customer_balance_transaction_service.rb +0 -63
- data/lib/stripe/services/customer_cash_balance_service.rb +0 -29
- data/lib/stripe/services/customer_cash_balance_transaction_service.rb +0 -27
- data/lib/stripe/services/customer_funding_instructions_service.rb +0 -42
- data/lib/stripe/services/customer_payment_method_service.rb +0 -40
- data/lib/stripe/services/customer_payment_source_service.rb +0 -179
- data/lib/stripe/services/customer_service.rb +0 -575
- data/lib/stripe/services/customer_session_service.rb +0 -99
- data/lib/stripe/services/customer_tax_id_service.rb +0 -44
- data/lib/stripe/services/dispute_service.rb +0 -374
- data/lib/stripe/services/entitlements/active_entitlement_service.rb +0 -36
- data/lib/stripe/services/entitlements/feature_service.rb +0 -76
- data/lib/stripe/services/ephemeral_key_service.rb +0 -36
- data/lib/stripe/services/event_service.rb +0 -65
- data/lib/stripe/services/exchange_rate_service.rb +4 -27
- data/lib/stripe/services/file_link_service.rb +0 -94
- data/lib/stripe/services/file_service.rb +0 -89
- data/lib/stripe/services/financial_connections/account_owner_service.rb +0 -27
- data/lib/stripe/services/financial_connections/account_service.rb +1 -102
- data/lib/stripe/services/financial_connections/session_service.rb +0 -100
- data/lib/stripe/services/financial_connections/transaction_service.rb +0 -70
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/forwarding/request_service.rb +0 -106
- data/lib/stripe/services/identity/verification_report_service.rb +0 -65
- data/lib/stripe/services/identity/verification_session_service.rb +0 -255
- data/lib/stripe/services/invoice_item_service.rb +0 -405
- data/lib/stripe/services/invoice_line_item_service.rb +0 -253
- data/lib/stripe/services/invoice_payment_service.rb +0 -58
- data/lib/stripe/services/invoice_rendering_template_service.rb +0 -51
- data/lib/stripe/services/invoice_service.rb +0 -3836
- data/lib/stripe/services/issuing/authorization_service.rb +0 -104
- data/lib/stripe/services/issuing/card_service.rb +0 -463
- data/lib/stripe/services/issuing/cardholder_service.rb +0 -526
- data/lib/stripe/services/issuing/dispute_service.rb +0 -633
- data/lib/stripe/services/issuing/personalization_design_service.rb +0 -193
- data/lib/stripe/services/issuing/physical_bundle_service.rb +0 -40
- data/lib/stripe/services/issuing/token_service.rb +0 -73
- data/lib/stripe/services/issuing/transaction_service.rb +0 -81
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -49
- data/lib/stripe/services/payment_intent_service.rb +0 -12747
- data/lib/stripe/services/payment_link_line_item_service.rb +0 -18
- data/lib/stripe/services/payment_link_service.rb +0 -1352
- data/lib/stripe/services/payment_method_configuration_service.rb +0 -2466
- data/lib/stripe/services/payment_method_domain_service.rb +0 -76
- data/lib/stripe/services/payment_method_service.rb +0 -881
- data/lib/stripe/services/payout_service.rb +0 -163
- data/lib/stripe/services/plan_service.rb +0 -248
- data/lib/stripe/services/price_service.rb +0 -512
- data/lib/stripe/services/product_feature_service.rb +0 -41
- data/lib/stripe/services/product_service.rb +0 -424
- data/lib/stripe/services/promotion_code_service.rb +1 -187
- data/lib/stripe/services/quote_computed_upfront_line_items_service.rb +0 -18
- data/lib/stripe/services/quote_line_item_service.rb +0 -18
- data/lib/stripe/services/quote_service.rb +1 -2344
- data/lib/stripe/services/radar/early_fraud_warning_service.rb +0 -61
- data/lib/stripe/services/radar/value_list_item_service.rb +0 -78
- data/lib/stripe/services/radar/value_list_service.rb +0 -102
- data/lib/stripe/services/refund_service.rb +0 -137
- data/lib/stripe/services/reporting/report_run_service.rb +0 -106
- data/lib/stripe/services/reporting/report_type_service.rb +0 -18
- data/lib/stripe/services/review_service.rb +0 -56
- data/lib/stripe/services/setup_attempt_service.rb +0 -51
- data/lib/stripe/services/setup_intent_service.rb +0 -3957
- data/lib/stripe/services/shipping_rate_service.rb +0 -200
- data/lib/stripe/services/sigma/scheduled_query_run_service.rb +0 -27
- data/lib/stripe/services/source_service.rb +0 -601
- data/lib/stripe/services/source_transaction_service.rb +0 -18
- data/lib/stripe/services/subscription_item_service.rb +0 -383
- data/lib/stripe/services/subscription_schedule_service.rb +0 -2196
- data/lib/stripe/services/subscription_service.rb +0 -1894
- data/lib/stripe/services/tax/calculation_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/calculation_service.rb +0 -209
- data/lib/stripe/services/tax/registration_service.rb +0 -2063
- data/lib/stripe/services/tax/settings_service.rb +0 -74
- data/lib/stripe/services/tax/transaction_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/transaction_service.rb +0 -111
- data/lib/stripe/services/tax_code_service.rb +0 -27
- data/lib/stripe/services/tax_id_service.rb +0 -84
- data/lib/stripe/services/tax_rate_service.rb +0 -155
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal/configuration_service.rb +0 -1212
- data/lib/stripe/services/terminal/connection_token_service.rb +0 -12
- data/lib/stripe/services/terminal/location_service.rb +0 -143
- data/lib/stripe/services/terminal/reader_service.rb +0 -427
- data/lib/stripe/services/terminal_service.rb +1 -3
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -738
- data/lib/stripe/services/test_helpers/customer_service.rb +0 -18
- data/lib/stripe/services/test_helpers/issuing/authorization_service.rb +0 -745
- data/lib/stripe/services/test_helpers/issuing/card_service.rb +0 -45
- data/lib/stripe/services/test_helpers/issuing/personalization_design_service.rb +0 -41
- data/lib/stripe/services/test_helpers/issuing/transaction_service.rb +0 -632
- data/lib/stripe/services/test_helpers/refund_service.rb +0 -9
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -87
- data/lib/stripe/services/test_helpers/test_clock_service.rb +0 -56
- data/lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb +0 -38
- data/lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +0 -84
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +0 -84
- data/lib/stripe/services/token_service.rb +0 -1201
- data/lib/stripe/services/topup_service.rb +0 -142
- data/lib/stripe/services/transfer_reversal_service.rb +0 -66
- data/lib/stripe/services/transfer_service.rb +0 -123
- data/lib/stripe/services/treasury/credit_reversal_service.rb +0 -59
- data/lib/stripe/services/treasury/debit_reversal_service.rb +0 -63
- data/lib/stripe/services/treasury/financial_account_features_service.rb +0 -169
- data/lib/stripe/services/treasury/financial_account_service.rb +0 -502
- data/lib/stripe/services/treasury/inbound_transfer_service.rb +0 -88
- data/lib/stripe/services/treasury/outbound_payment_service.rb +0 -258
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -148
- data/lib/stripe/services/treasury/received_credit_service.rb +0 -52
- data/lib/stripe/services/treasury/received_debit_service.rb +0 -40
- data/lib/stripe/services/treasury/transaction_entry_service.rb +0 -87
- data/lib/stripe/services/treasury/transaction_service.rb +0 -95
- data/lib/stripe/services/v1_services.rb +1 -10
- data/lib/stripe/services/v2/billing/meter_event_adjustment_service.rb +0 -23
- data/lib/stripe/services/v2/billing/meter_event_service.rb +0 -25
- data/lib/stripe/services/v2/billing/meter_event_session_service.rb +0 -2
- data/lib/stripe/services/v2/billing/meter_event_stream_service.rb +0 -33
- data/lib/stripe/services/v2/core/event_destination_service.rb +0 -137
- data/lib/stripe/services/v2/core/event_service.rb +0 -16
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +1 -4
- data/lib/stripe/services/webhook_endpoint_service.rb +0 -95
- data/lib/stripe/services.rb +0 -54
- data/lib/stripe/stripe_client.rb +8 -5
- data/lib/stripe/stripe_configuration.rb +2 -9
- data/lib/stripe/stripe_context.rb +68 -0
- data/lib/stripe/stripe_object.rb +34 -10
- data/lib/stripe/util.rb +25 -20
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +3 -54
- data/rbi/stripe/resources/v2/core/event_notification.rbi +43 -0
- data/rbi/stripe/stripe_client.rbi +17 -0
- data/rbi/stripe.rbi +121931 -190301
- metadata +599 -189
- data/API_VERSION +0 -1
- data/CHANGELOG.md +0 -2780
- data/CODE_OF_CONDUCT.md +0 -77
- data/CONTRIBUTING.md +0 -25
- data/CONTRIBUTORS +0 -3
- data/Gemfile +0 -41
- data/History.txt +0 -1
- data/LICENSE +0 -21
- data/Makefile +0 -22
- data/OPENAPI_VERSION +0 -1
- data/README.md +0 -424
- data/Rakefile +0 -34
- data/VERSION +0 -1
- data/examples/README.md +0 -16
- data/examples/example_template.rb +0 -36
- data/examples/meter_event_stream.rb +0 -57
- data/examples/thinevent_webhook_handler.rb +0 -39
- data/justfile +0 -43
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -13
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -22
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -21
- data/lib/stripe/resources/account_notice.rb +0 -123
- data/lib/stripe/resources/billing/meter_usage.rb +0 -23
- data/lib/stripe/resources/billing/meter_usage_row.rb +0 -28
- data/lib/stripe/resources/capital/financing_offer.rb +0 -179
- data/lib/stripe/resources/capital/financing_summary.rb +0 -55
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -114
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
- data/lib/stripe/resources/financial_connections/institution.rb +0 -92
- data/lib/stripe/resources/fx_quote.rb +0 -186
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -602
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -82
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -86
- data/lib/stripe/resources/issuing/settlement.rb +0 -53
- data/lib/stripe/resources/margin.rb +0 -115
- data/lib/stripe/resources/order.rb +0 -2958
- data/lib/stripe/resources/payment_attempt_record.rb +0 -1181
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -72
- data/lib/stripe/resources/payment_record.rb +0 -1727
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -298
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -33
- data/lib/stripe/resources/quote_line.rb +0 -274
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -680
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -395
- data/lib/stripe/resources/tax/association.rb +0 -66
- data/lib/stripe/resources/tax/form.rb +0 -211
- data/lib/stripe/resources/terminal/onboarding_link.rb +0 -84
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -31
- data/lib/stripe/resources/v2/core/account.rb +0 -1938
- data/lib/stripe/resources/v2/core/account_link.rb +0 -72
- data/lib/stripe/resources/v2/core/person.rb +0 -276
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -74
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -39
- data/lib/stripe/resources/v2/event.rb +0 -41
- data/lib/stripe/resources/v2/event_destination.rb +0 -73
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -20
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -22
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -51
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -79
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -68
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -94
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -129
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -82
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -45
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -117
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -77
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -49
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -122
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -84
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -80
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -70
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -89
- data/lib/stripe/services/account_notice_service.rb +0 -101
- data/lib/stripe/services/billing/meter_usage_service.rb +0 -76
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -317
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -37
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -57
- data/lib/stripe/services/fx_quote_service.rb +0 -123
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
- data/lib/stripe/services/margin_service.rb +0 -119
- data/lib/stripe/services/order_service.rb +0 -2388
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -52
- data/lib/stripe/services/payment_record_service.rb +0 -562
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -240
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -37
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/tax/association_service.rb +0 -31
- data/lib/stripe/services/tax/form_service.rb +0 -100
- data/lib/stripe/services/terminal/onboarding_link_service.rb +0 -56
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -114
- data/lib/stripe/services/v2/core/account_service.rb +0 -4536
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1045
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -130
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -107
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -74
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -119
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -82
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -125
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -95
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -199
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -235
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -172
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -90
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -43
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -69
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -73
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -152
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -53
- data/lib/stripe/thin_event.rb +0 -37
- data/stripe.gemspec +0 -47
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:
|
4
|
+
version: 16.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stripe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-09-30 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.
|
@@ -18,25 +18,7 @@ executables:
|
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
|
-
- API_VERSION
|
22
|
-
- CHANGELOG.md
|
23
|
-
- CODE_OF_CONDUCT.md
|
24
|
-
- CONTRIBUTING.md
|
25
|
-
- CONTRIBUTORS
|
26
|
-
- Gemfile
|
27
|
-
- History.txt
|
28
|
-
- LICENSE
|
29
|
-
- Makefile
|
30
|
-
- OPENAPI_VERSION
|
31
|
-
- README.md
|
32
|
-
- Rakefile
|
33
|
-
- VERSION
|
34
|
-
- examples/README.md
|
35
|
-
- examples/example_template.rb
|
36
|
-
- examples/meter_event_stream.rb
|
37
|
-
- examples/thinevent_webhook_handler.rb
|
38
21
|
- exe/stripe-console
|
39
|
-
- justfile
|
40
22
|
- lib/data/ca-certificates.crt
|
41
23
|
- lib/stripe.rb
|
42
24
|
- lib/stripe/api_operations/create.rb
|
@@ -55,79 +37,606 @@ files:
|
|
55
37
|
- lib/stripe/error_object.rb
|
56
38
|
- lib/stripe/errors.rb
|
57
39
|
- lib/stripe/event_types.rb
|
40
|
+
- lib/stripe/events/unknown_event_notification.rb
|
58
41
|
- lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
|
59
42
|
- lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
|
60
|
-
- lib/stripe/events/v2_core_account_closed_event.rb
|
61
|
-
- lib/stripe/events/v2_core_account_created_event.rb
|
62
|
-
- lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
|
63
|
-
- lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb
|
64
|
-
- lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb
|
65
|
-
- lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb
|
66
|
-
- lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb
|
67
|
-
- lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb
|
68
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
|
69
|
-
- lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
|
70
|
-
- lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
|
71
|
-
- lib/stripe/events/v2_core_account_including_identity_updated_event.rb
|
72
|
-
- lib/stripe/events/v2_core_account_including_requirements_updated_event.rb
|
73
|
-
- lib/stripe/events/v2_core_account_link_returned_event.rb
|
74
|
-
- lib/stripe/events/v2_core_account_person_created_event.rb
|
75
|
-
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
76
|
-
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
77
|
-
- lib/stripe/events/v2_core_account_updated_event.rb
|
78
43
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
79
|
-
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
80
|
-
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
81
|
-
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
82
|
-
- lib/stripe/events/v2_money_management_financial_address_activated_event.rb
|
83
|
-
- lib/stripe/events/v2_money_management_financial_address_failed_event.rb
|
84
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb
|
85
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb
|
86
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb
|
87
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb
|
88
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb
|
89
|
-
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb
|
90
|
-
- lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb
|
91
|
-
- lib/stripe/events/v2_money_management_outbound_payment_created_event.rb
|
92
|
-
- lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb
|
93
|
-
- lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb
|
94
|
-
- lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb
|
95
|
-
- lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb
|
96
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb
|
97
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb
|
98
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb
|
99
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb
|
100
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb
|
101
|
-
- lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb
|
102
|
-
- lib/stripe/events/v2_money_management_payout_method_updated_event.rb
|
103
|
-
- lib/stripe/events/v2_money_management_received_credit_available_event.rb
|
104
|
-
- lib/stripe/events/v2_money_management_received_credit_failed_event.rb
|
105
|
-
- lib/stripe/events/v2_money_management_received_credit_returned_event.rb
|
106
|
-
- lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb
|
107
|
-
- lib/stripe/events/v2_money_management_received_debit_canceled_event.rb
|
108
|
-
- lib/stripe/events/v2_money_management_received_debit_failed_event.rb
|
109
|
-
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
110
|
-
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
111
|
-
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
112
|
-
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
113
|
-
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
114
|
-
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb
|
115
|
-
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb
|
116
|
-
- lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb
|
117
|
-
- lib/stripe/events/v2_payments_off_session_payment_created_event.rb
|
118
|
-
- lib/stripe/events/v2_payments_off_session_payment_failed_event.rb
|
119
|
-
- lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb
|
120
44
|
- lib/stripe/instrumentation.rb
|
121
45
|
- lib/stripe/list_object.rb
|
122
46
|
- lib/stripe/multipart_encoder.rb
|
123
47
|
- lib/stripe/oauth.rb
|
124
48
|
- lib/stripe/object_types.rb
|
49
|
+
- lib/stripe/params.rb
|
50
|
+
- lib/stripe/params/account_capability_list_params.rb
|
51
|
+
- lib/stripe/params/account_capability_retrieve_params.rb
|
52
|
+
- lib/stripe/params/account_capability_update_params.rb
|
53
|
+
- lib/stripe/params/account_create_params.rb
|
54
|
+
- lib/stripe/params/account_delete_params.rb
|
55
|
+
- lib/stripe/params/account_external_account_create_params.rb
|
56
|
+
- lib/stripe/params/account_external_account_delete_params.rb
|
57
|
+
- lib/stripe/params/account_external_account_list_params.rb
|
58
|
+
- lib/stripe/params/account_external_account_retrieve_params.rb
|
59
|
+
- lib/stripe/params/account_external_account_update_params.rb
|
60
|
+
- lib/stripe/params/account_link_create_params.rb
|
61
|
+
- lib/stripe/params/account_list_params.rb
|
62
|
+
- lib/stripe/params/account_login_link_create_params.rb
|
63
|
+
- lib/stripe/params/account_person_create_params.rb
|
64
|
+
- lib/stripe/params/account_person_delete_params.rb
|
65
|
+
- lib/stripe/params/account_person_list_params.rb
|
66
|
+
- lib/stripe/params/account_person_retrieve_params.rb
|
67
|
+
- lib/stripe/params/account_person_update_params.rb
|
68
|
+
- lib/stripe/params/account_persons_params.rb
|
69
|
+
- lib/stripe/params/account_reject_params.rb
|
70
|
+
- lib/stripe/params/account_retrieve_current_params.rb
|
71
|
+
- lib/stripe/params/account_retrieve_params.rb
|
72
|
+
- lib/stripe/params/account_session_create_params.rb
|
73
|
+
- lib/stripe/params/account_update_params.rb
|
74
|
+
- lib/stripe/params/apple_pay_domain_create_params.rb
|
75
|
+
- lib/stripe/params/apple_pay_domain_delete_params.rb
|
76
|
+
- lib/stripe/params/apple_pay_domain_list_params.rb
|
77
|
+
- lib/stripe/params/apple_pay_domain_retrieve_params.rb
|
78
|
+
- lib/stripe/params/application_fee_list_params.rb
|
79
|
+
- lib/stripe/params/application_fee_refund_create_params.rb
|
80
|
+
- lib/stripe/params/application_fee_refund_list_params.rb
|
81
|
+
- lib/stripe/params/application_fee_refund_retrieve_params.rb
|
82
|
+
- lib/stripe/params/application_fee_refund_update_params.rb
|
83
|
+
- lib/stripe/params/application_fee_retrieve_params.rb
|
84
|
+
- lib/stripe/params/apps/secret_create_params.rb
|
85
|
+
- lib/stripe/params/apps/secret_delete_where_params.rb
|
86
|
+
- lib/stripe/params/apps/secret_find_params.rb
|
87
|
+
- lib/stripe/params/apps/secret_list_params.rb
|
88
|
+
- lib/stripe/params/balance_retrieve_params.rb
|
89
|
+
- lib/stripe/params/balance_settings_retrieve_params.rb
|
90
|
+
- lib/stripe/params/balance_settings_update_params.rb
|
91
|
+
- lib/stripe/params/balance_transaction_list_params.rb
|
92
|
+
- lib/stripe/params/balance_transaction_retrieve_params.rb
|
93
|
+
- lib/stripe/params/billing/alert_activate_params.rb
|
94
|
+
- lib/stripe/params/billing/alert_archive_params.rb
|
95
|
+
- lib/stripe/params/billing/alert_create_params.rb
|
96
|
+
- lib/stripe/params/billing/alert_deactivate_params.rb
|
97
|
+
- lib/stripe/params/billing/alert_list_params.rb
|
98
|
+
- lib/stripe/params/billing/alert_retrieve_params.rb
|
99
|
+
- lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb
|
100
|
+
- lib/stripe/params/billing/credit_balance_transaction_list_params.rb
|
101
|
+
- lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb
|
102
|
+
- lib/stripe/params/billing/credit_grant_create_params.rb
|
103
|
+
- lib/stripe/params/billing/credit_grant_expire_params.rb
|
104
|
+
- lib/stripe/params/billing/credit_grant_list_params.rb
|
105
|
+
- lib/stripe/params/billing/credit_grant_retrieve_params.rb
|
106
|
+
- lib/stripe/params/billing/credit_grant_update_params.rb
|
107
|
+
- lib/stripe/params/billing/credit_grant_void_grant_params.rb
|
108
|
+
- lib/stripe/params/billing/meter_create_params.rb
|
109
|
+
- lib/stripe/params/billing/meter_deactivate_params.rb
|
110
|
+
- lib/stripe/params/billing/meter_event_adjustment_create_params.rb
|
111
|
+
- lib/stripe/params/billing/meter_event_create_params.rb
|
112
|
+
- lib/stripe/params/billing/meter_event_summary_list_params.rb
|
113
|
+
- lib/stripe/params/billing/meter_list_params.rb
|
114
|
+
- lib/stripe/params/billing/meter_reactivate_params.rb
|
115
|
+
- lib/stripe/params/billing/meter_retrieve_params.rb
|
116
|
+
- lib/stripe/params/billing/meter_update_params.rb
|
117
|
+
- lib/stripe/params/billing_portal/configuration_create_params.rb
|
118
|
+
- lib/stripe/params/billing_portal/configuration_list_params.rb
|
119
|
+
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
120
|
+
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
121
|
+
- lib/stripe/params/billing_portal/session_create_params.rb
|
122
|
+
- lib/stripe/params/charge_capture_params.rb
|
123
|
+
- lib/stripe/params/charge_create_params.rb
|
124
|
+
- lib/stripe/params/charge_list_params.rb
|
125
|
+
- lib/stripe/params/charge_retrieve_params.rb
|
126
|
+
- lib/stripe/params/charge_search_params.rb
|
127
|
+
- lib/stripe/params/charge_update_params.rb
|
128
|
+
- lib/stripe/params/checkout/session_create_params.rb
|
129
|
+
- lib/stripe/params/checkout/session_expire_params.rb
|
130
|
+
- lib/stripe/params/checkout/session_line_item_list_params.rb
|
131
|
+
- lib/stripe/params/checkout/session_list_line_items_params.rb
|
132
|
+
- lib/stripe/params/checkout/session_list_params.rb
|
133
|
+
- lib/stripe/params/checkout/session_retrieve_params.rb
|
134
|
+
- lib/stripe/params/checkout/session_update_params.rb
|
135
|
+
- lib/stripe/params/climate/order_cancel_params.rb
|
136
|
+
- lib/stripe/params/climate/order_create_params.rb
|
137
|
+
- lib/stripe/params/climate/order_list_params.rb
|
138
|
+
- lib/stripe/params/climate/order_retrieve_params.rb
|
139
|
+
- lib/stripe/params/climate/order_update_params.rb
|
140
|
+
- lib/stripe/params/climate/product_list_params.rb
|
141
|
+
- lib/stripe/params/climate/product_retrieve_params.rb
|
142
|
+
- lib/stripe/params/climate/supplier_list_params.rb
|
143
|
+
- lib/stripe/params/climate/supplier_retrieve_params.rb
|
144
|
+
- lib/stripe/params/confirmation_token_create_params.rb
|
145
|
+
- lib/stripe/params/confirmation_token_retrieve_params.rb
|
146
|
+
- lib/stripe/params/country_spec_list_params.rb
|
147
|
+
- lib/stripe/params/country_spec_retrieve_params.rb
|
148
|
+
- lib/stripe/params/coupon_create_params.rb
|
149
|
+
- lib/stripe/params/coupon_delete_params.rb
|
150
|
+
- lib/stripe/params/coupon_list_params.rb
|
151
|
+
- lib/stripe/params/coupon_retrieve_params.rb
|
152
|
+
- lib/stripe/params/coupon_update_params.rb
|
153
|
+
- lib/stripe/params/credit_note_create_params.rb
|
154
|
+
- lib/stripe/params/credit_note_line_item_list_params.rb
|
155
|
+
- lib/stripe/params/credit_note_list_params.rb
|
156
|
+
- lib/stripe/params/credit_note_list_preview_line_items_params.rb
|
157
|
+
- lib/stripe/params/credit_note_preview_lines_list_params.rb
|
158
|
+
- lib/stripe/params/credit_note_preview_params.rb
|
159
|
+
- lib/stripe/params/credit_note_retrieve_params.rb
|
160
|
+
- lib/stripe/params/credit_note_update_params.rb
|
161
|
+
- lib/stripe/params/credit_note_void_credit_note_params.rb
|
162
|
+
- lib/stripe/params/customer_balance_transaction_create_params.rb
|
163
|
+
- lib/stripe/params/customer_balance_transaction_list_params.rb
|
164
|
+
- lib/stripe/params/customer_balance_transaction_retrieve_params.rb
|
165
|
+
- lib/stripe/params/customer_balance_transaction_update_params.rb
|
166
|
+
- lib/stripe/params/customer_cash_balance_retrieve_params.rb
|
167
|
+
- lib/stripe/params/customer_cash_balance_transaction_list_params.rb
|
168
|
+
- lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb
|
169
|
+
- lib/stripe/params/customer_cash_balance_update_params.rb
|
170
|
+
- lib/stripe/params/customer_create_funding_instructions_params.rb
|
171
|
+
- lib/stripe/params/customer_create_params.rb
|
172
|
+
- lib/stripe/params/customer_delete_discount_params.rb
|
173
|
+
- lib/stripe/params/customer_delete_params.rb
|
174
|
+
- lib/stripe/params/customer_fund_cash_balance_params.rb
|
175
|
+
- lib/stripe/params/customer_funding_instructions_create_params.rb
|
176
|
+
- lib/stripe/params/customer_list_params.rb
|
177
|
+
- lib/stripe/params/customer_list_payment_methods_params.rb
|
178
|
+
- lib/stripe/params/customer_payment_method_list_params.rb
|
179
|
+
- lib/stripe/params/customer_payment_method_retrieve_params.rb
|
180
|
+
- lib/stripe/params/customer_payment_source_create_params.rb
|
181
|
+
- lib/stripe/params/customer_payment_source_delete_params.rb
|
182
|
+
- lib/stripe/params/customer_payment_source_list_params.rb
|
183
|
+
- lib/stripe/params/customer_payment_source_retrieve_params.rb
|
184
|
+
- lib/stripe/params/customer_payment_source_update_params.rb
|
185
|
+
- lib/stripe/params/customer_payment_source_verify_params.rb
|
186
|
+
- lib/stripe/params/customer_retrieve_params.rb
|
187
|
+
- lib/stripe/params/customer_retrieve_payment_method_params.rb
|
188
|
+
- lib/stripe/params/customer_search_params.rb
|
189
|
+
- lib/stripe/params/customer_session_create_params.rb
|
190
|
+
- lib/stripe/params/customer_tax_id_create_params.rb
|
191
|
+
- lib/stripe/params/customer_tax_id_delete_params.rb
|
192
|
+
- lib/stripe/params/customer_tax_id_list_params.rb
|
193
|
+
- lib/stripe/params/customer_tax_id_retrieve_params.rb
|
194
|
+
- lib/stripe/params/customer_update_params.rb
|
195
|
+
- lib/stripe/params/dispute_close_params.rb
|
196
|
+
- lib/stripe/params/dispute_list_params.rb
|
197
|
+
- lib/stripe/params/dispute_retrieve_params.rb
|
198
|
+
- lib/stripe/params/dispute_update_params.rb
|
199
|
+
- lib/stripe/params/entitlements/active_entitlement_list_params.rb
|
200
|
+
- lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb
|
201
|
+
- lib/stripe/params/entitlements/feature_create_params.rb
|
202
|
+
- lib/stripe/params/entitlements/feature_list_params.rb
|
203
|
+
- lib/stripe/params/entitlements/feature_retrieve_params.rb
|
204
|
+
- lib/stripe/params/entitlements/feature_update_params.rb
|
205
|
+
- lib/stripe/params/ephemeral_key_create_params.rb
|
206
|
+
- lib/stripe/params/ephemeral_key_delete_params.rb
|
207
|
+
- lib/stripe/params/event_list_params.rb
|
208
|
+
- lib/stripe/params/event_retrieve_params.rb
|
209
|
+
- lib/stripe/params/exchange_rate_list_params.rb
|
210
|
+
- lib/stripe/params/exchange_rate_retrieve_params.rb
|
211
|
+
- lib/stripe/params/file_create_params.rb
|
212
|
+
- lib/stripe/params/file_link_create_params.rb
|
213
|
+
- lib/stripe/params/file_link_list_params.rb
|
214
|
+
- lib/stripe/params/file_link_retrieve_params.rb
|
215
|
+
- lib/stripe/params/file_link_update_params.rb
|
216
|
+
- lib/stripe/params/file_list_params.rb
|
217
|
+
- lib/stripe/params/file_retrieve_params.rb
|
218
|
+
- lib/stripe/params/financial_connections/account_disconnect_params.rb
|
219
|
+
- lib/stripe/params/financial_connections/account_list_owners_params.rb
|
220
|
+
- lib/stripe/params/financial_connections/account_list_params.rb
|
221
|
+
- lib/stripe/params/financial_connections/account_owner_list_params.rb
|
222
|
+
- lib/stripe/params/financial_connections/account_refresh_account_params.rb
|
223
|
+
- lib/stripe/params/financial_connections/account_refresh_params.rb
|
224
|
+
- lib/stripe/params/financial_connections/account_retrieve_params.rb
|
225
|
+
- lib/stripe/params/financial_connections/account_subscribe_params.rb
|
226
|
+
- lib/stripe/params/financial_connections/account_unsubscribe_params.rb
|
227
|
+
- lib/stripe/params/financial_connections/session_create_params.rb
|
228
|
+
- lib/stripe/params/financial_connections/session_retrieve_params.rb
|
229
|
+
- lib/stripe/params/financial_connections/transaction_list_params.rb
|
230
|
+
- lib/stripe/params/financial_connections/transaction_retrieve_params.rb
|
231
|
+
- lib/stripe/params/forwarding/request_create_params.rb
|
232
|
+
- lib/stripe/params/forwarding/request_list_params.rb
|
233
|
+
- lib/stripe/params/forwarding/request_retrieve_params.rb
|
234
|
+
- lib/stripe/params/identity/verification_report_list_params.rb
|
235
|
+
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
236
|
+
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
237
|
+
- lib/stripe/params/identity/verification_session_create_params.rb
|
238
|
+
- lib/stripe/params/identity/verification_session_list_params.rb
|
239
|
+
- lib/stripe/params/identity/verification_session_redact_params.rb
|
240
|
+
- lib/stripe/params/identity/verification_session_retrieve_params.rb
|
241
|
+
- lib/stripe/params/identity/verification_session_update_params.rb
|
242
|
+
- lib/stripe/params/invoice_add_lines_params.rb
|
243
|
+
- lib/stripe/params/invoice_attach_payment_params.rb
|
244
|
+
- lib/stripe/params/invoice_create_params.rb
|
245
|
+
- lib/stripe/params/invoice_create_preview_params.rb
|
246
|
+
- lib/stripe/params/invoice_delete_params.rb
|
247
|
+
- lib/stripe/params/invoice_finalize_invoice_params.rb
|
248
|
+
- lib/stripe/params/invoice_item_create_params.rb
|
249
|
+
- lib/stripe/params/invoice_item_delete_params.rb
|
250
|
+
- lib/stripe/params/invoice_item_list_params.rb
|
251
|
+
- lib/stripe/params/invoice_item_retrieve_params.rb
|
252
|
+
- lib/stripe/params/invoice_item_update_params.rb
|
253
|
+
- lib/stripe/params/invoice_line_item_list_params.rb
|
254
|
+
- lib/stripe/params/invoice_line_item_update_params.rb
|
255
|
+
- lib/stripe/params/invoice_list_params.rb
|
256
|
+
- lib/stripe/params/invoice_mark_uncollectible_params.rb
|
257
|
+
- lib/stripe/params/invoice_pay_params.rb
|
258
|
+
- lib/stripe/params/invoice_payment_list_params.rb
|
259
|
+
- lib/stripe/params/invoice_payment_retrieve_params.rb
|
260
|
+
- lib/stripe/params/invoice_remove_lines_params.rb
|
261
|
+
- lib/stripe/params/invoice_rendering_template_archive_params.rb
|
262
|
+
- lib/stripe/params/invoice_rendering_template_list_params.rb
|
263
|
+
- lib/stripe/params/invoice_rendering_template_retrieve_params.rb
|
264
|
+
- lib/stripe/params/invoice_rendering_template_unarchive_params.rb
|
265
|
+
- lib/stripe/params/invoice_retrieve_params.rb
|
266
|
+
- lib/stripe/params/invoice_search_params.rb
|
267
|
+
- lib/stripe/params/invoice_send_invoice_params.rb
|
268
|
+
- lib/stripe/params/invoice_update_lines_params.rb
|
269
|
+
- lib/stripe/params/invoice_update_params.rb
|
270
|
+
- lib/stripe/params/invoice_void_invoice_params.rb
|
271
|
+
- lib/stripe/params/issuing/authorization_approve_params.rb
|
272
|
+
- lib/stripe/params/issuing/authorization_capture_params.rb
|
273
|
+
- lib/stripe/params/issuing/authorization_create_params.rb
|
274
|
+
- lib/stripe/params/issuing/authorization_decline_params.rb
|
275
|
+
- lib/stripe/params/issuing/authorization_expire_params.rb
|
276
|
+
- lib/stripe/params/issuing/authorization_finalize_amount_params.rb
|
277
|
+
- lib/stripe/params/issuing/authorization_increment_params.rb
|
278
|
+
- lib/stripe/params/issuing/authorization_list_params.rb
|
279
|
+
- lib/stripe/params/issuing/authorization_respond_params.rb
|
280
|
+
- lib/stripe/params/issuing/authorization_retrieve_params.rb
|
281
|
+
- lib/stripe/params/issuing/authorization_reverse_params.rb
|
282
|
+
- lib/stripe/params/issuing/authorization_update_params.rb
|
283
|
+
- lib/stripe/params/issuing/card_create_params.rb
|
284
|
+
- lib/stripe/params/issuing/card_deliver_card_params.rb
|
285
|
+
- lib/stripe/params/issuing/card_fail_card_params.rb
|
286
|
+
- lib/stripe/params/issuing/card_list_params.rb
|
287
|
+
- lib/stripe/params/issuing/card_retrieve_params.rb
|
288
|
+
- lib/stripe/params/issuing/card_return_card_params.rb
|
289
|
+
- lib/stripe/params/issuing/card_ship_card_params.rb
|
290
|
+
- lib/stripe/params/issuing/card_submit_card_params.rb
|
291
|
+
- lib/stripe/params/issuing/card_update_params.rb
|
292
|
+
- lib/stripe/params/issuing/cardholder_create_params.rb
|
293
|
+
- lib/stripe/params/issuing/cardholder_list_params.rb
|
294
|
+
- lib/stripe/params/issuing/cardholder_retrieve_params.rb
|
295
|
+
- lib/stripe/params/issuing/cardholder_update_params.rb
|
296
|
+
- lib/stripe/params/issuing/dispute_create_params.rb
|
297
|
+
- lib/stripe/params/issuing/dispute_list_params.rb
|
298
|
+
- lib/stripe/params/issuing/dispute_retrieve_params.rb
|
299
|
+
- lib/stripe/params/issuing/dispute_submit_params.rb
|
300
|
+
- lib/stripe/params/issuing/dispute_update_params.rb
|
301
|
+
- lib/stripe/params/issuing/personalization_design_activate_params.rb
|
302
|
+
- lib/stripe/params/issuing/personalization_design_create_params.rb
|
303
|
+
- lib/stripe/params/issuing/personalization_design_deactivate_params.rb
|
304
|
+
- lib/stripe/params/issuing/personalization_design_list_params.rb
|
305
|
+
- lib/stripe/params/issuing/personalization_design_reject_params.rb
|
306
|
+
- lib/stripe/params/issuing/personalization_design_retrieve_params.rb
|
307
|
+
- lib/stripe/params/issuing/personalization_design_update_params.rb
|
308
|
+
- lib/stripe/params/issuing/physical_bundle_list_params.rb
|
309
|
+
- lib/stripe/params/issuing/physical_bundle_retrieve_params.rb
|
310
|
+
- lib/stripe/params/issuing/token_list_params.rb
|
311
|
+
- lib/stripe/params/issuing/token_retrieve_params.rb
|
312
|
+
- lib/stripe/params/issuing/token_update_params.rb
|
313
|
+
- lib/stripe/params/issuing/transaction_create_force_capture_params.rb
|
314
|
+
- lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb
|
315
|
+
- lib/stripe/params/issuing/transaction_list_params.rb
|
316
|
+
- lib/stripe/params/issuing/transaction_refund_params.rb
|
317
|
+
- lib/stripe/params/issuing/transaction_retrieve_params.rb
|
318
|
+
- lib/stripe/params/issuing/transaction_update_params.rb
|
319
|
+
- lib/stripe/params/mandate_retrieve_params.rb
|
320
|
+
- lib/stripe/params/payment_intent_apply_customer_balance_params.rb
|
321
|
+
- lib/stripe/params/payment_intent_cancel_params.rb
|
322
|
+
- lib/stripe/params/payment_intent_capture_params.rb
|
323
|
+
- lib/stripe/params/payment_intent_confirm_params.rb
|
324
|
+
- lib/stripe/params/payment_intent_create_params.rb
|
325
|
+
- lib/stripe/params/payment_intent_increment_authorization_params.rb
|
326
|
+
- lib/stripe/params/payment_intent_list_params.rb
|
327
|
+
- lib/stripe/params/payment_intent_retrieve_params.rb
|
328
|
+
- lib/stripe/params/payment_intent_search_params.rb
|
329
|
+
- lib/stripe/params/payment_intent_update_params.rb
|
330
|
+
- lib/stripe/params/payment_intent_verify_microdeposits_params.rb
|
331
|
+
- lib/stripe/params/payment_link_create_params.rb
|
332
|
+
- lib/stripe/params/payment_link_line_item_list_params.rb
|
333
|
+
- lib/stripe/params/payment_link_list_line_items_params.rb
|
334
|
+
- lib/stripe/params/payment_link_list_params.rb
|
335
|
+
- lib/stripe/params/payment_link_retrieve_params.rb
|
336
|
+
- lib/stripe/params/payment_link_update_params.rb
|
337
|
+
- lib/stripe/params/payment_method_attach_params.rb
|
338
|
+
- lib/stripe/params/payment_method_configuration_create_params.rb
|
339
|
+
- lib/stripe/params/payment_method_configuration_list_params.rb
|
340
|
+
- lib/stripe/params/payment_method_configuration_retrieve_params.rb
|
341
|
+
- lib/stripe/params/payment_method_configuration_update_params.rb
|
342
|
+
- lib/stripe/params/payment_method_create_params.rb
|
343
|
+
- lib/stripe/params/payment_method_detach_params.rb
|
344
|
+
- lib/stripe/params/payment_method_domain_create_params.rb
|
345
|
+
- lib/stripe/params/payment_method_domain_list_params.rb
|
346
|
+
- lib/stripe/params/payment_method_domain_retrieve_params.rb
|
347
|
+
- lib/stripe/params/payment_method_domain_update_params.rb
|
348
|
+
- lib/stripe/params/payment_method_domain_validate_params.rb
|
349
|
+
- lib/stripe/params/payment_method_list_params.rb
|
350
|
+
- lib/stripe/params/payment_method_retrieve_params.rb
|
351
|
+
- lib/stripe/params/payment_method_update_params.rb
|
352
|
+
- lib/stripe/params/payout_cancel_params.rb
|
353
|
+
- lib/stripe/params/payout_create_params.rb
|
354
|
+
- lib/stripe/params/payout_list_params.rb
|
355
|
+
- lib/stripe/params/payout_retrieve_params.rb
|
356
|
+
- lib/stripe/params/payout_reverse_params.rb
|
357
|
+
- lib/stripe/params/payout_update_params.rb
|
358
|
+
- lib/stripe/params/plan_create_params.rb
|
359
|
+
- lib/stripe/params/plan_delete_params.rb
|
360
|
+
- lib/stripe/params/plan_list_params.rb
|
361
|
+
- lib/stripe/params/plan_retrieve_params.rb
|
362
|
+
- lib/stripe/params/plan_update_params.rb
|
363
|
+
- lib/stripe/params/price_create_params.rb
|
364
|
+
- lib/stripe/params/price_list_params.rb
|
365
|
+
- lib/stripe/params/price_retrieve_params.rb
|
366
|
+
- lib/stripe/params/price_search_params.rb
|
367
|
+
- lib/stripe/params/price_update_params.rb
|
368
|
+
- lib/stripe/params/product_create_params.rb
|
369
|
+
- lib/stripe/params/product_delete_params.rb
|
370
|
+
- lib/stripe/params/product_feature_create_params.rb
|
371
|
+
- lib/stripe/params/product_feature_delete_params.rb
|
372
|
+
- lib/stripe/params/product_feature_list_params.rb
|
373
|
+
- lib/stripe/params/product_feature_retrieve_params.rb
|
374
|
+
- lib/stripe/params/product_list_params.rb
|
375
|
+
- lib/stripe/params/product_retrieve_params.rb
|
376
|
+
- lib/stripe/params/product_search_params.rb
|
377
|
+
- lib/stripe/params/product_update_params.rb
|
378
|
+
- lib/stripe/params/promotion_code_create_params.rb
|
379
|
+
- lib/stripe/params/promotion_code_list_params.rb
|
380
|
+
- lib/stripe/params/promotion_code_retrieve_params.rb
|
381
|
+
- lib/stripe/params/promotion_code_update_params.rb
|
382
|
+
- lib/stripe/params/quote_accept_params.rb
|
383
|
+
- lib/stripe/params/quote_cancel_params.rb
|
384
|
+
- lib/stripe/params/quote_computed_upfront_line_items_list_params.rb
|
385
|
+
- lib/stripe/params/quote_create_params.rb
|
386
|
+
- lib/stripe/params/quote_finalize_quote_params.rb
|
387
|
+
- lib/stripe/params/quote_line_item_list_params.rb
|
388
|
+
- lib/stripe/params/quote_list_computed_upfront_line_items_params.rb
|
389
|
+
- lib/stripe/params/quote_list_line_items_params.rb
|
390
|
+
- lib/stripe/params/quote_list_params.rb
|
391
|
+
- lib/stripe/params/quote_pdf_params.rb
|
392
|
+
- lib/stripe/params/quote_retrieve_params.rb
|
393
|
+
- lib/stripe/params/quote_update_params.rb
|
394
|
+
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
395
|
+
- lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb
|
396
|
+
- lib/stripe/params/radar/value_list_create_params.rb
|
397
|
+
- lib/stripe/params/radar/value_list_delete_params.rb
|
398
|
+
- lib/stripe/params/radar/value_list_item_create_params.rb
|
399
|
+
- lib/stripe/params/radar/value_list_item_delete_params.rb
|
400
|
+
- lib/stripe/params/radar/value_list_item_list_params.rb
|
401
|
+
- lib/stripe/params/radar/value_list_item_retrieve_params.rb
|
402
|
+
- lib/stripe/params/radar/value_list_list_params.rb
|
403
|
+
- lib/stripe/params/radar/value_list_retrieve_params.rb
|
404
|
+
- lib/stripe/params/radar/value_list_update_params.rb
|
405
|
+
- lib/stripe/params/refund_cancel_params.rb
|
406
|
+
- lib/stripe/params/refund_create_params.rb
|
407
|
+
- lib/stripe/params/refund_expire_params.rb
|
408
|
+
- lib/stripe/params/refund_list_params.rb
|
409
|
+
- lib/stripe/params/refund_retrieve_params.rb
|
410
|
+
- lib/stripe/params/refund_update_params.rb
|
411
|
+
- lib/stripe/params/reporting/report_run_create_params.rb
|
412
|
+
- lib/stripe/params/reporting/report_run_list_params.rb
|
413
|
+
- lib/stripe/params/reporting/report_run_retrieve_params.rb
|
414
|
+
- lib/stripe/params/reporting/report_type_list_params.rb
|
415
|
+
- lib/stripe/params/reporting/report_type_retrieve_params.rb
|
416
|
+
- lib/stripe/params/review_approve_params.rb
|
417
|
+
- lib/stripe/params/review_list_params.rb
|
418
|
+
- lib/stripe/params/review_retrieve_params.rb
|
419
|
+
- lib/stripe/params/setup_attempt_list_params.rb
|
420
|
+
- lib/stripe/params/setup_intent_cancel_params.rb
|
421
|
+
- lib/stripe/params/setup_intent_confirm_params.rb
|
422
|
+
- lib/stripe/params/setup_intent_create_params.rb
|
423
|
+
- lib/stripe/params/setup_intent_list_params.rb
|
424
|
+
- lib/stripe/params/setup_intent_retrieve_params.rb
|
425
|
+
- lib/stripe/params/setup_intent_update_params.rb
|
426
|
+
- lib/stripe/params/setup_intent_verify_microdeposits_params.rb
|
427
|
+
- lib/stripe/params/shipping_rate_create_params.rb
|
428
|
+
- lib/stripe/params/shipping_rate_list_params.rb
|
429
|
+
- lib/stripe/params/shipping_rate_retrieve_params.rb
|
430
|
+
- lib/stripe/params/shipping_rate_update_params.rb
|
431
|
+
- lib/stripe/params/sigma/scheduled_query_run_list_params.rb
|
432
|
+
- lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb
|
433
|
+
- lib/stripe/params/source_create_params.rb
|
434
|
+
- lib/stripe/params/source_detach_params.rb
|
435
|
+
- lib/stripe/params/source_retrieve_params.rb
|
436
|
+
- lib/stripe/params/source_transaction_list_params.rb
|
437
|
+
- lib/stripe/params/source_update_params.rb
|
438
|
+
- lib/stripe/params/source_verify_params.rb
|
439
|
+
- lib/stripe/params/subscription_cancel_params.rb
|
440
|
+
- lib/stripe/params/subscription_create_params.rb
|
441
|
+
- lib/stripe/params/subscription_delete_discount_params.rb
|
442
|
+
- lib/stripe/params/subscription_item_create_params.rb
|
443
|
+
- lib/stripe/params/subscription_item_delete_params.rb
|
444
|
+
- lib/stripe/params/subscription_item_list_params.rb
|
445
|
+
- lib/stripe/params/subscription_item_retrieve_params.rb
|
446
|
+
- lib/stripe/params/subscription_item_update_params.rb
|
447
|
+
- lib/stripe/params/subscription_list_params.rb
|
448
|
+
- lib/stripe/params/subscription_migrate_params.rb
|
449
|
+
- lib/stripe/params/subscription_resume_params.rb
|
450
|
+
- lib/stripe/params/subscription_retrieve_params.rb
|
451
|
+
- lib/stripe/params/subscription_schedule_cancel_params.rb
|
452
|
+
- lib/stripe/params/subscription_schedule_create_params.rb
|
453
|
+
- lib/stripe/params/subscription_schedule_list_params.rb
|
454
|
+
- lib/stripe/params/subscription_schedule_release_params.rb
|
455
|
+
- lib/stripe/params/subscription_schedule_retrieve_params.rb
|
456
|
+
- lib/stripe/params/subscription_schedule_update_params.rb
|
457
|
+
- lib/stripe/params/subscription_search_params.rb
|
458
|
+
- lib/stripe/params/subscription_update_params.rb
|
459
|
+
- lib/stripe/params/tax/calculation_create_params.rb
|
460
|
+
- lib/stripe/params/tax/calculation_line_item_list_params.rb
|
461
|
+
- lib/stripe/params/tax/calculation_list_line_items_params.rb
|
462
|
+
- lib/stripe/params/tax/calculation_retrieve_params.rb
|
463
|
+
- lib/stripe/params/tax/registration_create_params.rb
|
464
|
+
- lib/stripe/params/tax/registration_list_params.rb
|
465
|
+
- lib/stripe/params/tax/registration_retrieve_params.rb
|
466
|
+
- lib/stripe/params/tax/registration_update_params.rb
|
467
|
+
- lib/stripe/params/tax/settings_retrieve_params.rb
|
468
|
+
- lib/stripe/params/tax/settings_update_params.rb
|
469
|
+
- lib/stripe/params/tax/transaction_create_from_calculation_params.rb
|
470
|
+
- lib/stripe/params/tax/transaction_create_reversal_params.rb
|
471
|
+
- lib/stripe/params/tax/transaction_line_item_list_params.rb
|
472
|
+
- lib/stripe/params/tax/transaction_list_line_items_params.rb
|
473
|
+
- lib/stripe/params/tax/transaction_retrieve_params.rb
|
474
|
+
- lib/stripe/params/tax_code_list_params.rb
|
475
|
+
- lib/stripe/params/tax_code_retrieve_params.rb
|
476
|
+
- lib/stripe/params/tax_id_create_params.rb
|
477
|
+
- lib/stripe/params/tax_id_delete_params.rb
|
478
|
+
- lib/stripe/params/tax_id_list_params.rb
|
479
|
+
- lib/stripe/params/tax_id_retrieve_params.rb
|
480
|
+
- lib/stripe/params/tax_rate_create_params.rb
|
481
|
+
- lib/stripe/params/tax_rate_list_params.rb
|
482
|
+
- lib/stripe/params/tax_rate_retrieve_params.rb
|
483
|
+
- lib/stripe/params/tax_rate_update_params.rb
|
484
|
+
- lib/stripe/params/terminal/configuration_create_params.rb
|
485
|
+
- lib/stripe/params/terminal/configuration_delete_params.rb
|
486
|
+
- lib/stripe/params/terminal/configuration_list_params.rb
|
487
|
+
- lib/stripe/params/terminal/configuration_retrieve_params.rb
|
488
|
+
- lib/stripe/params/terminal/configuration_update_params.rb
|
489
|
+
- lib/stripe/params/terminal/connection_token_create_params.rb
|
490
|
+
- lib/stripe/params/terminal/location_create_params.rb
|
491
|
+
- lib/stripe/params/terminal/location_delete_params.rb
|
492
|
+
- lib/stripe/params/terminal/location_list_params.rb
|
493
|
+
- lib/stripe/params/terminal/location_retrieve_params.rb
|
494
|
+
- lib/stripe/params/terminal/location_update_params.rb
|
495
|
+
- lib/stripe/params/terminal/reader_cancel_action_params.rb
|
496
|
+
- lib/stripe/params/terminal/reader_collect_inputs_params.rb
|
497
|
+
- lib/stripe/params/terminal/reader_collect_payment_method_params.rb
|
498
|
+
- lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb
|
499
|
+
- lib/stripe/params/terminal/reader_create_params.rb
|
500
|
+
- lib/stripe/params/terminal/reader_delete_params.rb
|
501
|
+
- lib/stripe/params/terminal/reader_list_params.rb
|
502
|
+
- lib/stripe/params/terminal/reader_present_payment_method_params.rb
|
503
|
+
- lib/stripe/params/terminal/reader_process_payment_intent_params.rb
|
504
|
+
- lib/stripe/params/terminal/reader_process_setup_intent_params.rb
|
505
|
+
- lib/stripe/params/terminal/reader_refund_payment_params.rb
|
506
|
+
- lib/stripe/params/terminal/reader_retrieve_params.rb
|
507
|
+
- lib/stripe/params/terminal/reader_set_reader_display_params.rb
|
508
|
+
- lib/stripe/params/terminal/reader_succeed_input_collection_params.rb
|
509
|
+
- lib/stripe/params/terminal/reader_timeout_input_collection_params.rb
|
510
|
+
- lib/stripe/params/terminal/reader_update_params.rb
|
511
|
+
- lib/stripe/params/test_helpers/confirmation_token_create_params.rb
|
512
|
+
- lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb
|
513
|
+
- lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb
|
514
|
+
- lib/stripe/params/test_helpers/issuing/authorization_create_params.rb
|
515
|
+
- lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb
|
516
|
+
- lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb
|
517
|
+
- lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb
|
518
|
+
- lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb
|
519
|
+
- lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb
|
520
|
+
- lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb
|
521
|
+
- lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb
|
522
|
+
- lib/stripe/params/test_helpers/issuing/card_return_card_params.rb
|
523
|
+
- lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb
|
524
|
+
- lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb
|
525
|
+
- lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb
|
526
|
+
- lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb
|
527
|
+
- lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb
|
528
|
+
- lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb
|
529
|
+
- lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb
|
530
|
+
- lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb
|
531
|
+
- lib/stripe/params/test_helpers/refund_expire_params.rb
|
532
|
+
- lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb
|
533
|
+
- lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb
|
534
|
+
- lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb
|
535
|
+
- lib/stripe/params/test_helpers/test_clock_advance_params.rb
|
536
|
+
- lib/stripe/params/test_helpers/test_clock_create_params.rb
|
537
|
+
- lib/stripe/params/test_helpers/test_clock_delete_params.rb
|
538
|
+
- lib/stripe/params/test_helpers/test_clock_list_params.rb
|
539
|
+
- lib/stripe/params/test_helpers/test_clock_retrieve_params.rb
|
540
|
+
- lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb
|
541
|
+
- lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb
|
542
|
+
- lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb
|
543
|
+
- lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb
|
544
|
+
- lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb
|
545
|
+
- lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb
|
546
|
+
- lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb
|
547
|
+
- lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb
|
548
|
+
- lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb
|
549
|
+
- lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb
|
550
|
+
- lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb
|
551
|
+
- lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb
|
552
|
+
- lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb
|
553
|
+
- lib/stripe/params/token_create_params.rb
|
554
|
+
- lib/stripe/params/token_retrieve_params.rb
|
555
|
+
- lib/stripe/params/topup_cancel_params.rb
|
556
|
+
- lib/stripe/params/topup_create_params.rb
|
557
|
+
- lib/stripe/params/topup_list_params.rb
|
558
|
+
- lib/stripe/params/topup_retrieve_params.rb
|
559
|
+
- lib/stripe/params/topup_update_params.rb
|
560
|
+
- lib/stripe/params/transfer_create_params.rb
|
561
|
+
- lib/stripe/params/transfer_list_params.rb
|
562
|
+
- lib/stripe/params/transfer_retrieve_params.rb
|
563
|
+
- lib/stripe/params/transfer_reversal_create_params.rb
|
564
|
+
- lib/stripe/params/transfer_reversal_list_params.rb
|
565
|
+
- lib/stripe/params/transfer_reversal_retrieve_params.rb
|
566
|
+
- lib/stripe/params/transfer_reversal_update_params.rb
|
567
|
+
- lib/stripe/params/transfer_update_params.rb
|
568
|
+
- lib/stripe/params/treasury/credit_reversal_create_params.rb
|
569
|
+
- lib/stripe/params/treasury/credit_reversal_list_params.rb
|
570
|
+
- lib/stripe/params/treasury/credit_reversal_retrieve_params.rb
|
571
|
+
- lib/stripe/params/treasury/debit_reversal_create_params.rb
|
572
|
+
- lib/stripe/params/treasury/debit_reversal_list_params.rb
|
573
|
+
- lib/stripe/params/treasury/debit_reversal_retrieve_params.rb
|
574
|
+
- lib/stripe/params/treasury/financial_account_close_params.rb
|
575
|
+
- lib/stripe/params/treasury/financial_account_create_params.rb
|
576
|
+
- lib/stripe/params/treasury/financial_account_features_retrieve_params.rb
|
577
|
+
- lib/stripe/params/treasury/financial_account_features_update_params.rb
|
578
|
+
- lib/stripe/params/treasury/financial_account_list_params.rb
|
579
|
+
- lib/stripe/params/treasury/financial_account_retrieve_features_params.rb
|
580
|
+
- lib/stripe/params/treasury/financial_account_retrieve_params.rb
|
581
|
+
- lib/stripe/params/treasury/financial_account_update_features_params.rb
|
582
|
+
- lib/stripe/params/treasury/financial_account_update_params.rb
|
583
|
+
- lib/stripe/params/treasury/inbound_transfer_cancel_params.rb
|
584
|
+
- lib/stripe/params/treasury/inbound_transfer_create_params.rb
|
585
|
+
- lib/stripe/params/treasury/inbound_transfer_fail_params.rb
|
586
|
+
- lib/stripe/params/treasury/inbound_transfer_list_params.rb
|
587
|
+
- lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb
|
588
|
+
- lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb
|
589
|
+
- lib/stripe/params/treasury/inbound_transfer_succeed_params.rb
|
590
|
+
- lib/stripe/params/treasury/outbound_payment_cancel_params.rb
|
591
|
+
- lib/stripe/params/treasury/outbound_payment_create_params.rb
|
592
|
+
- lib/stripe/params/treasury/outbound_payment_fail_params.rb
|
593
|
+
- lib/stripe/params/treasury/outbound_payment_list_params.rb
|
594
|
+
- lib/stripe/params/treasury/outbound_payment_post_params.rb
|
595
|
+
- lib/stripe/params/treasury/outbound_payment_retrieve_params.rb
|
596
|
+
- lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb
|
597
|
+
- lib/stripe/params/treasury/outbound_payment_update_params.rb
|
598
|
+
- lib/stripe/params/treasury/outbound_transfer_cancel_params.rb
|
599
|
+
- lib/stripe/params/treasury/outbound_transfer_create_params.rb
|
600
|
+
- lib/stripe/params/treasury/outbound_transfer_fail_params.rb
|
601
|
+
- lib/stripe/params/treasury/outbound_transfer_list_params.rb
|
602
|
+
- lib/stripe/params/treasury/outbound_transfer_post_params.rb
|
603
|
+
- lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb
|
604
|
+
- lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb
|
605
|
+
- lib/stripe/params/treasury/outbound_transfer_update_params.rb
|
606
|
+
- lib/stripe/params/treasury/received_credit_create_params.rb
|
607
|
+
- lib/stripe/params/treasury/received_credit_list_params.rb
|
608
|
+
- lib/stripe/params/treasury/received_credit_retrieve_params.rb
|
609
|
+
- lib/stripe/params/treasury/received_debit_create_params.rb
|
610
|
+
- lib/stripe/params/treasury/received_debit_list_params.rb
|
611
|
+
- lib/stripe/params/treasury/received_debit_retrieve_params.rb
|
612
|
+
- lib/stripe/params/treasury/transaction_entry_list_params.rb
|
613
|
+
- lib/stripe/params/treasury/transaction_entry_retrieve_params.rb
|
614
|
+
- lib/stripe/params/treasury/transaction_list_params.rb
|
615
|
+
- lib/stripe/params/treasury/transaction_retrieve_params.rb
|
616
|
+
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
617
|
+
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
618
|
+
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
619
|
+
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
620
|
+
- lib/stripe/params/v2/core/event_destination_create_params.rb
|
621
|
+
- lib/stripe/params/v2/core/event_destination_delete_params.rb
|
622
|
+
- lib/stripe/params/v2/core/event_destination_disable_params.rb
|
623
|
+
- lib/stripe/params/v2/core/event_destination_enable_params.rb
|
624
|
+
- lib/stripe/params/v2/core/event_destination_list_params.rb
|
625
|
+
- lib/stripe/params/v2/core/event_destination_ping_params.rb
|
626
|
+
- lib/stripe/params/v2/core/event_destination_retrieve_params.rb
|
627
|
+
- lib/stripe/params/v2/core/event_destination_update_params.rb
|
628
|
+
- lib/stripe/params/v2/core/event_list_params.rb
|
629
|
+
- lib/stripe/params/v2/core/event_retrieve_params.rb
|
630
|
+
- lib/stripe/params/webhook_endpoint_create_params.rb
|
631
|
+
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
632
|
+
- lib/stripe/params/webhook_endpoint_list_params.rb
|
633
|
+
- lib/stripe/params/webhook_endpoint_retrieve_params.rb
|
634
|
+
- lib/stripe/params/webhook_endpoint_update_params.rb
|
125
635
|
- lib/stripe/request_options.rb
|
126
636
|
- lib/stripe/request_params.rb
|
127
637
|
- lib/stripe/resources.rb
|
128
638
|
- lib/stripe/resources/account.rb
|
129
639
|
- lib/stripe/resources/account_link.rb
|
130
|
-
- lib/stripe/resources/account_notice.rb
|
131
640
|
- lib/stripe/resources/account_session.rb
|
132
641
|
- lib/stripe/resources/alipay_account.rb
|
133
642
|
- lib/stripe/resources/apple_pay_domain.rb
|
@@ -148,14 +657,9 @@ files:
|
|
148
657
|
- lib/stripe/resources/billing/meter_event.rb
|
149
658
|
- lib/stripe/resources/billing/meter_event_adjustment.rb
|
150
659
|
- lib/stripe/resources/billing/meter_event_summary.rb
|
151
|
-
- lib/stripe/resources/billing/meter_usage.rb
|
152
|
-
- lib/stripe/resources/billing/meter_usage_row.rb
|
153
660
|
- lib/stripe/resources/billing_portal/configuration.rb
|
154
661
|
- lib/stripe/resources/billing_portal/session.rb
|
155
662
|
- lib/stripe/resources/capability.rb
|
156
|
-
- lib/stripe/resources/capital/financing_offer.rb
|
157
|
-
- lib/stripe/resources/capital/financing_summary.rb
|
158
|
-
- lib/stripe/resources/capital/financing_transaction.rb
|
159
663
|
- lib/stripe/resources/card.rb
|
160
664
|
- lib/stripe/resources/cash_balance.rb
|
161
665
|
- lib/stripe/resources/charge.rb
|
@@ -184,15 +688,12 @@ files:
|
|
184
688
|
- lib/stripe/resources/file.rb
|
185
689
|
- lib/stripe/resources/file_link.rb
|
186
690
|
- lib/stripe/resources/financial_connections/account.rb
|
187
|
-
- lib/stripe/resources/financial_connections/account_inferred_balance.rb
|
188
691
|
- lib/stripe/resources/financial_connections/account_owner.rb
|
189
692
|
- lib/stripe/resources/financial_connections/account_ownership.rb
|
190
|
-
- lib/stripe/resources/financial_connections/institution.rb
|
191
693
|
- lib/stripe/resources/financial_connections/session.rb
|
192
694
|
- lib/stripe/resources/financial_connections/transaction.rb
|
193
695
|
- lib/stripe/resources/forwarding/request.rb
|
194
696
|
- lib/stripe/resources/funding_instructions.rb
|
195
|
-
- lib/stripe/resources/fx_quote.rb
|
196
697
|
- lib/stripe/resources/identity/verification_report.rb
|
197
698
|
- lib/stripe/resources/identity/verification_session.rb
|
198
699
|
- lib/stripe/resources/invoice.rb
|
@@ -203,41 +704,27 @@ files:
|
|
203
704
|
- lib/stripe/resources/issuing/authorization.rb
|
204
705
|
- lib/stripe/resources/issuing/card.rb
|
205
706
|
- lib/stripe/resources/issuing/cardholder.rb
|
206
|
-
- lib/stripe/resources/issuing/credit_underwriting_record.rb
|
207
707
|
- lib/stripe/resources/issuing/dispute.rb
|
208
|
-
- lib/stripe/resources/issuing/dispute_settlement_detail.rb
|
209
|
-
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
210
708
|
- lib/stripe/resources/issuing/personalization_design.rb
|
211
709
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
212
|
-
- lib/stripe/resources/issuing/settlement.rb
|
213
710
|
- lib/stripe/resources/issuing/token.rb
|
214
711
|
- lib/stripe/resources/issuing/transaction.rb
|
215
712
|
- lib/stripe/resources/line_item.rb
|
216
713
|
- lib/stripe/resources/login_link.rb
|
217
714
|
- lib/stripe/resources/mandate.rb
|
218
|
-
- lib/stripe/resources/margin.rb
|
219
|
-
- lib/stripe/resources/order.rb
|
220
|
-
- lib/stripe/resources/payment_attempt_record.rb
|
221
715
|
- lib/stripe/resources/payment_intent.rb
|
222
|
-
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
223
716
|
- lib/stripe/resources/payment_link.rb
|
224
717
|
- lib/stripe/resources/payment_method.rb
|
225
718
|
- lib/stripe/resources/payment_method_configuration.rb
|
226
719
|
- lib/stripe/resources/payment_method_domain.rb
|
227
|
-
- lib/stripe/resources/payment_record.rb
|
228
720
|
- lib/stripe/resources/payout.rb
|
229
721
|
- lib/stripe/resources/person.rb
|
230
722
|
- lib/stripe/resources/plan.rb
|
231
723
|
- lib/stripe/resources/price.rb
|
232
|
-
- lib/stripe/resources/privacy/redaction_job.rb
|
233
|
-
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
234
724
|
- lib/stripe/resources/product.rb
|
235
725
|
- lib/stripe/resources/product_feature.rb
|
236
726
|
- lib/stripe/resources/promotion_code.rb
|
237
727
|
- lib/stripe/resources/quote.rb
|
238
|
-
- lib/stripe/resources/quote_line.rb
|
239
|
-
- lib/stripe/resources/quote_preview_invoice.rb
|
240
|
-
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
241
728
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
242
729
|
- lib/stripe/resources/radar/value_list.rb
|
243
730
|
- lib/stripe/resources/radar/value_list_item.rb
|
@@ -258,10 +745,8 @@ files:
|
|
258
745
|
- lib/stripe/resources/subscription.rb
|
259
746
|
- lib/stripe/resources/subscription_item.rb
|
260
747
|
- lib/stripe/resources/subscription_schedule.rb
|
261
|
-
- lib/stripe/resources/tax/association.rb
|
262
748
|
- lib/stripe/resources/tax/calculation.rb
|
263
749
|
- lib/stripe/resources/tax/calculation_line_item.rb
|
264
|
-
- lib/stripe/resources/tax/form.rb
|
265
750
|
- lib/stripe/resources/tax/registration.rb
|
266
751
|
- lib/stripe/resources/tax/settings.rb
|
267
752
|
- lib/stripe/resources/tax/transaction.rb
|
@@ -273,9 +758,7 @@ files:
|
|
273
758
|
- lib/stripe/resources/terminal/configuration.rb
|
274
759
|
- lib/stripe/resources/terminal/connection_token.rb
|
275
760
|
- lib/stripe/resources/terminal/location.rb
|
276
|
-
- lib/stripe/resources/terminal/onboarding_link.rb
|
277
761
|
- lib/stripe/resources/terminal/reader.rb
|
278
|
-
- lib/stripe/resources/terminal/reader_collected_data.rb
|
279
762
|
- lib/stripe/resources/test_helpers/test_clock.rb
|
280
763
|
- lib/stripe/resources/token.rb
|
281
764
|
- lib/stripe/resources/topup.rb
|
@@ -295,30 +778,10 @@ files:
|
|
295
778
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
296
779
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
297
780
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
298
|
-
- lib/stripe/resources/v2/core/
|
299
|
-
- lib/stripe/resources/v2/core/
|
300
|
-
- lib/stripe/resources/v2/core/
|
301
|
-
- lib/stripe/resources/v2/
|
302
|
-
- lib/stripe/resources/v2/core/vault/us_bank_account.rb
|
303
|
-
- lib/stripe/resources/v2/event.rb
|
304
|
-
- lib/stripe/resources/v2/event_destination.rb
|
305
|
-
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
306
|
-
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
307
|
-
- lib/stripe/resources/v2/money_management/adjustment.rb
|
308
|
-
- lib/stripe/resources/v2/money_management/financial_account.rb
|
309
|
-
- lib/stripe/resources/v2/money_management/financial_address.rb
|
310
|
-
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
311
|
-
- lib/stripe/resources/v2/money_management/outbound_payment.rb
|
312
|
-
- lib/stripe/resources/v2/money_management/outbound_payment_quote.rb
|
313
|
-
- lib/stripe/resources/v2/money_management/outbound_setup_intent.rb
|
314
|
-
- lib/stripe/resources/v2/money_management/outbound_transfer.rb
|
315
|
-
- lib/stripe/resources/v2/money_management/payout_method.rb
|
316
|
-
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
317
|
-
- lib/stripe/resources/v2/money_management/received_credit.rb
|
318
|
-
- lib/stripe/resources/v2/money_management/received_debit.rb
|
319
|
-
- lib/stripe/resources/v2/money_management/transaction.rb
|
320
|
-
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
321
|
-
- lib/stripe/resources/v2/payments/off_session_payment.rb
|
781
|
+
- lib/stripe/resources/v2/core/event.rb
|
782
|
+
- lib/stripe/resources/v2/core/event_destination.rb
|
783
|
+
- lib/stripe/resources/v2/core/event_notification.rb
|
784
|
+
- lib/stripe/resources/v2/deleted_object.rb
|
322
785
|
- lib/stripe/resources/webhook_endpoint.rb
|
323
786
|
- lib/stripe/search_result_object.rb
|
324
787
|
- lib/stripe/services.rb
|
@@ -326,7 +789,6 @@ files:
|
|
326
789
|
- lib/stripe/services/account_external_account_service.rb
|
327
790
|
- lib/stripe/services/account_link_service.rb
|
328
791
|
- lib/stripe/services/account_login_link_service.rb
|
329
|
-
- lib/stripe/services/account_notice_service.rb
|
330
792
|
- lib/stripe/services/account_person_service.rb
|
331
793
|
- lib/stripe/services/account_service.rb
|
332
794
|
- lib/stripe/services/account_session_service.rb
|
@@ -346,15 +808,10 @@ files:
|
|
346
808
|
- lib/stripe/services/billing/meter_event_service.rb
|
347
809
|
- lib/stripe/services/billing/meter_event_summary_service.rb
|
348
810
|
- lib/stripe/services/billing/meter_service.rb
|
349
|
-
- lib/stripe/services/billing/meter_usage_service.rb
|
350
811
|
- lib/stripe/services/billing_portal/configuration_service.rb
|
351
812
|
- lib/stripe/services/billing_portal/session_service.rb
|
352
813
|
- lib/stripe/services/billing_portal_service.rb
|
353
814
|
- lib/stripe/services/billing_service.rb
|
354
|
-
- lib/stripe/services/capital/financing_offer_service.rb
|
355
|
-
- lib/stripe/services/capital/financing_summary_service.rb
|
356
|
-
- lib/stripe/services/capital/financing_transaction_service.rb
|
357
|
-
- lib/stripe/services/capital_service.rb
|
358
815
|
- lib/stripe/services/charge_service.rb
|
359
816
|
- lib/stripe/services/checkout/session_line_item_service.rb
|
360
817
|
- lib/stripe/services/checkout/session_service.rb
|
@@ -385,19 +842,15 @@ files:
|
|
385
842
|
- lib/stripe/services/ephemeral_key_service.rb
|
386
843
|
- lib/stripe/services/event_service.rb
|
387
844
|
- lib/stripe/services/exchange_rate_service.rb
|
388
|
-
- lib/stripe/services/external_account_service.rb
|
389
845
|
- lib/stripe/services/file_link_service.rb
|
390
846
|
- lib/stripe/services/file_service.rb
|
391
|
-
- lib/stripe/services/financial_connections/account_inferred_balance_service.rb
|
392
847
|
- lib/stripe/services/financial_connections/account_owner_service.rb
|
393
848
|
- lib/stripe/services/financial_connections/account_service.rb
|
394
|
-
- lib/stripe/services/financial_connections/institution_service.rb
|
395
849
|
- lib/stripe/services/financial_connections/session_service.rb
|
396
850
|
- lib/stripe/services/financial_connections/transaction_service.rb
|
397
851
|
- lib/stripe/services/financial_connections_service.rb
|
398
852
|
- lib/stripe/services/forwarding/request_service.rb
|
399
853
|
- lib/stripe/services/forwarding_service.rb
|
400
|
-
- lib/stripe/services/fx_quote_service.rb
|
401
854
|
- lib/stripe/services/identity/verification_report_service.rb
|
402
855
|
- lib/stripe/services/identity/verification_session_service.rb
|
403
856
|
- lib/stripe/services/identity_service.rb
|
@@ -409,43 +862,28 @@ files:
|
|
409
862
|
- lib/stripe/services/issuing/authorization_service.rb
|
410
863
|
- lib/stripe/services/issuing/card_service.rb
|
411
864
|
- lib/stripe/services/issuing/cardholder_service.rb
|
412
|
-
- lib/stripe/services/issuing/credit_underwriting_record_service.rb
|
413
865
|
- lib/stripe/services/issuing/dispute_service.rb
|
414
|
-
- lib/stripe/services/issuing/dispute_settlement_detail_service.rb
|
415
|
-
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
416
866
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
417
867
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
418
868
|
- lib/stripe/services/issuing/token_service.rb
|
419
869
|
- lib/stripe/services/issuing/transaction_service.rb
|
420
870
|
- lib/stripe/services/issuing_service.rb
|
421
871
|
- lib/stripe/services/mandate_service.rb
|
422
|
-
- lib/stripe/services/margin_service.rb
|
423
872
|
- lib/stripe/services/oauth_service.rb
|
424
|
-
- lib/stripe/services/order_line_item_service.rb
|
425
|
-
- lib/stripe/services/order_service.rb
|
426
|
-
- lib/stripe/services/payment_attempt_record_service.rb
|
427
|
-
- lib/stripe/services/payment_intent_amount_details_line_item_service.rb
|
428
873
|
- lib/stripe/services/payment_intent_service.rb
|
429
874
|
- lib/stripe/services/payment_link_line_item_service.rb
|
430
875
|
- lib/stripe/services/payment_link_service.rb
|
431
876
|
- lib/stripe/services/payment_method_configuration_service.rb
|
432
877
|
- lib/stripe/services/payment_method_domain_service.rb
|
433
878
|
- lib/stripe/services/payment_method_service.rb
|
434
|
-
- lib/stripe/services/payment_record_service.rb
|
435
879
|
- lib/stripe/services/payout_service.rb
|
436
880
|
- lib/stripe/services/plan_service.rb
|
437
881
|
- lib/stripe/services/price_service.rb
|
438
|
-
- lib/stripe/services/privacy/redaction_job_service.rb
|
439
|
-
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
440
|
-
- lib/stripe/services/privacy_service.rb
|
441
882
|
- lib/stripe/services/product_feature_service.rb
|
442
883
|
- lib/stripe/services/product_service.rb
|
443
884
|
- lib/stripe/services/promotion_code_service.rb
|
444
885
|
- lib/stripe/services/quote_computed_upfront_line_items_service.rb
|
445
886
|
- lib/stripe/services/quote_line_item_service.rb
|
446
|
-
- lib/stripe/services/quote_line_service.rb
|
447
|
-
- lib/stripe/services/quote_preview_invoice_service.rb
|
448
|
-
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
449
887
|
- lib/stripe/services/quote_service.rb
|
450
888
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
451
889
|
- lib/stripe/services/radar/value_list_item_service.rb
|
@@ -466,10 +904,8 @@ files:
|
|
466
904
|
- lib/stripe/services/subscription_item_service.rb
|
467
905
|
- lib/stripe/services/subscription_schedule_service.rb
|
468
906
|
- lib/stripe/services/subscription_service.rb
|
469
|
-
- lib/stripe/services/tax/association_service.rb
|
470
907
|
- lib/stripe/services/tax/calculation_line_item_service.rb
|
471
908
|
- lib/stripe/services/tax/calculation_service.rb
|
472
|
-
- lib/stripe/services/tax/form_service.rb
|
473
909
|
- lib/stripe/services/tax/registration_service.rb
|
474
910
|
- lib/stripe/services/tax/settings_service.rb
|
475
911
|
- lib/stripe/services/tax/transaction_line_item_service.rb
|
@@ -481,8 +917,6 @@ files:
|
|
481
917
|
- lib/stripe/services/terminal/configuration_service.rb
|
482
918
|
- lib/stripe/services/terminal/connection_token_service.rb
|
483
919
|
- lib/stripe/services/terminal/location_service.rb
|
484
|
-
- lib/stripe/services/terminal/onboarding_link_service.rb
|
485
|
-
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
486
920
|
- lib/stripe/services/terminal/reader_service.rb
|
487
921
|
- lib/stripe/services/terminal_service.rb
|
488
922
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
@@ -525,49 +959,25 @@ files:
|
|
525
959
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
526
960
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
527
961
|
- lib/stripe/services/v2/billing_service.rb
|
528
|
-
- lib/stripe/services/v2/core/account_link_service.rb
|
529
|
-
- lib/stripe/services/v2/core/account_service.rb
|
530
|
-
- lib/stripe/services/v2/core/accounts/person_service.rb
|
531
962
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
532
963
|
- lib/stripe/services/v2/core/event_service.rb
|
533
|
-
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
534
|
-
- lib/stripe/services/v2/core/vault/us_bank_account_service.rb
|
535
|
-
- lib/stripe/services/v2/core/vault_service.rb
|
536
964
|
- lib/stripe/services/v2/core_service.rb
|
537
|
-
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
538
|
-
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
539
|
-
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
540
|
-
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
541
|
-
- lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
|
542
|
-
- lib/stripe/services/v2/money_management/outbound_payment_service.rb
|
543
|
-
- lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb
|
544
|
-
- lib/stripe/services/v2/money_management/outbound_transfer_service.rb
|
545
|
-
- lib/stripe/services/v2/money_management/payout_method_service.rb
|
546
|
-
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
547
|
-
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
548
|
-
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
549
|
-
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
550
|
-
- lib/stripe/services/v2/money_management/transaction_service.rb
|
551
|
-
- lib/stripe/services/v2/money_management_service.rb
|
552
|
-
- lib/stripe/services/v2/payment_service.rb
|
553
|
-
- lib/stripe/services/v2/payments/off_session_payment_service.rb
|
554
|
-
- lib/stripe/services/v2/test_helper_service.rb
|
555
|
-
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
556
965
|
- lib/stripe/services/v2_services.rb
|
557
966
|
- lib/stripe/services/webhook_endpoint_service.rb
|
558
967
|
- lib/stripe/singleton_api_resource.rb
|
559
968
|
- lib/stripe/stripe_client.rb
|
560
969
|
- lib/stripe/stripe_configuration.rb
|
970
|
+
- lib/stripe/stripe_context.rb
|
561
971
|
- lib/stripe/stripe_object.rb
|
562
972
|
- lib/stripe/stripe_response.rb
|
563
973
|
- lib/stripe/stripe_service.rb
|
564
|
-
- lib/stripe/thin_event.rb
|
565
974
|
- lib/stripe/util.rb
|
566
975
|
- lib/stripe/v2_list_object.rb
|
567
976
|
- lib/stripe/version.rb
|
568
977
|
- lib/stripe/webhook.rb
|
569
978
|
- rbi/stripe.rbi
|
570
|
-
- stripe.
|
979
|
+
- rbi/stripe/resources/v2/core/event_notification.rbi
|
980
|
+
- rbi/stripe/stripe_client.rbi
|
571
981
|
homepage: https://stripe.com/docs/api?lang=ruby
|
572
982
|
licenses:
|
573
983
|
- MIT
|
@@ -587,12 +997,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
587
997
|
requirements:
|
588
998
|
- - ">="
|
589
999
|
- !ruby/object:Gem::Version
|
590
|
-
version: 2.
|
1000
|
+
version: 2.6.0
|
591
1001
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
592
1002
|
requirements:
|
593
|
-
- - "
|
1003
|
+
- - ">="
|
594
1004
|
- !ruby/object:Gem::Version
|
595
|
-
version:
|
1005
|
+
version: '0'
|
596
1006
|
requirements: []
|
597
1007
|
rubygems_version: 3.3.27
|
598
1008
|
signing_key:
|