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,226 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module Treasury
|
|
6
|
+
# ReceivedDebits represent funds pulled from a [FinancialAccount](https://api.stripe.com#financial_accounts). These are not initiated from the FinancialAccount.
|
|
7
|
+
class ReceivedDebit < APIResource
|
|
8
|
+
extend Stripe::APIOperations::List
|
|
9
|
+
|
|
10
|
+
OBJECT_NAME = "treasury.received_debit"
|
|
11
|
+
def self.object_name
|
|
12
|
+
"treasury.received_debit"
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
class InitiatingPaymentMethodDetails < ::Stripe::StripeObject
|
|
16
|
+
class BillingDetails < ::Stripe::StripeObject
|
|
17
|
+
class Address < ::Stripe::StripeObject
|
|
18
|
+
# City, district, suburb, town, or village.
|
|
19
|
+
attr_reader :city
|
|
20
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
21
|
+
attr_reader :country
|
|
22
|
+
# Address line 1, such as the street, PO Box, or company name.
|
|
23
|
+
attr_reader :line1
|
|
24
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
|
25
|
+
attr_reader :line2
|
|
26
|
+
# ZIP or postal code.
|
|
27
|
+
attr_reader :postal_code
|
|
28
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
29
|
+
attr_reader :state
|
|
30
|
+
|
|
31
|
+
def self.inner_class_types
|
|
32
|
+
@inner_class_types = {}
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
def self.field_remappings
|
|
36
|
+
@field_remappings = {}
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
# Attribute for field address
|
|
40
|
+
attr_reader :address
|
|
41
|
+
# Email address.
|
|
42
|
+
attr_reader :email
|
|
43
|
+
# Full name.
|
|
44
|
+
attr_reader :name
|
|
45
|
+
|
|
46
|
+
def self.inner_class_types
|
|
47
|
+
@inner_class_types = { address: Address }
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
def self.field_remappings
|
|
51
|
+
@field_remappings = {}
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class FinancialAccount < ::Stripe::StripeObject
|
|
56
|
+
# The FinancialAccount ID.
|
|
57
|
+
attr_reader :id
|
|
58
|
+
# The rails the ReceivedCredit was sent over. A FinancialAccount can only send funds over `stripe`.
|
|
59
|
+
attr_reader :network
|
|
60
|
+
|
|
61
|
+
def self.inner_class_types
|
|
62
|
+
@inner_class_types = {}
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
def self.field_remappings
|
|
66
|
+
@field_remappings = {}
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
class UsBankAccount < ::Stripe::StripeObject
|
|
71
|
+
# Bank name.
|
|
72
|
+
attr_reader :bank_name
|
|
73
|
+
# The last four digits of the bank account number.
|
|
74
|
+
attr_reader :last4
|
|
75
|
+
# The routing number for the bank account.
|
|
76
|
+
attr_reader :routing_number
|
|
77
|
+
|
|
78
|
+
def self.inner_class_types
|
|
79
|
+
@inner_class_types = {}
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
def self.field_remappings
|
|
83
|
+
@field_remappings = {}
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
# Set when `type` is `balance`.
|
|
87
|
+
attr_reader :balance
|
|
88
|
+
# Attribute for field billing_details
|
|
89
|
+
attr_reader :billing_details
|
|
90
|
+
# Attribute for field financial_account
|
|
91
|
+
attr_reader :financial_account
|
|
92
|
+
# Set when `type` is `issuing_card`. This is an [Issuing Card](https://api.stripe.com#issuing_cards) ID.
|
|
93
|
+
attr_reader :issuing_card
|
|
94
|
+
# Polymorphic type matching the originating money movement's source. This can be an external account, a Stripe balance, or a FinancialAccount.
|
|
95
|
+
attr_reader :type
|
|
96
|
+
# Attribute for field us_bank_account
|
|
97
|
+
attr_reader :us_bank_account
|
|
98
|
+
|
|
99
|
+
def self.inner_class_types
|
|
100
|
+
@inner_class_types = {
|
|
101
|
+
billing_details: BillingDetails,
|
|
102
|
+
financial_account: FinancialAccount,
|
|
103
|
+
us_bank_account: UsBankAccount,
|
|
104
|
+
}
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
def self.field_remappings
|
|
108
|
+
@field_remappings = {}
|
|
109
|
+
end
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
class LinkedFlows < ::Stripe::StripeObject
|
|
113
|
+
# The DebitReversal created as a result of this ReceivedDebit being reversed.
|
|
114
|
+
attr_reader :debit_reversal
|
|
115
|
+
# Set if the ReceivedDebit is associated with an InboundTransfer's return of funds.
|
|
116
|
+
attr_reader :inbound_transfer
|
|
117
|
+
# Set if the ReceivedDebit was created due to an [Issuing Authorization](https://api.stripe.com#issuing_authorizations) object.
|
|
118
|
+
attr_reader :issuing_authorization
|
|
119
|
+
# Set if the ReceivedDebit is also viewable as an [Issuing Dispute](https://api.stripe.com#issuing_disputes) object.
|
|
120
|
+
attr_reader :issuing_transaction
|
|
121
|
+
# Set if the ReceivedDebit was created due to a [Payout](https://api.stripe.com#payouts) object.
|
|
122
|
+
attr_reader :payout
|
|
123
|
+
# Set if the ReceivedDebit was created due to a [Topup](https://api.stripe.com#topups) object.
|
|
124
|
+
attr_reader :topup
|
|
125
|
+
|
|
126
|
+
def self.inner_class_types
|
|
127
|
+
@inner_class_types = {}
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
def self.field_remappings
|
|
131
|
+
@field_remappings = {}
|
|
132
|
+
end
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
class ReversalDetails < ::Stripe::StripeObject
|
|
136
|
+
# Time before which a ReceivedDebit can be reversed.
|
|
137
|
+
attr_reader :deadline
|
|
138
|
+
# Set if a ReceivedDebit can't be reversed.
|
|
139
|
+
attr_reader :restricted_reason
|
|
140
|
+
|
|
141
|
+
def self.inner_class_types
|
|
142
|
+
@inner_class_types = {}
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
def self.field_remappings
|
|
146
|
+
@field_remappings = {}
|
|
147
|
+
end
|
|
148
|
+
end
|
|
149
|
+
# Amount (in cents) transferred.
|
|
150
|
+
attr_reader :amount
|
|
151
|
+
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
152
|
+
attr_reader :created
|
|
153
|
+
# 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).
|
|
154
|
+
attr_reader :currency
|
|
155
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
|
156
|
+
attr_reader :description
|
|
157
|
+
# Reason for the failure. A ReceivedDebit might fail because the FinancialAccount doesn't have sufficient funds, is closed, or is frozen.
|
|
158
|
+
attr_reader :failure_code
|
|
159
|
+
# The FinancialAccount that funds were pulled from.
|
|
160
|
+
attr_reader :financial_account
|
|
161
|
+
# A [hosted transaction receipt](https://docs.stripe.com/treasury/moving-money/regulatory-receipts) URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.
|
|
162
|
+
attr_reader :hosted_regulatory_receipt_url
|
|
163
|
+
# Unique identifier for the object.
|
|
164
|
+
attr_reader :id
|
|
165
|
+
# Attribute for field initiating_payment_method_details
|
|
166
|
+
attr_reader :initiating_payment_method_details
|
|
167
|
+
# Attribute for field linked_flows
|
|
168
|
+
attr_reader :linked_flows
|
|
169
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
170
|
+
attr_reader :livemode
|
|
171
|
+
# The network used for the ReceivedDebit.
|
|
172
|
+
attr_reader :network
|
|
173
|
+
# String representing the object's type. Objects of the same type share the same value.
|
|
174
|
+
attr_reader :object
|
|
175
|
+
# Details describing when a ReceivedDebit might be reversed.
|
|
176
|
+
attr_reader :reversal_details
|
|
177
|
+
# Status of the ReceivedDebit. ReceivedDebits are created with a status of either `succeeded` (approved) or `failed` (declined). The failure reason can be found under the `failure_code`.
|
|
178
|
+
attr_reader :status
|
|
179
|
+
# The Transaction associated with this object.
|
|
180
|
+
attr_reader :transaction
|
|
181
|
+
|
|
182
|
+
# Returns a list of ReceivedDebits.
|
|
183
|
+
def self.list(params = {}, opts = {})
|
|
184
|
+
request_stripe_object(
|
|
185
|
+
method: :get,
|
|
186
|
+
path: "/v1/treasury/received_debits",
|
|
187
|
+
params: params,
|
|
188
|
+
opts: opts
|
|
189
|
+
)
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
def test_helpers
|
|
193
|
+
TestHelpers.new(self)
|
|
194
|
+
end
|
|
195
|
+
|
|
196
|
+
class TestHelpers < APIResourceTestHelpers
|
|
197
|
+
RESOURCE_CLASS = ReceivedDebit
|
|
198
|
+
def self.resource_class
|
|
199
|
+
"ReceivedDebit"
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
# Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party. In live mode, you can't directly create ReceivedDebits initiated by third parties.
|
|
203
|
+
def self.create(params = {}, opts = {})
|
|
204
|
+
request_stripe_object(
|
|
205
|
+
method: :post,
|
|
206
|
+
path: "/v1/test_helpers/treasury/received_debits",
|
|
207
|
+
params: params,
|
|
208
|
+
opts: opts
|
|
209
|
+
)
|
|
210
|
+
end
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
def self.inner_class_types
|
|
214
|
+
@inner_class_types = {
|
|
215
|
+
initiating_payment_method_details: InitiatingPaymentMethodDetails,
|
|
216
|
+
linked_flows: LinkedFlows,
|
|
217
|
+
reversal_details: ReversalDetails,
|
|
218
|
+
}
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
def self.field_remappings
|
|
222
|
+
@field_remappings = {}
|
|
223
|
+
end
|
|
224
|
+
end
|
|
225
|
+
end
|
|
226
|
+
end
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module Treasury
|
|
6
|
+
# Transactions represent changes to a [FinancialAccount's](https://api.stripe.com#financial_accounts) balance.
|
|
7
|
+
class Transaction < APIResource
|
|
8
|
+
extend Stripe::APIOperations::List
|
|
9
|
+
|
|
10
|
+
OBJECT_NAME = "treasury.transaction"
|
|
11
|
+
def self.object_name
|
|
12
|
+
"treasury.transaction"
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
class BalanceImpact < ::Stripe::StripeObject
|
|
16
|
+
# The change made to funds the user can spend right now.
|
|
17
|
+
attr_reader :cash
|
|
18
|
+
# The change made to funds that are not spendable yet, but will become available at a later time.
|
|
19
|
+
attr_reader :inbound_pending
|
|
20
|
+
# The change made to funds in the account, but not spendable because they are being held for pending outbound flows.
|
|
21
|
+
attr_reader :outbound_pending
|
|
22
|
+
|
|
23
|
+
def self.inner_class_types
|
|
24
|
+
@inner_class_types = {}
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
def self.field_remappings
|
|
28
|
+
@field_remappings = {}
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
class FlowDetails < ::Stripe::StripeObject
|
|
33
|
+
# You can reverse some [ReceivedCredits](https://api.stripe.com#received_credits) depending on their network and source flow. Reversing a ReceivedCredit leads to the creation of a new object known as a CreditReversal.
|
|
34
|
+
attr_reader :credit_reversal
|
|
35
|
+
# You can reverse some [ReceivedDebits](https://api.stripe.com#received_debits) depending on their network and source flow. Reversing a ReceivedDebit leads to the creation of a new object known as a DebitReversal.
|
|
36
|
+
attr_reader :debit_reversal
|
|
37
|
+
# Use [InboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://api.stripe.com#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.
|
|
38
|
+
#
|
|
39
|
+
# Related guide: [Moving money with Treasury using InboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)
|
|
40
|
+
attr_reader :inbound_transfer
|
|
41
|
+
# When an [issued card](https://docs.stripe.com/issuing) is used to make a purchase, an Issuing `Authorization`
|
|
42
|
+
# object is created. [Authorizations](https://docs.stripe.com/issuing/purchases/authorizations) must be approved for the
|
|
43
|
+
# purchase to be completed successfully.
|
|
44
|
+
#
|
|
45
|
+
# Related guide: [Issued card authorizations](https://docs.stripe.com/issuing/purchases/authorizations)
|
|
46
|
+
attr_reader :issuing_authorization
|
|
47
|
+
# Use [OutboundPayments](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments) to send funds to another party's external bank account or [FinancialAccount](https://api.stripe.com#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://api.stripe.com#outbound_transfers).
|
|
48
|
+
#
|
|
49
|
+
# Simulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.
|
|
50
|
+
#
|
|
51
|
+
# Related guide: [Moving money with Treasury using OutboundPayment objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)
|
|
52
|
+
attr_reader :outbound_payment
|
|
53
|
+
# Use [OutboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers) to transfer funds from a [FinancialAccount](https://api.stripe.com#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://api.stripe.com#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.
|
|
54
|
+
#
|
|
55
|
+
# Simulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.
|
|
56
|
+
#
|
|
57
|
+
# Related guide: [Moving money with Treasury using OutboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)
|
|
58
|
+
attr_reader :outbound_transfer
|
|
59
|
+
# ReceivedCredits represent funds sent to a [FinancialAccount](https://api.stripe.com#financial_accounts) (for example, via ACH or wire). These money movements are not initiated from the FinancialAccount.
|
|
60
|
+
attr_reader :received_credit
|
|
61
|
+
# ReceivedDebits represent funds pulled from a [FinancialAccount](https://api.stripe.com#financial_accounts). These are not initiated from the FinancialAccount.
|
|
62
|
+
attr_reader :received_debit
|
|
63
|
+
# Type of the flow that created the Transaction. Set to the same value as `flow_type`.
|
|
64
|
+
attr_reader :type
|
|
65
|
+
|
|
66
|
+
def self.inner_class_types
|
|
67
|
+
@inner_class_types = {}
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
def self.field_remappings
|
|
71
|
+
@field_remappings = {}
|
|
72
|
+
end
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
class StatusTransitions < ::Stripe::StripeObject
|
|
76
|
+
# Timestamp describing when the Transaction changed status to `posted`.
|
|
77
|
+
attr_reader :posted_at
|
|
78
|
+
# Timestamp describing when the Transaction changed status to `void`.
|
|
79
|
+
attr_reader :void_at
|
|
80
|
+
|
|
81
|
+
def self.inner_class_types
|
|
82
|
+
@inner_class_types = {}
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
def self.field_remappings
|
|
86
|
+
@field_remappings = {}
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
# Amount (in cents) transferred.
|
|
90
|
+
attr_reader :amount
|
|
91
|
+
# Change to a FinancialAccount's balance
|
|
92
|
+
attr_reader :balance_impact
|
|
93
|
+
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
94
|
+
attr_reader :created
|
|
95
|
+
# 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).
|
|
96
|
+
attr_reader :currency
|
|
97
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
|
98
|
+
attr_reader :description
|
|
99
|
+
# A list of TransactionEntries that are part of this Transaction. This cannot be expanded in any list endpoints.
|
|
100
|
+
attr_reader :entries
|
|
101
|
+
# The FinancialAccount associated with this object.
|
|
102
|
+
attr_reader :financial_account
|
|
103
|
+
# ID of the flow that created the Transaction.
|
|
104
|
+
attr_reader :flow
|
|
105
|
+
# Details of the flow that created the Transaction.
|
|
106
|
+
attr_reader :flow_details
|
|
107
|
+
# Type of the flow that created the Transaction.
|
|
108
|
+
attr_reader :flow_type
|
|
109
|
+
# Unique identifier for the object.
|
|
110
|
+
attr_reader :id
|
|
111
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
112
|
+
attr_reader :livemode
|
|
113
|
+
# String representing the object's type. Objects of the same type share the same value.
|
|
114
|
+
attr_reader :object
|
|
115
|
+
# Status of the Transaction.
|
|
116
|
+
attr_reader :status
|
|
117
|
+
# Attribute for field status_transitions
|
|
118
|
+
attr_reader :status_transitions
|
|
119
|
+
|
|
120
|
+
# Retrieves a list of Transaction objects.
|
|
121
|
+
def self.list(params = {}, opts = {})
|
|
122
|
+
request_stripe_object(
|
|
123
|
+
method: :get,
|
|
124
|
+
path: "/v1/treasury/transactions",
|
|
125
|
+
params: params,
|
|
126
|
+
opts: opts
|
|
127
|
+
)
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
def self.inner_class_types
|
|
131
|
+
@inner_class_types = {
|
|
132
|
+
balance_impact: BalanceImpact,
|
|
133
|
+
flow_details: FlowDetails,
|
|
134
|
+
status_transitions: StatusTransitions,
|
|
135
|
+
}
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
def self.field_remappings
|
|
139
|
+
@field_remappings = {}
|
|
140
|
+
end
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
end
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module Treasury
|
|
6
|
+
# TransactionEntries represent individual units of money movements within a single [Transaction](https://api.stripe.com#transactions).
|
|
7
|
+
class TransactionEntry < APIResource
|
|
8
|
+
extend Stripe::APIOperations::List
|
|
9
|
+
|
|
10
|
+
OBJECT_NAME = "treasury.transaction_entry"
|
|
11
|
+
def self.object_name
|
|
12
|
+
"treasury.transaction_entry"
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
class BalanceImpact < ::Stripe::StripeObject
|
|
16
|
+
# The change made to funds the user can spend right now.
|
|
17
|
+
attr_reader :cash
|
|
18
|
+
# The change made to funds that are not spendable yet, but will become available at a later time.
|
|
19
|
+
attr_reader :inbound_pending
|
|
20
|
+
# The change made to funds in the account, but not spendable because they are being held for pending outbound flows.
|
|
21
|
+
attr_reader :outbound_pending
|
|
22
|
+
|
|
23
|
+
def self.inner_class_types
|
|
24
|
+
@inner_class_types = {}
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
def self.field_remappings
|
|
28
|
+
@field_remappings = {}
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
class FlowDetails < ::Stripe::StripeObject
|
|
33
|
+
# You can reverse some [ReceivedCredits](https://api.stripe.com#received_credits) depending on their network and source flow. Reversing a ReceivedCredit leads to the creation of a new object known as a CreditReversal.
|
|
34
|
+
attr_reader :credit_reversal
|
|
35
|
+
# You can reverse some [ReceivedDebits](https://api.stripe.com#received_debits) depending on their network and source flow. Reversing a ReceivedDebit leads to the creation of a new object known as a DebitReversal.
|
|
36
|
+
attr_reader :debit_reversal
|
|
37
|
+
# Use [InboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers) to add funds to your [FinancialAccount](https://api.stripe.com#financial_accounts) via a PaymentMethod that is owned by you. The funds will be transferred via an ACH debit.
|
|
38
|
+
#
|
|
39
|
+
# Related guide: [Moving money with Treasury using InboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/into/inbound-transfers)
|
|
40
|
+
attr_reader :inbound_transfer
|
|
41
|
+
# When an [issued card](https://docs.stripe.com/issuing) is used to make a purchase, an Issuing `Authorization`
|
|
42
|
+
# object is created. [Authorizations](https://docs.stripe.com/issuing/purchases/authorizations) must be approved for the
|
|
43
|
+
# purchase to be completed successfully.
|
|
44
|
+
#
|
|
45
|
+
# Related guide: [Issued card authorizations](https://docs.stripe.com/issuing/purchases/authorizations)
|
|
46
|
+
attr_reader :issuing_authorization
|
|
47
|
+
# Use [OutboundPayments](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments) to send funds to another party's external bank account or [FinancialAccount](https://api.stripe.com#financial_accounts). To send money to an account belonging to the same user, use an [OutboundTransfer](https://api.stripe.com#outbound_transfers).
|
|
48
|
+
#
|
|
49
|
+
# Simulate OutboundPayment state changes with the `/v1/test_helpers/treasury/outbound_payments` endpoints. These methods can only be called on test mode objects.
|
|
50
|
+
#
|
|
51
|
+
# Related guide: [Moving money with Treasury using OutboundPayment objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-payments)
|
|
52
|
+
attr_reader :outbound_payment
|
|
53
|
+
# Use [OutboundTransfers](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers) to transfer funds from a [FinancialAccount](https://api.stripe.com#financial_accounts) to a PaymentMethod belonging to the same entity. To send funds to a different party, use [OutboundPayments](https://api.stripe.com#outbound_payments) instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.
|
|
54
|
+
#
|
|
55
|
+
# Simulate OutboundTransfer state changes with the `/v1/test_helpers/treasury/outbound_transfers` endpoints. These methods can only be called on test mode objects.
|
|
56
|
+
#
|
|
57
|
+
# Related guide: [Moving money with Treasury using OutboundTransfer objects](https://docs.stripe.com/docs/treasury/moving-money/financial-accounts/out-of/outbound-transfers)
|
|
58
|
+
attr_reader :outbound_transfer
|
|
59
|
+
# ReceivedCredits represent funds sent to a [FinancialAccount](https://api.stripe.com#financial_accounts) (for example, via ACH or wire). These money movements are not initiated from the FinancialAccount.
|
|
60
|
+
attr_reader :received_credit
|
|
61
|
+
# ReceivedDebits represent funds pulled from a [FinancialAccount](https://api.stripe.com#financial_accounts). These are not initiated from the FinancialAccount.
|
|
62
|
+
attr_reader :received_debit
|
|
63
|
+
# Type of the flow that created the Transaction. Set to the same value as `flow_type`.
|
|
64
|
+
attr_reader :type
|
|
65
|
+
|
|
66
|
+
def self.inner_class_types
|
|
67
|
+
@inner_class_types = {}
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
def self.field_remappings
|
|
71
|
+
@field_remappings = {}
|
|
72
|
+
end
|
|
73
|
+
end
|
|
74
|
+
# Change to a FinancialAccount's balance
|
|
75
|
+
attr_reader :balance_impact
|
|
76
|
+
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
77
|
+
attr_reader :created
|
|
78
|
+
# 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).
|
|
79
|
+
attr_reader :currency
|
|
80
|
+
# When the TransactionEntry will impact the FinancialAccount's balance.
|
|
81
|
+
attr_reader :effective_at
|
|
82
|
+
# The FinancialAccount associated with this object.
|
|
83
|
+
attr_reader :financial_account
|
|
84
|
+
# Token of the flow associated with the TransactionEntry.
|
|
85
|
+
attr_reader :flow
|
|
86
|
+
# Details of the flow associated with the TransactionEntry.
|
|
87
|
+
attr_reader :flow_details
|
|
88
|
+
# Type of the flow associated with the TransactionEntry.
|
|
89
|
+
attr_reader :flow_type
|
|
90
|
+
# Unique identifier for the object.
|
|
91
|
+
attr_reader :id
|
|
92
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
93
|
+
attr_reader :livemode
|
|
94
|
+
# String representing the object's type. Objects of the same type share the same value.
|
|
95
|
+
attr_reader :object
|
|
96
|
+
# The Transaction associated with this object.
|
|
97
|
+
attr_reader :transaction
|
|
98
|
+
# The specific money movement that generated the TransactionEntry.
|
|
99
|
+
attr_reader :type
|
|
100
|
+
|
|
101
|
+
# Retrieves a list of TransactionEntry objects.
|
|
102
|
+
def self.list(params = {}, opts = {})
|
|
103
|
+
request_stripe_object(
|
|
104
|
+
method: :get,
|
|
105
|
+
path: "/v1/treasury/transaction_entries",
|
|
106
|
+
params: params,
|
|
107
|
+
opts: opts
|
|
108
|
+
)
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
def self.resource_url
|
|
112
|
+
"/v1/treasury/transaction_entries"
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
def self.inner_class_types
|
|
116
|
+
@inner_class_types = { balance_impact: BalanceImpact, flow_details: FlowDetails }
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
def self.field_remappings
|
|
120
|
+
@field_remappings = {}
|
|
121
|
+
end
|
|
122
|
+
end
|
|
123
|
+
end
|
|
124
|
+
end
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Billing
|
|
7
|
+
# A Meter Event is a usage record that captures billable activity for usage-based billing. Meter Events contain an event name, timestamp, and payload with customer mapping and usage value, enabling accurate usage tracking and billing.
|
|
8
|
+
class MeterEvent < APIResource
|
|
9
|
+
OBJECT_NAME = "v2.billing.meter_event"
|
|
10
|
+
def self.object_name
|
|
11
|
+
"v2.billing.meter_event"
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
# The creation time of this meter event.
|
|
15
|
+
attr_reader :created
|
|
16
|
+
# The name of the meter event. Corresponds with the `event_name` field on a meter.
|
|
17
|
+
attr_reader :event_name
|
|
18
|
+
# A unique identifier for the event. If not provided, one will be generated. We recommend using a globally unique identifier for this. We’ll enforce uniqueness within a rolling 24 hour period.
|
|
19
|
+
attr_reader :identifier
|
|
20
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
21
|
+
attr_reader :livemode
|
|
22
|
+
# String representing the object's type. Objects of the same type share the same value of the object field.
|
|
23
|
+
attr_reader :object
|
|
24
|
+
# The payload of the event. This must contain the fields corresponding to a meter’s
|
|
25
|
+
# `customer_mapping.event_payload_key` (default is `stripe_customer_id`) and
|
|
26
|
+
# `value_settings.event_payload_key` (default is `value`). Read more about
|
|
27
|
+
# the [payload](https://docs.stripe.com/billing/subscriptions/usage-based/recording-usage#payload-key-overrides)..
|
|
28
|
+
attr_reader :payload
|
|
29
|
+
# The time of the event. Must be within the past 35 calendar days or up to
|
|
30
|
+
# 5 minutes in the future. Defaults to current timestamp if not specified.
|
|
31
|
+
attr_reader :timestamp
|
|
32
|
+
|
|
33
|
+
def self.inner_class_types
|
|
34
|
+
@inner_class_types = {}
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
def self.field_remappings
|
|
38
|
+
@field_remappings = {}
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Billing
|
|
7
|
+
# A Meter Event Adjustment is used to cancel or modify previously recorded meter events. Meter Event Adjustments allow you to correct billing data by canceling individual events or event ranges, with tracking of adjustment status and creation time.
|
|
8
|
+
class MeterEventAdjustment < APIResource
|
|
9
|
+
OBJECT_NAME = "v2.billing.meter_event_adjustment"
|
|
10
|
+
def self.object_name
|
|
11
|
+
"v2.billing.meter_event_adjustment"
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
class Cancel < ::Stripe::StripeObject
|
|
15
|
+
# The identifier that was originally assigned to the meter event. You can only cancel events within 24 hours of Stripe receiving them.
|
|
16
|
+
attr_reader :identifier
|
|
17
|
+
|
|
18
|
+
def self.inner_class_types
|
|
19
|
+
@inner_class_types = {}
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
def self.field_remappings
|
|
23
|
+
@field_remappings = {}
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
# Specifies which event to cancel.
|
|
27
|
+
attr_reader :cancel
|
|
28
|
+
# The time the adjustment was created.
|
|
29
|
+
attr_reader :created
|
|
30
|
+
# The name of the meter event. Corresponds with the `event_name` field on a meter.
|
|
31
|
+
attr_reader :event_name
|
|
32
|
+
# The unique ID of this meter event adjustment.
|
|
33
|
+
attr_reader :id
|
|
34
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
35
|
+
attr_reader :livemode
|
|
36
|
+
# String representing the object's type. Objects of the same type share the same value of the object field.
|
|
37
|
+
attr_reader :object
|
|
38
|
+
# Open Enum. The meter event adjustment’s status.
|
|
39
|
+
attr_reader :status
|
|
40
|
+
# Open Enum. Specifies the type of cancellation. Currently supports canceling a single event.
|
|
41
|
+
attr_reader :type
|
|
42
|
+
|
|
43
|
+
def self.inner_class_types
|
|
44
|
+
@inner_class_types = { cancel: Cancel }
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
def self.field_remappings
|
|
48
|
+
@field_remappings = {}
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Billing
|
|
7
|
+
# A Meter Event Session is an authentication session for the high-throughput meter event API. Meter Event Sessions provide temporary authentication tokens with expiration times, enabling secure and efficient bulk submission of usage events.
|
|
8
|
+
class MeterEventSession < APIResource
|
|
9
|
+
OBJECT_NAME = "v2.billing.meter_event_session"
|
|
10
|
+
def self.object_name
|
|
11
|
+
"v2.billing.meter_event_session"
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
# The authentication token for this session. Use this token when calling the
|
|
15
|
+
# high-throughput meter event API.
|
|
16
|
+
attr_reader :authentication_token
|
|
17
|
+
# The creation time of this session.
|
|
18
|
+
attr_reader :created
|
|
19
|
+
# The time at which this session expires.
|
|
20
|
+
attr_reader :expires_at
|
|
21
|
+
# The unique ID of this auth session.
|
|
22
|
+
attr_reader :id
|
|
23
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
24
|
+
attr_reader :livemode
|
|
25
|
+
# String representing the object's type. Objects of the same type share the same value of the object field.
|
|
26
|
+
attr_reader :object
|
|
27
|
+
|
|
28
|
+
def self.inner_class_types
|
|
29
|
+
@inner_class_types = {}
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
def self.field_remappings
|
|
33
|
+
@field_remappings = {}
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|