stripe 15.5.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +5 -2
- data/lib/stripe/api_resource.rb +3 -0
- data/lib/stripe/api_version.rb +2 -2
- data/lib/stripe/event_types.rb +20 -6
- data/lib/stripe/events/unknown_event_notification.rb +19 -0
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +115 -15
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +93 -6
- data/lib/stripe/events/v2_core_event_destination_ping_event.rb +35 -12
- data/lib/stripe/object_types.rb +3 -2
- data/lib/stripe/params/account_capability_list_params.rb +13 -0
- data/lib/stripe/params/account_capability_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_capability_update_params.rb +18 -0
- data/lib/stripe/params/account_create_params.rb +2083 -0
- data/lib/stripe/params/account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_create_params.rb +134 -0
- data/lib/stripe/params/account_external_account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_list_params.rb +25 -0
- data/lib/stripe/params/account_external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_external_account_update_params.rb +91 -0
- data/lib/stripe/params/account_link_create_params.rb +52 -0
- data/lib/stripe/params/account_list_params.rb +42 -0
- data/lib/stripe/params/account_login_link_create_params.rb +13 -0
- data/lib/stripe/params/account_person_create_params.rb +435 -0
- data/lib/stripe/params/account_person_delete_params.rb +6 -0
- data/lib/stripe/params/account_person_list_params.rb +61 -0
- data/lib/stripe/params/account_person_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_person_update_params.rb +435 -0
- data/lib/stripe/params/account_persons_params.rb +61 -0
- data/lib/stripe/params/account_reject_params.rb +16 -0
- data/lib/stripe/params/account_retrieve_current_params.rb +13 -0
- data/lib/stripe/params/account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_session_create_params.rb +598 -0
- data/lib/stripe/params/account_update_params.rb +2030 -0
- data/lib/stripe/params/apple_pay_domain_create_params.rb +16 -0
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +6 -0
- data/lib/stripe/params/apple_pay_domain_list_params.rb +31 -0
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_list_params.rb +52 -0
- data/lib/stripe/params/application_fee_refund_create_params.rb +19 -0
- data/lib/stripe/params/application_fee_refund_list_params.rb +22 -0
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_refund_update_params.rb +16 -0
- data/lib/stripe/params/application_fee_retrieve_params.rb +13 -0
- data/lib/stripe/params/apps/secret_create_params.rb +38 -0
- data/lib/stripe/params/apps/secret_delete_where_params.rb +32 -0
- data/lib/stripe/params/apps/secret_find_params.rb +32 -0
- data/lib/stripe/params/apps/secret_list_params.rb +38 -0
- data/lib/stripe/params/balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_update_params.rb +67 -0
- data/lib/stripe/params/balance_transaction_list_params.rb +64 -0
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/billing/alert_activate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_archive_params.rb +15 -0
- data/lib/stripe/params/billing/alert_create_params.rb +52 -0
- data/lib/stripe/params/billing/alert_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_list_params.rb +37 -0
- data/lib/stripe/params/billing/alert_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +54 -0
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +37 -0
- data/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +103 -0
- data/lib/stripe/params/billing/credit_grant_expire_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_list_params.rb +33 -0
- data/lib/stripe/params/billing/credit_grant_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_update_params.rb +21 -0
- data/lib/stripe/params/billing/credit_grant_void_grant_params.rb +15 -0
- data/lib/stripe/params/billing/meter_create_params.rb +70 -0
- data/lib/stripe/params/billing/meter_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +32 -0
- data/lib/stripe/params/billing/meter_event_create_params.rb +27 -0
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +45 -0
- data/lib/stripe/params/billing/meter_list_params.rb +27 -0
- data/lib/stripe/params/billing/meter_reactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/meter_update_params.rb +18 -0
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +225 -0
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +37 -0
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +231 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +179 -0
- data/lib/stripe/params/charge_capture_params.rb +57 -0
- data/lib/stripe/params/charge_create_params.rb +172 -0
- data/lib/stripe/params/charge_list_params.rb +60 -0
- data/lib/stripe/params/charge_retrieve_params.rb +13 -0
- data/lib/stripe/params/charge_search_params.rb +22 -0
- data/lib/stripe/params/charge_update_params.rb +102 -0
- data/lib/stripe/params/checkout/session_create_params.rb +2445 -0
- data/lib/stripe/params/checkout/session_expire_params.rb +15 -0
- data/lib/stripe/params/checkout/session_line_item_list_params.rb +24 -0
- data/lib/stripe/params/checkout/session_list_line_items_params.rb +24 -0
- data/lib/stripe/params/checkout/session_list_params.rb +83 -0
- data/lib/stripe/params/checkout/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/checkout/session_update_params.rb +179 -0
- data/lib/stripe/params/climate/order_cancel_params.rb +15 -0
- data/lib/stripe/params/climate/order_create_params.rb +49 -0
- data/lib/stripe/params/climate/order_list_params.rb +24 -0
- data/lib/stripe/params/climate/order_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/order_update_params.rb +29 -0
- data/lib/stripe/params/climate/product_list_params.rb +24 -0
- data/lib/stripe/params/climate/product_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/supplier_list_params.rb +24 -0
- data/lib/stripe/params/climate/supplier_retrieve_params.rb +15 -0
- data/lib/stripe/params/confirmation_token_create_params.rb +650 -0
- data/lib/stripe/params/confirmation_token_retrieve_params.rb +13 -0
- data/lib/stripe/params/country_spec_list_params.rb +22 -0
- data/lib/stripe/params/country_spec_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_create_params.rb +80 -0
- data/lib/stripe/params/coupon_delete_params.rb +6 -0
- data/lib/stripe/params/coupon_list_params.rb +42 -0
- data/lib/stripe/params/coupon_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_update_params.rb +30 -0
- data/lib/stripe/params/credit_note_create_params.rb +144 -0
- data/lib/stripe/params/credit_note_line_item_list_params.rb +22 -0
- data/lib/stripe/params/credit_note_list_params.rb +56 -0
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_params.rb +144 -0
- data/lib/stripe/params/credit_note_retrieve_params.rb +13 -0
- data/lib/stripe/params/credit_note_update_params.rb +19 -0
- data/lib/stripe/params/credit_note_void_credit_note_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +25 -0
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +19 -0
- data/lib/stripe/params/customer_cash_balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_update_params.rb +24 -0
- data/lib/stripe/params/customer_create_funding_instructions_params.rb +46 -0
- data/lib/stripe/params/customer_create_params.rb +259 -0
- data/lib/stripe/params/customer_delete_discount_params.rb +6 -0
- data/lib/stripe/params/customer_delete_params.rb +6 -0
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +22 -0
- data/lib/stripe/params/customer_funding_instructions_create_params.rb +46 -0
- data/lib/stripe/params/customer_list_params.rb +56 -0
- data/lib/stripe/params/customer_list_payment_methods_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_list_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_create_params.rb +22 -0
- data/lib/stripe/params/customer_payment_source_delete_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_list_params.rb +25 -0
- data/lib/stripe/params/customer_payment_source_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_update_params.rb +114 -0
- data/lib/stripe/params/customer_payment_source_verify_params.rb +16 -0
- data/lib/stripe/params/customer_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_retrieve_payment_method_params.rb +13 -0
- data/lib/stripe/params/customer_search_params.rb +22 -0
- data/lib/stripe/params/customer_session_create_params.rb +100 -0
- data/lib/stripe/params/customer_tax_id_create_params.rb +19 -0
- data/lib/stripe/params/customer_tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/customer_tax_id_list_params.rb +22 -0
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_update_params.rb +243 -0
- data/lib/stripe/params/dispute_close_params.rb +13 -0
- data/lib/stripe/params/dispute_list_params.rb +56 -0
- data/lib/stripe/params/dispute_retrieve_params.rb +13 -0
- data/lib/stripe/params/dispute_update_params.rb +308 -0
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +33 -0
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_create_params.rb +24 -0
- data/lib/stripe/params/entitlements/feature_list_params.rb +37 -0
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_update_params.rb +24 -0
- data/lib/stripe/params/ephemeral_key_create_params.rb +31 -0
- data/lib/stripe/params/ephemeral_key_delete_params.rb +13 -0
- data/lib/stripe/params/event_list_params.rb +60 -0
- data/lib/stripe/params/event_retrieve_params.rb +13 -0
- data/lib/stripe/params/exchange_rate_list_params.rb +22 -0
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_create_params.rb +36 -0
- data/lib/stripe/params/file_link_create_params.rb +22 -0
- data/lib/stripe/params/file_link_list_params.rb +56 -0
- data/lib/stripe/params/file_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_link_update_params.rb +19 -0
- data/lib/stripe/params/file_list_params.rb +52 -0
- data/lib/stripe/params/file_retrieve_params.rb +13 -0
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +48 -0
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +65 -0
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +67 -0
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/forwarding/request_create_params.rb +59 -0
- data/lib/stripe/params/forwarding/request_list_params.rb +44 -0
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_report_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_report_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_cancel_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +107 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_session_redact_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_update_params.rb +69 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_attach_payment_params.rb +16 -0
- data/lib/stripe/params/invoice_create_params.rb +589 -0
- data/lib/stripe/params/invoice_create_preview_params.rb +993 -0
- data/lib/stripe/params/invoice_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +16 -0
- data/lib/stripe/params/invoice_item_create_params.rb +145 -0
- data/lib/stripe/params/invoice_item_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_item_list_params.rb +60 -0
- data/lib/stripe/params/invoice_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_item_update_params.rb +129 -0
- data/lib/stripe/params/invoice_line_item_list_params.rb +22 -0
- data/lib/stripe/params/invoice_line_item_update_params.rb +217 -0
- data/lib/stripe/params/invoice_list_params.rb +86 -0
- data/lib/stripe/params/invoice_mark_uncollectible_params.rb +13 -0
- data/lib/stripe/params/invoice_pay_params.rb +41 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +50 -0
- data/lib/stripe/params/invoice_payment_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_remove_lines_params.rb +30 -0
- data/lib/stripe/params/invoice_rendering_template_archive_params.rb +13 -0
- data/lib/stripe/params/invoice_rendering_template_list_params.rb +25 -0
- data/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +16 -0
- data/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +13 -0
- data/lib/stripe/params/invoice_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_search_params.rb +22 -0
- data/lib/stripe/params/invoice_send_invoice_params.rb +13 -0
- data/lib/stripe/params/invoice_update_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_update_params.rb +557 -0
- data/lib/stripe/params/invoice_void_invoice_params.rb +13 -0
- data/lib/stripe/params/issuing/authorization_approve_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_capture_params.rb +265 -0
- data/lib/stripe/params/issuing/authorization_create_params.rb +357 -0
- data/lib/stripe/params/issuing/authorization_decline_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_expire_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +143 -0
- data/lib/stripe/params/issuing/authorization_increment_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_list_params.rb +62 -0
- data/lib/stripe/params/issuing/authorization_respond_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_update_params.rb +18 -0
- data/lib/stripe/params/issuing/card_create_params.rb +213 -0
- data/lib/stripe/params/issuing/card_deliver_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_fail_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_list_params.rb +78 -0
- data/lib/stripe/params/issuing/card_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/card_return_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_ship_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_submit_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_update_params.rb +181 -0
- data/lib/stripe/params/issuing/cardholder_create_params.rb +238 -0
- data/lib/stripe/params/issuing/cardholder_list_params.rb +66 -0
- data/lib/stripe/params/issuing/cardholder_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/cardholder_update_params.rb +230 -0
- data/lib/stripe/params/issuing/dispute_create_params.rb +297 -0
- data/lib/stripe/params/issuing/dispute_list_params.rb +58 -0
- data/lib/stripe/params/issuing/dispute_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_submit_params.rb +18 -0
- data/lib/stripe/params/issuing/dispute_update_params.rb +275 -0
- data/lib/stripe/params/issuing/personalization_design_activate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +75 -0
- data/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_list_params.rb +52 -0
- data/lib/stripe/params/issuing/personalization_design_reject_params.rb +29 -0
- data/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +75 -0
- data/lib/stripe/params/issuing/physical_bundle_list_params.rb +37 -0
- data/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_list_params.rb +58 -0
- data/lib/stripe/params/issuing/token_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_update_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +62 -0
- data/lib/stripe/params/issuing/transaction_refund_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_update_params.rb +18 -0
- data/lib/stripe/params/mandate_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +23 -0
- data/lib/stripe/params/payment_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +54 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +2379 -0
- data/lib/stripe/params/payment_intent_create_params.rb +2480 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +48 -0
- data/lib/stripe/params/payment_intent_list_params.rb +52 -0
- data/lib/stripe/params/payment_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/payment_intent_search_params.rb +22 -0
- data/lib/stripe/params/payment_intent_update_params.rb +2353 -0
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/payment_link_create_params.rb +776 -0
- data/lib/stripe/params/payment_link_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_line_items_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_params.rb +25 -0
- data/lib/stripe/params/payment_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_link_update_params.rb +564 -0
- data/lib/stripe/params/payment_method_attach_params.rb +16 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +1135 -0
- data/lib/stripe/params/payment_method_configuration_list_params.rb +31 -0
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +1135 -0
- data/lib/stripe/params/payment_method_create_params.rb +583 -0
- data/lib/stripe/params/payment_method_detach_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_create_params.rb +19 -0
- data/lib/stripe/params/payment_method_domain_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_update_params.rb +16 -0
- data/lib/stripe/params/payment_method_domain_validate_params.rb +13 -0
- data/lib/stripe/params/payment_method_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_update_params.rb +120 -0
- data/lib/stripe/params/payout_cancel_params.rb +13 -0
- data/lib/stripe/params/payout_create_params.rb +51 -0
- data/lib/stripe/params/payout_list_params.rb +78 -0
- data/lib/stripe/params/payout_retrieve_params.rb +13 -0
- data/lib/stripe/params/payout_reverse_params.rb +16 -0
- data/lib/stripe/params/payout_update_params.rb +16 -0
- data/lib/stripe/params/plan_create_params.rb +158 -0
- data/lib/stripe/params/plan_delete_params.rb +6 -0
- data/lib/stripe/params/plan_list_params.rb +56 -0
- data/lib/stripe/params/plan_retrieve_params.rb +13 -0
- data/lib/stripe/params/plan_update_params.rb +35 -0
- data/lib/stripe/params/price_create_params.rb +278 -0
- data/lib/stripe/params/price_list_params.rb +87 -0
- data/lib/stripe/params/price_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_search_params.rb +22 -0
- data/lib/stripe/params/price_update_params.rb +113 -0
- data/lib/stripe/params/product_create_params.rb +243 -0
- data/lib/stripe/params/product_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_create_params.rb +16 -0
- data/lib/stripe/params/product_feature_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_list_params.rb +22 -0
- data/lib/stripe/params/product_feature_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_list_params.rb +68 -0
- data/lib/stripe/params/product_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_search_params.rb +22 -0
- data/lib/stripe/params/product_update_params.rb +96 -0
- data/lib/stripe/params/promotion_code_create_params.rb +91 -0
- data/lib/stripe/params/promotion_code_list_params.rb +64 -0
- data/lib/stripe/params/promotion_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/promotion_code_update_params.rb +38 -0
- data/lib/stripe/params/quote_accept_params.rb +13 -0
- data/lib/stripe/params/quote_cancel_params.rb +13 -0
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +22 -0
- data/lib/stripe/params/quote_create_params.rb +301 -0
- data/lib/stripe/params/quote_finalize_quote_params.rb +16 -0
- data/lib/stripe/params/quote_line_item_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +39 -0
- data/lib/stripe/params/quote_pdf_params.rb +13 -0
- data/lib/stripe/params/quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +263 -0
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +58 -0
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_create_params.rb +27 -0
- data/lib/stripe/params/radar/value_list_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_create_params.rb +21 -0
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_update_params.rb +24 -0
- data/lib/stripe/params/refund_cancel_params.rb +13 -0
- data/lib/stripe/params/refund_create_params.rb +59 -0
- data/lib/stripe/params/refund_expire_params.rb +13 -0
- data/lib/stripe/params/refund_list_params.rb +56 -0
- data/lib/stripe/params/refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/refund_update_params.rb +16 -0
- data/lib/stripe/params/reporting/report_run_create_params.rb +59 -0
- data/lib/stripe/params/reporting/report_run_list_params.rb +44 -0
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_list_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +15 -0
- data/lib/stripe/params/review_approve_params.rb +13 -0
- data/lib/stripe/params/review_list_params.rb +42 -0
- data/lib/stripe/params/review_retrieve_params.rb +13 -0
- data/lib/stripe/params/setup_attempt_list_params.rb +55 -0
- data/lib/stripe/params/setup_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +1050 -0
- data/lib/stripe/params/setup_intent_create_params.rb +1130 -0
- data/lib/stripe/params/setup_intent_list_params.rb +62 -0
- data/lib/stripe/params/setup_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/setup_intent_update_params.rb +1025 -0
- data/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/shipping_rate_create_params.rb +103 -0
- data/lib/stripe/params/shipping_rate_list_params.rb +56 -0
- data/lib/stripe/params/shipping_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/shipping_rate_update_params.rb +44 -0
- data/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +24 -0
- data/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/source_create_params.rb +317 -0
- data/lib/stripe/params/source_detach_params.rb +13 -0
- data/lib/stripe/params/source_retrieve_params.rb +16 -0
- data/lib/stripe/params/source_transaction_list_params.rb +22 -0
- data/lib/stripe/params/source_update_params.rb +259 -0
- data/lib/stripe/params/source_verify_params.rb +16 -0
- data/lib/stripe/params/subscription_cancel_params.rb +33 -0
- data/lib/stripe/params/subscription_create_params.rb +704 -0
- data/lib/stripe/params/subscription_delete_discount_params.rb +6 -0
- data/lib/stripe/params/subscription_item_create_params.rb +134 -0
- data/lib/stripe/params/subscription_item_delete_params.rb +19 -0
- data/lib/stripe/params/subscription_item_list_params.rb +31 -0
- data/lib/stripe/params/subscription_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_item_update_params.rb +134 -0
- data/lib/stripe/params/subscription_list_params.rb +129 -0
- data/lib/stripe/params/subscription_migrate_params.rb +35 -0
- data/lib/stripe/params/subscription_resume_params.rb +27 -0
- data/lib/stripe/params/subscription_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_cancel_params.rb +19 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +590 -0
- data/lib/stripe/params/subscription_schedule_list_params.rb +122 -0
- data/lib/stripe/params/subscription_schedule_release_params.rb +16 -0
- data/lib/stripe/params/subscription_schedule_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +562 -0
- data/lib/stripe/params/subscription_search_params.rb +22 -0
- data/lib/stripe/params/subscription_update_params.rb +683 -0
- data/lib/stripe/params/tax/calculation_create_params.rb +206 -0
- data/lib/stripe/params/tax/calculation_line_item_list_params.rb +24 -0
- data/lib/stripe/params/tax/calculation_list_line_items_params.rb +24 -0
- data/lib/stripe/params/tax/calculation_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_create_params.rb +2018 -0
- data/lib/stripe/params/tax/registration_list_params.rb +27 -0
- data/lib/stripe/params/tax/registration_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_update_params.rb +21 -0
- data/lib/stripe/params/tax/settings_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/settings_update_params.rb +71 -0
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +27 -0
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +87 -0
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +24 -0
- data/lib/stripe/params/tax/transaction_list_line_items_params.rb +24 -0
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_code_list_params.rb +22 -0
- data/lib/stripe/params/tax_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_id_create_params.rb +36 -0
- data/lib/stripe/params/tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/tax_id_list_params.rb +39 -0
- data/lib/stripe/params/tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_create_params.rb +55 -0
- data/lib/stripe/params/tax_rate_list_params.rb +56 -0
- data/lib/stripe/params/tax_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_update_params.rb +47 -0
- data/lib/stripe/params/terminal/configuration_create_params.rb +593 -0
- data/lib/stripe/params/terminal/configuration_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/configuration_list_params.rb +33 -0
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +593 -0
- data/lib/stripe/params/terminal/connection_token_create_params.rb +18 -0
- data/lib/stripe/params/terminal/location_create_params.rb +153 -0
- data/lib/stripe/params/terminal/location_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/location_list_params.rb +24 -0
- data/lib/stripe/params/terminal/location_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/location_update_params.rb +153 -0
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +96 -0
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +51 -0
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +29 -0
- data/lib/stripe/params/terminal/reader_create_params.rb +27 -0
- data/lib/stripe/params/terminal/reader_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/reader_list_params.rb +45 -0
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +72 -0
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +55 -0
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +32 -0
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +53 -0
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +52 -0
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +18 -0
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_update_params.rb +21 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +652 -0
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +24 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +267 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +359 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +145 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +23 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +31 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +20 -0
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +15 -0
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +74 -0
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +20 -0
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +17 -0
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +18 -0
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +21 -0
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +8 -0
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +24 -0
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +68 -0
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +68 -0
- data/lib/stripe/params/token_create_params.rb +1191 -0
- data/lib/stripe/params/token_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_cancel_params.rb +13 -0
- data/lib/stripe/params/topup_create_params.rb +43 -0
- data/lib/stripe/params/topup_list_params.rb +74 -0
- data/lib/stripe/params/topup_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_update_params.rb +19 -0
- data/lib/stripe/params/transfer_create_params.rb +47 -0
- data/lib/stripe/params/transfer_list_params.rb +56 -0
- data/lib/stripe/params/transfer_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_create_params.rb +31 -0
- data/lib/stripe/params/transfer_reversal_list_params.rb +22 -0
- data/lib/stripe/params/transfer_reversal_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_update_params.rb +16 -0
- data/lib/stripe/params/transfer_update_params.rb +19 -0
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/credit_reversal_list_params.rb +41 -0
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +45 -0
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_close_params.rb +32 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +201 -0
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_list_params.rb +54 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_update_params.rb +216 -0
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +45 -0
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +26 -0
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +190 -0
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +62 -0
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +55 -0
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +81 -0
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +55 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_credit_list_params.rb +49 -0
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/received_debit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_debit_list_params.rb +37 -0
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +84 -0
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_list_params.rb +92 -0
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +31 -0
- data/lib/stripe/params/v2/billing/meter_event_create_params.rb +33 -0
- data/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +10 -0
- data/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +41 -0
- data/lib/stripe/params/v2/core/event_destination_create_params.rb +79 -0
- data/lib/stripe/params/v2/core/event_destination_delete_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_disable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_enable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/event_destination_ping_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/event_destination_update_params.rb +47 -0
- data/lib/stripe/params/v2/core/event_list_params.rb +22 -0
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +10 -0
- data/lib/stripe/params/webhook_endpoint_create_params.rb +39 -0
- data/lib/stripe/params/webhook_endpoint_delete_params.rb +6 -0
- data/lib/stripe/params/webhook_endpoint_list_params.rb +22 -0
- data/lib/stripe/params/webhook_endpoint_retrieve_params.rb +13 -0
- data/lib/stripe/params/webhook_endpoint_update_params.rb +35 -0
- data/lib/stripe/params.rb +588 -0
- data/lib/stripe/request_options.rb +14 -5
- data/lib/stripe/resources/account.rb +448 -4265
- data/lib/stripe/resources/account_link.rb +8 -47
- data/lib/stripe/resources/account_session.rb +340 -657
- data/lib/stripe/resources/apple_pay_domain.rb +8 -40
- data/lib/stripe/resources/application.rb +8 -0
- data/lib/stripe/resources/application_fee.rb +12 -44
- data/lib/stripe/resources/application_fee_refund.rb +8 -0
- data/lib/stripe/resources/apps/secret.rb +12 -112
- data/lib/stripe/resources/balance.rb +159 -0
- data/lib/stripe/resources/balance_settings.rb +92 -0
- data/lib/stripe/resources/balance_transaction.rb +12 -56
- data/lib/stripe/resources/bank_account.rb +40 -0
- data/lib/stripe/resources/billing/alert.rb +20 -100
- data/lib/stripe/resources/billing/alert_triggered.rb +8 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +48 -0
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +73 -29
- data/lib/stripe/resources/billing/credit_grant.rb +42 -151
- data/lib/stripe/resources/billing/meter.rb +40 -116
- data/lib/stripe/resources/billing/meter_event.rb +8 -20
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +12 -22
- data/lib/stripe/resources/billing/meter_event_summary.rb +8 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +120 -473
- data/lib/stripe/resources/billing_portal/session.rb +98 -170
- data/lib/stripe/resources/capability.rb +56 -0
- data/lib/stripe/resources/card.rb +17 -1
- data/lib/stripe/resources/cash_balance.rb +16 -0
- data/lib/stripe/resources/charge.rb +958 -414
- data/lib/stripe/resources/checkout/session.rb +1039 -2501
- data/lib/stripe/resources/climate/order.rb +28 -89
- data/lib/stripe/resources/climate/product.rb +13 -15
- data/lib/stripe/resources/climate/supplier.rb +13 -15
- data/lib/stripe/resources/confirmation_token.rb +895 -683
- data/lib/stripe/resources/connect_collection_transfer.rb +8 -0
- data/lib/stripe/resources/country_spec.rb +29 -15
- data/lib/stripe/resources/coupon.rb +19 -137
- data/lib/stripe/resources/credit_note.rb +66 -504
- data/lib/stripe/resources/credit_note_line_item.rb +44 -0
- data/lib/stripe/resources/customer.rb +81 -675
- data/lib/stripe/resources/customer_balance_transaction.rb +8 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +108 -0
- data/lib/stripe/resources/customer_session.rb +49 -93
- data/lib/stripe/resources/discount.rb +24 -4
- data/lib/stripe/resources/dispute.rb +159 -365
- data/lib/stripe/resources/entitlements/active_entitlement.rb +8 -26
- data/lib/stripe/resources/entitlements/active_entitlement_summary.rb +8 -0
- data/lib/stripe/resources/entitlements/feature.rb +8 -66
- data/lib/stripe/resources/ephemeral_key.rb +8 -8
- data/lib/stripe/resources/event.rb +20 -52
- data/lib/stripe/resources/exchange_rate.rb +18 -17
- data/lib/stripe/resources/file.rb +8 -79
- data/lib/stripe/resources/file_link.rb +8 -84
- data/lib/stripe/resources/financial_connections/account.rb +66 -110
- data/lib/stripe/resources/financial_connections/account_owner.rb +8 -0
- data/lib/stripe/resources/financial_connections/account_ownership.rb +8 -0
- data/lib/stripe/resources/financial_connections/session.rb +20 -55
- data/lib/stripe/resources/financial_connections/transaction.rb +12 -57
- data/lib/stripe/resources/forwarding/request.rb +48 -93
- data/lib/stripe/resources/funding_instructions.rb +217 -24
- data/lib/stripe/resources/identity/verification_report.rb +165 -56
- data/lib/stripe/resources/identity/verification_session.rb +124 -237
- data/lib/stripe/resources/invoice.rb +489 -2882
- data/lib/stripe/resources/invoice_item.rb +69 -309
- data/lib/stripe/resources/invoice_line_item.rb +126 -199
- data/lib/stripe/resources/invoice_payment.rb +20 -42
- data/lib/stripe/resources/invoice_rendering_template.rb +8 -38
- data/lib/stripe/resources/issuing/authorization.rb +173 -836
- data/lib/stripe/resources/issuing/card.rb +98 -499
- data/lib/stripe/resources/issuing/cardholder.rb +108 -514
- data/lib/stripe/resources/issuing/dispute.rb +93 -620
- data/lib/stripe/resources/issuing/personalization_design.rb +32 -221
- data/lib/stripe/resources/issuing/physical_bundle.rb +13 -28
- data/lib/stripe/resources/issuing/token.rb +57 -60
- data/lib/stripe/resources/issuing/transaction.rb +147 -696
- data/lib/stripe/resources/line_item.rb +24 -0
- data/lib/stripe/resources/login_link.rb +8 -0
- data/lib/stripe/resources/mandate.rb +225 -12
- data/lib/stripe/resources/payment_intent.rb +1129 -7346
- data/lib/stripe/resources/payment_link.rb +333 -1357
- data/lib/stripe/resources/payment_method.rb +807 -784
- data/lib/stripe/resources/payment_method_configuration.rb +940 -2311
- data/lib/stripe/resources/payment_method_domain.rb +107 -63
- data/lib/stripe/resources/payout.rb +12 -150
- data/lib/stripe/resources/person.rb +184 -4
- data/lib/stripe/resources/plan.rb +20 -235
- data/lib/stripe/resources/price.rb +66 -480
- data/lib/stripe/resources/product.rb +23 -411
- data/lib/stripe/resources/product_feature.rb +8 -0
- data/lib/stripe/resources/promotion_code.rb +40 -172
- data/lib/stripe/resources/quote.rb +219 -651
- data/lib/stripe/resources/radar/early_fraud_warning.rb +8 -51
- data/lib/stripe/resources/radar/value_list.rb +8 -92
- data/lib/stripe/resources/radar/value_list_item.rb +8 -68
- data/lib/stripe/resources/refund.rb +367 -152
- data/lib/stripe/resources/reporting/report_run.rb +12 -93
- data/lib/stripe/resources/reporting/report_type.rb +8 -8
- data/lib/stripe/resources/reserve_transaction.rb +8 -0
- data/lib/stripe/resources/reversal.rb +8 -0
- data/lib/stripe/resources/review.rb +20 -43
- data/lib/stripe/resources/setup_attempt.rb +286 -65
- data/lib/stripe/resources/setup_intent.rb +336 -3359
- data/lib/stripe/resources/shipping_rate.rb +44 -187
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +13 -15
- data/lib/stripe/resources/source.rb +268 -583
- data/lib/stripe/resources/source_mandate_notification.rb +32 -0
- data/lib/stripe/resources/source_transaction.rb +54 -0
- data/lib/stripe/resources/subscription.rb +272 -1581
- data/lib/stripe/resources/subscription_item.rb +12 -298
- data/lib/stripe/resources/subscription_schedule.rb +236 -1282
- data/lib/stripe/resources/tax/calculation.rb +111 -220
- data/lib/stripe/resources/tax/calculation_line_item.rb +32 -0
- data/lib/stripe/resources/tax/registration.rb +1274 -2096
- data/lib/stripe/resources/tax/settings.rb +61 -64
- data/lib/stripe/resources/tax/transaction.rb +95 -122
- data/lib/stripe/resources/tax/transaction_line_item.rb +16 -0
- data/lib/stripe/resources/tax_code.rb +8 -17
- data/lib/stripe/resources/tax_deducted_at_source.rb +8 -0
- data/lib/stripe/resources/tax_id.rb +20 -65
- data/lib/stripe/resources/tax_rate.rb +12 -142
- data/lib/stripe/resources/terminal/configuration.rb +302 -1173
- data/lib/stripe/resources/terminal/connection_token.rb +8 -11
- data/lib/stripe/resources/terminal/location.rb +72 -126
- data/lib/stripe/resources/terminal/reader.rb +237 -501
- data/lib/stripe/resources/test_helpers/test_clock.rb +20 -43
- data/lib/stripe/resources/token.rb +8 -1191
- data/lib/stripe/resources/topup.rb +8 -132
- data/lib/stripe/resources/transfer.rb +8 -109
- data/lib/stripe/resources/treasury/credit_reversal.rb +12 -46
- data/lib/stripe/resources/treasury/debit_reversal.rb +20 -50
- data/lib/stripe/resources/treasury/financial_account.rb +55 -639
- data/lib/stripe/resources/treasury/financial_account_features.rb +192 -0
- data/lib/stripe/resources/treasury/inbound_transfer.rb +67 -115
- data/lib/stripe/resources/treasury/outbound_payment.rb +104 -334
- data/lib/stripe/resources/treasury/outbound_transfer.rb +95 -200
- data/lib/stripe/resources/treasury/received_credit.rb +78 -101
- data/lib/stripe/resources/treasury/received_debit.rb +70 -89
- data/lib/stripe/resources/treasury/transaction.rb +32 -82
- data/lib/stripe/resources/treasury/transaction_entry.rb +20 -74
- data/lib/stripe/resources/v2/billing/meter_event.rb +8 -0
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +16 -0
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +8 -0
- data/lib/stripe/resources/v2/core/event.rb +67 -0
- data/lib/stripe/resources/v2/core/event_destination.rb +119 -0
- data/lib/stripe/resources/v2/core/event_notification.rb +62 -0
- data/lib/stripe/resources/v2/deleted_object.rb +21 -0
- data/lib/stripe/resources/webhook_endpoint.rb +8 -85
- data/lib/stripe/resources.rb +4 -2
- data/lib/stripe/services/account_capability_service.rb +0 -32
- data/lib/stripe/services/account_external_account_service.rb +0 -249
- data/lib/stripe/services/account_link_service.rb +0 -48
- data/lib/stripe/services/account_login_link_service.rb +0 -9
- data/lib/stripe/services/account_person_service.rb +0 -958
- data/lib/stripe/services/account_service.rb +0 -4149
- data/lib/stripe/services/account_session_service.rb +0 -637
- data/lib/stripe/services/apple_pay_domain_service.rb +0 -50
- data/lib/stripe/services/application_fee_refund_service.rb +0 -54
- data/lib/stripe/services/application_fee_service.rb +0 -57
- data/lib/stripe/services/apps/secret_service.rb +0 -116
- data/lib/stripe/services/balance_service.rb +0 -9
- data/lib/stripe/services/balance_settings_service.rb +30 -0
- data/lib/stripe/services/balance_transaction_service.rb +0 -69
- data/lib/stripe/services/billing/alert_service.rb +0 -113
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +0 -48
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -40
- data/lib/stripe/services/billing/credit_grant_service.rb +0 -166
- data/lib/stripe/services/billing/meter_event_adjustment_service.rb +0 -26
- data/lib/stripe/services/billing/meter_event_service.rb +0 -21
- data/lib/stripe/services/billing/meter_event_summary_service.rb +0 -39
- data/lib/stripe/services/billing/meter_service.rb +0 -130
- data/lib/stripe/services/billing_portal/configuration_service.rb +0 -486
- data/lib/stripe/services/billing_portal/session_service.rb +0 -173
- data/lib/stripe/services/charge_service.rb +0 -402
- data/lib/stripe/services/checkout/session_line_item_service.rb +0 -18
- data/lib/stripe/services/checkout/session_service.rb +0 -2494
- data/lib/stripe/services/climate/order_service.rb +0 -102
- data/lib/stripe/services/climate/product_service.rb +0 -27
- data/lib/stripe/services/climate/supplier_service.rb +0 -27
- data/lib/stripe/services/confirmation_token_service.rb +0 -9
- data/lib/stripe/services/country_spec_service.rb +0 -27
- data/lib/stripe/services/coupon_service.rb +0 -151
- data/lib/stripe/services/credit_note_line_item_service.rb +0 -18
- data/lib/stripe/services/credit_note_preview_lines_service.rb +0 -152
- data/lib/stripe/services/credit_note_service.rb +0 -365
- data/lib/stripe/services/customer_balance_transaction_service.rb +0 -63
- data/lib/stripe/services/customer_cash_balance_service.rb +0 -29
- data/lib/stripe/services/customer_cash_balance_transaction_service.rb +0 -27
- data/lib/stripe/services/customer_funding_instructions_service.rb +0 -42
- data/lib/stripe/services/customer_payment_method_service.rb +0 -40
- data/lib/stripe/services/customer_payment_source_service.rb +0 -179
- data/lib/stripe/services/customer_service.rb +0 -575
- data/lib/stripe/services/customer_session_service.rb +0 -96
- data/lib/stripe/services/customer_tax_id_service.rb +0 -44
- data/lib/stripe/services/dispute_service.rb +0 -374
- data/lib/stripe/services/entitlements/active_entitlement_service.rb +0 -36
- data/lib/stripe/services/entitlements/feature_service.rb +0 -76
- data/lib/stripe/services/ephemeral_key_service.rb +0 -36
- data/lib/stripe/services/event_service.rb +0 -65
- data/lib/stripe/services/exchange_rate_service.rb +4 -27
- data/lib/stripe/services/file_link_service.rb +0 -94
- data/lib/stripe/services/file_service.rb +0 -89
- data/lib/stripe/services/financial_connections/account_owner_service.rb +0 -27
- data/lib/stripe/services/financial_connections/account_service.rb +0 -96
- data/lib/stripe/services/financial_connections/session_service.rb +0 -68
- data/lib/stripe/services/financial_connections/transaction_service.rb +0 -70
- data/lib/stripe/services/forwarding/request_service.rb +0 -106
- data/lib/stripe/services/identity/verification_report_service.rb +0 -65
- data/lib/stripe/services/identity/verification_session_service.rb +0 -247
- data/lib/stripe/services/invoice_item_service.rb +0 -333
- data/lib/stripe/services/invoice_line_item_service.rb +0 -221
- data/lib/stripe/services/invoice_payment_service.rb +0 -55
- data/lib/stripe/services/invoice_rendering_template_service.rb +0 -51
- data/lib/stripe/services/invoice_service.rb +0 -2778
- data/lib/stripe/services/issuing/authorization_service.rb +0 -104
- data/lib/stripe/services/issuing/card_service.rb +0 -463
- data/lib/stripe/services/issuing/cardholder_service.rb +0 -525
- data/lib/stripe/services/issuing/dispute_service.rb +0 -633
- data/lib/stripe/services/issuing/personalization_design_service.rb +0 -193
- data/lib/stripe/services/issuing/physical_bundle_service.rb +0 -40
- data/lib/stripe/services/issuing/token_service.rb +0 -73
- data/lib/stripe/services/issuing/transaction_service.rb +0 -77
- data/lib/stripe/services/mandate_service.rb +0 -9
- data/lib/stripe/services/payment_intent_service.rb +0 -7332
- data/lib/stripe/services/payment_link_line_item_service.rb +0 -18
- data/lib/stripe/services/payment_link_service.rb +0 -1352
- data/lib/stripe/services/payment_method_configuration_service.rb +0 -2256
- data/lib/stripe/services/payment_method_domain_service.rb +0 -76
- data/lib/stripe/services/payment_method_service.rb +0 -762
- data/lib/stripe/services/payout_service.rb +0 -163
- data/lib/stripe/services/plan_service.rb +0 -248
- data/lib/stripe/services/price_service.rb +0 -493
- data/lib/stripe/services/product_feature_service.rb +0 -41
- data/lib/stripe/services/product_service.rb +0 -424
- data/lib/stripe/services/promotion_code_service.rb +1 -179
- data/lib/stripe/services/quote_computed_upfront_line_items_service.rb +0 -18
- data/lib/stripe/services/quote_line_item_service.rb +0 -18
- data/lib/stripe/services/quote_service.rb +0 -628
- data/lib/stripe/services/radar/early_fraud_warning_service.rb +0 -61
- data/lib/stripe/services/radar/value_list_item_service.rb +0 -78
- data/lib/stripe/services/radar/value_list_service.rb +0 -102
- data/lib/stripe/services/refund_service.rb +0 -137
- data/lib/stripe/services/reporting/report_run_service.rb +0 -106
- data/lib/stripe/services/reporting/report_type_service.rb +0 -18
- data/lib/stripe/services/review_service.rb +0 -56
- data/lib/stripe/services/setup_attempt_service.rb +0 -51
- data/lib/stripe/services/setup_intent_service.rb +0 -3275
- data/lib/stripe/services/shipping_rate_service.rb +0 -200
- data/lib/stripe/services/sigma/scheduled_query_run_service.rb +0 -27
- data/lib/stripe/services/source_service.rb +0 -601
- data/lib/stripe/services/source_transaction_service.rb +0 -18
- data/lib/stripe/services/subscription_item_service.rb +0 -311
- data/lib/stripe/services/subscription_schedule_service.rb +0 -1295
- data/lib/stripe/services/subscription_service.rb +0 -1594
- data/lib/stripe/services/tax/calculation_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/calculation_service.rb +0 -209
- data/lib/stripe/services/tax/registration_service.rb +0 -2063
- data/lib/stripe/services/tax/settings_service.rb +0 -74
- data/lib/stripe/services/tax/transaction_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/transaction_service.rb +0 -111
- data/lib/stripe/services/tax_code_service.rb +0 -27
- data/lib/stripe/services/tax_id_service.rb +0 -78
- data/lib/stripe/services/tax_rate_service.rb +0 -155
- data/lib/stripe/services/terminal/configuration_service.rb +0 -1186
- data/lib/stripe/services/terminal/connection_token_service.rb +0 -12
- data/lib/stripe/services/terminal/location_service.rb +0 -143
- data/lib/stripe/services/terminal/reader_service.rb +0 -427
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -641
- data/lib/stripe/services/test_helpers/customer_service.rb +0 -18
- data/lib/stripe/services/test_helpers/issuing/authorization_service.rb +0 -745
- data/lib/stripe/services/test_helpers/issuing/card_service.rb +0 -45
- data/lib/stripe/services/test_helpers/issuing/personalization_design_service.rb +0 -41
- data/lib/stripe/services/test_helpers/issuing/transaction_service.rb +0 -632
- data/lib/stripe/services/test_helpers/refund_service.rb +0 -9
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -87
- data/lib/stripe/services/test_helpers/test_clock_service.rb +0 -56
- data/lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb +0 -38
- data/lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +0 -60
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +0 -60
- data/lib/stripe/services/token_service.rb +0 -1201
- data/lib/stripe/services/topup_service.rb +0 -142
- data/lib/stripe/services/transfer_reversal_service.rb +0 -66
- data/lib/stripe/services/transfer_service.rb +0 -119
- data/lib/stripe/services/treasury/credit_reversal_service.rb +0 -59
- data/lib/stripe/services/treasury/debit_reversal_service.rb +0 -63
- data/lib/stripe/services/treasury/financial_account_features_service.rb +0 -166
- data/lib/stripe/services/treasury/financial_account_service.rb +0 -488
- data/lib/stripe/services/treasury/inbound_transfer_service.rb +0 -88
- data/lib/stripe/services/treasury/outbound_payment_service.rb +0 -258
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -124
- data/lib/stripe/services/treasury/received_credit_service.rb +0 -52
- data/lib/stripe/services/treasury/received_debit_service.rb +0 -40
- data/lib/stripe/services/treasury/transaction_entry_service.rb +0 -87
- data/lib/stripe/services/treasury/transaction_service.rb +0 -95
- data/lib/stripe/services/v1_services.rb +2 -1
- data/lib/stripe/services/v2/billing/meter_event_adjustment_service.rb +0 -23
- data/lib/stripe/services/v2/billing/meter_event_service.rb +0 -25
- data/lib/stripe/services/v2/billing/meter_event_session_service.rb +0 -2
- data/lib/stripe/services/v2/billing/meter_event_stream_service.rb +0 -33
- data/lib/stripe/services/v2/core/event_destination_service.rb +0 -137
- data/lib/stripe/services/v2/core/event_service.rb +0 -16
- data/lib/stripe/services/webhook_endpoint_service.rb +0 -95
- data/lib/stripe/services.rb +1 -0
- data/lib/stripe/stripe_client.rb +8 -5
- data/lib/stripe/stripe_configuration.rb +1 -6
- data/lib/stripe/stripe_context.rb +68 -0
- data/lib/stripe/stripe_object.rb +33 -9
- data/lib/stripe/util.rb +24 -13
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +3 -1
- data/rbi/stripe/resources/v2/core/event_notification.rbi +43 -0
- data/rbi/stripe/stripe_client.rbi +17 -0
- data/rbi/stripe.rbi +132984 -0
- metadata +600 -345
- data/API_VERSION +0 -1
- data/CHANGELOG.md +0 -1769
- data/CODE_OF_CONDUCT.md +0 -77
- data/CONTRIBUTING.md +0 -25
- data/CONTRIBUTORS +0 -3
- data/Gemfile +0 -41
- data/History.txt +0 -1
- data/LICENSE +0 -21
- data/Makefile +0 -22
- data/OPENAPI_VERSION +0 -1
- data/README.md +0 -426
- data/Rakefile +0 -34
- data/VERSION +0 -1
- data/examples/README.md +0 -16
- data/examples/example_template.rb +0 -36
- data/examples/meter_event_stream.rb +0 -57
- data/examples/thinevent_webhook_handler.rb +0 -39
- data/justfile +0 -43
- data/lib/stripe/resources/v2/event.rb +0 -41
- data/lib/stripe/resources/v2/event_destination.rb +0 -73
- data/lib/stripe/thin_event.rb +0 -37
- data/rbi/stripe/resources/account.rbi +0 -4991
- data/rbi/stripe/resources/account_link.rbi +0 -76
- data/rbi/stripe/resources/account_session.rbi +0 -1173
- data/rbi/stripe/resources/apple_pay_domain.rbi +0 -88
- data/rbi/stripe/resources/application.rbi +0 -20
- data/rbi/stripe/resources/application_fee.rbi +0 -118
- data/rbi/stripe/resources/application_fee_refund.rbi +0 -37
- data/rbi/stripe/resources/apps/secret.rbi +0 -195
- data/rbi/stripe/resources/balance.rbi +0 -230
- data/rbi/stripe/resources/balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/bank_account.rbi +0 -127
- data/rbi/stripe/resources/billing/alert.rbi +0 -201
- data/rbi/stripe/resources/billing/alert_triggered.rbi +0 -28
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +0 -63
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/billing/credit_grant.rbi +0 -291
- data/rbi/stripe/resources/billing/meter.rbi +0 -226
- data/rbi/stripe/resources/billing/meter_event.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +0 -35
- data/rbi/stripe/resources/billing_portal/configuration.rbi +0 -712
- data/rbi/stripe/resources/billing_portal/session.rbi +0 -345
- data/rbi/stripe/resources/capability.rbi +0 -125
- data/rbi/stripe/resources/card.rbi +0 -125
- data/rbi/stripe/resources/cash_balance.rbi +0 -32
- data/rbi/stripe/resources/charge.rbi +0 -2136
- data/rbi/stripe/resources/checkout/session.rbi +0 -4105
- data/rbi/stripe/resources/climate/order.rbi +0 -245
- data/rbi/stripe/resources/climate/product.rbi +0 -75
- data/rbi/stripe/resources/climate/supplier.rbi +0 -72
- data/rbi/stripe/resources/confirmation_token.rbi +0 -1818
- data/rbi/stripe/resources/connect_collection_transfer.rbi +0 -26
- data/rbi/stripe/resources/country_spec.rbi +0 -85
- data/rbi/stripe/resources/coupon.rbi +0 -250
- data/rbi/stripe/resources/credit_note.rbi +0 -752
- data/rbi/stripe/resources/credit_note_line_item.rbi +0 -101
- data/rbi/stripe/resources/customer.rbi +0 -993
- data/rbi/stripe/resources/customer_balance_transaction.rbi +0 -56
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +0 -151
- data/rbi/stripe/resources/customer_session.rbi +0 -200
- data/rbi/stripe/resources/discount.rbi +0 -53
- data/rbi/stripe/resources/dispute.rbi +0 -761
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +0 -58
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +0 -23
- data/rbi/stripe/resources/entitlements/feature.rbi +0 -117
- data/rbi/stripe/resources/ephemeral_key.rbi +0 -44
- data/rbi/stripe/resources/event.rbi +0 -137
- data/rbi/stripe/resources/exchange_rate.rbi +0 -66
- data/rbi/stripe/resources/file.rbi +0 -143
- data/rbi/stripe/resources/file_link.rbi +0 -141
- data/rbi/stripe/resources/financial_connections/account.rbi +0 -339
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +0 -35
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +0 -23
- data/rbi/stripe/resources/financial_connections/session.rbi +0 -123
- data/rbi/stripe/resources/financial_connections/transaction.rbi +0 -124
- data/rbi/stripe/resources/forwarding/request.rbi +0 -216
- data/rbi/stripe/resources/funding_instructions.rbi +0 -437
- data/rbi/stripe/resources/identity/verification_report.rbi +0 -360
- data/rbi/stripe/resources/identity/verification_session.rbi +0 -564
- data/rbi/stripe/resources/invoice.rbi +0 -3894
- data/rbi/stripe/resources/invoice_item.rbi +0 -470
- data/rbi/stripe/resources/invoice_line_item.rbi +0 -432
- data/rbi/stripe/resources/invoice_payment.rbi +0 -121
- data/rbi/stripe/resources/invoice_rendering_template.rbi +0 -104
- data/rbi/stripe/resources/issuing/authorization.rbi +0 -1283
- data/rbi/stripe/resources/issuing/card.rbi +0 -749
- data/rbi/stripe/resources/issuing/cardholder.rbi +0 -744
- data/rbi/stripe/resources/issuing/dispute.rbi +0 -913
- data/rbi/stripe/resources/issuing/personalization_design.rbi +0 -338
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +0 -79
- data/rbi/stripe/resources/issuing/token.rbi +0 -226
- data/rbi/stripe/resources/issuing/transaction.rbi +0 -1061
- data/rbi/stripe/resources/line_item.rbi +0 -72
- data/rbi/stripe/resources/login_link.rbi +0 -19
- data/rbi/stripe/resources/mandate.rbi +0 -191
- data/rbi/stripe/resources/payment_intent.rbi +0 -10011
- data/rbi/stripe/resources/payment_link.rbi +0 -1891
- data/rbi/stripe/resources/payment_method.rbi +0 -1770
- data/rbi/stripe/resources/payment_method_configuration.rbi +0 -3550
- data/rbi/stripe/resources/payment_method_domain.rbi +0 -228
- data/rbi/stripe/resources/payout.rbi +0 -307
- data/rbi/stripe/resources/person.rbi +0 -401
- data/rbi/stripe/resources/plan.rbi +0 -371
- data/rbi/stripe/resources/price.rbi +0 -694
- data/rbi/stripe/resources/product.rbi +0 -553
- data/rbi/stripe/resources/product_feature.rbi +0 -26
- data/rbi/stripe/resources/promotion_code.rbi +0 -264
- data/rbi/stripe/resources/quote.rbi +0 -1137
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +0 -98
- data/rbi/stripe/resources/radar/value_list.rbi +0 -168
- data/rbi/stripe/resources/radar/value_list_item.rbi +0 -129
- data/rbi/stripe/resources/refund.rbi +0 -523
- data/rbi/stripe/resources/reporting/report_run.rbi +0 -191
- data/rbi/stripe/resources/reporting/report_type.rbi +0 -57
- data/rbi/stripe/resources/reserve_transaction.rbi +0 -23
- data/rbi/stripe/resources/reversal.rbi +0 -51
- data/rbi/stripe/resources/review.rbi +0 -154
- data/rbi/stripe/resources/setup_attempt.rbi +0 -477
- data/rbi/stripe/resources/setup_intent.rbi +0 -3974
- data/rbi/stripe/resources/shipping_rate.rbi +0 -305
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +0 -75
- data/rbi/stripe/resources/source.rbi +0 -1496
- data/rbi/stripe/resources/source_mandate_notification.rbi +0 -77
- data/rbi/stripe/resources/source_transaction.rbi +0 -127
- data/rbi/stripe/resources/subscription.rbi +0 -2154
- data/rbi/stripe/resources/subscription_item.rbi +0 -404
- data/rbi/stripe/resources/subscription_schedule.rbi +0 -1795
- data/rbi/stripe/resources/tax/calculation.rbi +0 -478
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +0 -91
- data/rbi/stripe/resources/tax/registration.rbi +0 -3216
- data/rbi/stripe/resources/tax/settings.rbi +0 -141
- data/rbi/stripe/resources/tax/transaction.rbi +0 -351
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +0 -54
- data/rbi/stripe/resources/tax_code.rbi +0 -44
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +0 -23
- data/rbi/stripe/resources/tax_id.rbi +0 -165
- data/rbi/stripe/resources/tax_rate.rbi +0 -239
- data/rbi/stripe/resources/terminal/configuration.rbi +0 -1647
- data/rbi/stripe/resources/terminal/connection_token.rbi +0 -37
- data/rbi/stripe/resources/terminal/location.rbi +0 -222
- data/rbi/stripe/resources/terminal/reader.rbi +0 -1016
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +0 -132
- data/rbi/stripe/resources/token.rbi +0 -1281
- data/rbi/stripe/resources/topup.rbi +0 -222
- data/rbi/stripe/resources/transfer.rbi +0 -199
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +0 -119
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +0 -131
- data/rbi/stripe/resources/treasury/financial_account.rbi +0 -869
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +0 -260
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +0 -295
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +0 -592
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +0 -431
- data/rbi/stripe/resources/treasury/received_credit.rbi +0 -302
- data/rbi/stripe/resources/treasury/received_debit.rbi +0 -256
- data/rbi/stripe/resources/treasury/transaction.rbi +0 -215
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +0 -192
- data/rbi/stripe/resources/v2/amount.rbi +0 -14
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +0 -37
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +0 -41
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +0 -31
- data/rbi/stripe/resources/v2/event.rbi +0 -48
- data/rbi/stripe/resources/v2/event_destination.rbi +0 -91
- data/rbi/stripe/resources/webhook_endpoint.rbi +0 -168
- data/rbi/stripe/services/account_capability_service.rbi +0 -51
- data/rbi/stripe/services/account_external_account_service.rbi +0 -304
- data/rbi/stripe/services/account_link_service.rbi +0 -60
- data/rbi/stripe/services/account_login_link_service.rbi +0 -22
- data/rbi/stripe/services/account_person_service.rbi +0 -1007
- data/rbi/stripe/services/account_service.rbi +0 -4281
- data/rbi/stripe/services/account_session_service.rbi +0 -748
- data/rbi/stripe/services/apple_pay_domain_service.rbi +0 -76
- data/rbi/stripe/services/application_fee_refund_service.rbi +0 -93
- data/rbi/stripe/services/application_fee_service.rbi +0 -78
- data/rbi/stripe/services/apps/secret_service.rbi +0 -151
- data/rbi/stripe/services/apps_service.rbi +0 -9
- data/rbi/stripe/services/balance_service.rbi +0 -21
- data/rbi/stripe/services/balance_transaction_service.rbi +0 -93
- data/rbi/stripe/services/billing/alert_service.rbi +0 -152
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +0 -68
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +0 -59
- data/rbi/stripe/services/billing/credit_grant_service.rbi +0 -211
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +0 -54
- data/rbi/stripe/services/billing/meter_service.rbi +0 -163
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +0 -561
- data/rbi/stripe/services/billing_portal/session_service.rbi +0 -204
- data/rbi/stripe/services/billing_portal_service.rbi +0 -10
- data/rbi/stripe/services/billing_service.rbi +0 -15
- data/rbi/stripe/services/charge_service.rbi +0 -448
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +0 -33
- data/rbi/stripe/services/checkout/session_service.rbi +0 -2697
- data/rbi/stripe/services/checkout_service.rbi +0 -9
- data/rbi/stripe/services/climate/order_service.rbi +0 -142
- data/rbi/stripe/services/climate/product_service.rbi +0 -46
- data/rbi/stripe/services/climate/supplier_service.rbi +0 -46
- data/rbi/stripe/services/climate_service.rbi +0 -11
- data/rbi/stripe/services/confirmation_token_service.rbi +0 -20
- data/rbi/stripe/services/country_spec_service.rbi +0 -44
- data/rbi/stripe/services/coupon_service.rbi +0 -194
- data/rbi/stripe/services/credit_note_line_item_service.rbi +0 -31
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +0 -167
- data/rbi/stripe/services/credit_note_service.rbi +0 -415
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +0 -92
- data/rbi/stripe/services/customer_cash_balance_service.rbi +0 -45
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +0 -44
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +0 -59
- data/rbi/stripe/services/customer_payment_method_service.rbi +0 -57
- data/rbi/stripe/services/customer_payment_source_service.rbi +0 -232
- data/rbi/stripe/services/customer_service.rbi +0 -635
- data/rbi/stripe/services/customer_session_service.rbi +0 -116
- data/rbi/stripe/services/customer_tax_id_service.rbi +0 -70
- data/rbi/stripe/services/dispute_service.rbi +0 -424
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +0 -55
- data/rbi/stripe/services/entitlements/feature_service.rbi +0 -107
- data/rbi/stripe/services/entitlements_service.rbi +0 -10
- data/rbi/stripe/services/ephemeral_key_service.rbi +0 -53
- data/rbi/stripe/services/event_service.rbi +0 -83
- data/rbi/stripe/services/exchange_rate_service.rbi +0 -44
- data/rbi/stripe/services/file_link_service.rbi +0 -124
- data/rbi/stripe/services/file_service.rbi +0 -116
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +0 -42
- data/rbi/stripe/services/financial_connections/account_service.rbi +0 -133
- data/rbi/stripe/services/financial_connections/session_service.rbi +0 -88
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +0 -92
- data/rbi/stripe/services/financial_connections_service.rbi +0 -11
- data/rbi/stripe/services/forwarding/request_service.rbi +0 -134
- data/rbi/stripe/services/forwarding_service.rbi +0 -9
- data/rbi/stripe/services/identity/verification_report_service.rbi +0 -87
- data/rbi/stripe/services/identity/verification_session_service.rbi +0 -339
- data/rbi/stripe/services/identity_service.rbi +0 -10
- data/rbi/stripe/services/invoice_item_service.rbi +0 -366
- data/rbi/stripe/services/invoice_line_item_service.rbi +0 -259
- data/rbi/stripe/services/invoice_payment_service.rbi +0 -71
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +0 -82
- data/rbi/stripe/services/invoice_service.rbi +0 -3073
- data/rbi/stripe/services/issuing/authorization_service.rbi +0 -146
- data/rbi/stripe/services/issuing/card_service.rbi +0 -503
- data/rbi/stripe/services/issuing/cardholder_service.rbi +0 -587
- data/rbi/stripe/services/issuing/dispute_service.rbi +0 -707
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +0 -243
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +0 -59
- data/rbi/stripe/services/issuing/token_service.rbi +0 -99
- data/rbi/stripe/services/issuing/transaction_service.rbi +0 -105
- data/rbi/stripe/services/issuing_service.rbi +0 -16
- data/rbi/stripe/services/mandate_service.rbi +0 -20
- data/rbi/stripe/services/payment_intent_service.rbi +0 -8010
- data/rbi/stripe/services/payment_link_line_item_service.rbi +0 -31
- data/rbi/stripe/services/payment_link_service.rbi +0 -1441
- data/rbi/stripe/services/payment_method_configuration_service.rbi +0 -2487
- data/rbi/stripe/services/payment_method_domain_service.rbi +0 -112
- data/rbi/stripe/services/payment_method_service.rbi +0 -781
- data/rbi/stripe/services/payout_service.rbi +0 -209
- data/rbi/stripe/services/plan_service.rbi +0 -282
- data/rbi/stripe/services/price_service.rbi +0 -546
- data/rbi/stripe/services/product_feature_service.rbi +0 -67
- data/rbi/stripe/services/product_service.rbi +0 -477
- data/rbi/stripe/services/promotion_code_service.rbi +0 -214
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +0 -31
- data/rbi/stripe/services/quote_line_item_service.rbi +0 -31
- data/rbi/stripe/services/quote_service.rbi +0 -695
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +0 -85
- data/rbi/stripe/services/radar/value_list_item_service.rbi +0 -109
- data/rbi/stripe/services/radar/value_list_service.rbi +0 -141
- data/rbi/stripe/services/radar_service.rbi +0 -11
- data/rbi/stripe/services/refund_service.rbi +0 -185
- data/rbi/stripe/services/reporting/report_run_service.rbi +0 -135
- data/rbi/stripe/services/reporting/report_type_service.rbi +0 -35
- data/rbi/stripe/services/reporting_service.rbi +0 -10
- data/rbi/stripe/services/review_service.rbi +0 -84
- data/rbi/stripe/services/setup_attempt_service.rbi +0 -65
- data/rbi/stripe/services/setup_intent_service.rbi +0 -3709
- data/rbi/stripe/services/shipping_rate_service.rbi +0 -241
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +0 -46
- data/rbi/stripe/services/sigma_service.rbi +0 -9
- data/rbi/stripe/services/source_service.rbi +0 -663
- data/rbi/stripe/services/source_transaction_service.rbi +0 -31
- data/rbi/stripe/services/subscription_item_service.rbi +0 -350
- data/rbi/stripe/services/subscription_schedule_service.rbi +0 -1425
- data/rbi/stripe/services/subscription_service.rbi +0 -1768
- data/rbi/stripe/services/tax/calculation_line_item_service.rbi +0 -33
- data/rbi/stripe/services/tax/calculation_service.rbi +0 -234
- data/rbi/stripe/services/tax/registration_service.rbi +0 -2278
- data/rbi/stripe/services/tax/settings_service.rbi +0 -93
- data/rbi/stripe/services/tax/transaction_line_item_service.rbi +0 -33
- data/rbi/stripe/services/tax/transaction_service.rbi +0 -146
- data/rbi/stripe/services/tax_code_service.rbi +0 -44
- data/rbi/stripe/services/tax_id_service.rbi +0 -110
- data/rbi/stripe/services/tax_rate_service.rbi +0 -185
- data/rbi/stripe/services/tax_service.rbi +0 -12
- data/rbi/stripe/services/terminal/configuration_service.rbi +0 -1328
- data/rbi/stripe/services/terminal/connection_token_service.rbi +0 -25
- data/rbi/stripe/services/terminal/location_service.rbi +0 -182
- data/rbi/stripe/services/terminal/reader_service.rbi +0 -540
- data/rbi/stripe/services/terminal_service.rbi +0 -12
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +0 -746
- data/rbi/stripe/services/test_helpers/customer_service.rbi +0 -33
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +0 -848
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +0 -76
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +0 -69
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +0 -711
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +0 -14
- data/rbi/stripe/services/test_helpers/refund_service.rbi +0 -22
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +0 -117
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +0 -11
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +0 -90
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +0 -64
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +0 -15
- data/rbi/stripe/services/test_helpers_service.rbi +0 -15
- data/rbi/stripe/services/token_service.rbi +0 -1255
- data/rbi/stripe/services/topup_service.rbi +0 -176
- data/rbi/stripe/services/transfer_reversal_service.rbi +0 -101
- data/rbi/stripe/services/transfer_service.rbi +0 -152
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +0 -84
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +0 -88
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +0 -198
- data/rbi/stripe/services/treasury/financial_account_service.rbi +0 -566
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +0 -117
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +0 -304
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +0 -157
- data/rbi/stripe/services/treasury/received_credit_service.rbi +0 -72
- data/rbi/stripe/services/treasury/received_debit_service.rbi +0 -59
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +0 -111
- data/rbi/stripe/services/treasury/transaction_service.rbi +0 -122
- data/rbi/stripe/services/treasury_service.rbi +0 -18
- data/rbi/stripe/services/v1_services.rbi +0 -77
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +0 -39
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +0 -18
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +0 -55
- data/rbi/stripe/services/v2/billing_service.rbi +0 -14
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +0 -192
- data/rbi/stripe/services/v2/core/event_service.rbi +0 -36
- data/rbi/stripe/services/v2/core_service.rbi +0 -12
- data/rbi/stripe/services/v2_services.rbi +0 -10
- data/rbi/stripe/services/webhook_endpoint_service.rbi +0 -129
- data/stripe.gemspec +0 -44
@@ -24,11 +24,27 @@ module Stripe
|
|
24
24
|
attr_reader :disable_stripe_user_authentication
|
25
25
|
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
26
26
|
attr_reader :external_account_collection
|
27
|
+
|
28
|
+
def self.inner_class_types
|
29
|
+
@inner_class_types = {}
|
30
|
+
end
|
31
|
+
|
32
|
+
def self.field_remappings
|
33
|
+
@field_remappings = {}
|
34
|
+
end
|
27
35
|
end
|
28
36
|
# Whether the embedded component is enabled.
|
29
37
|
attr_reader :enabled
|
30
38
|
# Attribute for field features
|
31
39
|
attr_reader :features
|
40
|
+
|
41
|
+
def self.inner_class_types
|
42
|
+
@inner_class_types = { features: Features }
|
43
|
+
end
|
44
|
+
|
45
|
+
def self.field_remappings
|
46
|
+
@field_remappings = {}
|
47
|
+
end
|
32
48
|
end
|
33
49
|
|
34
50
|
class AccountOnboarding < Stripe::StripeObject
|
@@ -37,19 +53,27 @@ module Stripe
|
|
37
53
|
attr_reader :disable_stripe_user_authentication
|
38
54
|
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
39
55
|
attr_reader :external_account_collection
|
56
|
+
|
57
|
+
def self.inner_class_types
|
58
|
+
@inner_class_types = {}
|
59
|
+
end
|
60
|
+
|
61
|
+
def self.field_remappings
|
62
|
+
@field_remappings = {}
|
63
|
+
end
|
40
64
|
end
|
41
65
|
# Whether the embedded component is enabled.
|
42
66
|
attr_reader :enabled
|
43
67
|
# Attribute for field features
|
44
68
|
attr_reader :features
|
45
|
-
end
|
46
69
|
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
70
|
+
def self.inner_class_types
|
71
|
+
@inner_class_types = { features: Features }
|
72
|
+
end
|
73
|
+
|
74
|
+
def self.field_remappings
|
75
|
+
@field_remappings = {}
|
76
|
+
end
|
53
77
|
end
|
54
78
|
|
55
79
|
class Balances < Stripe::StripeObject
|
@@ -64,11 +88,27 @@ module Stripe
|
|
64
88
|
attr_reader :instant_payouts
|
65
89
|
# Whether to allow creation of standard payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
66
90
|
attr_reader :standard_payouts
|
91
|
+
|
92
|
+
def self.inner_class_types
|
93
|
+
@inner_class_types = {}
|
94
|
+
end
|
95
|
+
|
96
|
+
def self.field_remappings
|
97
|
+
@field_remappings = {}
|
98
|
+
end
|
67
99
|
end
|
68
100
|
# Whether the embedded component is enabled.
|
69
101
|
attr_reader :enabled
|
70
102
|
# Attribute for field features
|
71
103
|
attr_reader :features
|
104
|
+
|
105
|
+
def self.inner_class_types
|
106
|
+
@inner_class_types = { features: Features }
|
107
|
+
end
|
108
|
+
|
109
|
+
def self.field_remappings
|
110
|
+
@field_remappings = {}
|
111
|
+
end
|
72
112
|
end
|
73
113
|
|
74
114
|
class DisputesList < Stripe::StripeObject
|
@@ -81,19 +121,51 @@ module Stripe
|
|
81
121
|
attr_reader :dispute_management
|
82
122
|
# Whether sending refunds is enabled. This is `true` by default.
|
83
123
|
attr_reader :refund_management
|
124
|
+
|
125
|
+
def self.inner_class_types
|
126
|
+
@inner_class_types = {}
|
127
|
+
end
|
128
|
+
|
129
|
+
def self.field_remappings
|
130
|
+
@field_remappings = {}
|
131
|
+
end
|
84
132
|
end
|
85
133
|
# Whether the embedded component is enabled.
|
86
134
|
attr_reader :enabled
|
87
135
|
# Attribute for field features
|
88
136
|
attr_reader :features
|
137
|
+
|
138
|
+
def self.inner_class_types
|
139
|
+
@inner_class_types = { features: Features }
|
140
|
+
end
|
141
|
+
|
142
|
+
def self.field_remappings
|
143
|
+
@field_remappings = {}
|
144
|
+
end
|
89
145
|
end
|
90
146
|
|
91
147
|
class Documents < Stripe::StripeObject
|
92
|
-
class Features < Stripe::StripeObject
|
148
|
+
class Features < Stripe::StripeObject
|
149
|
+
def self.inner_class_types
|
150
|
+
@inner_class_types = {}
|
151
|
+
end
|
152
|
+
|
153
|
+
def self.field_remappings
|
154
|
+
@field_remappings = {}
|
155
|
+
end
|
156
|
+
end
|
93
157
|
# Whether the embedded component is enabled.
|
94
158
|
attr_reader :enabled
|
95
159
|
# Attribute for field features
|
96
160
|
attr_reader :features
|
161
|
+
|
162
|
+
def self.inner_class_types
|
163
|
+
@inner_class_types = { features: Features }
|
164
|
+
end
|
165
|
+
|
166
|
+
def self.field_remappings
|
167
|
+
@field_remappings = {}
|
168
|
+
end
|
97
169
|
end
|
98
170
|
|
99
171
|
class FinancialAccount < Stripe::StripeObject
|
@@ -106,22 +178,54 @@ module Stripe
|
|
106
178
|
attr_reader :send_money
|
107
179
|
# Whether to allow transferring balance.
|
108
180
|
attr_reader :transfer_balance
|
181
|
+
|
182
|
+
def self.inner_class_types
|
183
|
+
@inner_class_types = {}
|
184
|
+
end
|
185
|
+
|
186
|
+
def self.field_remappings
|
187
|
+
@field_remappings = {}
|
188
|
+
end
|
109
189
|
end
|
110
190
|
# Whether the embedded component is enabled.
|
111
191
|
attr_reader :enabled
|
112
192
|
# Attribute for field features
|
113
193
|
attr_reader :features
|
194
|
+
|
195
|
+
def self.inner_class_types
|
196
|
+
@inner_class_types = { features: Features }
|
197
|
+
end
|
198
|
+
|
199
|
+
def self.field_remappings
|
200
|
+
@field_remappings = {}
|
201
|
+
end
|
114
202
|
end
|
115
203
|
|
116
204
|
class FinancialAccountTransactions < Stripe::StripeObject
|
117
205
|
class Features < Stripe::StripeObject
|
118
206
|
# Whether to allow card spend dispute management features.
|
119
207
|
attr_reader :card_spend_dispute_management
|
208
|
+
|
209
|
+
def self.inner_class_types
|
210
|
+
@inner_class_types = {}
|
211
|
+
end
|
212
|
+
|
213
|
+
def self.field_remappings
|
214
|
+
@field_remappings = {}
|
215
|
+
end
|
120
216
|
end
|
121
217
|
# Whether the embedded component is enabled.
|
122
218
|
attr_reader :enabled
|
123
219
|
# Attribute for field features
|
124
220
|
attr_reader :features
|
221
|
+
|
222
|
+
def self.inner_class_types
|
223
|
+
@inner_class_types = { features: Features }
|
224
|
+
end
|
225
|
+
|
226
|
+
def self.field_remappings
|
227
|
+
@field_remappings = {}
|
228
|
+
end
|
125
229
|
end
|
126
230
|
|
127
231
|
class InstantPayoutsPromotion < Stripe::StripeObject
|
@@ -132,11 +236,27 @@ module Stripe
|
|
132
236
|
attr_reader :external_account_collection
|
133
237
|
# Whether to allow creation of instant payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
134
238
|
attr_reader :instant_payouts
|
239
|
+
|
240
|
+
def self.inner_class_types
|
241
|
+
@inner_class_types = {}
|
242
|
+
end
|
243
|
+
|
244
|
+
def self.field_remappings
|
245
|
+
@field_remappings = {}
|
246
|
+
end
|
135
247
|
end
|
136
248
|
# Whether the embedded component is enabled.
|
137
249
|
attr_reader :enabled
|
138
250
|
# Attribute for field features
|
139
251
|
attr_reader :features
|
252
|
+
|
253
|
+
def self.inner_class_types
|
254
|
+
@inner_class_types = { features: Features }
|
255
|
+
end
|
256
|
+
|
257
|
+
def self.field_remappings
|
258
|
+
@field_remappings = {}
|
259
|
+
end
|
140
260
|
end
|
141
261
|
|
142
262
|
class IssuingCard < Stripe::StripeObject
|
@@ -149,11 +269,27 @@ module Stripe
|
|
149
269
|
attr_reader :cardholder_management
|
150
270
|
# Whether to allow spend control management features.
|
151
271
|
attr_reader :spend_control_management
|
272
|
+
|
273
|
+
def self.inner_class_types
|
274
|
+
@inner_class_types = {}
|
275
|
+
end
|
276
|
+
|
277
|
+
def self.field_remappings
|
278
|
+
@field_remappings = {}
|
279
|
+
end
|
152
280
|
end
|
153
281
|
# Whether the embedded component is enabled.
|
154
282
|
attr_reader :enabled
|
155
283
|
# Attribute for field features
|
156
284
|
attr_reader :features
|
285
|
+
|
286
|
+
def self.inner_class_types
|
287
|
+
@inner_class_types = { features: Features }
|
288
|
+
end
|
289
|
+
|
290
|
+
def self.field_remappings
|
291
|
+
@field_remappings = {}
|
292
|
+
end
|
157
293
|
end
|
158
294
|
|
159
295
|
class IssuingCardsList < Stripe::StripeObject
|
@@ -168,11 +304,27 @@ module Stripe
|
|
168
304
|
attr_reader :disable_stripe_user_authentication
|
169
305
|
# Whether to allow spend control management features.
|
170
306
|
attr_reader :spend_control_management
|
307
|
+
|
308
|
+
def self.inner_class_types
|
309
|
+
@inner_class_types = {}
|
310
|
+
end
|
311
|
+
|
312
|
+
def self.field_remappings
|
313
|
+
@field_remappings = {}
|
314
|
+
end
|
171
315
|
end
|
172
316
|
# Whether the embedded component is enabled.
|
173
317
|
attr_reader :enabled
|
174
318
|
# Attribute for field features
|
175
319
|
attr_reader :features
|
320
|
+
|
321
|
+
def self.inner_class_types
|
322
|
+
@inner_class_types = { features: Features }
|
323
|
+
end
|
324
|
+
|
325
|
+
def self.field_remappings
|
326
|
+
@field_remappings = {}
|
327
|
+
end
|
176
328
|
end
|
177
329
|
|
178
330
|
class NotificationBanner < Stripe::StripeObject
|
@@ -181,11 +333,27 @@ module Stripe
|
|
181
333
|
attr_reader :disable_stripe_user_authentication
|
182
334
|
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
183
335
|
attr_reader :external_account_collection
|
336
|
+
|
337
|
+
def self.inner_class_types
|
338
|
+
@inner_class_types = {}
|
339
|
+
end
|
340
|
+
|
341
|
+
def self.field_remappings
|
342
|
+
@field_remappings = {}
|
343
|
+
end
|
184
344
|
end
|
185
345
|
# Whether the embedded component is enabled.
|
186
346
|
attr_reader :enabled
|
187
347
|
# Attribute for field features
|
188
348
|
attr_reader :features
|
349
|
+
|
350
|
+
def self.inner_class_types
|
351
|
+
@inner_class_types = { features: Features }
|
352
|
+
end
|
353
|
+
|
354
|
+
def self.field_remappings
|
355
|
+
@field_remappings = {}
|
356
|
+
end
|
189
357
|
end
|
190
358
|
|
191
359
|
class PaymentDetails < Stripe::StripeObject
|
@@ -198,11 +366,27 @@ module Stripe
|
|
198
366
|
attr_reader :dispute_management
|
199
367
|
# Whether sending refunds is enabled. This is `true` by default.
|
200
368
|
attr_reader :refund_management
|
369
|
+
|
370
|
+
def self.inner_class_types
|
371
|
+
@inner_class_types = {}
|
372
|
+
end
|
373
|
+
|
374
|
+
def self.field_remappings
|
375
|
+
@field_remappings = {}
|
376
|
+
end
|
201
377
|
end
|
202
378
|
# Whether the embedded component is enabled.
|
203
379
|
attr_reader :enabled
|
204
380
|
# Attribute for field features
|
205
381
|
attr_reader :features
|
382
|
+
|
383
|
+
def self.inner_class_types
|
384
|
+
@inner_class_types = { features: Features }
|
385
|
+
end
|
386
|
+
|
387
|
+
def self.field_remappings
|
388
|
+
@field_remappings = {}
|
389
|
+
end
|
206
390
|
end
|
207
391
|
|
208
392
|
class PaymentDisputes < Stripe::StripeObject
|
@@ -213,11 +397,27 @@ module Stripe
|
|
213
397
|
attr_reader :dispute_management
|
214
398
|
# Whether sending refunds is enabled. This is `true` by default.
|
215
399
|
attr_reader :refund_management
|
400
|
+
|
401
|
+
def self.inner_class_types
|
402
|
+
@inner_class_types = {}
|
403
|
+
end
|
404
|
+
|
405
|
+
def self.field_remappings
|
406
|
+
@field_remappings = {}
|
407
|
+
end
|
216
408
|
end
|
217
409
|
# Whether the embedded component is enabled.
|
218
410
|
attr_reader :enabled
|
219
411
|
# Attribute for field features
|
220
412
|
attr_reader :features
|
413
|
+
|
414
|
+
def self.inner_class_types
|
415
|
+
@inner_class_types = { features: Features }
|
416
|
+
end
|
417
|
+
|
418
|
+
def self.field_remappings
|
419
|
+
@field_remappings = {}
|
420
|
+
end
|
221
421
|
end
|
222
422
|
|
223
423
|
class Payments < Stripe::StripeObject
|
@@ -230,27 +430,51 @@ module Stripe
|
|
230
430
|
attr_reader :dispute_management
|
231
431
|
# Whether sending refunds is enabled. This is `true` by default.
|
232
432
|
attr_reader :refund_management
|
433
|
+
|
434
|
+
def self.inner_class_types
|
435
|
+
@inner_class_types = {}
|
436
|
+
end
|
437
|
+
|
438
|
+
def self.field_remappings
|
439
|
+
@field_remappings = {}
|
440
|
+
end
|
233
441
|
end
|
234
442
|
# Whether the embedded component is enabled.
|
235
443
|
attr_reader :enabled
|
236
444
|
# Attribute for field features
|
237
445
|
attr_reader :features
|
446
|
+
|
447
|
+
def self.inner_class_types
|
448
|
+
@inner_class_types = { features: Features }
|
449
|
+
end
|
450
|
+
|
451
|
+
def self.field_remappings
|
452
|
+
@field_remappings = {}
|
453
|
+
end
|
238
454
|
end
|
239
455
|
|
240
456
|
class PayoutDetails < Stripe::StripeObject
|
241
|
-
class Features < Stripe::StripeObject
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
attr_reader :features
|
246
|
-
end
|
457
|
+
class Features < Stripe::StripeObject
|
458
|
+
def self.inner_class_types
|
459
|
+
@inner_class_types = {}
|
460
|
+
end
|
247
461
|
|
248
|
-
|
249
|
-
|
462
|
+
def self.field_remappings
|
463
|
+
@field_remappings = {}
|
464
|
+
end
|
465
|
+
end
|
250
466
|
# Whether the embedded component is enabled.
|
251
467
|
attr_reader :enabled
|
252
468
|
# Attribute for field features
|
253
469
|
attr_reader :features
|
470
|
+
|
471
|
+
def self.inner_class_types
|
472
|
+
@inner_class_types = { features: Features }
|
473
|
+
end
|
474
|
+
|
475
|
+
def self.field_remappings
|
476
|
+
@field_remappings = {}
|
477
|
+
end
|
254
478
|
end
|
255
479
|
|
256
480
|
class Payouts < Stripe::StripeObject
|
@@ -265,42 +489,104 @@ module Stripe
|
|
265
489
|
attr_reader :instant_payouts
|
266
490
|
# Whether to allow creation of standard payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
267
491
|
attr_reader :standard_payouts
|
492
|
+
|
493
|
+
def self.inner_class_types
|
494
|
+
@inner_class_types = {}
|
495
|
+
end
|
496
|
+
|
497
|
+
def self.field_remappings
|
498
|
+
@field_remappings = {}
|
499
|
+
end
|
268
500
|
end
|
269
501
|
# Whether the embedded component is enabled.
|
270
502
|
attr_reader :enabled
|
271
503
|
# Attribute for field features
|
272
504
|
attr_reader :features
|
505
|
+
|
506
|
+
def self.inner_class_types
|
507
|
+
@inner_class_types = { features: Features }
|
508
|
+
end
|
509
|
+
|
510
|
+
def self.field_remappings
|
511
|
+
@field_remappings = {}
|
512
|
+
end
|
273
513
|
end
|
274
514
|
|
275
515
|
class PayoutsList < Stripe::StripeObject
|
276
|
-
class Features < Stripe::StripeObject
|
516
|
+
class Features < Stripe::StripeObject
|
517
|
+
def self.inner_class_types
|
518
|
+
@inner_class_types = {}
|
519
|
+
end
|
520
|
+
|
521
|
+
def self.field_remappings
|
522
|
+
@field_remappings = {}
|
523
|
+
end
|
524
|
+
end
|
277
525
|
# Whether the embedded component is enabled.
|
278
526
|
attr_reader :enabled
|
279
527
|
# Attribute for field features
|
280
528
|
attr_reader :features
|
529
|
+
|
530
|
+
def self.inner_class_types
|
531
|
+
@inner_class_types = { features: Features }
|
532
|
+
end
|
533
|
+
|
534
|
+
def self.field_remappings
|
535
|
+
@field_remappings = {}
|
536
|
+
end
|
281
537
|
end
|
282
538
|
|
283
539
|
class TaxRegistrations < Stripe::StripeObject
|
284
|
-
class Features < Stripe::StripeObject
|
540
|
+
class Features < Stripe::StripeObject
|
541
|
+
def self.inner_class_types
|
542
|
+
@inner_class_types = {}
|
543
|
+
end
|
544
|
+
|
545
|
+
def self.field_remappings
|
546
|
+
@field_remappings = {}
|
547
|
+
end
|
548
|
+
end
|
285
549
|
# Whether the embedded component is enabled.
|
286
550
|
attr_reader :enabled
|
287
551
|
# Attribute for field features
|
288
552
|
attr_reader :features
|
553
|
+
|
554
|
+
def self.inner_class_types
|
555
|
+
@inner_class_types = { features: Features }
|
556
|
+
end
|
557
|
+
|
558
|
+
def self.field_remappings
|
559
|
+
@field_remappings = {}
|
560
|
+
end
|
289
561
|
end
|
290
562
|
|
291
563
|
class TaxSettings < Stripe::StripeObject
|
292
|
-
class Features < Stripe::StripeObject
|
564
|
+
class Features < Stripe::StripeObject
|
565
|
+
def self.inner_class_types
|
566
|
+
@inner_class_types = {}
|
567
|
+
end
|
568
|
+
|
569
|
+
def self.field_remappings
|
570
|
+
@field_remappings = {}
|
571
|
+
end
|
572
|
+
end
|
293
573
|
# Whether the embedded component is enabled.
|
294
574
|
attr_reader :enabled
|
295
575
|
# Attribute for field features
|
296
576
|
attr_reader :features
|
577
|
+
|
578
|
+
def self.inner_class_types
|
579
|
+
@inner_class_types = { features: Features }
|
580
|
+
end
|
581
|
+
|
582
|
+
def self.field_remappings
|
583
|
+
@field_remappings = {}
|
584
|
+
end
|
297
585
|
end
|
298
586
|
# Attribute for field account_management
|
299
587
|
attr_reader :account_management
|
300
588
|
# Attribute for field account_onboarding
|
301
589
|
attr_reader :account_onboarding
|
302
|
-
# Attribute for field balance_report
|
303
|
-
attr_reader :balance_report
|
304
590
|
# Attribute for field balances
|
305
591
|
attr_reader :balances
|
306
592
|
# Attribute for field disputes_list
|
@@ -327,8 +613,6 @@ module Stripe
|
|
327
613
|
attr_reader :payments
|
328
614
|
# Attribute for field payout_details
|
329
615
|
attr_reader :payout_details
|
330
|
-
# Attribute for field payout_reconciliation_report
|
331
|
-
attr_reader :payout_reconciliation_report
|
332
616
|
# Attribute for field payouts
|
333
617
|
attr_reader :payouts
|
334
618
|
# Attribute for field payouts_list
|
@@ -337,642 +621,33 @@ module Stripe
|
|
337
621
|
attr_reader :tax_registrations
|
338
622
|
# Attribute for field tax_settings
|
339
623
|
attr_reader :tax_settings
|
340
|
-
end
|
341
624
|
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
def initialize(enabled: nil, features: nil)
|
365
|
-
@enabled = enabled
|
366
|
-
@features = features
|
367
|
-
end
|
368
|
-
end
|
369
|
-
|
370
|
-
class AccountOnboarding < Stripe::RequestParams
|
371
|
-
class Features < Stripe::RequestParams
|
372
|
-
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.
|
373
|
-
attr_accessor :disable_stripe_user_authentication
|
374
|
-
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
375
|
-
attr_accessor :external_account_collection
|
376
|
-
|
377
|
-
def initialize(
|
378
|
-
disable_stripe_user_authentication: nil,
|
379
|
-
external_account_collection: nil
|
380
|
-
)
|
381
|
-
@disable_stripe_user_authentication = disable_stripe_user_authentication
|
382
|
-
@external_account_collection = external_account_collection
|
383
|
-
end
|
384
|
-
end
|
385
|
-
# Whether the embedded component is enabled.
|
386
|
-
attr_accessor :enabled
|
387
|
-
# The list of features enabled in the embedded component.
|
388
|
-
attr_accessor :features
|
389
|
-
|
390
|
-
def initialize(enabled: nil, features: nil)
|
391
|
-
@enabled = enabled
|
392
|
-
@features = features
|
393
|
-
end
|
394
|
-
end
|
395
|
-
|
396
|
-
class BalanceReport < Stripe::RequestParams
|
397
|
-
class Features < Stripe::RequestParams; end
|
398
|
-
# Whether the embedded component is enabled.
|
399
|
-
attr_accessor :enabled
|
400
|
-
# An empty list, because this embedded component has no features.
|
401
|
-
attr_accessor :features
|
402
|
-
|
403
|
-
def initialize(enabled: nil, features: nil)
|
404
|
-
@enabled = enabled
|
405
|
-
@features = features
|
406
|
-
end
|
407
|
-
end
|
408
|
-
|
409
|
-
class Balances < Stripe::RequestParams
|
410
|
-
class Features < Stripe::RequestParams
|
411
|
-
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.
|
412
|
-
attr_accessor :disable_stripe_user_authentication
|
413
|
-
# Whether to allow payout schedule to be changed. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
414
|
-
attr_accessor :edit_payout_schedule
|
415
|
-
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
416
|
-
attr_accessor :external_account_collection
|
417
|
-
# Whether to allow creation of instant payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
418
|
-
attr_accessor :instant_payouts
|
419
|
-
# Whether to allow creation of standard payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
420
|
-
attr_accessor :standard_payouts
|
421
|
-
|
422
|
-
def initialize(
|
423
|
-
disable_stripe_user_authentication: nil,
|
424
|
-
edit_payout_schedule: nil,
|
425
|
-
external_account_collection: nil,
|
426
|
-
instant_payouts: nil,
|
427
|
-
standard_payouts: nil
|
428
|
-
)
|
429
|
-
@disable_stripe_user_authentication = disable_stripe_user_authentication
|
430
|
-
@edit_payout_schedule = edit_payout_schedule
|
431
|
-
@external_account_collection = external_account_collection
|
432
|
-
@instant_payouts = instant_payouts
|
433
|
-
@standard_payouts = standard_payouts
|
434
|
-
end
|
435
|
-
end
|
436
|
-
# Whether the embedded component is enabled.
|
437
|
-
attr_accessor :enabled
|
438
|
-
# The list of features enabled in the embedded component.
|
439
|
-
attr_accessor :features
|
440
|
-
|
441
|
-
def initialize(enabled: nil, features: nil)
|
442
|
-
@enabled = enabled
|
443
|
-
@features = features
|
444
|
-
end
|
445
|
-
end
|
446
|
-
|
447
|
-
class DisputesList < Stripe::RequestParams
|
448
|
-
class Features < Stripe::RequestParams
|
449
|
-
# Whether to allow capturing and cancelling payment intents. This is `true` by default.
|
450
|
-
attr_accessor :capture_payments
|
451
|
-
# Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.
|
452
|
-
attr_accessor :destination_on_behalf_of_charge_management
|
453
|
-
# Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.
|
454
|
-
attr_accessor :dispute_management
|
455
|
-
# Whether sending refunds is enabled. This is `true` by default.
|
456
|
-
attr_accessor :refund_management
|
457
|
-
|
458
|
-
def initialize(
|
459
|
-
capture_payments: nil,
|
460
|
-
destination_on_behalf_of_charge_management: nil,
|
461
|
-
dispute_management: nil,
|
462
|
-
refund_management: nil
|
463
|
-
)
|
464
|
-
@capture_payments = capture_payments
|
465
|
-
@destination_on_behalf_of_charge_management = destination_on_behalf_of_charge_management
|
466
|
-
@dispute_management = dispute_management
|
467
|
-
@refund_management = refund_management
|
468
|
-
end
|
469
|
-
end
|
470
|
-
# Whether the embedded component is enabled.
|
471
|
-
attr_accessor :enabled
|
472
|
-
# The list of features enabled in the embedded component.
|
473
|
-
attr_accessor :features
|
474
|
-
|
475
|
-
def initialize(enabled: nil, features: nil)
|
476
|
-
@enabled = enabled
|
477
|
-
@features = features
|
478
|
-
end
|
479
|
-
end
|
480
|
-
|
481
|
-
class Documents < Stripe::RequestParams
|
482
|
-
class Features < Stripe::RequestParams; end
|
483
|
-
# Whether the embedded component is enabled.
|
484
|
-
attr_accessor :enabled
|
485
|
-
# An empty list, because this embedded component has no features.
|
486
|
-
attr_accessor :features
|
487
|
-
|
488
|
-
def initialize(enabled: nil, features: nil)
|
489
|
-
@enabled = enabled
|
490
|
-
@features = features
|
491
|
-
end
|
492
|
-
end
|
493
|
-
|
494
|
-
class FinancialAccount < Stripe::RequestParams
|
495
|
-
class Features < Stripe::RequestParams
|
496
|
-
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.
|
497
|
-
attr_accessor :disable_stripe_user_authentication
|
498
|
-
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
499
|
-
attr_accessor :external_account_collection
|
500
|
-
# Whether to allow sending money.
|
501
|
-
attr_accessor :send_money
|
502
|
-
# Whether to allow transferring balance.
|
503
|
-
attr_accessor :transfer_balance
|
504
|
-
|
505
|
-
def initialize(
|
506
|
-
disable_stripe_user_authentication: nil,
|
507
|
-
external_account_collection: nil,
|
508
|
-
send_money: nil,
|
509
|
-
transfer_balance: nil
|
510
|
-
)
|
511
|
-
@disable_stripe_user_authentication = disable_stripe_user_authentication
|
512
|
-
@external_account_collection = external_account_collection
|
513
|
-
@send_money = send_money
|
514
|
-
@transfer_balance = transfer_balance
|
515
|
-
end
|
516
|
-
end
|
517
|
-
# Whether the embedded component is enabled.
|
518
|
-
attr_accessor :enabled
|
519
|
-
# The list of features enabled in the embedded component.
|
520
|
-
attr_accessor :features
|
521
|
-
|
522
|
-
def initialize(enabled: nil, features: nil)
|
523
|
-
@enabled = enabled
|
524
|
-
@features = features
|
525
|
-
end
|
526
|
-
end
|
527
|
-
|
528
|
-
class FinancialAccountTransactions < Stripe::RequestParams
|
529
|
-
class Features < Stripe::RequestParams
|
530
|
-
# Whether to allow card spend dispute management features.
|
531
|
-
attr_accessor :card_spend_dispute_management
|
532
|
-
|
533
|
-
def initialize(card_spend_dispute_management: nil)
|
534
|
-
@card_spend_dispute_management = card_spend_dispute_management
|
535
|
-
end
|
536
|
-
end
|
537
|
-
# Whether the embedded component is enabled.
|
538
|
-
attr_accessor :enabled
|
539
|
-
# The list of features enabled in the embedded component.
|
540
|
-
attr_accessor :features
|
541
|
-
|
542
|
-
def initialize(enabled: nil, features: nil)
|
543
|
-
@enabled = enabled
|
544
|
-
@features = features
|
545
|
-
end
|
546
|
-
end
|
547
|
-
|
548
|
-
class InstantPayoutsPromotion < Stripe::RequestParams
|
549
|
-
class Features < Stripe::RequestParams
|
550
|
-
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.
|
551
|
-
attr_accessor :disable_stripe_user_authentication
|
552
|
-
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
553
|
-
attr_accessor :external_account_collection
|
554
|
-
# Whether to allow creation of instant payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
555
|
-
attr_accessor :instant_payouts
|
556
|
-
|
557
|
-
def initialize(
|
558
|
-
disable_stripe_user_authentication: nil,
|
559
|
-
external_account_collection: nil,
|
560
|
-
instant_payouts: nil
|
561
|
-
)
|
562
|
-
@disable_stripe_user_authentication = disable_stripe_user_authentication
|
563
|
-
@external_account_collection = external_account_collection
|
564
|
-
@instant_payouts = instant_payouts
|
565
|
-
end
|
566
|
-
end
|
567
|
-
# Whether the embedded component is enabled.
|
568
|
-
attr_accessor :enabled
|
569
|
-
# The list of features enabled in the embedded component.
|
570
|
-
attr_accessor :features
|
571
|
-
|
572
|
-
def initialize(enabled: nil, features: nil)
|
573
|
-
@enabled = enabled
|
574
|
-
@features = features
|
575
|
-
end
|
576
|
-
end
|
577
|
-
|
578
|
-
class IssuingCard < Stripe::RequestParams
|
579
|
-
class Features < Stripe::RequestParams
|
580
|
-
# Whether to allow card management features.
|
581
|
-
attr_accessor :card_management
|
582
|
-
# Whether to allow card spend dispute management features.
|
583
|
-
attr_accessor :card_spend_dispute_management
|
584
|
-
# Whether to allow cardholder management features.
|
585
|
-
attr_accessor :cardholder_management
|
586
|
-
# Whether to allow spend control management features.
|
587
|
-
attr_accessor :spend_control_management
|
588
|
-
|
589
|
-
def initialize(
|
590
|
-
card_management: nil,
|
591
|
-
card_spend_dispute_management: nil,
|
592
|
-
cardholder_management: nil,
|
593
|
-
spend_control_management: nil
|
594
|
-
)
|
595
|
-
@card_management = card_management
|
596
|
-
@card_spend_dispute_management = card_spend_dispute_management
|
597
|
-
@cardholder_management = cardholder_management
|
598
|
-
@spend_control_management = spend_control_management
|
599
|
-
end
|
600
|
-
end
|
601
|
-
# Whether the embedded component is enabled.
|
602
|
-
attr_accessor :enabled
|
603
|
-
# The list of features enabled in the embedded component.
|
604
|
-
attr_accessor :features
|
605
|
-
|
606
|
-
def initialize(enabled: nil, features: nil)
|
607
|
-
@enabled = enabled
|
608
|
-
@features = features
|
609
|
-
end
|
610
|
-
end
|
611
|
-
|
612
|
-
class IssuingCardsList < Stripe::RequestParams
|
613
|
-
class Features < Stripe::RequestParams
|
614
|
-
# Whether to allow card management features.
|
615
|
-
attr_accessor :card_management
|
616
|
-
# Whether to allow card spend dispute management features.
|
617
|
-
attr_accessor :card_spend_dispute_management
|
618
|
-
# Whether to allow cardholder management features.
|
619
|
-
attr_accessor :cardholder_management
|
620
|
-
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.
|
621
|
-
attr_accessor :disable_stripe_user_authentication
|
622
|
-
# Whether to allow spend control management features.
|
623
|
-
attr_accessor :spend_control_management
|
624
|
-
|
625
|
-
def initialize(
|
626
|
-
card_management: nil,
|
627
|
-
card_spend_dispute_management: nil,
|
628
|
-
cardholder_management: nil,
|
629
|
-
disable_stripe_user_authentication: nil,
|
630
|
-
spend_control_management: nil
|
631
|
-
)
|
632
|
-
@card_management = card_management
|
633
|
-
@card_spend_dispute_management = card_spend_dispute_management
|
634
|
-
@cardholder_management = cardholder_management
|
635
|
-
@disable_stripe_user_authentication = disable_stripe_user_authentication
|
636
|
-
@spend_control_management = spend_control_management
|
637
|
-
end
|
638
|
-
end
|
639
|
-
# Whether the embedded component is enabled.
|
640
|
-
attr_accessor :enabled
|
641
|
-
# The list of features enabled in the embedded component.
|
642
|
-
attr_accessor :features
|
643
|
-
|
644
|
-
def initialize(enabled: nil, features: nil)
|
645
|
-
@enabled = enabled
|
646
|
-
@features = features
|
647
|
-
end
|
648
|
-
end
|
649
|
-
|
650
|
-
class NotificationBanner < Stripe::RequestParams
|
651
|
-
class Features < Stripe::RequestParams
|
652
|
-
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.
|
653
|
-
attr_accessor :disable_stripe_user_authentication
|
654
|
-
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
655
|
-
attr_accessor :external_account_collection
|
656
|
-
|
657
|
-
def initialize(
|
658
|
-
disable_stripe_user_authentication: nil,
|
659
|
-
external_account_collection: nil
|
660
|
-
)
|
661
|
-
@disable_stripe_user_authentication = disable_stripe_user_authentication
|
662
|
-
@external_account_collection = external_account_collection
|
663
|
-
end
|
664
|
-
end
|
665
|
-
# Whether the embedded component is enabled.
|
666
|
-
attr_accessor :enabled
|
667
|
-
# The list of features enabled in the embedded component.
|
668
|
-
attr_accessor :features
|
669
|
-
|
670
|
-
def initialize(enabled: nil, features: nil)
|
671
|
-
@enabled = enabled
|
672
|
-
@features = features
|
673
|
-
end
|
674
|
-
end
|
675
|
-
|
676
|
-
class PaymentDetails < Stripe::RequestParams
|
677
|
-
class Features < Stripe::RequestParams
|
678
|
-
# Whether to allow capturing and cancelling payment intents. This is `true` by default.
|
679
|
-
attr_accessor :capture_payments
|
680
|
-
# Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.
|
681
|
-
attr_accessor :destination_on_behalf_of_charge_management
|
682
|
-
# Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.
|
683
|
-
attr_accessor :dispute_management
|
684
|
-
# Whether sending refunds is enabled. This is `true` by default.
|
685
|
-
attr_accessor :refund_management
|
686
|
-
|
687
|
-
def initialize(
|
688
|
-
capture_payments: nil,
|
689
|
-
destination_on_behalf_of_charge_management: nil,
|
690
|
-
dispute_management: nil,
|
691
|
-
refund_management: nil
|
692
|
-
)
|
693
|
-
@capture_payments = capture_payments
|
694
|
-
@destination_on_behalf_of_charge_management = destination_on_behalf_of_charge_management
|
695
|
-
@dispute_management = dispute_management
|
696
|
-
@refund_management = refund_management
|
697
|
-
end
|
698
|
-
end
|
699
|
-
# Whether the embedded component is enabled.
|
700
|
-
attr_accessor :enabled
|
701
|
-
# The list of features enabled in the embedded component.
|
702
|
-
attr_accessor :features
|
703
|
-
|
704
|
-
def initialize(enabled: nil, features: nil)
|
705
|
-
@enabled = enabled
|
706
|
-
@features = features
|
707
|
-
end
|
708
|
-
end
|
709
|
-
|
710
|
-
class PaymentDisputes < Stripe::RequestParams
|
711
|
-
class Features < Stripe::RequestParams
|
712
|
-
# Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.
|
713
|
-
attr_accessor :destination_on_behalf_of_charge_management
|
714
|
-
# Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.
|
715
|
-
attr_accessor :dispute_management
|
716
|
-
# Whether sending refunds is enabled. This is `true` by default.
|
717
|
-
attr_accessor :refund_management
|
718
|
-
|
719
|
-
def initialize(
|
720
|
-
destination_on_behalf_of_charge_management: nil,
|
721
|
-
dispute_management: nil,
|
722
|
-
refund_management: nil
|
723
|
-
)
|
724
|
-
@destination_on_behalf_of_charge_management = destination_on_behalf_of_charge_management
|
725
|
-
@dispute_management = dispute_management
|
726
|
-
@refund_management = refund_management
|
727
|
-
end
|
728
|
-
end
|
729
|
-
# Whether the embedded component is enabled.
|
730
|
-
attr_accessor :enabled
|
731
|
-
# The list of features enabled in the embedded component.
|
732
|
-
attr_accessor :features
|
733
|
-
|
734
|
-
def initialize(enabled: nil, features: nil)
|
735
|
-
@enabled = enabled
|
736
|
-
@features = features
|
737
|
-
end
|
738
|
-
end
|
739
|
-
|
740
|
-
class Payments < Stripe::RequestParams
|
741
|
-
class Features < Stripe::RequestParams
|
742
|
-
# Whether to allow capturing and cancelling payment intents. This is `true` by default.
|
743
|
-
attr_accessor :capture_payments
|
744
|
-
# Whether connected accounts can manage destination charges that are created on behalf of them. This is `false` by default.
|
745
|
-
attr_accessor :destination_on_behalf_of_charge_management
|
746
|
-
# Whether responding to disputes is enabled, including submitting evidence and accepting disputes. This is `true` by default.
|
747
|
-
attr_accessor :dispute_management
|
748
|
-
# Whether sending refunds is enabled. This is `true` by default.
|
749
|
-
attr_accessor :refund_management
|
750
|
-
|
751
|
-
def initialize(
|
752
|
-
capture_payments: nil,
|
753
|
-
destination_on_behalf_of_charge_management: nil,
|
754
|
-
dispute_management: nil,
|
755
|
-
refund_management: nil
|
756
|
-
)
|
757
|
-
@capture_payments = capture_payments
|
758
|
-
@destination_on_behalf_of_charge_management = destination_on_behalf_of_charge_management
|
759
|
-
@dispute_management = dispute_management
|
760
|
-
@refund_management = refund_management
|
761
|
-
end
|
762
|
-
end
|
763
|
-
# Whether the embedded component is enabled.
|
764
|
-
attr_accessor :enabled
|
765
|
-
# The list of features enabled in the embedded component.
|
766
|
-
attr_accessor :features
|
767
|
-
|
768
|
-
def initialize(enabled: nil, features: nil)
|
769
|
-
@enabled = enabled
|
770
|
-
@features = features
|
771
|
-
end
|
772
|
-
end
|
773
|
-
|
774
|
-
class PayoutDetails < Stripe::RequestParams
|
775
|
-
class Features < Stripe::RequestParams; end
|
776
|
-
# Whether the embedded component is enabled.
|
777
|
-
attr_accessor :enabled
|
778
|
-
# An empty list, because this embedded component has no features.
|
779
|
-
attr_accessor :features
|
780
|
-
|
781
|
-
def initialize(enabled: nil, features: nil)
|
782
|
-
@enabled = enabled
|
783
|
-
@features = features
|
784
|
-
end
|
785
|
-
end
|
786
|
-
|
787
|
-
class PayoutReconciliationReport < Stripe::RequestParams
|
788
|
-
class Features < Stripe::RequestParams; end
|
789
|
-
# Whether the embedded component is enabled.
|
790
|
-
attr_accessor :enabled
|
791
|
-
# An empty list, because this embedded component has no features.
|
792
|
-
attr_accessor :features
|
793
|
-
|
794
|
-
def initialize(enabled: nil, features: nil)
|
795
|
-
@enabled = enabled
|
796
|
-
@features = features
|
797
|
-
end
|
798
|
-
end
|
799
|
-
|
800
|
-
class Payouts < Stripe::RequestParams
|
801
|
-
class Features < Stripe::RequestParams
|
802
|
-
# Whether Stripe user authentication is disabled. This value can only be `true` for accounts where `controller.requirement_collection` is `application` for the account. The default value is the opposite of the `external_account_collection` value. For example, if you don't set `external_account_collection`, it defaults to `true` and `disable_stripe_user_authentication` defaults to `false`.
|
803
|
-
attr_accessor :disable_stripe_user_authentication
|
804
|
-
# Whether to allow payout schedule to be changed. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
805
|
-
attr_accessor :edit_payout_schedule
|
806
|
-
# Whether external account collection is enabled. This feature can only be `false` for accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature is `true`.
|
807
|
-
attr_accessor :external_account_collection
|
808
|
-
# Whether to allow creation of instant payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
809
|
-
attr_accessor :instant_payouts
|
810
|
-
# Whether to allow creation of standard payouts. Defaults to `true` when `controller.losses.payments` is set to `stripe` for the account, otherwise `false`.
|
811
|
-
attr_accessor :standard_payouts
|
812
|
-
|
813
|
-
def initialize(
|
814
|
-
disable_stripe_user_authentication: nil,
|
815
|
-
edit_payout_schedule: nil,
|
816
|
-
external_account_collection: nil,
|
817
|
-
instant_payouts: nil,
|
818
|
-
standard_payouts: nil
|
819
|
-
)
|
820
|
-
@disable_stripe_user_authentication = disable_stripe_user_authentication
|
821
|
-
@edit_payout_schedule = edit_payout_schedule
|
822
|
-
@external_account_collection = external_account_collection
|
823
|
-
@instant_payouts = instant_payouts
|
824
|
-
@standard_payouts = standard_payouts
|
825
|
-
end
|
826
|
-
end
|
827
|
-
# Whether the embedded component is enabled.
|
828
|
-
attr_accessor :enabled
|
829
|
-
# The list of features enabled in the embedded component.
|
830
|
-
attr_accessor :features
|
831
|
-
|
832
|
-
def initialize(enabled: nil, features: nil)
|
833
|
-
@enabled = enabled
|
834
|
-
@features = features
|
835
|
-
end
|
836
|
-
end
|
837
|
-
|
838
|
-
class PayoutsList < Stripe::RequestParams
|
839
|
-
class Features < Stripe::RequestParams; end
|
840
|
-
# Whether the embedded component is enabled.
|
841
|
-
attr_accessor :enabled
|
842
|
-
# An empty list, because this embedded component has no features.
|
843
|
-
attr_accessor :features
|
844
|
-
|
845
|
-
def initialize(enabled: nil, features: nil)
|
846
|
-
@enabled = enabled
|
847
|
-
@features = features
|
848
|
-
end
|
849
|
-
end
|
850
|
-
|
851
|
-
class TaxRegistrations < Stripe::RequestParams
|
852
|
-
class Features < Stripe::RequestParams; end
|
853
|
-
# Whether the embedded component is enabled.
|
854
|
-
attr_accessor :enabled
|
855
|
-
# An empty list, because this embedded component has no features.
|
856
|
-
attr_accessor :features
|
857
|
-
|
858
|
-
def initialize(enabled: nil, features: nil)
|
859
|
-
@enabled = enabled
|
860
|
-
@features = features
|
861
|
-
end
|
862
|
-
end
|
863
|
-
|
864
|
-
class TaxSettings < Stripe::RequestParams
|
865
|
-
class Features < Stripe::RequestParams; end
|
866
|
-
# Whether the embedded component is enabled.
|
867
|
-
attr_accessor :enabled
|
868
|
-
# An empty list, because this embedded component has no features.
|
869
|
-
attr_accessor :features
|
870
|
-
|
871
|
-
def initialize(enabled: nil, features: nil)
|
872
|
-
@enabled = enabled
|
873
|
-
@features = features
|
874
|
-
end
|
875
|
-
end
|
876
|
-
# Configuration for the [account management](/connect/supported-embedded-components/account-management/) embedded component.
|
877
|
-
attr_accessor :account_management
|
878
|
-
# Configuration for the [account onboarding](/connect/supported-embedded-components/account-onboarding/) embedded component.
|
879
|
-
attr_accessor :account_onboarding
|
880
|
-
# Configuration for the [balance report](/connect/supported-embedded-components/financial-reports#balance-report) embedded component.
|
881
|
-
attr_accessor :balance_report
|
882
|
-
# Configuration for the [balances](/connect/supported-embedded-components/balances/) embedded component.
|
883
|
-
attr_accessor :balances
|
884
|
-
# Configuration for the [disputes list](/connect/supported-embedded-components/disputes-list/) embedded component.
|
885
|
-
attr_accessor :disputes_list
|
886
|
-
# Configuration for the [documents](/connect/supported-embedded-components/documents/) embedded component.
|
887
|
-
attr_accessor :documents
|
888
|
-
# Configuration for the [financial account](/connect/supported-embedded-components/financial-account/) embedded component.
|
889
|
-
attr_accessor :financial_account
|
890
|
-
# Configuration for the [financial account transactions](/connect/supported-embedded-components/financial-account-transactions/) embedded component.
|
891
|
-
attr_accessor :financial_account_transactions
|
892
|
-
# Configuration for the [instant payouts promotion](/connect/supported-embedded-components/instant-payouts-promotion/) embedded component.
|
893
|
-
attr_accessor :instant_payouts_promotion
|
894
|
-
# Configuration for the [issuing card](/connect/supported-embedded-components/issuing-card/) embedded component.
|
895
|
-
attr_accessor :issuing_card
|
896
|
-
# Configuration for the [issuing cards list](/connect/supported-embedded-components/issuing-cards-list/) embedded component.
|
897
|
-
attr_accessor :issuing_cards_list
|
898
|
-
# Configuration for the [notification banner](/connect/supported-embedded-components/notification-banner/) embedded component.
|
899
|
-
attr_accessor :notification_banner
|
900
|
-
# Configuration for the [payment details](/connect/supported-embedded-components/payment-details/) embedded component.
|
901
|
-
attr_accessor :payment_details
|
902
|
-
# Configuration for the [payment disputes](/connect/supported-embedded-components/payment-disputes/) embedded component.
|
903
|
-
attr_accessor :payment_disputes
|
904
|
-
# Configuration for the [payments](/connect/supported-embedded-components/payments/) embedded component.
|
905
|
-
attr_accessor :payments
|
906
|
-
# Configuration for the [payout details](/connect/supported-embedded-components/payout-details/) embedded component.
|
907
|
-
attr_accessor :payout_details
|
908
|
-
# Configuration for the [payout reconciliation report](/connect/supported-embedded-components/financial-reports#payout-reconciliation-report) embedded component.
|
909
|
-
attr_accessor :payout_reconciliation_report
|
910
|
-
# Configuration for the [payouts](/connect/supported-embedded-components/payouts/) embedded component.
|
911
|
-
attr_accessor :payouts
|
912
|
-
# Configuration for the [payouts list](/connect/supported-embedded-components/payouts-list/) embedded component.
|
913
|
-
attr_accessor :payouts_list
|
914
|
-
# Configuration for the [tax registrations](/connect/supported-embedded-components/tax-registrations/) embedded component.
|
915
|
-
attr_accessor :tax_registrations
|
916
|
-
# Configuration for the [tax settings](/connect/supported-embedded-components/tax-settings/) embedded component.
|
917
|
-
attr_accessor :tax_settings
|
918
|
-
|
919
|
-
def initialize(
|
920
|
-
account_management: nil,
|
921
|
-
account_onboarding: nil,
|
922
|
-
balance_report: nil,
|
923
|
-
balances: nil,
|
924
|
-
disputes_list: nil,
|
925
|
-
documents: nil,
|
926
|
-
financial_account: nil,
|
927
|
-
financial_account_transactions: nil,
|
928
|
-
instant_payouts_promotion: nil,
|
929
|
-
issuing_card: nil,
|
930
|
-
issuing_cards_list: nil,
|
931
|
-
notification_banner: nil,
|
932
|
-
payment_details: nil,
|
933
|
-
payment_disputes: nil,
|
934
|
-
payments: nil,
|
935
|
-
payout_details: nil,
|
936
|
-
payout_reconciliation_report: nil,
|
937
|
-
payouts: nil,
|
938
|
-
payouts_list: nil,
|
939
|
-
tax_registrations: nil,
|
940
|
-
tax_settings: nil
|
941
|
-
)
|
942
|
-
@account_management = account_management
|
943
|
-
@account_onboarding = account_onboarding
|
944
|
-
@balance_report = balance_report
|
945
|
-
@balances = balances
|
946
|
-
@disputes_list = disputes_list
|
947
|
-
@documents = documents
|
948
|
-
@financial_account = financial_account
|
949
|
-
@financial_account_transactions = financial_account_transactions
|
950
|
-
@instant_payouts_promotion = instant_payouts_promotion
|
951
|
-
@issuing_card = issuing_card
|
952
|
-
@issuing_cards_list = issuing_cards_list
|
953
|
-
@notification_banner = notification_banner
|
954
|
-
@payment_details = payment_details
|
955
|
-
@payment_disputes = payment_disputes
|
956
|
-
@payments = payments
|
957
|
-
@payout_details = payout_details
|
958
|
-
@payout_reconciliation_report = payout_reconciliation_report
|
959
|
-
@payouts = payouts
|
960
|
-
@payouts_list = payouts_list
|
961
|
-
@tax_registrations = tax_registrations
|
962
|
-
@tax_settings = tax_settings
|
963
|
-
end
|
625
|
+
def self.inner_class_types
|
626
|
+
@inner_class_types = {
|
627
|
+
account_management: AccountManagement,
|
628
|
+
account_onboarding: AccountOnboarding,
|
629
|
+
balances: Balances,
|
630
|
+
disputes_list: DisputesList,
|
631
|
+
documents: Documents,
|
632
|
+
financial_account: FinancialAccount,
|
633
|
+
financial_account_transactions: FinancialAccountTransactions,
|
634
|
+
instant_payouts_promotion: InstantPayoutsPromotion,
|
635
|
+
issuing_card: IssuingCard,
|
636
|
+
issuing_cards_list: IssuingCardsList,
|
637
|
+
notification_banner: NotificationBanner,
|
638
|
+
payment_details: PaymentDetails,
|
639
|
+
payment_disputes: PaymentDisputes,
|
640
|
+
payments: Payments,
|
641
|
+
payout_details: PayoutDetails,
|
642
|
+
payouts: Payouts,
|
643
|
+
payouts_list: PayoutsList,
|
644
|
+
tax_registrations: TaxRegistrations,
|
645
|
+
tax_settings: TaxSettings,
|
646
|
+
}
|
964
647
|
end
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
attr_accessor :components
|
969
|
-
# Specifies which fields in the response should be expanded.
|
970
|
-
attr_accessor :expand
|
971
|
-
|
972
|
-
def initialize(account: nil, components: nil, expand: nil)
|
973
|
-
@account = account
|
974
|
-
@components = components
|
975
|
-
@expand = expand
|
648
|
+
|
649
|
+
def self.field_remappings
|
650
|
+
@field_remappings = {}
|
976
651
|
end
|
977
652
|
end
|
978
653
|
# The ID of the account the AccountSession was created for
|
@@ -996,5 +671,13 @@ module Stripe
|
|
996
671
|
def self.create(params = {}, opts = {})
|
997
672
|
request_stripe_object(method: :post, path: "/v1/account_sessions", params: params, opts: opts)
|
998
673
|
end
|
674
|
+
|
675
|
+
def self.inner_class_types
|
676
|
+
@inner_class_types = { components: Components }
|
677
|
+
end
|
678
|
+
|
679
|
+
def self.field_remappings
|
680
|
+
@field_remappings = {}
|
681
|
+
end
|
999
682
|
end
|
1000
683
|
end
|