mega-pure-kit 0.0.1
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 +7 -0
- data/mega-pure-kit.gemspec +12 -0
- data/stripe-19.3.0/exe/stripe-console +16 -0
- data/stripe-19.3.0/lib/data/ca-certificates.crt +3511 -0
- data/stripe-19.3.0/lib/stripe/api_operations/create.rb +16 -0
- data/stripe-19.3.0/lib/stripe/api_operations/delete.rb +44 -0
- data/stripe-19.3.0/lib/stripe/api_operations/list.rb +16 -0
- data/stripe-19.3.0/lib/stripe/api_operations/nested_resource.rb +101 -0
- data/stripe-19.3.0/lib/stripe/api_operations/request.rb +94 -0
- data/stripe-19.3.0/lib/stripe/api_operations/save.rb +107 -0
- data/stripe-19.3.0/lib/stripe/api_operations/search.rb +21 -0
- data/stripe-19.3.0/lib/stripe/api_operations/singleton_save.rb +90 -0
- data/stripe-19.3.0/lib/stripe/api_requestor.rb +1168 -0
- data/stripe-19.3.0/lib/stripe/api_resource.rb +145 -0
- data/stripe-19.3.0/lib/stripe/api_resource_test_helpers.rb +53 -0
- data/stripe-19.3.0/lib/stripe/api_version.rb +9 -0
- data/stripe-19.3.0/lib/stripe/connection_manager.rb +196 -0
- data/stripe-19.3.0/lib/stripe/error_object.rb +93 -0
- data/stripe-19.3.0/lib/stripe/errors.rb +171 -0
- data/stripe-19.3.0/lib/stripe/event_types.rb +106 -0
- data/stripe-19.3.0/lib/stripe/events/unknown_event_notification.rb +19 -0
- data/stripe-19.3.0/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +123 -0
- data/stripe-19.3.0/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +100 -0
- data/stripe-19.3.0/lib/stripe/events/v2_commerce_product_catalog_imports_failed_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_commerce_product_catalog_imports_processing_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_commerce_product_catalog_imports_succeeded_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_commerce_product_catalog_imports_succeeded_with_errors_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_closed_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_created_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +63 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +63 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +63 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_link_returned_event.rb +42 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_person_created_event.rb +61 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_person_deleted_event.rb +61 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_person_updated_event.rb +61 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_account_updated_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/events/v2_core_event_destination_ping_event.rb +44 -0
- data/stripe-19.3.0/lib/stripe/instrumentation.rb +106 -0
- data/stripe-19.3.0/lib/stripe/list_object.rb +141 -0
- data/stripe-19.3.0/lib/stripe/multipart_encoder.rb +131 -0
- data/stripe-19.3.0/lib/stripe/oauth.rb +58 -0
- data/stripe-19.3.0/lib/stripe/object_types.rb +189 -0
- data/stripe-19.3.0/lib/stripe/params/account_capability_list_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/account_capability_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/account_capability_update_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/account_create_params.rb +2202 -0
- data/stripe-19.3.0/lib/stripe/params/account_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/account_external_account_create_params.rb +134 -0
- data/stripe-19.3.0/lib/stripe/params/account_external_account_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/account_external_account_list_params.rb +25 -0
- data/stripe-19.3.0/lib/stripe/params/account_external_account_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/account_external_account_update_params.rb +91 -0
- data/stripe-19.3.0/lib/stripe/params/account_link_create_params.rb +52 -0
- data/stripe-19.3.0/lib/stripe/params/account_list_params.rb +42 -0
- data/stripe-19.3.0/lib/stripe/params/account_login_link_create_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/account_person_create_params.rb +435 -0
- data/stripe-19.3.0/lib/stripe/params/account_person_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/account_person_list_params.rb +61 -0
- data/stripe-19.3.0/lib/stripe/params/account_person_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/account_person_update_params.rb +435 -0
- data/stripe-19.3.0/lib/stripe/params/account_persons_params.rb +61 -0
- data/stripe-19.3.0/lib/stripe/params/account_reject_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/account_retrieve_current_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/account_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/account_session_create_params.rb +632 -0
- data/stripe-19.3.0/lib/stripe/params/account_update_params.rb +2149 -0
- data/stripe-19.3.0/lib/stripe/params/apple_pay_domain_create_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/apple_pay_domain_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/apple_pay_domain_list_params.rb +31 -0
- data/stripe-19.3.0/lib/stripe/params/apple_pay_domain_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/application_fee_list_params.rb +52 -0
- data/stripe-19.3.0/lib/stripe/params/application_fee_refund_create_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/application_fee_refund_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/application_fee_refund_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/application_fee_refund_update_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/application_fee_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/apps/secret_create_params.rb +38 -0
- data/stripe-19.3.0/lib/stripe/params/apps/secret_delete_where_params.rb +32 -0
- data/stripe-19.3.0/lib/stripe/params/apps/secret_find_params.rb +32 -0
- data/stripe-19.3.0/lib/stripe/params/apps/secret_list_params.rb +38 -0
- data/stripe-19.3.0/lib/stripe/params/balance_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/balance_settings_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/balance_settings_update_params.rb +107 -0
- data/stripe-19.3.0/lib/stripe/params/balance_transaction_list_params.rb +64 -0
- data/stripe-19.3.0/lib/stripe/params/balance_transaction_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/billing/alert_activate_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/alert_archive_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/alert_create_params.rb +52 -0
- data/stripe-19.3.0/lib/stripe/params/billing/alert_deactivate_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/alert_list_params.rb +37 -0
- data/stripe-19.3.0/lib/stripe/params/billing/alert_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +57 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +41 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_grant_create_params.rb +107 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_grant_expire_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_grant_list_params.rb +37 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_grant_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_grant_update_params.rb +21 -0
- data/stripe-19.3.0/lib/stripe/params/billing/credit_grant_void_grant_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_create_params.rb +70 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_deactivate_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +32 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_event_create_params.rb +27 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_event_summary_list_params.rb +45 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_list_params.rb +27 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_reactivate_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing/meter_update_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/billing_portal/configuration_create_params.rb +232 -0
- data/stripe-19.3.0/lib/stripe/params/billing_portal/configuration_list_params.rb +37 -0
- data/stripe-19.3.0/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/billing_portal/configuration_update_params.rb +238 -0
- data/stripe-19.3.0/lib/stripe/params/billing_portal/session_create_params.rb +183 -0
- data/stripe-19.3.0/lib/stripe/params/charge_capture_params.rb +57 -0
- data/stripe-19.3.0/lib/stripe/params/charge_create_params.rb +175 -0
- data/stripe-19.3.0/lib/stripe/params/charge_list_params.rb +60 -0
- data/stripe-19.3.0/lib/stripe/params/charge_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/charge_search_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/charge_update_params.rb +102 -0
- data/stripe-19.3.0/lib/stripe/params/checkout/session_create_params.rb +2740 -0
- data/stripe-19.3.0/lib/stripe/params/checkout/session_expire_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/checkout/session_line_item_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/checkout/session_list_line_items_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/checkout/session_list_params.rb +87 -0
- data/stripe-19.3.0/lib/stripe/params/checkout/session_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/checkout/session_update_params.rb +348 -0
- data/stripe-19.3.0/lib/stripe/params/climate/order_cancel_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/climate/order_create_params.rb +53 -0
- data/stripe-19.3.0/lib/stripe/params/climate/order_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/climate/order_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/climate/order_update_params.rb +29 -0
- data/stripe-19.3.0/lib/stripe/params/climate/product_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/climate/product_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/climate/supplier_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/climate/supplier_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/confirmation_token_create_params.rb +715 -0
- data/stripe-19.3.0/lib/stripe/params/confirmation_token_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/country_spec_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/country_spec_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/coupon_create_params.rb +80 -0
- data/stripe-19.3.0/lib/stripe/params/coupon_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/coupon_list_params.rb +42 -0
- data/stripe-19.3.0/lib/stripe/params/coupon_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/coupon_update_params.rb +30 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_create_params.rb +178 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_line_item_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_list_params.rb +60 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_list_preview_line_items_params.rb +190 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_preview_lines_list_params.rb +190 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_preview_params.rb +178 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_update_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/credit_note_void_credit_note_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_balance_transaction_create_params.rb +25 -0
- data/stripe-19.3.0/lib/stripe/params/customer_balance_transaction_list_params.rb +52 -0
- data/stripe-19.3.0/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_balance_transaction_update_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/customer_cash_balance_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_cash_balance_update_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/customer_create_funding_instructions_params.rb +46 -0
- data/stripe-19.3.0/lib/stripe/params/customer_create_params.rb +259 -0
- data/stripe-19.3.0/lib/stripe/params/customer_delete_discount_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/customer_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/customer_fund_cash_balance_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/customer_funding_instructions_create_params.rb +46 -0
- data/stripe-19.3.0/lib/stripe/params/customer_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/customer_list_payment_methods_params.rb +35 -0
- data/stripe-19.3.0/lib/stripe/params/customer_payment_method_list_params.rb +35 -0
- data/stripe-19.3.0/lib/stripe/params/customer_payment_method_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_payment_source_create_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/customer_payment_source_delete_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_payment_source_list_params.rb +25 -0
- data/stripe-19.3.0/lib/stripe/params/customer_payment_source_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_payment_source_update_params.rb +114 -0
- data/stripe-19.3.0/lib/stripe/params/customer_payment_source_verify_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/customer_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_retrieve_payment_method_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_search_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/customer_session_create_params.rb +188 -0
- data/stripe-19.3.0/lib/stripe/params/customer_tax_id_create_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/customer_tax_id_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/customer_tax_id_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/customer_tax_id_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/customer_update_params.rb +243 -0
- data/stripe-19.3.0/lib/stripe/params/dispute_close_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/dispute_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/dispute_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/dispute_update_params.rb +324 -0
- data/stripe-19.3.0/lib/stripe/params/entitlements/active_entitlement_list_params.rb +33 -0
- data/stripe-19.3.0/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/entitlements/feature_create_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/entitlements/feature_list_params.rb +37 -0
- data/stripe-19.3.0/lib/stripe/params/entitlements/feature_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/entitlements/feature_update_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/ephemeral_key_create_params.rb +31 -0
- data/stripe-19.3.0/lib/stripe/params/ephemeral_key_delete_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/event_list_params.rb +60 -0
- data/stripe-19.3.0/lib/stripe/params/event_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/exchange_rate_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/exchange_rate_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/file_create_params.rb +36 -0
- data/stripe-19.3.0/lib/stripe/params/file_link_create_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/file_link_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/file_link_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/file_link_update_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/file_list_params.rb +52 -0
- data/stripe-19.3.0/lib/stripe/params/file_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_disconnect_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_list_owners_params.rb +33 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_list_params.rb +51 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_owner_list_params.rb +33 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_refresh_account_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_refresh_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_subscribe_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/session_create_params.rb +68 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/session_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/transaction_list_params.rb +67 -0
- data/stripe-19.3.0/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/forwarding/request_create_params.rb +59 -0
- data/stripe-19.3.0/lib/stripe/params/forwarding/request_list_params.rb +44 -0
- data/stripe-19.3.0/lib/stripe/params/forwarding/request_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/identity/verification_report_list_params.rb +62 -0
- data/stripe-19.3.0/lib/stripe/params/identity/verification_report_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/identity/verification_session_cancel_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/identity/verification_session_create_params.rb +111 -0
- data/stripe-19.3.0/lib/stripe/params/identity/verification_session_list_params.rb +66 -0
- data/stripe-19.3.0/lib/stripe/params/identity/verification_session_redact_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/identity/verification_session_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/identity/verification_session_update_params.rb +69 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_add_lines_params.rb +261 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_attach_payment_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_create_params.rb +664 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_create_preview_params.rb +1230 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_finalize_invoice_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_item_create_params.rb +165 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_item_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_item_list_params.rb +64 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_item_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_item_update_params.rb +145 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_line_item_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_line_item_update_params.rb +232 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_list_params.rb +90 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_mark_uncollectible_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_pay_params.rb +41 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_payment_list_params.rb +75 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_payment_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_remove_lines_params.rb +30 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_rendering_template_archive_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_rendering_template_list_params.rb +25 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_search_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_send_invoice_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_update_lines_params.rb +261 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_update_params.rb +628 -0
- data/stripe-19.3.0/lib/stripe/params/invoice_void_invoice_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_approve_params.rb +21 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_capture_params.rb +390 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_create_params.rb +452 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_decline_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_expire_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +223 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_increment_params.rb +21 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_list_params.rb +62 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_respond_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_reverse_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/authorization_update_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_create_params.rb +242 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_deliver_card_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_fail_card_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_list_params.rb +78 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_return_card_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_ship_card_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_submit_card_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/card_update_params.rb +189 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/cardholder_create_params.rb +246 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/cardholder_list_params.rb +66 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/cardholder_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/cardholder_update_params.rb +238 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/dispute_create_params.rb +297 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/dispute_list_params.rb +58 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/dispute_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/dispute_submit_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/dispute_update_params.rb +275 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/personalization_design_activate_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/personalization_design_create_params.rb +75 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/personalization_design_list_params.rb +52 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/personalization_design_reject_params.rb +29 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/personalization_design_update_params.rb +75 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/physical_bundle_list_params.rb +37 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/token_list_params.rb +58 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/token_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/token_update_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +441 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +441 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/transaction_list_params.rb +62 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/transaction_refund_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/transaction_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/issuing/transaction_update_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/mandate_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payment_attempt_record_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/payment_attempt_record_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +23 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_cancel_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_capture_params.rb +291 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_confirm_params.rb +2878 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_create_params.rb +3009 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_increment_authorization_params.rb +285 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_retrieve_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_search_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_update_params.rb +2876 -0
- data/stripe-19.3.0/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/payment_link_create_params.rb +879 -0
- data/stripe-19.3.0/lib/stripe/params/payment_link_line_item_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/payment_link_list_line_items_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/payment_link_list_params.rb +25 -0
- data/stripe-19.3.0/lib/stripe/params/payment_link_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payment_link_update_params.rb +667 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_attach_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_configuration_create_params.rb +1282 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_configuration_list_params.rb +35 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_configuration_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_configuration_update_params.rb +1282 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_create_params.rb +662 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_detach_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_domain_create_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_domain_list_params.rb +35 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_domain_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_domain_update_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_domain_validate_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_list_params.rb +43 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payment_method_update_params.rb +139 -0
- data/stripe-19.3.0/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +93 -0
- data/stripe-19.3.0/lib/stripe/params/payment_record_report_payment_attempt_params.rb +186 -0
- data/stripe-19.3.0/lib/stripe/params/payment_record_report_payment_params.rb +252 -0
- data/stripe-19.3.0/lib/stripe/params/payment_record_report_refund_params.rb +79 -0
- data/stripe-19.3.0/lib/stripe/params/payment_record_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payout_cancel_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payout_create_params.rb +51 -0
- data/stripe-19.3.0/lib/stripe/params/payout_list_params.rb +78 -0
- data/stripe-19.3.0/lib/stripe/params/payout_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/payout_reverse_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/payout_update_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/plan_create_params.rb +178 -0
- data/stripe-19.3.0/lib/stripe/params/plan_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/plan_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/plan_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/plan_update_params.rb +35 -0
- data/stripe-19.3.0/lib/stripe/params/price_create_params.rb +318 -0
- data/stripe-19.3.0/lib/stripe/params/price_list_params.rb +87 -0
- data/stripe-19.3.0/lib/stripe/params/price_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/price_search_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/price_update_params.rb +133 -0
- data/stripe-19.3.0/lib/stripe/params/product_create_params.rb +276 -0
- data/stripe-19.3.0/lib/stripe/params/product_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/product_feature_create_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/product_feature_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/product_feature_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/product_feature_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/product_list_params.rb +68 -0
- data/stripe-19.3.0/lib/stripe/params/product_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/product_search_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/product_update_params.rb +96 -0
- data/stripe-19.3.0/lib/stripe/params/promotion_code_create_params.rb +95 -0
- data/stripe-19.3.0/lib/stripe/params/promotion_code_list_params.rb +68 -0
- data/stripe-19.3.0/lib/stripe/params/promotion_code_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/promotion_code_update_params.rb +38 -0
- data/stripe-19.3.0/lib/stripe/params/quote_accept_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/quote_cancel_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/quote_create_params.rb +327 -0
- data/stripe-19.3.0/lib/stripe/params/quote_finalize_quote_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/quote_line_item_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/quote_list_line_items_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/quote_list_params.rb +43 -0
- data/stripe-19.3.0/lib/stripe/params/quote_pdf_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/quote_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/quote_update_params.rb +289 -0
- data/stripe-19.3.0/lib/stripe/params/radar/early_fraud_warning_list_params.rb +58 -0
- data/stripe-19.3.0/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/radar/payment_evaluation_create_params.rb +223 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_create_params.rb +27 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_delete_params.rb +8 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_item_create_params.rb +21 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_item_delete_params.rb +8 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_item_list_params.rb +58 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_item_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_list_params.rb +58 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/radar/value_list_update_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/refund_cancel_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/refund_create_params.rb +59 -0
- data/stripe-19.3.0/lib/stripe/params/refund_expire_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/refund_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/refund_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/refund_update_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/reporting/report_run_create_params.rb +59 -0
- data/stripe-19.3.0/lib/stripe/params/reporting/report_run_list_params.rb +44 -0
- data/stripe-19.3.0/lib/stripe/params/reporting/report_run_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/reporting/report_type_list_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/reporting/report_type_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/review_approve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/review_list_params.rb +42 -0
- data/stripe-19.3.0/lib/stripe/params/review_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/setup_attempt_list_params.rb +55 -0
- data/stripe-19.3.0/lib/stripe/params/setup_intent_cancel_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/setup_intent_confirm_params.rb +1252 -0
- data/stripe-19.3.0/lib/stripe/params/setup_intent_create_params.rb +1342 -0
- data/stripe-19.3.0/lib/stripe/params/setup_intent_list_params.rb +66 -0
- data/stripe-19.3.0/lib/stripe/params/setup_intent_retrieve_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/setup_intent_update_params.rb +1237 -0
- data/stripe-19.3.0/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/shipping_rate_create_params.rb +103 -0
- data/stripe-19.3.0/lib/stripe/params/shipping_rate_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/shipping_rate_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/shipping_rate_update_params.rb +44 -0
- data/stripe-19.3.0/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/source_create_params.rb +317 -0
- data/stripe-19.3.0/lib/stripe/params/source_detach_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/source_retrieve_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/source_transaction_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/source_update_params.rb +259 -0
- data/stripe-19.3.0/lib/stripe/params/source_verify_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_cancel_params.rb +33 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_create_params.rb +917 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_delete_discount_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_item_create_params.rb +138 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_item_delete_params.rb +27 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_item_list_params.rb +31 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_item_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_item_update_params.rb +138 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_list_params.rb +133 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_migrate_params.rb +35 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_resume_params.rb +27 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_schedule_cancel_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_schedule_create_params.rb +668 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_schedule_list_params.rb +126 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_schedule_release_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_schedule_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_schedule_update_params.rb +636 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_search_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/subscription_update_params.rb +896 -0
- data/stripe-19.3.0/lib/stripe/params/tax/association_find_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/tax/calculation_create_params.rb +206 -0
- data/stripe-19.3.0/lib/stripe/params/tax/calculation_line_item_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/tax/calculation_list_line_items_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/tax/calculation_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/tax/registration_create_params.rb +2044 -0
- data/stripe-19.3.0/lib/stripe/params/tax/registration_list_params.rb +27 -0
- data/stripe-19.3.0/lib/stripe/params/tax/registration_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/tax/registration_update_params.rb +21 -0
- data/stripe-19.3.0/lib/stripe/params/tax/settings_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/tax/settings_update_params.rb +71 -0
- data/stripe-19.3.0/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +27 -0
- data/stripe-19.3.0/lib/stripe/params/tax/transaction_create_reversal_params.rb +87 -0
- data/stripe-19.3.0/lib/stripe/params/tax/transaction_line_item_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/tax/transaction_list_line_items_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/tax/transaction_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/tax_code_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/tax_code_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/tax_id_create_params.rb +39 -0
- data/stripe-19.3.0/lib/stripe/params/tax_id_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/tax_id_list_params.rb +42 -0
- data/stripe-19.3.0/lib/stripe/params/tax_id_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/tax_rate_create_params.rb +55 -0
- data/stripe-19.3.0/lib/stripe/params/tax_rate_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/tax_rate_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/tax_rate_update_params.rb +47 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/configuration_create_params.rb +671 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/configuration_delete_params.rb +8 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/configuration_list_params.rb +33 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/configuration_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/configuration_update_params.rb +671 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/connection_token_create_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/location_create_params.rb +153 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/location_delete_params.rb +8 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/location_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/location_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/location_update_params.rb +153 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/onboarding_link_create_params.rb +43 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_cancel_action_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_collect_inputs_params.rb +96 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +51 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +29 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_create_params.rb +27 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_delete_params.rb +8 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_list_params.rb +45 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_present_payment_method_params.rb +72 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +55 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +32 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_refund_payment_params.rb +53 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_set_reader_display_params.rb +52 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/terminal/reader_update_params.rb +21 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +717 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +395 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +457 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +228 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +23 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +20 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +20 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +31 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +446 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +446 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +20 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/refund_expire_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +74 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +20 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/test_clock_advance_params.rb +18 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/test_clock_create_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/test_clock_delete_params.rb +8 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/test_clock_list_params.rb +24 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +28 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +28 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +57 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +28 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +57 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +68 -0
- data/stripe-19.3.0/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +68 -0
- data/stripe-19.3.0/lib/stripe/params/token_create_params.rb +1210 -0
- data/stripe-19.3.0/lib/stripe/params/token_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/topup_cancel_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/topup_create_params.rb +67 -0
- data/stripe-19.3.0/lib/stripe/params/topup_list_params.rb +74 -0
- data/stripe-19.3.0/lib/stripe/params/topup_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/topup_update_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/transfer_create_params.rb +47 -0
- data/stripe-19.3.0/lib/stripe/params/transfer_list_params.rb +56 -0
- data/stripe-19.3.0/lib/stripe/params/transfer_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/transfer_reversal_create_params.rb +31 -0
- data/stripe-19.3.0/lib/stripe/params/transfer_reversal_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/transfer_reversal_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/transfer_reversal_update_params.rb +16 -0
- data/stripe-19.3.0/lib/stripe/params/transfer_update_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/credit_reversal_create_params.rb +21 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/credit_reversal_list_params.rb +41 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/debit_reversal_create_params.rb +21 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/debit_reversal_list_params.rb +45 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_close_params.rb +32 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_create_params.rb +201 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_features_update_params.rb +163 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_list_params.rb +54 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_update_features_params.rb +163 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/financial_account_update_params.rb +216 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/inbound_transfer_create_params.rb +45 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +26 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/inbound_transfer_list_params.rb +37 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_payment_create_params.rb +190 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_payment_fail_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_payment_list_params.rb +62 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_payment_post_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +26 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_payment_update_params.rb +55 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_transfer_create_params.rb +81 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_transfer_list_params.rb +37 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_transfer_post_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +26 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/outbound_transfer_update_params.rb +55 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/received_credit_create_params.rb +66 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/received_credit_list_params.rb +49 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/received_credit_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/received_debit_create_params.rb +66 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/received_debit_list_params.rb +37 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/received_debit_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/transaction_entry_list_params.rb +84 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/transaction_list_params.rb +92 -0
- data/stripe-19.3.0/lib/stripe/params/treasury/transaction_retrieve_params.rb +15 -0
- data/stripe-19.3.0/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +31 -0
- data/stripe-19.3.0/lib/stripe/params/v2/billing/meter_event_create_params.rb +33 -0
- data/stripe-19.3.0/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +10 -0
- data/stripe-19.3.0/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +41 -0
- data/stripe-19.3.0/lib/stripe/params/v2/commerce/product_catalog/import_create_params.rb +25 -0
- data/stripe-19.3.0/lib/stripe/params/v2/commerce/product_catalog/import_list_params.rb +54 -0
- data/stripe-19.3.0/lib/stripe/params/v2/commerce/product_catalog/import_retrieve_params.rb +12 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/account_close_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/account_create_params.rb +2189 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/account_link_create_params.rb +101 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/account_list_params.rb +23 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/account_retrieve_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/account_token_create_params.rb +1070 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/account_token_retrieve_params.rb +10 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/account_update_params.rb +2242 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/accounts/person_create_params.rb +507 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/accounts/person_delete_params.rb +12 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/accounts/person_list_params.rb +19 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +12 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +497 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb +12 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/accounts/person_update_params.rb +507 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_destination_create_params.rb +106 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_destination_delete_params.rb +10 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_destination_disable_params.rb +10 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_destination_enable_params.rb +10 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_destination_list_params.rb +20 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_destination_ping_params.rb +10 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +17 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_destination_update_params.rb +47 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_list_params.rb +45 -0
- data/stripe-19.3.0/lib/stripe/params/v2/core/event_retrieve_params.rb +10 -0
- data/stripe-19.3.0/lib/stripe/params/webhook_endpoint_create_params.rb +39 -0
- data/stripe-19.3.0/lib/stripe/params/webhook_endpoint_delete_params.rb +6 -0
- data/stripe-19.3.0/lib/stripe/params/webhook_endpoint_list_params.rb +22 -0
- data/stripe-19.3.0/lib/stripe/params/webhook_endpoint_retrieve_params.rb +13 -0
- data/stripe-19.3.0/lib/stripe/params/webhook_endpoint_update_params.rb +35 -0
- data/stripe-19.3.0/lib/stripe/params.rb +1345 -0
- data/stripe-19.3.0/lib/stripe/railtie.rb +8 -0
- data/stripe-19.3.0/lib/stripe/request_options.rb +138 -0
- data/stripe-19.3.0/lib/stripe/request_params.rb +140 -0
- data/stripe-19.3.0/lib/stripe/resources/account.rb +1295 -0
- data/stripe-19.3.0/lib/stripe/resources/account_link.rb +39 -0
- data/stripe-19.3.0/lib/stripe/resources/account_session.rb +737 -0
- data/stripe-19.3.0/lib/stripe/resources/apple_pay_domain.rb +76 -0
- data/stripe-19.3.0/lib/stripe/resources/application.rb +28 -0
- data/stripe-19.3.0/lib/stripe/resources/application_fee.rb +76 -0
- data/stripe-19.3.0/lib/stripe/resources/application_fee_refund.rb +63 -0
- data/stripe-19.3.0/lib/stripe/resources/apps/secret.rb +96 -0
- data/stripe-19.3.0/lib/stripe/resources/balance.rb +340 -0
- data/stripe-19.3.0/lib/stripe/resources/balance_settings.rb +132 -0
- data/stripe-19.3.0/lib/stripe/resources/balance_transaction.rb +90 -0
- data/stripe-19.3.0/lib/stripe/resources/bank_account.rb +214 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/alert.rb +142 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/alert_triggered.rb +34 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/credit_balance_summary.rb +104 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/credit_balance_transaction.rb +177 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/credit_grant.rb +200 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/meter.rb +178 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/meter_event.rb +49 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/meter_event_adjustment.rb +59 -0
- data/stripe-19.3.0/lib/stripe/resources/billing/meter_event_summary.rb +40 -0
- data/stripe-19.3.0/lib/stripe/resources/billing_portal/configuration.rb +306 -0
- data/stripe-19.3.0/lib/stripe/resources/billing_portal/session.rb +240 -0
- data/stripe-19.3.0/lib/stripe/resources/capability.rb +179 -0
- data/stripe-19.3.0/lib/stripe/resources/card.rb +162 -0
- data/stripe-19.3.0/lib/stripe/resources/cash_balance.rb +61 -0
- data/stripe-19.3.0/lib/stripe/resources/charge.rb +2418 -0
- data/stripe-19.3.0/lib/stripe/resources/checkout/session.rb +2541 -0
- data/stripe-19.3.0/lib/stripe/resources/climate/order.rb +177 -0
- data/stripe-19.3.0/lib/stripe/resources/climate/product.rb +76 -0
- data/stripe-19.3.0/lib/stripe/resources/climate/supplier.rb +69 -0
- data/stripe-19.3.0/lib/stripe/resources/confirmation_token.rb +1808 -0
- data/stripe-19.3.0/lib/stripe/resources/connect_collection_transfer.rb +32 -0
- data/stripe-19.3.0/lib/stripe/resources/country_spec.rb +92 -0
- data/stripe-19.3.0/lib/stripe/resources/coupon.rb +131 -0
- data/stripe-19.3.0/lib/stripe/resources/credit_note.rb +317 -0
- data/stripe-19.3.0/lib/stripe/resources/credit_note_line_item.rb +129 -0
- data/stripe-19.3.0/lib/stripe/resources/customer.rb +450 -0
- data/stripe-19.3.0/lib/stripe/resources/customer_balance_transaction.rb +78 -0
- data/stripe-19.3.0/lib/stripe/resources/customer_cash_balance_transaction.rb +234 -0
- data/stripe-19.3.0/lib/stripe/resources/customer_session.rb +228 -0
- data/stripe-19.3.0/lib/stripe/resources/discount.rb +66 -0
- data/stripe-19.3.0/lib/stripe/resources/dispute.rb +496 -0
- data/stripe-19.3.0/lib/stripe/resources/entitlements/active_entitlement.rb +45 -0
- data/stripe-19.3.0/lib/stripe/resources/entitlements/active_entitlement_summary.rb +31 -0
- data/stripe-19.3.0/lib/stripe/resources/entitlements/feature.rb +72 -0
- data/stripe-19.3.0/lib/stripe/resources/ephemeral_key.rb +64 -0
- data/stripe-19.3.0/lib/stripe/resources/event.rb +96 -0
- data/stripe-19.3.0/lib/stripe/resources/exchange_rate.rb +69 -0
- data/stripe-19.3.0/lib/stripe/resources/file.rb +89 -0
- data/stripe-19.3.0/lib/stripe/resources/file_link.rb +65 -0
- data/stripe-19.3.0/lib/stripe/resources/financial_connections/account.rb +375 -0
- data/stripe-19.3.0/lib/stripe/resources/financial_connections/account_owner.rb +39 -0
- data/stripe-19.3.0/lib/stripe/resources/financial_connections/account_ownership.rb +31 -0
- data/stripe-19.3.0/lib/stripe/resources/financial_connections/session.rb +88 -0
- data/stripe-19.3.0/lib/stripe/resources/financial_connections/transaction.rb +73 -0
- data/stripe-19.3.0/lib/stripe/resources/forwarding/request.rb +163 -0
- data/stripe-19.3.0/lib/stripe/resources/funding_instructions.rb +525 -0
- data/stripe-19.3.0/lib/stripe/resources/identity/verification_report.rb +408 -0
- data/stripe-19.3.0/lib/stripe/resources/identity/verification_session.rb +428 -0
- data/stripe-19.3.0/lib/stripe/resources/invoice.rb +1361 -0
- data/stripe-19.3.0/lib/stripe/resources/invoice_item.rb +271 -0
- data/stripe-19.3.0/lib/stripe/resources/invoice_line_item.rb +321 -0
- data/stripe-19.3.0/lib/stripe/resources/invoice_payment.rb +92 -0
- data/stripe-19.3.0/lib/stripe/resources/invoice_rendering_template.rb +90 -0
- data/stripe-19.3.0/lib/stripe/resources/issuing/authorization.rb +762 -0
- data/stripe-19.3.0/lib/stripe/resources/issuing/card.rb +463 -0
- data/stripe-19.3.0/lib/stripe/resources/issuing/cardholder.rb +296 -0
- data/stripe-19.3.0/lib/stripe/resources/issuing/dispute.rb +324 -0
- data/stripe-19.3.0/lib/stripe/resources/issuing/personalization_design.rb +206 -0
- data/stripe-19.3.0/lib/stripe/resources/issuing/physical_bundle.rb +65 -0
- data/stripe-19.3.0/lib/stripe/resources/issuing/token.rb +195 -0
- data/stripe-19.3.0/lib/stripe/resources/issuing/transaction.rb +571 -0
- data/stripe-19.3.0/lib/stripe/resources/line_item.rb +108 -0
- data/stripe-19.3.0/lib/stripe/resources/login_link.rb +35 -0
- data/stripe-19.3.0/lib/stripe/resources/mandate.rb +468 -0
- data/stripe-19.3.0/lib/stripe/resources/payment_attempt_record.rb +2060 -0
- data/stripe-19.3.0/lib/stripe/resources/payment_intent.rb +3456 -0
- data/stripe-19.3.0/lib/stripe/resources/payment_intent_amount_details_line_item.rb +138 -0
- data/stripe-19.3.0/lib/stripe/resources/payment_link.rb +849 -0
- data/stripe-19.3.0/lib/stripe/resources/payment_method.rb +1754 -0
- data/stripe-19.3.0/lib/stripe/resources/payment_method_configuration.rb +2056 -0
- data/stripe-19.3.0/lib/stripe/resources/payment_method_domain.rb +280 -0
- data/stripe-19.3.0/lib/stripe/resources/payment_record.rb +2190 -0
- data/stripe-19.3.0/lib/stripe/resources/payout.rb +168 -0
- data/stripe-19.3.0/lib/stripe/resources/person.rb +506 -0
- data/stripe-19.3.0/lib/stripe/resources/plan.rb +170 -0
- data/stripe-19.3.0/lib/stripe/resources/price.rb +280 -0
- data/stripe-19.3.0/lib/stripe/resources/product.rb +159 -0
- data/stripe-19.3.0/lib/stripe/resources/product_feature.rb +33 -0
- data/stripe-19.3.0/lib/stripe/resources/promotion_code.rb +122 -0
- data/stripe-19.3.0/lib/stripe/resources/quote.rb +675 -0
- data/stripe-19.3.0/lib/stripe/resources/radar/early_fraud_warning.rb +54 -0
- data/stripe-19.3.0/lib/stripe/resources/radar/payment_evaluation.rb +497 -0
- data/stripe-19.3.0/lib/stripe/resources/radar/value_list.rb +102 -0
- data/stripe-19.3.0/lib/stripe/resources/radar/value_list_item.rb +85 -0
- data/stripe-19.3.0/lib/stripe/resources/refund.rb +781 -0
- data/stripe-19.3.0/lib/stripe/resources/reporting/report_run.rb +104 -0
- data/stripe-19.3.0/lib/stripe/resources/reporting/report_type.rb +60 -0
- data/stripe-19.3.0/lib/stripe/resources/reserve/hold.rb +84 -0
- data/stripe-19.3.0/lib/stripe/resources/reserve/plan.rb +78 -0
- data/stripe-19.3.0/lib/stripe/resources/reserve/release.rb +65 -0
- data/stripe-19.3.0/lib/stripe/resources/reserve_transaction.rb +30 -0
- data/stripe-19.3.0/lib/stripe/resources/reversal.rb +74 -0
- data/stripe-19.3.0/lib/stripe/resources/review.rb +118 -0
- data/stripe-19.3.0/lib/stripe/resources/setup_attempt.rb +683 -0
- data/stripe-19.3.0/lib/stripe/resources/setup_intent.rb +942 -0
- data/stripe-19.3.0/lib/stripe/resources/shipping_rate.rb +144 -0
- data/stripe-19.3.0/lib/stripe/resources/sigma/scheduled_query_run.rb +76 -0
- data/stripe-19.3.0/lib/stripe/resources/source.rb +972 -0
- data/stripe-19.3.0/lib/stripe/resources/source_mandate_notification.rb +98 -0
- data/stripe-19.3.0/lib/stripe/resources/source_transaction.rb +154 -0
- data/stripe-19.3.0/lib/stripe/resources/subscription.rb +975 -0
- data/stripe-19.3.0/lib/stripe/resources/subscription_item.rb +131 -0
- data/stripe-19.3.0/lib/stripe/resources/subscription_schedule.rb +618 -0
- data/stripe-19.3.0/lib/stripe/resources/tax/association.rb +86 -0
- data/stripe-19.3.0/lib/stripe/resources/tax/calculation.rb +321 -0
- data/stripe-19.3.0/lib/stripe/resources/tax/calculation_line_item.rb +103 -0
- data/stripe-19.3.0/lib/stripe/resources/tax/registration.rb +2275 -0
- data/stripe-19.3.0/lib/stripe/resources/tax/settings.rb +131 -0
- data/stripe-19.3.0/lib/stripe/resources/tax/transaction.rb +287 -0
- data/stripe-19.3.0/lib/stripe/resources/tax/transaction_line_item.rb +60 -0
- data/stripe-19.3.0/lib/stripe/resources/tax_code.rb +36 -0
- data/stripe-19.3.0/lib/stripe/resources/tax_deducted_at_source.rb +30 -0
- data/stripe-19.3.0/lib/stripe/resources/tax_id.rb +119 -0
- data/stripe-19.3.0/lib/stripe/resources/tax_rate.rb +99 -0
- data/stripe-19.3.0/lib/stripe/resources/terminal/configuration.rb +799 -0
- data/stripe-19.3.0/lib/stripe/resources/terminal/connection_token.rb +43 -0
- data/stripe-19.3.0/lib/stripe/resources/terminal/location.rb +183 -0
- data/stripe-19.3.0/lib/stripe/resources/terminal/onboarding_link.rb +71 -0
- data/stripe-19.3.0/lib/stripe/resources/terminal/reader.rb +925 -0
- data/stripe-19.3.0/lib/stripe/resources/test_helpers/test_clock.rb +133 -0
- data/stripe-19.3.0/lib/stripe/resources/token.rb +76 -0
- data/stripe-19.3.0/lib/stripe/resources/topup.rb +101 -0
- data/stripe-19.3.0/lib/stripe/resources/transfer.rb +93 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/credit_reversal.rb +86 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/debit_reversal.rb +101 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/financial_account.rb +253 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/financial_account_features.rb +396 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/inbound_transfer.rb +308 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/outbound_payment.rb +408 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/outbound_transfer.rb +388 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/received_credit.rb +261 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/received_debit.rb +226 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/transaction.rb +143 -0
- data/stripe-19.3.0/lib/stripe/resources/treasury/transaction_entry.rb +124 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/amount.rb +9 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/billing/meter_event.rb +43 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +53 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/billing/meter_event_session.rb +38 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/commerce/product_catalog_import.rb +276 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/core/account.rb +3645 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/core/account_link.rb +123 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/core/account_person.rb +487 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/core/account_person_token.rb +37 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/core/account_token.rb +37 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/core/event.rb +70 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/core/event_destination.rb +147 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/core/event_notification.rb +63 -0
- data/stripe-19.3.0/lib/stripe/resources/v2/deleted_object.rb +21 -0
- data/stripe-19.3.0/lib/stripe/resources/webhook_endpoint.rb +103 -0
- data/stripe-19.3.0/lib/stripe/resources.rb +503 -0
- data/stripe-19.3.0/lib/stripe/search_result_object.rb +89 -0
- data/stripe-19.3.0/lib/stripe/services/account_capability_service.rb +39 -0
- data/stripe-19.3.0/lib/stripe/services/account_external_account_service.rb +68 -0
- data/stripe-19.3.0/lib/stripe/services/account_link_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/account_login_link_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/account_person_service.rb +61 -0
- data/stripe-19.3.0/lib/stripe/services/account_service.rb +100 -0
- data/stripe-19.3.0/lib/stripe/services/account_session_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/apple_pay_domain_service.rb +50 -0
- data/stripe-19.3.0/lib/stripe/services/application_fee_refund_service.rb +60 -0
- data/stripe-19.3.0/lib/stripe/services/application_fee_service.rb +35 -0
- data/stripe-19.3.0/lib/stripe/services/apps/secret_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/apps_service.rb +13 -0
- data/stripe-19.3.0/lib/stripe/services/balance_service.rb +12 -0
- data/stripe-19.3.0/lib/stripe/services/balance_settings_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/balance_transaction_service.rb +32 -0
- data/stripe-19.3.0/lib/stripe/services/billing/alert_service.rb +74 -0
- data/stripe-19.3.0/lib/stripe/services/billing/credit_balance_summary_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/billing/credit_balance_transaction_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/billing/credit_grant_service.rb +74 -0
- data/stripe-19.3.0/lib/stripe/services/billing/meter_event_adjustment_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/billing/meter_event_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/billing/meter_event_summary_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/billing/meter_service.rb +81 -0
- data/stripe-19.3.0/lib/stripe/services/billing_portal/configuration_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/billing_portal/session_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/billing_portal_service.rb +14 -0
- data/stripe-19.3.0/lib/stripe/services/billing_service.rb +20 -0
- data/stripe-19.3.0/lib/stripe/services/charge_service.rb +69 -0
- data/stripe-19.3.0/lib/stripe/services/checkout/session_line_item_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/checkout/session_service.rb +82 -0
- data/stripe-19.3.0/lib/stripe/services/checkout_service.rb +13 -0
- data/stripe-19.3.0/lib/stripe/services/climate/order_service.rb +70 -0
- data/stripe-19.3.0/lib/stripe/services/climate/product_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/climate/supplier_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/climate_service.rb +15 -0
- data/stripe-19.3.0/lib/stripe/services/confirmation_token_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/country_spec_service.rb +28 -0
- data/stripe-19.3.0/lib/stripe/services/coupon_service.rb +51 -0
- data/stripe-19.3.0/lib/stripe/services/credit_note_line_item_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/credit_note_preview_lines_service.rb +21 -0
- data/stripe-19.3.0/lib/stripe/services/credit_note_service.rb +98 -0
- data/stripe-19.3.0/lib/stripe/services/customer_balance_transaction_service.rb +50 -0
- data/stripe-19.3.0/lib/stripe/services/customer_cash_balance_service.rb +28 -0
- data/stripe-19.3.0/lib/stripe/services/customer_cash_balance_transaction_service.rb +28 -0
- data/stripe-19.3.0/lib/stripe/services/customer_funding_instructions_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/customer_payment_method_service.rb +28 -0
- data/stripe-19.3.0/lib/stripe/services/customer_payment_source_service.rb +76 -0
- data/stripe-19.3.0/lib/stripe/services/customer_service.rb +89 -0
- data/stripe-19.3.0/lib/stripe/services/customer_session_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/customer_tax_id_service.rb +50 -0
- data/stripe-19.3.0/lib/stripe/services/dispute_service.rb +48 -0
- data/stripe-19.3.0/lib/stripe/services/entitlements/active_entitlement_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/entitlements/feature_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/entitlements_service.rb +14 -0
- data/stripe-19.3.0/lib/stripe/services/ephemeral_key_service.rb +28 -0
- data/stripe-19.3.0/lib/stripe/services/event_service.rb +22 -0
- data/stripe-19.3.0/lib/stripe/services/exchange_rate_service.rb +32 -0
- data/stripe-19.3.0/lib/stripe/services/file_link_service.rb +38 -0
- data/stripe-19.3.0/lib/stripe/services/file_service.rb +35 -0
- data/stripe-19.3.0/lib/stripe/services/financial_connections/account_owner_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/financial_connections/account_service.rb +81 -0
- data/stripe-19.3.0/lib/stripe/services/financial_connections/session_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/financial_connections/transaction_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/financial_connections_service.rb +15 -0
- data/stripe-19.3.0/lib/stripe/services/forwarding/request_service.rb +41 -0
- data/stripe-19.3.0/lib/stripe/services/forwarding_service.rb +13 -0
- data/stripe-19.3.0/lib/stripe/services/identity/verification_report_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/identity/verification_session_service.rb +106 -0
- data/stripe-19.3.0/lib/stripe/services/identity_service.rb +14 -0
- data/stripe-19.3.0/lib/stripe/services/invoice_item_service.rb +65 -0
- data/stripe-19.3.0/lib/stripe/services/invoice_line_item_service.rb +33 -0
- data/stripe-19.3.0/lib/stripe/services/invoice_payment_service.rb +28 -0
- data/stripe-19.3.0/lib/stripe/services/invoice_rendering_template_service.rb +50 -0
- data/stripe-19.3.0/lib/stripe/services/invoice_service.rb +212 -0
- data/stripe-19.3.0/lib/stripe/services/issuing/authorization_service.rb +65 -0
- data/stripe-19.3.0/lib/stripe/services/issuing/card_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/issuing/cardholder_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/issuing/dispute_service.rb +63 -0
- data/stripe-19.3.0/lib/stripe/services/issuing/personalization_design_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/issuing/physical_bundle_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/issuing/token_service.rb +41 -0
- data/stripe-19.3.0/lib/stripe/services/issuing/transaction_service.rb +41 -0
- data/stripe-19.3.0/lib/stripe/services/issuing_service.rb +20 -0
- data/stripe-19.3.0/lib/stripe/services/mandate_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/oauth_service.rb +63 -0
- data/stripe-19.3.0/lib/stripe/services/payment_attempt_record_service.rb +28 -0
- data/stripe-19.3.0/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/payment_intent_service.rb +218 -0
- data/stripe-19.3.0/lib/stripe/services/payment_link_line_item_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/payment_link_service.rb +59 -0
- data/stripe-19.3.0/lib/stripe/services/payment_method_configuration_service.rb +50 -0
- data/stripe-19.3.0/lib/stripe/services/payment_method_domain_service.rb +66 -0
- data/stripe-19.3.0/lib/stripe/services/payment_method_service.rb +86 -0
- data/stripe-19.3.0/lib/stripe/services/payment_record_service.rb +101 -0
- data/stripe-19.3.0/lib/stripe/services/payout_service.rb +66 -0
- data/stripe-19.3.0/lib/stripe/services/plan_service.rb +51 -0
- data/stripe-19.3.0/lib/stripe/services/price_service.rb +54 -0
- data/stripe-19.3.0/lib/stripe/services/product_feature_service.rb +50 -0
- data/stripe-19.3.0/lib/stripe/services/product_service.rb +72 -0
- data/stripe-19.3.0/lib/stripe/services/promotion_code_service.rb +50 -0
- data/stripe-19.3.0/lib/stripe/services/quote_computed_upfront_line_items_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/quote_line_item_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/quote_service.rb +96 -0
- data/stripe-19.3.0/lib/stripe/services/radar/early_fraud_warning_service.rb +32 -0
- data/stripe-19.3.0/lib/stripe/services/radar/payment_evaluation_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/radar/value_list_item_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/radar/value_list_service.rb +63 -0
- data/stripe-19.3.0/lib/stripe/services/radar_service.rb +16 -0
- data/stripe-19.3.0/lib/stripe/services/refund_service.rb +63 -0
- data/stripe-19.3.0/lib/stripe/services/reporting/report_run_service.rb +41 -0
- data/stripe-19.3.0/lib/stripe/services/reporting/report_type_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/reporting_service.rb +14 -0
- data/stripe-19.3.0/lib/stripe/services/review_service.rb +33 -0
- data/stripe-19.3.0/lib/stripe/services/setup_attempt_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/setup_intent_service.rb +105 -0
- data/stripe-19.3.0/lib/stripe/services/shipping_rate_service.rb +50 -0
- data/stripe-19.3.0/lib/stripe/services/sigma/scheduled_query_run_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/sigma_service.rb +13 -0
- data/stripe-19.3.0/lib/stripe/services/source_service.rb +64 -0
- data/stripe-19.3.0/lib/stripe/services/source_transaction_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/subscription_item_service.rb +65 -0
- data/stripe-19.3.0/lib/stripe/services/subscription_schedule_service.rb +80 -0
- data/stripe-19.3.0/lib/stripe/services/subscription_service.rb +142 -0
- data/stripe-19.3.0/lib/stripe/services/tax/association_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/tax/calculation_line_item_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/tax/calculation_service.rb +37 -0
- data/stripe-19.3.0/lib/stripe/services/tax/registration_service.rb +54 -0
- data/stripe-19.3.0/lib/stripe/services/tax/settings_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/tax/transaction_line_item_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/tax/transaction_service.rb +48 -0
- data/stripe-19.3.0/lib/stripe/services/tax_code_service.rb +22 -0
- data/stripe-19.3.0/lib/stripe/services/tax_id_service.rb +38 -0
- data/stripe-19.3.0/lib/stripe/services/tax_rate_service.rb +38 -0
- data/stripe-19.3.0/lib/stripe/services/tax_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/terminal/configuration_service.rb +63 -0
- data/stripe-19.3.0/lib/stripe/services/terminal/connection_token_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/terminal/location_service.rb +64 -0
- data/stripe-19.3.0/lib/stripe/services/terminal/onboarding_link_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/terminal/reader_service.rb +151 -0
- data/stripe-19.3.0/lib/stripe/services/terminal_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/confirmation_token_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/customer_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/issuing/authorization_service.rb +99 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/issuing/card_service.rb +65 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/issuing/personalization_design_service.rb +43 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/issuing/transaction_service.rb +51 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/issuing_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/refund_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/terminal/reader_service.rb +43 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/terminal_service.rb +15 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/test_clock_service.rb +63 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb +43 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb +54 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb +54 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +21 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +21 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers/treasury_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/test_helpers_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/token_service.rb +23 -0
- data/stripe-19.3.0/lib/stripe/services/topup_service.rb +49 -0
- data/stripe-19.3.0/lib/stripe/services/transfer_reversal_service.rb +56 -0
- data/stripe-19.3.0/lib/stripe/services/transfer_service.rb +47 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/credit_reversal_service.rb +41 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/debit_reversal_service.rb +41 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/financial_account_features_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/financial_account_service.rb +70 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/inbound_transfer_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/outbound_payment_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/outbound_transfer_service.rb +52 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/received_credit_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/received_debit_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/transaction_entry_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/treasury/transaction_service.rb +30 -0
- data/stripe-19.3.0/lib/stripe/services/treasury_service.rb +22 -0
- data/stripe-19.3.0/lib/stripe/services/v1_services.rb +93 -0
- data/stripe-19.3.0/lib/stripe/services/v2/billing/meter_event_adjustment_service.rb +21 -0
- data/stripe-19.3.0/lib/stripe/services/v2/billing/meter_event_service.rb +21 -0
- data/stripe-19.3.0/lib/stripe/services/v2/billing/meter_event_session_service.rb +21 -0
- data/stripe-19.3.0/lib/stripe/services/v2/billing/meter_event_stream_service.rb +23 -0
- data/stripe-19.3.0/lib/stripe/services/v2/billing_service.rb +18 -0
- data/stripe-19.3.0/lib/stripe/services/v2/commerce/product_catalog/import_service.rb +45 -0
- data/stripe-19.3.0/lib/stripe/services/v2/commerce/product_catalog_service.rb +17 -0
- data/stripe-19.3.0/lib/stripe/services/v2/commerce_service.rb +15 -0
- data/stripe-19.3.0/lib/stripe/services/v2/core/account_link_service.rb +23 -0
- data/stripe-19.3.0/lib/stripe/services/v2/core/account_service.rb +91 -0
- data/stripe-19.3.0/lib/stripe/services/v2/core/account_token_service.rb +44 -0
- data/stripe-19.3.0/lib/stripe/services/v2/core/accounts/person_service.rb +85 -0
- data/stripe-19.3.0/lib/stripe/services/v2/core/accounts/person_token_service.rb +43 -0
- data/stripe-19.3.0/lib/stripe/services/v2/core/event_destination_service.rb +98 -0
- data/stripe-19.3.0/lib/stripe/services/v2/core/event_service.rb +33 -0
- data/stripe-19.3.0/lib/stripe/services/v2/core_service.rb +19 -0
- data/stripe-19.3.0/lib/stripe/services/v2_services.rb +15 -0
- data/stripe-19.3.0/lib/stripe/services/webhook_endpoint_service.rb +61 -0
- data/stripe-19.3.0/lib/stripe/services.rb +472 -0
- data/stripe-19.3.0/lib/stripe/singleton_api_resource.rb +26 -0
- data/stripe-19.3.0/lib/stripe/stripe_client.rb +97 -0
- data/stripe-19.3.0/lib/stripe/stripe_configuration.rb +210 -0
- data/stripe-19.3.0/lib/stripe/stripe_context.rb +68 -0
- data/stripe-19.3.0/lib/stripe/stripe_object.rb +692 -0
- data/stripe-19.3.0/lib/stripe/stripe_response.rb +108 -0
- data/stripe-19.3.0/lib/stripe/stripe_service.rb +34 -0
- data/stripe-19.3.0/lib/stripe/util.rb +490 -0
- data/stripe-19.3.0/lib/stripe/v2_list_object.rb +84 -0
- data/stripe-19.3.0/lib/stripe/version.rb +5 -0
- data/stripe-19.3.0/lib/stripe/webhook.rb +129 -0
- data/stripe-19.3.0/lib/stripe.rb +185 -0
- data/stripe-19.3.0/rbi/stripe/resources/v2/core/event_notification.rbi +43 -0
- data/stripe-19.3.0/rbi/stripe/stripe_client.rbi +17 -0
- data/stripe-19.3.0/rbi/stripe.rbi +170441 -0
- metadata +1083 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module Radar
|
|
6
|
+
# An early fraud warning indicates that the card issuer has notified us that a
|
|
7
|
+
# charge may be fraudulent.
|
|
8
|
+
#
|
|
9
|
+
# Related guide: [Early fraud warnings](https://docs.stripe.com/disputes/measuring#early-fraud-warnings)
|
|
10
|
+
class EarlyFraudWarning < APIResource
|
|
11
|
+
extend Stripe::APIOperations::List
|
|
12
|
+
|
|
13
|
+
OBJECT_NAME = "radar.early_fraud_warning"
|
|
14
|
+
def self.object_name
|
|
15
|
+
"radar.early_fraud_warning"
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
# An EFW is actionable if it has not received a dispute and has not been fully refunded. You may wish to proactively refund a charge that receives an EFW, in order to avoid receiving a dispute later.
|
|
19
|
+
attr_reader :actionable
|
|
20
|
+
# ID of the charge this early fraud warning is for, optionally expanded.
|
|
21
|
+
attr_reader :charge
|
|
22
|
+
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
23
|
+
attr_reader :created
|
|
24
|
+
# The type of fraud labelled by the issuer. One of `card_never_received`, `fraudulent_card_application`, `made_with_counterfeit_card`, `made_with_lost_card`, `made_with_stolen_card`, `misc`, `unauthorized_use_of_card`.
|
|
25
|
+
attr_reader :fraud_type
|
|
26
|
+
# Unique identifier for the object.
|
|
27
|
+
attr_reader :id
|
|
28
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
29
|
+
attr_reader :livemode
|
|
30
|
+
# String representing the object's type. Objects of the same type share the same value.
|
|
31
|
+
attr_reader :object
|
|
32
|
+
# ID of the Payment Intent this early fraud warning is for, optionally expanded.
|
|
33
|
+
attr_reader :payment_intent
|
|
34
|
+
|
|
35
|
+
# Returns a list of early fraud warnings.
|
|
36
|
+
def self.list(params = {}, opts = {})
|
|
37
|
+
request_stripe_object(
|
|
38
|
+
method: :get,
|
|
39
|
+
path: "/v1/radar/early_fraud_warnings",
|
|
40
|
+
params: params,
|
|
41
|
+
opts: opts
|
|
42
|
+
)
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def self.inner_class_types
|
|
46
|
+
@inner_class_types = {}
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
def self.field_remappings
|
|
50
|
+
@field_remappings = {}
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
end
|
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module Radar
|
|
6
|
+
# Payment Evaluations represent the risk lifecycle of an externally processed payment. It includes the Radar risk score from Stripe, payment outcome taken by the merchant or processor, and any post transaction events, such as refunds or disputes. See the [Radar API guide](https://docs.stripe.com/radar/multiprocessor) for integration steps.
|
|
7
|
+
class PaymentEvaluation < APIResource
|
|
8
|
+
extend Stripe::APIOperations::Create
|
|
9
|
+
|
|
10
|
+
OBJECT_NAME = "radar.payment_evaluation"
|
|
11
|
+
def self.object_name
|
|
12
|
+
"radar.payment_evaluation"
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
class ClientDeviceMetadataDetails < ::Stripe::StripeObject
|
|
16
|
+
# ID for the Radar Session associated with the payment evaluation. A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
|
17
|
+
attr_reader :radar_session
|
|
18
|
+
|
|
19
|
+
def self.inner_class_types
|
|
20
|
+
@inner_class_types = {}
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
def self.field_remappings
|
|
24
|
+
@field_remappings = {}
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
class CustomerDetails < ::Stripe::StripeObject
|
|
29
|
+
# The ID of the customer associated with the payment evaluation.
|
|
30
|
+
attr_reader :customer
|
|
31
|
+
# The ID of the Account representing the customer associated with the payment evaluation.
|
|
32
|
+
attr_reader :customer_account
|
|
33
|
+
# The customer's email address.
|
|
34
|
+
attr_reader :email
|
|
35
|
+
# The customer's full name or business name.
|
|
36
|
+
attr_reader :name
|
|
37
|
+
# The customer's phone number.
|
|
38
|
+
attr_reader :phone
|
|
39
|
+
|
|
40
|
+
def self.inner_class_types
|
|
41
|
+
@inner_class_types = {}
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
def self.field_remappings
|
|
45
|
+
@field_remappings = {}
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class Event < ::Stripe::StripeObject
|
|
50
|
+
class DisputeOpened < ::Stripe::StripeObject
|
|
51
|
+
# Amount to dispute for this payment. A positive integer representing how much to charge in [the smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency).
|
|
52
|
+
attr_reader :amount
|
|
53
|
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
54
|
+
attr_reader :currency
|
|
55
|
+
# Reason given by cardholder for dispute.
|
|
56
|
+
attr_reader :reason
|
|
57
|
+
|
|
58
|
+
def self.inner_class_types
|
|
59
|
+
@inner_class_types = {}
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
def self.field_remappings
|
|
63
|
+
@field_remappings = {}
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class EarlyFraudWarningReceived < ::Stripe::StripeObject
|
|
68
|
+
# The type of fraud labeled by the issuer.
|
|
69
|
+
attr_reader :fraud_type
|
|
70
|
+
|
|
71
|
+
def self.inner_class_types
|
|
72
|
+
@inner_class_types = {}
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
def self.field_remappings
|
|
76
|
+
@field_remappings = {}
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
class Refunded < ::Stripe::StripeObject
|
|
81
|
+
# Amount refunded for this payment. A positive integer representing how much to charge in [the smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (for example, 100 cents to charge 1.00 USD or 100 to charge 100 Yen, a zero-decimal currency).
|
|
82
|
+
attr_reader :amount
|
|
83
|
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
84
|
+
attr_reader :currency
|
|
85
|
+
# Indicates the reason for the refund.
|
|
86
|
+
attr_reader :reason
|
|
87
|
+
|
|
88
|
+
def self.inner_class_types
|
|
89
|
+
@inner_class_types = {}
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
def self.field_remappings
|
|
93
|
+
@field_remappings = {}
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class UserInterventionRaised < ::Stripe::StripeObject
|
|
98
|
+
class Custom < ::Stripe::StripeObject
|
|
99
|
+
# Custom type of user intervention raised. The string must use a snake case description for the type of intervention performed.
|
|
100
|
+
attr_reader :type
|
|
101
|
+
|
|
102
|
+
def self.inner_class_types
|
|
103
|
+
@inner_class_types = {}
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
def self.field_remappings
|
|
107
|
+
@field_remappings = {}
|
|
108
|
+
end
|
|
109
|
+
end
|
|
110
|
+
# User intervention raised custom event details attached to this payment evaluation
|
|
111
|
+
attr_reader :custom
|
|
112
|
+
# Unique identifier for the user intervention event.
|
|
113
|
+
attr_reader :key
|
|
114
|
+
# Type of user intervention raised.
|
|
115
|
+
attr_reader :type
|
|
116
|
+
|
|
117
|
+
def self.inner_class_types
|
|
118
|
+
@inner_class_types = { custom: Custom }
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
def self.field_remappings
|
|
122
|
+
@field_remappings = {}
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
class UserInterventionResolved < ::Stripe::StripeObject
|
|
127
|
+
# Unique ID of this intervention. Use this to provide the result.
|
|
128
|
+
attr_reader :key
|
|
129
|
+
# Result of the intervention if it has been completed.
|
|
130
|
+
attr_reader :outcome
|
|
131
|
+
|
|
132
|
+
def self.inner_class_types
|
|
133
|
+
@inner_class_types = {}
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
def self.field_remappings
|
|
137
|
+
@field_remappings = {}
|
|
138
|
+
end
|
|
139
|
+
end
|
|
140
|
+
# Dispute opened event details attached to this payment evaluation.
|
|
141
|
+
attr_reader :dispute_opened
|
|
142
|
+
# Early Fraud Warning Received event details attached to this payment evaluation.
|
|
143
|
+
attr_reader :early_fraud_warning_received
|
|
144
|
+
# Timestamp when the event occurred.
|
|
145
|
+
attr_reader :occurred_at
|
|
146
|
+
# Refunded Event details attached to this payment evaluation.
|
|
147
|
+
attr_reader :refunded
|
|
148
|
+
# Indicates the type of event attached to the payment evaluation.
|
|
149
|
+
attr_reader :type
|
|
150
|
+
# User intervention raised event details attached to this payment evaluation
|
|
151
|
+
attr_reader :user_intervention_raised
|
|
152
|
+
# User Intervention Resolved Event details attached to this payment evaluation
|
|
153
|
+
attr_reader :user_intervention_resolved
|
|
154
|
+
|
|
155
|
+
def self.inner_class_types
|
|
156
|
+
@inner_class_types = {
|
|
157
|
+
dispute_opened: DisputeOpened,
|
|
158
|
+
early_fraud_warning_received: EarlyFraudWarningReceived,
|
|
159
|
+
refunded: Refunded,
|
|
160
|
+
user_intervention_raised: UserInterventionRaised,
|
|
161
|
+
user_intervention_resolved: UserInterventionResolved,
|
|
162
|
+
}
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
def self.field_remappings
|
|
166
|
+
@field_remappings = {}
|
|
167
|
+
end
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
class Outcome < ::Stripe::StripeObject
|
|
171
|
+
class MerchantBlocked < ::Stripe::StripeObject
|
|
172
|
+
# The reason the payment was blocked by the merchant.
|
|
173
|
+
attr_reader :reason
|
|
174
|
+
|
|
175
|
+
def self.inner_class_types
|
|
176
|
+
@inner_class_types = {}
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
def self.field_remappings
|
|
180
|
+
@field_remappings = {}
|
|
181
|
+
end
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
class Rejected < ::Stripe::StripeObject
|
|
185
|
+
class Card < ::Stripe::StripeObject
|
|
186
|
+
# Result of the address line 1 check.
|
|
187
|
+
attr_reader :address_line1_check
|
|
188
|
+
# Indicates whether the cardholder provided a postal code and if it matched the cardholder’s billing address.
|
|
189
|
+
attr_reader :address_postal_code_check
|
|
190
|
+
# Result of the CVC check.
|
|
191
|
+
attr_reader :cvc_check
|
|
192
|
+
# Card issuer's reason for the network decline.
|
|
193
|
+
attr_reader :reason
|
|
194
|
+
|
|
195
|
+
def self.inner_class_types
|
|
196
|
+
@inner_class_types = {}
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
def self.field_remappings
|
|
200
|
+
@field_remappings = {}
|
|
201
|
+
end
|
|
202
|
+
end
|
|
203
|
+
# Details of an rejected card outcome attached to this payment evaluation.
|
|
204
|
+
attr_reader :card
|
|
205
|
+
|
|
206
|
+
def self.inner_class_types
|
|
207
|
+
@inner_class_types = { card: Card }
|
|
208
|
+
end
|
|
209
|
+
|
|
210
|
+
def self.field_remappings
|
|
211
|
+
@field_remappings = {}
|
|
212
|
+
end
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
class Succeeded < ::Stripe::StripeObject
|
|
216
|
+
class Card < ::Stripe::StripeObject
|
|
217
|
+
# Result of the address line 1 check.
|
|
218
|
+
attr_reader :address_line1_check
|
|
219
|
+
# Indicates whether the cardholder provided a postal code and if it matched the cardholder’s billing address.
|
|
220
|
+
attr_reader :address_postal_code_check
|
|
221
|
+
# Result of the CVC check.
|
|
222
|
+
attr_reader :cvc_check
|
|
223
|
+
|
|
224
|
+
def self.inner_class_types
|
|
225
|
+
@inner_class_types = {}
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
def self.field_remappings
|
|
229
|
+
@field_remappings = {}
|
|
230
|
+
end
|
|
231
|
+
end
|
|
232
|
+
# Details of an succeeded card outcome attached to this payment evaluation.
|
|
233
|
+
attr_reader :card
|
|
234
|
+
|
|
235
|
+
def self.inner_class_types
|
|
236
|
+
@inner_class_types = { card: Card }
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
def self.field_remappings
|
|
240
|
+
@field_remappings = {}
|
|
241
|
+
end
|
|
242
|
+
end
|
|
243
|
+
# Details of a merchant_blocked outcome attached to this payment evaluation.
|
|
244
|
+
attr_reader :merchant_blocked
|
|
245
|
+
# The PaymentIntent ID associated with the payment evaluation.
|
|
246
|
+
attr_reader :payment_intent_id
|
|
247
|
+
# Details of an rejected outcome attached to this payment evaluation.
|
|
248
|
+
attr_reader :rejected
|
|
249
|
+
# Details of a succeeded outcome attached to this payment evaluation.
|
|
250
|
+
attr_reader :succeeded
|
|
251
|
+
# Indicates the outcome of the payment evaluation.
|
|
252
|
+
attr_reader :type
|
|
253
|
+
|
|
254
|
+
def self.inner_class_types
|
|
255
|
+
@inner_class_types = {
|
|
256
|
+
merchant_blocked: MerchantBlocked,
|
|
257
|
+
rejected: Rejected,
|
|
258
|
+
succeeded: Succeeded,
|
|
259
|
+
}
|
|
260
|
+
end
|
|
261
|
+
|
|
262
|
+
def self.field_remappings
|
|
263
|
+
@field_remappings = {}
|
|
264
|
+
end
|
|
265
|
+
end
|
|
266
|
+
|
|
267
|
+
class PaymentDetails < ::Stripe::StripeObject
|
|
268
|
+
class MoneyMovementDetails < ::Stripe::StripeObject
|
|
269
|
+
class Card < ::Stripe::StripeObject
|
|
270
|
+
# Describes the presence of the customer during the payment.
|
|
271
|
+
attr_reader :customer_presence
|
|
272
|
+
# Describes the type of payment.
|
|
273
|
+
attr_reader :payment_type
|
|
274
|
+
|
|
275
|
+
def self.inner_class_types
|
|
276
|
+
@inner_class_types = {}
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
def self.field_remappings
|
|
280
|
+
@field_remappings = {}
|
|
281
|
+
end
|
|
282
|
+
end
|
|
283
|
+
# Describes card money movement details for the payment evaluation.
|
|
284
|
+
attr_reader :card
|
|
285
|
+
# Describes the type of money movement. Currently only `card` is supported.
|
|
286
|
+
attr_reader :money_movement_type
|
|
287
|
+
|
|
288
|
+
def self.inner_class_types
|
|
289
|
+
@inner_class_types = { card: Card }
|
|
290
|
+
end
|
|
291
|
+
|
|
292
|
+
def self.field_remappings
|
|
293
|
+
@field_remappings = {}
|
|
294
|
+
end
|
|
295
|
+
end
|
|
296
|
+
|
|
297
|
+
class PaymentMethodDetails < ::Stripe::StripeObject
|
|
298
|
+
class BillingDetails < ::Stripe::StripeObject
|
|
299
|
+
class Address < ::Stripe::StripeObject
|
|
300
|
+
# City, district, suburb, town, or village.
|
|
301
|
+
attr_reader :city
|
|
302
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
303
|
+
attr_reader :country
|
|
304
|
+
# Address line 1, such as the street, PO Box, or company name.
|
|
305
|
+
attr_reader :line1
|
|
306
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
|
307
|
+
attr_reader :line2
|
|
308
|
+
# ZIP or postal code.
|
|
309
|
+
attr_reader :postal_code
|
|
310
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
311
|
+
attr_reader :state
|
|
312
|
+
|
|
313
|
+
def self.inner_class_types
|
|
314
|
+
@inner_class_types = {}
|
|
315
|
+
end
|
|
316
|
+
|
|
317
|
+
def self.field_remappings
|
|
318
|
+
@field_remappings = {}
|
|
319
|
+
end
|
|
320
|
+
end
|
|
321
|
+
# Address data.
|
|
322
|
+
attr_reader :address
|
|
323
|
+
# Email address.
|
|
324
|
+
attr_reader :email
|
|
325
|
+
# Full name.
|
|
326
|
+
attr_reader :name
|
|
327
|
+
# Billing phone number (including extension).
|
|
328
|
+
attr_reader :phone
|
|
329
|
+
|
|
330
|
+
def self.inner_class_types
|
|
331
|
+
@inner_class_types = { address: Address }
|
|
332
|
+
end
|
|
333
|
+
|
|
334
|
+
def self.field_remappings
|
|
335
|
+
@field_remappings = {}
|
|
336
|
+
end
|
|
337
|
+
end
|
|
338
|
+
# Billing information associated with the payment evaluation.
|
|
339
|
+
attr_reader :billing_details
|
|
340
|
+
# The payment method used in this payment evaluation.
|
|
341
|
+
attr_reader :payment_method
|
|
342
|
+
|
|
343
|
+
def self.inner_class_types
|
|
344
|
+
@inner_class_types = { billing_details: BillingDetails }
|
|
345
|
+
end
|
|
346
|
+
|
|
347
|
+
def self.field_remappings
|
|
348
|
+
@field_remappings = {}
|
|
349
|
+
end
|
|
350
|
+
end
|
|
351
|
+
|
|
352
|
+
class ShippingDetails < ::Stripe::StripeObject
|
|
353
|
+
class Address < ::Stripe::StripeObject
|
|
354
|
+
# City, district, suburb, town, or village.
|
|
355
|
+
attr_reader :city
|
|
356
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
357
|
+
attr_reader :country
|
|
358
|
+
# Address line 1, such as the street, PO Box, or company name.
|
|
359
|
+
attr_reader :line1
|
|
360
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
|
361
|
+
attr_reader :line2
|
|
362
|
+
# ZIP or postal code.
|
|
363
|
+
attr_reader :postal_code
|
|
364
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
365
|
+
attr_reader :state
|
|
366
|
+
|
|
367
|
+
def self.inner_class_types
|
|
368
|
+
@inner_class_types = {}
|
|
369
|
+
end
|
|
370
|
+
|
|
371
|
+
def self.field_remappings
|
|
372
|
+
@field_remappings = {}
|
|
373
|
+
end
|
|
374
|
+
end
|
|
375
|
+
# Address data.
|
|
376
|
+
attr_reader :address
|
|
377
|
+
# Shipping name.
|
|
378
|
+
attr_reader :name
|
|
379
|
+
# Shipping phone number.
|
|
380
|
+
attr_reader :phone
|
|
381
|
+
|
|
382
|
+
def self.inner_class_types
|
|
383
|
+
@inner_class_types = { address: Address }
|
|
384
|
+
end
|
|
385
|
+
|
|
386
|
+
def self.field_remappings
|
|
387
|
+
@field_remappings = {}
|
|
388
|
+
end
|
|
389
|
+
end
|
|
390
|
+
# Amount intended to be collected by this payment. A positive integer representing how much to charge in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).
|
|
391
|
+
attr_reader :amount
|
|
392
|
+
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
393
|
+
attr_reader :currency
|
|
394
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
|
395
|
+
attr_reader :description
|
|
396
|
+
# Details about the payment's customer presence and type.
|
|
397
|
+
attr_reader :money_movement_details
|
|
398
|
+
# Details about the payment method used for the payment.
|
|
399
|
+
attr_reader :payment_method_details
|
|
400
|
+
# Shipping details for the payment evaluation.
|
|
401
|
+
attr_reader :shipping_details
|
|
402
|
+
# Payment statement descriptor.
|
|
403
|
+
attr_reader :statement_descriptor
|
|
404
|
+
|
|
405
|
+
def self.inner_class_types
|
|
406
|
+
@inner_class_types = {
|
|
407
|
+
money_movement_details: MoneyMovementDetails,
|
|
408
|
+
payment_method_details: PaymentMethodDetails,
|
|
409
|
+
shipping_details: ShippingDetails,
|
|
410
|
+
}
|
|
411
|
+
end
|
|
412
|
+
|
|
413
|
+
def self.field_remappings
|
|
414
|
+
@field_remappings = {}
|
|
415
|
+
end
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
class Signals < ::Stripe::StripeObject
|
|
419
|
+
class FraudulentPayment < ::Stripe::StripeObject
|
|
420
|
+
# The time when this signal was evaluated.
|
|
421
|
+
attr_reader :evaluated_at
|
|
422
|
+
# Risk level of this signal, based on the score.
|
|
423
|
+
attr_reader :risk_level
|
|
424
|
+
# Score for this signal. Possible values for evaluated payments are between 0 and 100. The value is returned with two decimal places and higher scores indicate a higher likelihood of the signal being true. A score of -1 is returned when a model evaluation was not performed, such as requests from incomplete integrations.
|
|
425
|
+
attr_reader :score
|
|
426
|
+
|
|
427
|
+
def self.inner_class_types
|
|
428
|
+
@inner_class_types = {}
|
|
429
|
+
end
|
|
430
|
+
|
|
431
|
+
def self.field_remappings
|
|
432
|
+
@field_remappings = {}
|
|
433
|
+
end
|
|
434
|
+
end
|
|
435
|
+
# A payment evaluation signal with evaluated_at, risk_level, and score fields.
|
|
436
|
+
attr_reader :fraudulent_payment
|
|
437
|
+
|
|
438
|
+
def self.inner_class_types
|
|
439
|
+
@inner_class_types = { fraudulent_payment: FraudulentPayment }
|
|
440
|
+
end
|
|
441
|
+
|
|
442
|
+
def self.field_remappings
|
|
443
|
+
@field_remappings = {}
|
|
444
|
+
end
|
|
445
|
+
end
|
|
446
|
+
# Client device metadata attached to this payment evaluation.
|
|
447
|
+
attr_reader :client_device_metadata_details
|
|
448
|
+
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
449
|
+
attr_reader :created_at
|
|
450
|
+
# Customer details attached to this payment evaluation.
|
|
451
|
+
attr_reader :customer_details
|
|
452
|
+
# Event information associated with the payment evaluation, such as refunds, dispute, early fraud warnings, or user interventions.
|
|
453
|
+
attr_reader :events
|
|
454
|
+
# Unique identifier for the object.
|
|
455
|
+
attr_reader :id
|
|
456
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
457
|
+
attr_reader :livemode
|
|
458
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
459
|
+
attr_reader :metadata
|
|
460
|
+
# String representing the object's type. Objects of the same type share the same value.
|
|
461
|
+
attr_reader :object
|
|
462
|
+
# Indicates the final outcome for the payment evaluation.
|
|
463
|
+
attr_reader :outcome
|
|
464
|
+
# Payment details attached to this payment evaluation.
|
|
465
|
+
attr_reader :payment_details
|
|
466
|
+
# Recommended action based on the score of the `fraudulent_payment` signal. Possible values are `block`, `continue` and `request_three_d_secure`.
|
|
467
|
+
attr_reader :recommended_action
|
|
468
|
+
# Collection of signals for this payment evaluation.
|
|
469
|
+
attr_reader :signals
|
|
470
|
+
|
|
471
|
+
# Request a Radar API fraud risk score from Stripe for a payment before sending it for external processor authorization.
|
|
472
|
+
def self.create(params = {}, opts = {})
|
|
473
|
+
request_stripe_object(
|
|
474
|
+
method: :post,
|
|
475
|
+
path: "/v1/radar/payment_evaluations",
|
|
476
|
+
params: params,
|
|
477
|
+
opts: opts
|
|
478
|
+
)
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
def self.inner_class_types
|
|
482
|
+
@inner_class_types = {
|
|
483
|
+
client_device_metadata_details: ClientDeviceMetadataDetails,
|
|
484
|
+
customer_details: CustomerDetails,
|
|
485
|
+
events: Event,
|
|
486
|
+
outcome: Outcome,
|
|
487
|
+
payment_details: PaymentDetails,
|
|
488
|
+
signals: Signals,
|
|
489
|
+
}
|
|
490
|
+
end
|
|
491
|
+
|
|
492
|
+
def self.field_remappings
|
|
493
|
+
@field_remappings = {}
|
|
494
|
+
end
|
|
495
|
+
end
|
|
496
|
+
end
|
|
497
|
+
end
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module Radar
|
|
6
|
+
# Value lists allow you to group values together which can then be referenced in rules.
|
|
7
|
+
#
|
|
8
|
+
# Related guide: [Default Stripe lists](https://docs.stripe.com/radar/lists#managing-list-items)
|
|
9
|
+
class ValueList < APIResource
|
|
10
|
+
extend Stripe::APIOperations::Create
|
|
11
|
+
include Stripe::APIOperations::Delete
|
|
12
|
+
extend Stripe::APIOperations::List
|
|
13
|
+
include Stripe::APIOperations::Save
|
|
14
|
+
|
|
15
|
+
OBJECT_NAME = "radar.value_list"
|
|
16
|
+
def self.object_name
|
|
17
|
+
"radar.value_list"
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
# The name of the value list for use in rules.
|
|
21
|
+
attr_reader :alias
|
|
22
|
+
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
23
|
+
attr_reader :created
|
|
24
|
+
# The name or email address of the user who created this value list.
|
|
25
|
+
attr_reader :created_by
|
|
26
|
+
# Always true for a deleted object
|
|
27
|
+
attr_reader :deleted
|
|
28
|
+
# Unique identifier for the object.
|
|
29
|
+
attr_reader :id
|
|
30
|
+
# The type of items in the value list. One of `card_fingerprint`, `card_bin`, `crypto_fingerprint`, `email`, `ip_address`, `country`, `string`, `case_sensitive_string`, `customer_id`, `account`, `sepa_debit_fingerprint`, or `us_bank_account_fingerprint`.
|
|
31
|
+
attr_reader :item_type
|
|
32
|
+
# List of items contained within this value list.
|
|
33
|
+
attr_reader :list_items
|
|
34
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
35
|
+
attr_reader :livemode
|
|
36
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
37
|
+
attr_reader :metadata
|
|
38
|
+
# The name of the value list.
|
|
39
|
+
attr_reader :name
|
|
40
|
+
# String representing the object's type. Objects of the same type share the same value.
|
|
41
|
+
attr_reader :object
|
|
42
|
+
|
|
43
|
+
# Creates a new ValueList object, which can then be referenced in rules.
|
|
44
|
+
def self.create(params = {}, opts = {})
|
|
45
|
+
request_stripe_object(
|
|
46
|
+
method: :post,
|
|
47
|
+
path: "/v1/radar/value_lists",
|
|
48
|
+
params: params,
|
|
49
|
+
opts: opts
|
|
50
|
+
)
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# Deletes a ValueList object, also deleting any items contained within the value list. To be deleted, a value list must not be referenced in any rules.
|
|
54
|
+
def self.delete(value_list, params = {}, opts = {})
|
|
55
|
+
request_stripe_object(
|
|
56
|
+
method: :delete,
|
|
57
|
+
path: format("/v1/radar/value_lists/%<value_list>s", { value_list: CGI.escape(value_list) }),
|
|
58
|
+
params: params,
|
|
59
|
+
opts: opts
|
|
60
|
+
)
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
# Deletes a ValueList object, also deleting any items contained within the value list. To be deleted, a value list must not be referenced in any rules.
|
|
64
|
+
def delete(params = {}, opts = {})
|
|
65
|
+
request_stripe_object(
|
|
66
|
+
method: :delete,
|
|
67
|
+
path: format("/v1/radar/value_lists/%<value_list>s", { value_list: CGI.escape(self["id"]) }),
|
|
68
|
+
params: params,
|
|
69
|
+
opts: opts
|
|
70
|
+
)
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
# Returns a list of ValueList objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
|
|
74
|
+
def self.list(params = {}, opts = {})
|
|
75
|
+
request_stripe_object(
|
|
76
|
+
method: :get,
|
|
77
|
+
path: "/v1/radar/value_lists",
|
|
78
|
+
params: params,
|
|
79
|
+
opts: opts
|
|
80
|
+
)
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# Updates a ValueList object by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Note that item_type is immutable.
|
|
84
|
+
def self.update(value_list, params = {}, opts = {})
|
|
85
|
+
request_stripe_object(
|
|
86
|
+
method: :post,
|
|
87
|
+
path: format("/v1/radar/value_lists/%<value_list>s", { value_list: CGI.escape(value_list) }),
|
|
88
|
+
params: params,
|
|
89
|
+
opts: opts
|
|
90
|
+
)
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
def self.inner_class_types
|
|
94
|
+
@inner_class_types = {}
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
def self.field_remappings
|
|
98
|
+
@field_remappings = {}
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
end
|