stripe 18.1.0.pre.alpha.4 → 18.1.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/data/ca-certificates.crt +682 -518
- data/lib/stripe/api_requestor.rb +0 -34
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +0 -513
- data/lib/stripe/object_types.rb +0 -83
- data/lib/stripe/params/account_create_params.rb +48 -361
- data/lib/stripe/params/account_external_account_create_params.rb +2 -2
- data/lib/stripe/params/account_external_account_update_params.rb +2 -2
- data/lib/stripe/params/account_person_create_params.rb +10 -42
- data/lib/stripe/params/account_person_update_params.rb +10 -42
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +47 -323
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/billing/alert_create_params.rb +1 -121
- data/lib/stripe/params/billing/alert_list_params.rb +0 -4
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +3 -15
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_create_params.rb +4 -31
- data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_create_params.rb +0 -4
- data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +0 -8
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +7 -3
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +7 -3
- data/lib/stripe/params/billing_portal/session_create_params.rb +7 -7
- data/lib/stripe/params/charge_capture_params.rb +2 -1650
- data/lib/stripe/params/charge_create_params.rb +12 -12
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +3 -1651
- data/lib/stripe/params/checkout/session_create_params.rb +42 -247
- data/lib/stripe/params/checkout/session_update_params.rb +12 -152
- data/lib/stripe/params/climate/order_create_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +6 -83
- data/lib/stripe/params/coupon_create_params.rb +2 -18
- data/lib/stripe/params/coupon_update_params.rb +1 -1
- data/lib/stripe/params/credit_note_create_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +2 -2
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +11 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +1 -1
- data/lib/stripe/params/customer_create_params.rb +5 -5
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_create_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_update_params.rb +2 -2
- data/lib/stripe/params/customer_search_params.rb +1 -1
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/customer_update_params.rb +7 -7
- data/lib/stripe/params/dispute_update_params.rb +4 -13
- data/lib/stripe/params/file_create_params.rb +3 -3
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/session_create_params.rb +4 -33
- data/lib/stripe/params/forwarding/request_create_params.rb +1 -1
- data/lib/stripe/params/identity/verification_report_list_params.rb +0 -4
- data/lib/stripe/params/identity/verification_session_create_params.rb +6 -6
- data/lib/stripe/params/identity/verification_session_list_params.rb +3 -3
- data/lib/stripe/params/identity/verification_session_update_params.rb +5 -5
- data/lib/stripe/params/invoice_add_lines_params.rb +9 -41
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +29 -110
- data/lib/stripe/params/invoice_create_preview_params.rb +43 -975
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_item_create_params.rb +9 -41
- data/lib/stripe/params/invoice_item_list_params.rb +2 -2
- data/lib/stripe/params/invoice_item_update_params.rb +7 -39
- data/lib/stripe/params/invoice_line_item_update_params.rb +8 -40
- data/lib/stripe/params/invoice_list_params.rb +2 -6
- data/lib/stripe/params/invoice_remove_lines_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +9 -41
- data/lib/stripe/params/invoice_update_params.rb +26 -107
- data/lib/stripe/params/issuing/authorization_approve_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_update_params.rb +1 -1
- data/lib/stripe/params/issuing/card_create_params.rb +7 -7
- data/lib/stripe/params/issuing/card_update_params.rb +6 -6
- data/lib/stripe/params/issuing/cardholder_create_params.rb +11 -12
- data/lib/stripe/params/issuing/cardholder_update_params.rb +10 -10
- data/lib/stripe/params/issuing/dispute_create_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_update_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +13 -1639
- data/lib/stripe/params/payment_intent_confirm_params.rb +150 -3144
- data/lib/stripe/params/payment_intent_create_params.rb +167 -3174
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +11 -32
- data/lib/stripe/params/payment_intent_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +205 -3230
- data/lib/stripe/params/payment_link_create_params.rb +19 -19
- data/lib/stripe/params/payment_link_update_params.rb +9 -9
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +38 -143
- data/lib/stripe/params/payment_method_configuration_update_params.rb +38 -143
- data/lib/stripe/params/payment_method_create_params.rb +4 -81
- data/lib/stripe/params/payment_method_update_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +3 -3
- data/lib/stripe/params/payment_record_report_payment_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_refund_params.rb +3 -3
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/payout_reverse_params.rb +1 -1
- data/lib/stripe/params/payout_update_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +4 -4
- data/lib/stripe/params/plan_update_params.rb +2 -2
- data/lib/stripe/params/price_create_params.rb +6 -6
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +3 -22
- data/lib/stripe/params/product_create_params.rb +7 -7
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +4 -4
- data/lib/stripe/params/promotion_code_create_params.rb +3 -3
- data/lib/stripe/params/promotion_code_list_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +7 -1025
- data/lib/stripe/params/quote_list_params.rb +2 -6
- data/lib/stripe/params/quote_update_params.rb +8 -1033
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +2 -2
- data/lib/stripe/params/refund_update_params.rb +1 -1
- data/lib/stripe/params/reporting/report_run_create_params.rb +2 -2
- data/lib/stripe/params/setup_intent_confirm_params.rb +9 -193
- data/lib/stripe/params/setup_intent_create_params.rb +15 -199
- data/lib/stripe/params/setup_intent_update_params.rb +12 -196
- data/lib/stripe/params/shipping_rate_create_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_update_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +3 -3
- data/lib/stripe/params/source_update_params.rb +3 -3
- data/lib/stripe/params/subscription_create_params.rb +39 -280
- data/lib/stripe/params/subscription_item_create_params.rb +12 -72
- data/lib/stripe/params/subscription_item_delete_params.rb +2 -2
- data/lib/stripe/params/subscription_item_update_params.rb +12 -56
- data/lib/stripe/params/subscription_list_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +2 -2
- data/lib/stripe/params/subscription_schedule_create_params.rb +22 -248
- data/lib/stripe/params/subscription_schedule_update_params.rb +22 -248
- data/lib/stripe/params/subscription_search_params.rb +1 -1
- data/lib/stripe/params/subscription_update_params.rb +37 -262
- data/lib/stripe/params/tax/association_find_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_create_params.rb +7 -7
- data/lib/stripe/params/tax/settings_update_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +9 -9
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/terminal/location_create_params.rb +2 -2
- data/lib/stripe/params/terminal/location_update_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +6 -83
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +2 -26
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +2 -26
- data/lib/stripe/params/token_create_params.rb +22 -86
- data/lib/stripe/params/topup_create_params.rb +2 -2
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +3 -11
- data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_update_params.rb +1 -1
- data/lib/stripe/params/transfer_update_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_create_params.rb +2 -9
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +2 -9
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +5 -5
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +3 -27
- data/lib/stripe/params/treasury/received_credit_create_params.rb +2 -26
- data/lib/stripe/params/treasury/received_debit_create_params.rb +2 -26
- data/lib/stripe/params/v2/core/account_create_params.rb +25 -967
- data/lib/stripe/params/v2/core/account_link_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +10 -258
- data/lib/stripe/params/v2/core/account_update_params.rb +30 -951
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +5 -5
- data/lib/stripe/params/v2/core/event_list_params.rb +1 -4
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -8
- data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
- data/lib/stripe/params.rb +0 -247
- data/lib/stripe/resources/account.rb +27 -208
- data/lib/stripe/resources/account_link.rb +1 -1
- data/lib/stripe/resources/account_session.rb +2 -110
- data/lib/stripe/resources/application_fee.rb +0 -2
- data/lib/stripe/resources/application_fee_refund.rb +2 -2
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +2 -85
- data/lib/stripe/resources/balance_settings.rb +1 -1
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/bank_account.rb +10 -10
- data/lib/stripe/resources/billing/alert.rb +2 -106
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -6
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -84
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -84
- data/lib/stripe/resources/billing/credit_grant.rb +4 -60
- data/lib/stripe/resources/billing/meter.rb +0 -2
- data/lib/stripe/resources/billing/meter_event.rb +1 -1
- data/lib/stripe/resources/billing/meter_event_summary.rb +0 -2
- data/lib/stripe/resources/billing_portal/configuration.rb +5 -3
- data/lib/stripe/resources/billing_portal/session.rb +6 -6
- data/lib/stripe/resources/capability.rb +16 -16
- data/lib/stripe/resources/card.rb +3 -22
- data/lib/stripe/resources/cash_balance.rb +2 -2
- data/lib/stripe/resources/charge.rb +46 -266
- data/lib/stripe/resources/checkout/session.rb +23 -215
- data/lib/stripe/resources/climate/order.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +11 -162
- data/lib/stripe/resources/coupon.rb +4 -29
- data/lib/stripe/resources/credit_note.rb +5 -5
- data/lib/stripe/resources/credit_note_line_item.rb +1 -19
- data/lib/stripe/resources/customer.rb +8 -8
- data/lib/stripe/resources/customer_balance_transaction.rb +6 -6
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +10 -10
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +3 -5
- data/lib/stripe/resources/dispute.rb +5 -27
- data/lib/stripe/resources/entitlements/active_entitlement.rb +1 -1
- data/lib/stripe/resources/event.rb +2 -65
- data/lib/stripe/resources/exchange_rate.rb +2 -2
- data/lib/stripe/resources/file.rb +4 -4
- data/lib/stripe/resources/file_link.rb +1 -1
- data/lib/stripe/resources/financial_connections/account.rb +3 -28
- data/lib/stripe/resources/financial_connections/session.rb +3 -67
- data/lib/stripe/resources/forwarding/request.rb +1 -1
- data/lib/stripe/resources/funding_instructions.rb +14 -14
- data/lib/stripe/resources/identity/verification_report.rb +9 -13
- data/lib/stripe/resources/identity/verification_session.rb +11 -11
- data/lib/stripe/resources/invoice.rb +49 -182
- data/lib/stripe/resources/invoice_item.rb +8 -114
- data/lib/stripe/resources/invoice_line_item.rb +7 -151
- data/lib/stripe/resources/invoice_payment.rb +1 -1
- data/lib/stripe/resources/invoice_rendering_template.rb +1 -1
- data/lib/stripe/resources/issuing/authorization.rb +20 -20
- data/lib/stripe/resources/issuing/card.rb +12 -12
- data/lib/stripe/resources/issuing/cardholder.rb +14 -14
- data/lib/stripe/resources/issuing/dispute.rb +7 -7
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/token.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +12 -14
- data/lib/stripe/resources/line_item.rb +4 -69
- data/lib/stripe/resources/login_link.rb +1 -1
- data/lib/stripe/resources/mandate.rb +0 -43
- data/lib/stripe/resources/payment_attempt_record.rb +79 -201
- data/lib/stripe/resources/payment_intent.rb +59 -811
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +3 -3
- data/lib/stripe/resources/payment_link.rb +7 -7
- data/lib/stripe/resources/payment_method.rb +13 -186
- data/lib/stripe/resources/payment_method_configuration.rb +4 -174
- data/lib/stripe/resources/payment_method_domain.rb +1 -1
- data/lib/stripe/resources/payment_record.rb +81 -201
- data/lib/stripe/resources/payout.rb +7 -7
- data/lib/stripe/resources/person.rb +23 -59
- data/lib/stripe/resources/plan.rb +5 -5
- data/lib/stripe/resources/price.rb +6 -26
- data/lib/stripe/resources/product.rb +9 -9
- data/lib/stripe/resources/promotion_code.rb +4 -4
- data/lib/stripe/resources/quote.rb +14 -818
- data/lib/stripe/resources/radar/early_fraud_warning.rb +1 -1
- data/lib/stripe/resources/radar/value_list.rb +2 -2
- data/lib/stripe/resources/radar/value_list_item.rb +1 -1
- data/lib/stripe/resources/refund.rb +3 -21
- data/lib/stripe/resources/reporting/report_run.rb +3 -3
- data/lib/stripe/resources/reporting/report_type.rb +3 -3
- data/lib/stripe/resources/reversal.rb +4 -4
- data/lib/stripe/resources/review.rb +1 -1
- data/lib/stripe/resources/setup_attempt.rb +17 -65
- data/lib/stripe/resources/setup_intent.rb +20 -147
- data/lib/stripe/resources/shipping_rate.rb +3 -3
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
- data/lib/stripe/resources/source.rb +8 -46
- data/lib/stripe/resources/source_mandate_notification.rb +3 -3
- data/lib/stripe/resources/subscription.rb +23 -240
- data/lib/stripe/resources/subscription_item.rb +8 -50
- data/lib/stripe/resources/subscription_schedule.rb +11 -298
- data/lib/stripe/resources/tax/association.rb +3 -3
- data/lib/stripe/resources/tax/calculation.rb +12 -12
- data/lib/stripe/resources/tax/calculation_line_item.rb +7 -7
- data/lib/stripe/resources/tax/registration.rb +3 -3
- data/lib/stripe/resources/tax/settings.rb +2 -2
- data/lib/stripe/resources/tax/transaction.rb +9 -9
- data/lib/stripe/resources/tax/transaction_line_item.rb +5 -5
- data/lib/stripe/resources/tax_id.rb +4 -4
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/connection_token.rb +1 -1
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/reader.rb +10 -18
- data/lib/stripe/resources/token.rb +4 -4
- data/lib/stripe/resources/topup.rb +3 -3
- data/lib/stripe/resources/transfer.rb +5 -11
- data/lib/stripe/resources/treasury/credit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/debit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/financial_account.rb +1 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +5 -5
- data/lib/stripe/resources/treasury/outbound_payment.rb +6 -6
- data/lib/stripe/resources/treasury/outbound_transfer.rb +5 -35
- data/lib/stripe/resources/treasury/received_credit.rb +10 -40
- data/lib/stripe/resources/treasury/received_debit.rb +7 -39
- data/lib/stripe/resources/treasury/transaction.rb +11 -11
- data/lib/stripe/resources/treasury/transaction_entry.rb +11 -11
- data/lib/stripe/resources/v2/core/account.rb +159 -1904
- data/lib/stripe/resources/v2/core/account_link.rb +11 -11
- data/lib/stripe/resources/v2/core/account_person.rb +10 -10
- data/lib/stripe/resources/v2/core/event.rb +1 -50
- data/lib/stripe/resources/webhook_endpoint.rb +1 -1
- data/lib/stripe/resources.rb +0 -214
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/identity_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -6
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -37
- data/lib/stripe/services/payment_method_service.rb +1 -12
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/radar_service.rb +1 -2
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -2
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -11
- data/lib/stripe/services/v2/billing_service.rb +1 -18
- data/lib/stripe/services/v2/core/account_link_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_service.rb +0 -4
- data/lib/stripe/services/v2/core/accounts/person_service.rb +2 -2
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -5
- data/lib/stripe/services.rb +0 -88
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +12 -4
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +74214 -150917
- metadata +4 -553
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +0 -61
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +0 -61
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +0 -61
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +0 -67
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +0 -44
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +0 -44
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +0 -68
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +0 -68
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +0 -66
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +0 -80
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +0 -78
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +0 -91
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +0 -93
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +0 -64
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +0 -62
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +0 -58
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +0 -58
- data/lib/stripe/events/v2_iam_api_key_created_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_expired_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +0 -20
- data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +0 -38
- data/lib/stripe/events/v2_iam_api_key_updated_event.rb +0 -20
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -48
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/balance_transfer_create_params.rb +0 -66
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -69
- data/lib/stripe/params/capital/financing_offer_create_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_refill_params.rb +0 -37
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +0 -55
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +0 -205
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +0 -15
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +0 -209
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/identity/blocklist_entry_create_params.rb +0 -29
- data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +0 -15
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +0 -62
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_create_params.rb +0 -21
- data/lib/stripe/params/issuing/program_list_params.rb +0 -24
- data/lib/stripe/params/issuing/program_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/program_update_params.rb +0 -21
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -2061
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -2065
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/payment_method_check_balance_params.rb +0 -13
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -60
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/radar/account_evaluation_create_params.rb +0 -81
- data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +0 -15
- data/lib/stripe/params/radar/account_evaluation_update_params.rb +0 -18
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -609
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +0 -39
- data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +0 -39
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -257
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -78
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +0 -26
- data/lib/stripe/params/v2/billing/intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_commit_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_create_params.rb +0 -355
- data/lib/stripe/params/v2/billing/intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_reserve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/intents/action_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/license_fee_create_params.rb +0 -103
- data/lib/stripe/params/v2/billing/license_fee_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/license_fee_update_params.rb +0 -84
- data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +0 -48
- data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +0 -48
- data/lib/stripe/params/v2/billing/metered_item_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/metered_item_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/metered_item_update_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +0 -50
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +0 -20
- data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +0 -39
- data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +0 -73
- data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +0 -27
- data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +0 -22
- data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/billing/rate_card_create_params.rb +0 -49
- data/lib/stripe/params/v2/billing/rate_card_list_params.rb +0 -24
- data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +0 -26
- data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +0 -51
- data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +0 -17
- data/lib/stripe/params/v2/billing/rate_card_update_params.rb +0 -38
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +0 -91
- data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +0 -25
- data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/service_action_create_params.rb +0 -278
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +0 -40
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +0 -36
- data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +0 -68
- data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -62
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -114
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -79
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -103
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -93
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -57
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -161
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/reporting/report_run_create_params.rb +0 -33
- data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -34
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +0 -24
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/balance_transfer.rb +0 -139
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -40
- data/lib/stripe/resources/capital/financing_offer.rb +0 -183
- data/lib/stripe/resources/capital/financing_summary.rb +0 -79
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +0 -426
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/identity/blocklist_entry.rb +0 -116
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/program.rb +0 -69
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/payment_method_balance.rb +0 -68
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -101
- data/lib/stripe/resources/quote_line.rb +0 -527
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1166
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -826
- data/lib/stripe/resources/radar/account_evaluation.rb +0 -116
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/transit_balance.rb +0 -45
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -655
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +0 -43
- data/lib/stripe/resources/v2/billing/intent.rb +0 -86
- data/lib/stripe/resources/v2/billing/intent_action.rb +0 -395
- data/lib/stripe/resources/v2/billing/license_fee.rb +0 -104
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +0 -44
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +0 -80
- data/lib/stripe/resources/v2/billing/licensed_item.rb +0 -60
- data/lib/stripe/resources/v2/billing/metered_item.rb +0 -85
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +0 -51
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +0 -49
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +0 -38
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/billing/rate_card.rb +0 -61
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +0 -110
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +0 -94
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +0 -34
- data/lib/stripe/resources/v2/billing/service_action.rb +0 -274
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +0 -105
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -81
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -44
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -82
- data/lib/stripe/resources/v2/money_management/currency_conversion.rb +0 -94
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -188
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -197
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -263
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -202
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -242
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -137
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -278
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -208
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +0 -83
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -180
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -153
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -186
- data/lib/stripe/resources/v2/reporting/report.rb +0 -116
- data/lib/stripe/resources/v2/reporting/report_run.rb +0 -128
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/balance_transfer_service.rb +0 -17
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/delegated_checkout/requested_session_service.rb +0 -63
- data/lib/stripe/services/delegated_checkout_service.rb +0 -13
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/identity/blocklist_entry_service.rb +0 -71
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/issuing/program_service.rb +0 -52
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/radar/account_evaluation_service.rb +0 -41
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +0 -32
- data/lib/stripe/services/test_helpers/capital_service.rb +0 -15
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +0 -54
- data/lib/stripe/services/v2/billing/intent_service.rb +0 -94
- data/lib/stripe/services/v2/billing/intents/action_service.rb +0 -34
- data/lib/stripe/services/v2/billing/license_fee_service.rb +0 -61
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +0 -21
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/metered_item_service.rb +0 -54
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +0 -62
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +0 -51
- data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +0 -23
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +0 -67
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/billing/rate_card_service.rb +0 -62
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +0 -65
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +0 -57
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/service_action_service.rb +0 -43
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +0 -35
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -73
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -63
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +0 -43
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -35
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/reporting/report_run_service.rb +0 -38
- data/lib/stripe/services/v2/reporting/report_service.rb +0 -23
- data/lib/stripe/services/v2/reporting_service.rb +0 -16
- data/lib/stripe/services/v2/test_helper_service.rb +0 -16
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +0 -21
|
@@ -6,166 +6,18 @@ module Stripe
|
|
|
6
6
|
module Core
|
|
7
7
|
class AccountUpdateParams < ::Stripe::RequestParams
|
|
8
8
|
class Configuration < ::Stripe::RequestParams
|
|
9
|
-
class CardCreator < ::Stripe::RequestParams
|
|
10
|
-
class Capabilities < ::Stripe::RequestParams
|
|
11
|
-
class Commercial < ::Stripe::RequestParams
|
|
12
|
-
class Celtic < ::Stripe::RequestParams
|
|
13
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
14
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
15
|
-
attr_accessor :requested
|
|
16
|
-
|
|
17
|
-
def initialize(requested: nil)
|
|
18
|
-
@requested = requested
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
class SpendCard < ::Stripe::RequestParams
|
|
23
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
24
|
-
attr_accessor :requested
|
|
25
|
-
|
|
26
|
-
def initialize(requested: nil)
|
|
27
|
-
@requested = requested
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
# Can create commercial issuing charge cards with Celtic as BIN sponsor.
|
|
31
|
-
attr_accessor :charge_card
|
|
32
|
-
# Can create commercial issuing spend cards with Celtic as BIN sponsor.
|
|
33
|
-
attr_accessor :spend_card
|
|
34
|
-
|
|
35
|
-
def initialize(charge_card: nil, spend_card: nil)
|
|
36
|
-
@charge_card = charge_card
|
|
37
|
-
@spend_card = spend_card
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
class CrossRiverBank < ::Stripe::RequestParams
|
|
42
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
43
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
44
|
-
attr_accessor :requested
|
|
45
|
-
|
|
46
|
-
def initialize(requested: nil)
|
|
47
|
-
@requested = requested
|
|
48
|
-
end
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
class SpendCard < ::Stripe::RequestParams
|
|
52
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
53
|
-
attr_accessor :requested
|
|
54
|
-
|
|
55
|
-
def initialize(requested: nil)
|
|
56
|
-
@requested = requested
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
# Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
60
|
-
attr_accessor :charge_card
|
|
61
|
-
# Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
62
|
-
attr_accessor :spend_card
|
|
63
|
-
|
|
64
|
-
def initialize(charge_card: nil, spend_card: nil)
|
|
65
|
-
@charge_card = charge_card
|
|
66
|
-
@spend_card = spend_card
|
|
67
|
-
end
|
|
68
|
-
end
|
|
69
|
-
|
|
70
|
-
class Lead < ::Stripe::RequestParams
|
|
71
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
72
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
73
|
-
attr_accessor :requested
|
|
74
|
-
|
|
75
|
-
def initialize(requested: nil)
|
|
76
|
-
@requested = requested
|
|
77
|
-
end
|
|
78
|
-
end
|
|
79
|
-
# Can create commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
80
|
-
attr_accessor :prepaid_card
|
|
81
|
-
|
|
82
|
-
def initialize(prepaid_card: nil)
|
|
83
|
-
@prepaid_card = prepaid_card
|
|
84
|
-
end
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
class Stripe < ::Stripe::RequestParams
|
|
88
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
89
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
90
|
-
attr_accessor :requested
|
|
91
|
-
|
|
92
|
-
def initialize(requested: nil)
|
|
93
|
-
@requested = requested
|
|
94
|
-
end
|
|
95
|
-
end
|
|
96
|
-
|
|
97
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
98
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
99
|
-
attr_accessor :requested
|
|
100
|
-
|
|
101
|
-
def initialize(requested: nil)
|
|
102
|
-
@requested = requested
|
|
103
|
-
end
|
|
104
|
-
end
|
|
105
|
-
# Can create commercial issuing charge cards with Stripe as BIN sponsor.
|
|
106
|
-
attr_accessor :charge_card
|
|
107
|
-
# Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
|
|
108
|
-
attr_accessor :prepaid_card
|
|
109
|
-
|
|
110
|
-
def initialize(charge_card: nil, prepaid_card: nil)
|
|
111
|
-
@charge_card = charge_card
|
|
112
|
-
@prepaid_card = prepaid_card
|
|
113
|
-
end
|
|
114
|
-
end
|
|
115
|
-
# Can create commercial issuing cards with Celtic as BIN sponsor.
|
|
116
|
-
attr_accessor :celtic
|
|
117
|
-
# Can create commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
118
|
-
attr_accessor :cross_river_bank
|
|
119
|
-
# Can create commercial issuing cards with Lead as BIN sponsor.
|
|
120
|
-
attr_accessor :lead
|
|
121
|
-
# Can create commercial issuing cards with Stripe as BIN sponsor.
|
|
122
|
-
attr_accessor :stripe
|
|
123
|
-
|
|
124
|
-
def initialize(celtic: nil, cross_river_bank: nil, lead: nil, stripe: nil)
|
|
125
|
-
@celtic = celtic
|
|
126
|
-
@cross_river_bank = cross_river_bank
|
|
127
|
-
@lead = lead
|
|
128
|
-
@stripe = stripe
|
|
129
|
-
end
|
|
130
|
-
end
|
|
131
|
-
# Can create cards for commercial issuing use cases.
|
|
132
|
-
attr_accessor :commercial
|
|
133
|
-
|
|
134
|
-
def initialize(commercial: nil)
|
|
135
|
-
@commercial = commercial
|
|
136
|
-
end
|
|
137
|
-
end
|
|
138
|
-
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
139
|
-
attr_accessor :applied
|
|
140
|
-
# Capabilities to request on the CardCreator Configuration.
|
|
141
|
-
attr_accessor :capabilities
|
|
142
|
-
|
|
143
|
-
def initialize(applied: nil, capabilities: nil)
|
|
144
|
-
@applied = applied
|
|
145
|
-
@capabilities = capabilities
|
|
146
|
-
end
|
|
147
|
-
end
|
|
148
|
-
|
|
149
9
|
class Customer < ::Stripe::RequestParams
|
|
150
10
|
class AutomaticIndirectTax < ::Stripe::RequestParams
|
|
151
|
-
#
|
|
11
|
+
# The customer account's tax exemption status: `none`, `exempt`, or `reverse`. When `reverse`, invoice and receipt PDFs include "Reverse charge".
|
|
152
12
|
attr_accessor :exempt
|
|
153
13
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
154
14
|
attr_accessor :ip_address
|
|
155
|
-
#
|
|
156
|
-
attr_accessor :location_source
|
|
157
|
-
# A per-request flag that indicates when Stripe should validate the customer tax location - defaults to 'auto'.
|
|
15
|
+
# A per-request flag that indicates when Stripe should validate the customer tax location - defaults to `auto`.
|
|
158
16
|
attr_accessor :validate_location
|
|
159
17
|
|
|
160
|
-
def initialize(
|
|
161
|
-
exempt: nil,
|
|
162
|
-
ip_address: nil,
|
|
163
|
-
location_source: nil,
|
|
164
|
-
validate_location: nil
|
|
165
|
-
)
|
|
18
|
+
def initialize(exempt: nil, ip_address: nil, validate_location: nil)
|
|
166
19
|
@exempt = exempt
|
|
167
20
|
@ip_address = ip_address
|
|
168
|
-
@location_source = location_source
|
|
169
21
|
@validate_location = validate_location
|
|
170
22
|
end
|
|
171
23
|
end
|
|
@@ -185,7 +37,7 @@ module Stripe
|
|
|
185
37
|
end
|
|
186
38
|
|
|
187
39
|
class Rendering < ::Stripe::RequestParams
|
|
188
|
-
#
|
|
40
|
+
# Indicates whether displayed line item prices and amounts on invoice PDFs include inclusive tax amounts. Must be either `include_inclusive_tax` or `exclude_tax`.
|
|
189
41
|
attr_accessor :amount_tax_display
|
|
190
42
|
# ID of the invoice rendering template to use for future invoices.
|
|
191
43
|
attr_accessor :template
|
|
@@ -197,13 +49,13 @@ module Stripe
|
|
|
197
49
|
end
|
|
198
50
|
# The list of up to 4 default custom fields to be displayed on invoices for this customer.
|
|
199
51
|
attr_accessor :custom_fields
|
|
200
|
-
# Default footer
|
|
52
|
+
# Default invoice footer.
|
|
201
53
|
attr_accessor :footer
|
|
202
|
-
#
|
|
54
|
+
# Sequence number to use on the customer account's next invoice. Defaults to 1.
|
|
203
55
|
attr_accessor :next_sequence
|
|
204
|
-
#
|
|
56
|
+
# Prefix used to generate unique invoice numbers. Must be 3-12 uppercase letters or numbers.
|
|
205
57
|
attr_accessor :prefix
|
|
206
|
-
# Default
|
|
58
|
+
# Default invoice PDF rendering options.
|
|
207
59
|
attr_accessor :rendering
|
|
208
60
|
|
|
209
61
|
def initialize(
|
|
@@ -220,9 +72,9 @@ module Stripe
|
|
|
220
72
|
@rendering = rendering
|
|
221
73
|
end
|
|
222
74
|
end
|
|
223
|
-
# ID of a
|
|
75
|
+
# ID of a PaymentMethod attached to the customer account to use as the default for invoices and subscriptions.
|
|
224
76
|
attr_accessor :default_payment_method
|
|
225
|
-
# Default settings
|
|
77
|
+
# Default invoice settings for the customer account.
|
|
226
78
|
attr_accessor :invoice
|
|
227
79
|
|
|
228
80
|
def initialize(default_payment_method: nil, invoice: nil)
|
|
@@ -324,7 +176,7 @@ module Stripe
|
|
|
324
176
|
|
|
325
177
|
class Merchant < ::Stripe::RequestParams
|
|
326
178
|
class BacsDebitPayments < ::Stripe::RequestParams
|
|
327
|
-
# Display name for Bacs
|
|
179
|
+
# Display name for Bacs Direct Debit payments.
|
|
328
180
|
attr_accessor :display_name
|
|
329
181
|
|
|
330
182
|
def initialize(display_name: nil)
|
|
@@ -1043,7 +895,7 @@ module Stripe
|
|
|
1043
895
|
attr_accessor :postal_code
|
|
1044
896
|
# State, county, province, or region.
|
|
1045
897
|
attr_accessor :state
|
|
1046
|
-
# Town or
|
|
898
|
+
# Town or district.
|
|
1047
899
|
attr_accessor :town
|
|
1048
900
|
|
|
1049
901
|
def initialize(
|
|
@@ -1082,7 +934,7 @@ module Stripe
|
|
|
1082
934
|
end
|
|
1083
935
|
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
1084
936
|
attr_accessor :applied
|
|
1085
|
-
# Settings
|
|
937
|
+
# Settings for Bacs Direct Debit payments.
|
|
1086
938
|
attr_accessor :bacs_debit_payments
|
|
1087
939
|
# Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products.
|
|
1088
940
|
attr_accessor :branding
|
|
@@ -1092,11 +944,11 @@ module Stripe
|
|
|
1092
944
|
attr_accessor :card_payments
|
|
1093
945
|
# Settings specific to Konbini payments on the account.
|
|
1094
946
|
attr_accessor :konbini_payments
|
|
1095
|
-
# The
|
|
947
|
+
# The Merchant Category Code (MCC) for the merchant. MCCs classify businesses based on the goods or services they provide.
|
|
1096
948
|
attr_accessor :mcc
|
|
1097
949
|
# Settings for the default text that appears on statements for language variations.
|
|
1098
950
|
attr_accessor :script_statement_descriptor
|
|
1099
|
-
#
|
|
951
|
+
# Settings for the default [statement descriptor](/connect/statement-descriptors) text.
|
|
1100
952
|
attr_accessor :statement_descriptor
|
|
1101
953
|
# Publicly available contact information for sending support issues to.
|
|
1102
954
|
attr_accessor :support
|
|
@@ -1128,53 +980,6 @@ module Stripe
|
|
|
1128
980
|
|
|
1129
981
|
class Recipient < ::Stripe::RequestParams
|
|
1130
982
|
class Capabilities < ::Stripe::RequestParams
|
|
1131
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1132
|
-
class Local < ::Stripe::RequestParams
|
|
1133
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1134
|
-
attr_accessor :requested
|
|
1135
|
-
|
|
1136
|
-
def initialize(requested: nil)
|
|
1137
|
-
@requested = requested
|
|
1138
|
-
end
|
|
1139
|
-
end
|
|
1140
|
-
|
|
1141
|
-
class Wire < ::Stripe::RequestParams
|
|
1142
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1143
|
-
attr_accessor :requested
|
|
1144
|
-
|
|
1145
|
-
def initialize(requested: nil)
|
|
1146
|
-
@requested = requested
|
|
1147
|
-
end
|
|
1148
|
-
end
|
|
1149
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
1150
|
-
attr_accessor :local
|
|
1151
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
1152
|
-
attr_accessor :wire
|
|
1153
|
-
|
|
1154
|
-
def initialize(local: nil, wire: nil)
|
|
1155
|
-
@local = local
|
|
1156
|
-
@wire = wire
|
|
1157
|
-
end
|
|
1158
|
-
end
|
|
1159
|
-
|
|
1160
|
-
class Cards < ::Stripe::RequestParams
|
|
1161
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1162
|
-
attr_accessor :requested
|
|
1163
|
-
|
|
1164
|
-
def initialize(requested: nil)
|
|
1165
|
-
@requested = requested
|
|
1166
|
-
end
|
|
1167
|
-
end
|
|
1168
|
-
|
|
1169
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1170
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1171
|
-
attr_accessor :requested
|
|
1172
|
-
|
|
1173
|
-
def initialize(requested: nil)
|
|
1174
|
-
@requested = requested
|
|
1175
|
-
end
|
|
1176
|
-
end
|
|
1177
|
-
|
|
1178
983
|
class StripeBalance < ::Stripe::RequestParams
|
|
1179
984
|
class StripeTransfers < ::Stripe::RequestParams
|
|
1180
985
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -1184,31 +989,17 @@ module Stripe
|
|
|
1184
989
|
@requested = requested
|
|
1185
990
|
end
|
|
1186
991
|
end
|
|
1187
|
-
#
|
|
992
|
+
# Enables this Account to receive /v1/transfers into their Stripe Balance (/v1/balance).
|
|
1188
993
|
attr_accessor :stripe_transfers
|
|
1189
994
|
|
|
1190
995
|
def initialize(stripe_transfers: nil)
|
|
1191
996
|
@stripe_transfers = stripe_transfers
|
|
1192
997
|
end
|
|
1193
998
|
end
|
|
1194
|
-
# Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
1195
|
-
attr_accessor :bank_accounts
|
|
1196
|
-
# Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
1197
|
-
attr_accessor :cards
|
|
1198
|
-
# Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
1199
|
-
attr_accessor :crypto_wallets
|
|
1200
999
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1201
1000
|
attr_accessor :stripe_balance
|
|
1202
1001
|
|
|
1203
|
-
def initialize(
|
|
1204
|
-
bank_accounts: nil,
|
|
1205
|
-
cards: nil,
|
|
1206
|
-
crypto_wallets: nil,
|
|
1207
|
-
stripe_balance: nil
|
|
1208
|
-
)
|
|
1209
|
-
@bank_accounts = bank_accounts
|
|
1210
|
-
@cards = cards
|
|
1211
|
-
@crypto_wallets = crypto_wallets
|
|
1002
|
+
def initialize(stripe_balance: nil)
|
|
1212
1003
|
@stripe_balance = stripe_balance
|
|
1213
1004
|
end
|
|
1214
1005
|
end
|
|
@@ -1216,339 +1007,23 @@ module Stripe
|
|
|
1216
1007
|
attr_accessor :applied
|
|
1217
1008
|
# Capabilities to request on the Recipient Configuration.
|
|
1218
1009
|
attr_accessor :capabilities
|
|
1219
|
-
# The payout method id to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through API or sending payouts via dashboard. Can also be explicitly set to `null` to clear the existing default outbound destination. For further details about creating an Outbound Destination, see [Collect recipient's payment details](https://docs.stripe.com/global-payouts-private-preview/quickstart?dashboard-or-api=api#collect-bank-account-details).
|
|
1220
|
-
attr_accessor :default_outbound_destination
|
|
1221
|
-
|
|
1222
|
-
def initialize(applied: nil, capabilities: nil, default_outbound_destination: nil)
|
|
1223
|
-
@applied = applied
|
|
1224
|
-
@capabilities = capabilities
|
|
1225
|
-
@default_outbound_destination = default_outbound_destination
|
|
1226
|
-
end
|
|
1227
|
-
end
|
|
1228
|
-
|
|
1229
|
-
class Storer < ::Stripe::RequestParams
|
|
1230
|
-
class Capabilities < ::Stripe::RequestParams
|
|
1231
|
-
class FinancialAddresses < ::Stripe::RequestParams
|
|
1232
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1233
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1234
|
-
attr_accessor :requested
|
|
1235
1010
|
|
|
1236
|
-
|
|
1237
|
-
@requested = requested
|
|
1238
|
-
end
|
|
1239
|
-
end
|
|
1240
|
-
|
|
1241
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1242
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1243
|
-
attr_accessor :requested
|
|
1244
|
-
|
|
1245
|
-
def initialize(requested: nil)
|
|
1246
|
-
@requested = requested
|
|
1247
|
-
end
|
|
1248
|
-
end
|
|
1249
|
-
# Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
1250
|
-
attr_accessor :bank_accounts
|
|
1251
|
-
# Can provision a crypto wallet like financial address to credit a FinancialAccount.
|
|
1252
|
-
attr_accessor :crypto_wallets
|
|
1253
|
-
|
|
1254
|
-
def initialize(bank_accounts: nil, crypto_wallets: nil)
|
|
1255
|
-
@bank_accounts = bank_accounts
|
|
1256
|
-
@crypto_wallets = crypto_wallets
|
|
1257
|
-
end
|
|
1258
|
-
end
|
|
1259
|
-
|
|
1260
|
-
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1261
|
-
class Eur < ::Stripe::RequestParams
|
|
1262
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1263
|
-
attr_accessor :requested
|
|
1264
|
-
|
|
1265
|
-
def initialize(requested: nil)
|
|
1266
|
-
@requested = requested
|
|
1267
|
-
end
|
|
1268
|
-
end
|
|
1269
|
-
|
|
1270
|
-
class Gbp < ::Stripe::RequestParams
|
|
1271
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1272
|
-
attr_accessor :requested
|
|
1273
|
-
|
|
1274
|
-
def initialize(requested: nil)
|
|
1275
|
-
@requested = requested
|
|
1276
|
-
end
|
|
1277
|
-
end
|
|
1278
|
-
|
|
1279
|
-
class Usd < ::Stripe::RequestParams
|
|
1280
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1281
|
-
attr_accessor :requested
|
|
1282
|
-
|
|
1283
|
-
def initialize(requested: nil)
|
|
1284
|
-
@requested = requested
|
|
1285
|
-
end
|
|
1286
|
-
end
|
|
1287
|
-
|
|
1288
|
-
class Usdc < ::Stripe::RequestParams
|
|
1289
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1290
|
-
attr_accessor :requested
|
|
1291
|
-
|
|
1292
|
-
def initialize(requested: nil)
|
|
1293
|
-
@requested = requested
|
|
1294
|
-
end
|
|
1295
|
-
end
|
|
1296
|
-
# Can hold storage-type funds on Stripe in EUR.
|
|
1297
|
-
attr_accessor :eur
|
|
1298
|
-
# Can hold storage-type funds on Stripe in GBP.
|
|
1299
|
-
attr_accessor :gbp
|
|
1300
|
-
# Can hold storage-type funds on Stripe in USD.
|
|
1301
|
-
attr_accessor :usd
|
|
1302
|
-
# Can hold storage-type funds on Stripe in USDC.
|
|
1303
|
-
attr_accessor :usdc
|
|
1304
|
-
|
|
1305
|
-
def initialize(eur: nil, gbp: nil, usd: nil, usdc: nil)
|
|
1306
|
-
@eur = eur
|
|
1307
|
-
@gbp = gbp
|
|
1308
|
-
@usd = usd
|
|
1309
|
-
@usdc = usdc
|
|
1310
|
-
end
|
|
1311
|
-
end
|
|
1312
|
-
|
|
1313
|
-
class InboundTransfers < ::Stripe::RequestParams
|
|
1314
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1315
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1316
|
-
attr_accessor :requested
|
|
1317
|
-
|
|
1318
|
-
def initialize(requested: nil)
|
|
1319
|
-
@requested = requested
|
|
1320
|
-
end
|
|
1321
|
-
end
|
|
1322
|
-
# Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
1323
|
-
attr_accessor :bank_accounts
|
|
1324
|
-
|
|
1325
|
-
def initialize(bank_accounts: nil)
|
|
1326
|
-
@bank_accounts = bank_accounts
|
|
1327
|
-
end
|
|
1328
|
-
end
|
|
1329
|
-
|
|
1330
|
-
class OutboundPayments < ::Stripe::RequestParams
|
|
1331
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1332
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1333
|
-
attr_accessor :requested
|
|
1334
|
-
|
|
1335
|
-
def initialize(requested: nil)
|
|
1336
|
-
@requested = requested
|
|
1337
|
-
end
|
|
1338
|
-
end
|
|
1339
|
-
|
|
1340
|
-
class Cards < ::Stripe::RequestParams
|
|
1341
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1342
|
-
attr_accessor :requested
|
|
1343
|
-
|
|
1344
|
-
def initialize(requested: nil)
|
|
1345
|
-
@requested = requested
|
|
1346
|
-
end
|
|
1347
|
-
end
|
|
1348
|
-
|
|
1349
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1350
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1351
|
-
attr_accessor :requested
|
|
1352
|
-
|
|
1353
|
-
def initialize(requested: nil)
|
|
1354
|
-
@requested = requested
|
|
1355
|
-
end
|
|
1356
|
-
end
|
|
1357
|
-
|
|
1358
|
-
class FinancialAccounts < ::Stripe::RequestParams
|
|
1359
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1360
|
-
attr_accessor :requested
|
|
1361
|
-
|
|
1362
|
-
def initialize(requested: nil)
|
|
1363
|
-
@requested = requested
|
|
1364
|
-
end
|
|
1365
|
-
end
|
|
1366
|
-
# Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
1367
|
-
attr_accessor :bank_accounts
|
|
1368
|
-
# Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
1369
|
-
attr_accessor :cards
|
|
1370
|
-
# Can send funds from a FinancialAccount to a crypto wallet owned by someone else.
|
|
1371
|
-
attr_accessor :crypto_wallets
|
|
1372
|
-
# Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
1373
|
-
attr_accessor :financial_accounts
|
|
1374
|
-
|
|
1375
|
-
def initialize(
|
|
1376
|
-
bank_accounts: nil,
|
|
1377
|
-
cards: nil,
|
|
1378
|
-
crypto_wallets: nil,
|
|
1379
|
-
financial_accounts: nil
|
|
1380
|
-
)
|
|
1381
|
-
@bank_accounts = bank_accounts
|
|
1382
|
-
@cards = cards
|
|
1383
|
-
@crypto_wallets = crypto_wallets
|
|
1384
|
-
@financial_accounts = financial_accounts
|
|
1385
|
-
end
|
|
1386
|
-
end
|
|
1387
|
-
|
|
1388
|
-
class OutboundTransfers < ::Stripe::RequestParams
|
|
1389
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1390
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1391
|
-
attr_accessor :requested
|
|
1392
|
-
|
|
1393
|
-
def initialize(requested: nil)
|
|
1394
|
-
@requested = requested
|
|
1395
|
-
end
|
|
1396
|
-
end
|
|
1397
|
-
|
|
1398
|
-
class CryptoWallets < ::Stripe::RequestParams
|
|
1399
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1400
|
-
attr_accessor :requested
|
|
1401
|
-
|
|
1402
|
-
def initialize(requested: nil)
|
|
1403
|
-
@requested = requested
|
|
1404
|
-
end
|
|
1405
|
-
end
|
|
1406
|
-
|
|
1407
|
-
class FinancialAccounts < ::Stripe::RequestParams
|
|
1408
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1409
|
-
attr_accessor :requested
|
|
1410
|
-
|
|
1411
|
-
def initialize(requested: nil)
|
|
1412
|
-
@requested = requested
|
|
1413
|
-
end
|
|
1414
|
-
end
|
|
1415
|
-
# Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
1416
|
-
attr_accessor :bank_accounts
|
|
1417
|
-
# Can send funds from a FinancialAccount to a crypto wallet owned by yourself.
|
|
1418
|
-
attr_accessor :crypto_wallets
|
|
1419
|
-
# Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
1420
|
-
attr_accessor :financial_accounts
|
|
1421
|
-
|
|
1422
|
-
def initialize(bank_accounts: nil, crypto_wallets: nil, financial_accounts: nil)
|
|
1423
|
-
@bank_accounts = bank_accounts
|
|
1424
|
-
@crypto_wallets = crypto_wallets
|
|
1425
|
-
@financial_accounts = financial_accounts
|
|
1426
|
-
end
|
|
1427
|
-
end
|
|
1428
|
-
# Can provision a financial address to credit/debit a FinancialAccount.
|
|
1429
|
-
attr_accessor :financial_addresses
|
|
1430
|
-
# Can hold storage-type funds on Stripe.
|
|
1431
|
-
attr_accessor :holds_currencies
|
|
1432
|
-
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
1433
|
-
attr_accessor :inbound_transfers
|
|
1434
|
-
# Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
1435
|
-
attr_accessor :outbound_payments
|
|
1436
|
-
# Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
1437
|
-
attr_accessor :outbound_transfers
|
|
1438
|
-
|
|
1439
|
-
def initialize(
|
|
1440
|
-
financial_addresses: nil,
|
|
1441
|
-
holds_currencies: nil,
|
|
1442
|
-
inbound_transfers: nil,
|
|
1443
|
-
outbound_payments: nil,
|
|
1444
|
-
outbound_transfers: nil
|
|
1445
|
-
)
|
|
1446
|
-
@financial_addresses = financial_addresses
|
|
1447
|
-
@holds_currencies = holds_currencies
|
|
1448
|
-
@inbound_transfers = inbound_transfers
|
|
1449
|
-
@outbound_payments = outbound_payments
|
|
1450
|
-
@outbound_transfers = outbound_transfers
|
|
1451
|
-
end
|
|
1452
|
-
end
|
|
1453
|
-
|
|
1454
|
-
class RegulatedActivity < ::Stripe::RequestParams
|
|
1455
|
-
# A detailed description of the regulated activities the business is licensed to conduct.
|
|
1456
|
-
attr_accessor :description
|
|
1457
|
-
# The license number or registration number assigned by the business's primary regulator.
|
|
1458
|
-
attr_accessor :license_number
|
|
1459
|
-
# The country of the primary regulatory authority that oversees the business's regulated activities.
|
|
1460
|
-
attr_accessor :primary_regulatory_authority_country
|
|
1461
|
-
# The name of the primary regulatory authority that oversees the business's regulated activities.
|
|
1462
|
-
attr_accessor :primary_regulatory_authority_name
|
|
1463
|
-
|
|
1464
|
-
def initialize(
|
|
1465
|
-
description: nil,
|
|
1466
|
-
license_number: nil,
|
|
1467
|
-
primary_regulatory_authority_country: nil,
|
|
1468
|
-
primary_regulatory_authority_name: nil
|
|
1469
|
-
)
|
|
1470
|
-
@description = description
|
|
1471
|
-
@license_number = license_number
|
|
1472
|
-
@primary_regulatory_authority_country = primary_regulatory_authority_country
|
|
1473
|
-
@primary_regulatory_authority_name = primary_regulatory_authority_name
|
|
1474
|
-
end
|
|
1475
|
-
end
|
|
1476
|
-
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
1477
|
-
attr_accessor :applied
|
|
1478
|
-
# Capabilities to request on the Storer Configuration.
|
|
1479
|
-
attr_accessor :capabilities
|
|
1480
|
-
# List of high-risk activities the business is involved in.
|
|
1481
|
-
attr_accessor :high_risk_activities
|
|
1482
|
-
# An explanation of the high risk activities that the business performs.
|
|
1483
|
-
attr_accessor :high_risk_activities_description
|
|
1484
|
-
# Description of the money services offered by the business.
|
|
1485
|
-
attr_accessor :money_services_description
|
|
1486
|
-
# Does the business operate in any prohibited countries.
|
|
1487
|
-
attr_accessor :operates_in_prohibited_countries
|
|
1488
|
-
# Does the business participate in any regulated activity.
|
|
1489
|
-
attr_accessor :participates_in_regulated_activity
|
|
1490
|
-
# Primary purpose of the stored funds.
|
|
1491
|
-
attr_accessor :purpose_of_funds
|
|
1492
|
-
# Description of the purpose of the stored funds.
|
|
1493
|
-
attr_accessor :purpose_of_funds_description
|
|
1494
|
-
# Details of the regulated activity if the business participates in one.
|
|
1495
|
-
attr_accessor :regulated_activity
|
|
1496
|
-
# The source of funds for the business, e.g. profits, income, venture capital, etc.
|
|
1497
|
-
attr_accessor :source_of_funds
|
|
1498
|
-
# Description of the source of funds for the business' account.
|
|
1499
|
-
attr_accessor :source_of_funds_description
|
|
1500
|
-
|
|
1501
|
-
def initialize(
|
|
1502
|
-
applied: nil,
|
|
1503
|
-
capabilities: nil,
|
|
1504
|
-
high_risk_activities: nil,
|
|
1505
|
-
high_risk_activities_description: nil,
|
|
1506
|
-
money_services_description: nil,
|
|
1507
|
-
operates_in_prohibited_countries: nil,
|
|
1508
|
-
participates_in_regulated_activity: nil,
|
|
1509
|
-
purpose_of_funds: nil,
|
|
1510
|
-
purpose_of_funds_description: nil,
|
|
1511
|
-
regulated_activity: nil,
|
|
1512
|
-
source_of_funds: nil,
|
|
1513
|
-
source_of_funds_description: nil
|
|
1514
|
-
)
|
|
1011
|
+
def initialize(applied: nil, capabilities: nil)
|
|
1515
1012
|
@applied = applied
|
|
1516
1013
|
@capabilities = capabilities
|
|
1517
|
-
@high_risk_activities = high_risk_activities
|
|
1518
|
-
@high_risk_activities_description = high_risk_activities_description
|
|
1519
|
-
@money_services_description = money_services_description
|
|
1520
|
-
@operates_in_prohibited_countries = operates_in_prohibited_countries
|
|
1521
|
-
@participates_in_regulated_activity = participates_in_regulated_activity
|
|
1522
|
-
@purpose_of_funds = purpose_of_funds
|
|
1523
|
-
@purpose_of_funds_description = purpose_of_funds_description
|
|
1524
|
-
@regulated_activity = regulated_activity
|
|
1525
|
-
@source_of_funds = source_of_funds
|
|
1526
|
-
@source_of_funds_description = source_of_funds_description
|
|
1527
1014
|
end
|
|
1528
1015
|
end
|
|
1529
|
-
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
1530
|
-
attr_accessor :card_creator
|
|
1531
1016
|
# The Customer Configuration allows the Account to be charged.
|
|
1532
1017
|
attr_accessor :customer
|
|
1533
|
-
#
|
|
1018
|
+
# Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
|
|
1534
1019
|
attr_accessor :merchant
|
|
1535
|
-
# The Recipient Configuration allows the Account to receive funds.
|
|
1020
|
+
# The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
1536
1021
|
attr_accessor :recipient
|
|
1537
|
-
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1538
|
-
attr_accessor :storer
|
|
1539
1022
|
|
|
1540
|
-
def initialize(
|
|
1541
|
-
card_creator: nil,
|
|
1542
|
-
customer: nil,
|
|
1543
|
-
merchant: nil,
|
|
1544
|
-
recipient: nil,
|
|
1545
|
-
storer: nil
|
|
1546
|
-
)
|
|
1547
|
-
@card_creator = card_creator
|
|
1023
|
+
def initialize(customer: nil, merchant: nil, recipient: nil)
|
|
1548
1024
|
@customer = customer
|
|
1549
1025
|
@merchant = merchant
|
|
1550
1026
|
@recipient = recipient
|
|
1551
|
-
@storer = storer
|
|
1552
1027
|
end
|
|
1553
1028
|
end
|
|
1554
1029
|
|
|
@@ -1682,395 +1157,6 @@ module Stripe
|
|
|
1682
1157
|
end
|
|
1683
1158
|
end
|
|
1684
1159
|
|
|
1685
|
-
class CardCreator < ::Stripe::RequestParams
|
|
1686
|
-
class Commercial < ::Stripe::RequestParams
|
|
1687
|
-
class AccountHolder < ::Stripe::RequestParams
|
|
1688
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1689
|
-
attr_accessor :date
|
|
1690
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1691
|
-
attr_accessor :ip
|
|
1692
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1693
|
-
attr_accessor :user_agent
|
|
1694
|
-
|
|
1695
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1696
|
-
@date = date
|
|
1697
|
-
@ip = ip
|
|
1698
|
-
@user_agent = user_agent
|
|
1699
|
-
end
|
|
1700
|
-
end
|
|
1701
|
-
|
|
1702
|
-
class Celtic < ::Stripe::RequestParams
|
|
1703
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1704
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1705
|
-
attr_accessor :date
|
|
1706
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1707
|
-
attr_accessor :ip
|
|
1708
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1709
|
-
attr_accessor :user_agent
|
|
1710
|
-
|
|
1711
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1712
|
-
@date = date
|
|
1713
|
-
@ip = ip
|
|
1714
|
-
@user_agent = user_agent
|
|
1715
|
-
end
|
|
1716
|
-
end
|
|
1717
|
-
|
|
1718
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1719
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1720
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1721
|
-
attr_accessor :date
|
|
1722
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1723
|
-
attr_accessor :ip
|
|
1724
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1725
|
-
attr_accessor :user_agent
|
|
1726
|
-
|
|
1727
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1728
|
-
@date = date
|
|
1729
|
-
@ip = ip
|
|
1730
|
-
@user_agent = user_agent
|
|
1731
|
-
end
|
|
1732
|
-
end
|
|
1733
|
-
|
|
1734
|
-
class Platform < ::Stripe::RequestParams
|
|
1735
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1736
|
-
attr_accessor :date
|
|
1737
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1738
|
-
attr_accessor :ip
|
|
1739
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1740
|
-
attr_accessor :user_agent
|
|
1741
|
-
|
|
1742
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1743
|
-
@date = date
|
|
1744
|
-
@ip = ip
|
|
1745
|
-
@user_agent = user_agent
|
|
1746
|
-
end
|
|
1747
|
-
end
|
|
1748
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1749
|
-
attr_accessor :bank_terms
|
|
1750
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1751
|
-
attr_accessor :platform
|
|
1752
|
-
|
|
1753
|
-
def initialize(bank_terms: nil, platform: nil)
|
|
1754
|
-
@bank_terms = bank_terms
|
|
1755
|
-
@platform = platform
|
|
1756
|
-
end
|
|
1757
|
-
end
|
|
1758
|
-
|
|
1759
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1760
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1761
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1762
|
-
attr_accessor :date
|
|
1763
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1764
|
-
attr_accessor :ip
|
|
1765
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1766
|
-
attr_accessor :user_agent
|
|
1767
|
-
|
|
1768
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1769
|
-
@date = date
|
|
1770
|
-
@ip = ip
|
|
1771
|
-
@user_agent = user_agent
|
|
1772
|
-
end
|
|
1773
|
-
end
|
|
1774
|
-
|
|
1775
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1776
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1777
|
-
attr_accessor :date
|
|
1778
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1779
|
-
attr_accessor :ip
|
|
1780
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1781
|
-
attr_accessor :user_agent
|
|
1782
|
-
|
|
1783
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1784
|
-
@date = date
|
|
1785
|
-
@ip = ip
|
|
1786
|
-
@user_agent = user_agent
|
|
1787
|
-
end
|
|
1788
|
-
end
|
|
1789
|
-
|
|
1790
|
-
class Platform < ::Stripe::RequestParams
|
|
1791
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1792
|
-
attr_accessor :date
|
|
1793
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1794
|
-
attr_accessor :ip
|
|
1795
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1796
|
-
attr_accessor :user_agent
|
|
1797
|
-
|
|
1798
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1799
|
-
@date = date
|
|
1800
|
-
@ip = ip
|
|
1801
|
-
@user_agent = user_agent
|
|
1802
|
-
end
|
|
1803
|
-
end
|
|
1804
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1805
|
-
attr_accessor :bank_terms
|
|
1806
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1807
|
-
attr_accessor :financing_disclosures
|
|
1808
|
-
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1809
|
-
attr_accessor :platform
|
|
1810
|
-
|
|
1811
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1812
|
-
@bank_terms = bank_terms
|
|
1813
|
-
@financing_disclosures = financing_disclosures
|
|
1814
|
-
@platform = platform
|
|
1815
|
-
end
|
|
1816
|
-
end
|
|
1817
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
1818
|
-
attr_accessor :apple_pay
|
|
1819
|
-
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1820
|
-
attr_accessor :charge_card
|
|
1821
|
-
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1822
|
-
attr_accessor :spend_card
|
|
1823
|
-
|
|
1824
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1825
|
-
@apple_pay = apple_pay
|
|
1826
|
-
@charge_card = charge_card
|
|
1827
|
-
@spend_card = spend_card
|
|
1828
|
-
end
|
|
1829
|
-
end
|
|
1830
|
-
|
|
1831
|
-
class CrossRiverBank < ::Stripe::RequestParams
|
|
1832
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1833
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1834
|
-
attr_accessor :date
|
|
1835
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1836
|
-
attr_accessor :ip
|
|
1837
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1838
|
-
attr_accessor :user_agent
|
|
1839
|
-
|
|
1840
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1841
|
-
@date = date
|
|
1842
|
-
@ip = ip
|
|
1843
|
-
@user_agent = user_agent
|
|
1844
|
-
end
|
|
1845
|
-
end
|
|
1846
|
-
|
|
1847
|
-
class ChargeCard < ::Stripe::RequestParams
|
|
1848
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1849
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1850
|
-
attr_accessor :date
|
|
1851
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1852
|
-
attr_accessor :ip
|
|
1853
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1854
|
-
attr_accessor :user_agent
|
|
1855
|
-
|
|
1856
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1857
|
-
@date = date
|
|
1858
|
-
@ip = ip
|
|
1859
|
-
@user_agent = user_agent
|
|
1860
|
-
end
|
|
1861
|
-
end
|
|
1862
|
-
|
|
1863
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1864
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1865
|
-
attr_accessor :date
|
|
1866
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1867
|
-
attr_accessor :ip
|
|
1868
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1869
|
-
attr_accessor :user_agent
|
|
1870
|
-
|
|
1871
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1872
|
-
@date = date
|
|
1873
|
-
@ip = ip
|
|
1874
|
-
@user_agent = user_agent
|
|
1875
|
-
end
|
|
1876
|
-
end
|
|
1877
|
-
|
|
1878
|
-
class Platform < ::Stripe::RequestParams
|
|
1879
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1880
|
-
attr_accessor :date
|
|
1881
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1882
|
-
attr_accessor :ip
|
|
1883
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1884
|
-
attr_accessor :user_agent
|
|
1885
|
-
|
|
1886
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1887
|
-
@date = date
|
|
1888
|
-
@ip = ip
|
|
1889
|
-
@user_agent = user_agent
|
|
1890
|
-
end
|
|
1891
|
-
end
|
|
1892
|
-
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1893
|
-
attr_accessor :bank_terms
|
|
1894
|
-
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1895
|
-
attr_accessor :financing_disclosures
|
|
1896
|
-
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1897
|
-
attr_accessor :platform
|
|
1898
|
-
|
|
1899
|
-
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1900
|
-
@bank_terms = bank_terms
|
|
1901
|
-
@financing_disclosures = financing_disclosures
|
|
1902
|
-
@platform = platform
|
|
1903
|
-
end
|
|
1904
|
-
end
|
|
1905
|
-
|
|
1906
|
-
class SpendCard < ::Stripe::RequestParams
|
|
1907
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1908
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1909
|
-
attr_accessor :date
|
|
1910
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1911
|
-
attr_accessor :ip
|
|
1912
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1913
|
-
attr_accessor :user_agent
|
|
1914
|
-
|
|
1915
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1916
|
-
@date = date
|
|
1917
|
-
@ip = ip
|
|
1918
|
-
@user_agent = user_agent
|
|
1919
|
-
end
|
|
1920
|
-
end
|
|
1921
|
-
|
|
1922
|
-
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1923
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1924
|
-
attr_accessor :date
|
|
1925
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1926
|
-
attr_accessor :ip
|
|
1927
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1928
|
-
attr_accessor :user_agent
|
|
1929
|
-
|
|
1930
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1931
|
-
@date = date
|
|
1932
|
-
@ip = ip
|
|
1933
|
-
@user_agent = user_agent
|
|
1934
|
-
end
|
|
1935
|
-
end
|
|
1936
|
-
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1937
|
-
attr_accessor :bank_terms
|
|
1938
|
-
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1939
|
-
attr_accessor :financing_disclosures
|
|
1940
|
-
|
|
1941
|
-
def initialize(bank_terms: nil, financing_disclosures: nil)
|
|
1942
|
-
@bank_terms = bank_terms
|
|
1943
|
-
@financing_disclosures = financing_disclosures
|
|
1944
|
-
end
|
|
1945
|
-
end
|
|
1946
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
1947
|
-
attr_accessor :apple_pay
|
|
1948
|
-
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
1949
|
-
attr_accessor :charge_card
|
|
1950
|
-
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
1951
|
-
attr_accessor :spend_card
|
|
1952
|
-
|
|
1953
|
-
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
1954
|
-
@apple_pay = apple_pay
|
|
1955
|
-
@charge_card = charge_card
|
|
1956
|
-
@spend_card = spend_card
|
|
1957
|
-
end
|
|
1958
|
-
end
|
|
1959
|
-
|
|
1960
|
-
class GlobalAccountHolder < ::Stripe::RequestParams
|
|
1961
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1962
|
-
attr_accessor :date
|
|
1963
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1964
|
-
attr_accessor :ip
|
|
1965
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1966
|
-
attr_accessor :user_agent
|
|
1967
|
-
|
|
1968
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1969
|
-
@date = date
|
|
1970
|
-
@ip = ip
|
|
1971
|
-
@user_agent = user_agent
|
|
1972
|
-
end
|
|
1973
|
-
end
|
|
1974
|
-
|
|
1975
|
-
class Lead < ::Stripe::RequestParams
|
|
1976
|
-
class ApplePay < ::Stripe::RequestParams
|
|
1977
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1978
|
-
attr_accessor :date
|
|
1979
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1980
|
-
attr_accessor :ip
|
|
1981
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1982
|
-
attr_accessor :user_agent
|
|
1983
|
-
|
|
1984
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1985
|
-
@date = date
|
|
1986
|
-
@ip = ip
|
|
1987
|
-
@user_agent = user_agent
|
|
1988
|
-
end
|
|
1989
|
-
end
|
|
1990
|
-
|
|
1991
|
-
class PrepaidCard < ::Stripe::RequestParams
|
|
1992
|
-
class BankTerms < ::Stripe::RequestParams
|
|
1993
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1994
|
-
attr_accessor :date
|
|
1995
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1996
|
-
attr_accessor :ip
|
|
1997
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1998
|
-
attr_accessor :user_agent
|
|
1999
|
-
|
|
2000
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2001
|
-
@date = date
|
|
2002
|
-
@ip = ip
|
|
2003
|
-
@user_agent = user_agent
|
|
2004
|
-
end
|
|
2005
|
-
end
|
|
2006
|
-
|
|
2007
|
-
class Platform < ::Stripe::RequestParams
|
|
2008
|
-
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2009
|
-
attr_accessor :date
|
|
2010
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
2011
|
-
attr_accessor :ip
|
|
2012
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2013
|
-
attr_accessor :user_agent
|
|
2014
|
-
|
|
2015
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2016
|
-
@date = date
|
|
2017
|
-
@ip = ip
|
|
2018
|
-
@user_agent = user_agent
|
|
2019
|
-
end
|
|
2020
|
-
end
|
|
2021
|
-
# Bank terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2022
|
-
attr_accessor :bank_terms
|
|
2023
|
-
# Platform terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2024
|
-
attr_accessor :platform
|
|
2025
|
-
|
|
2026
|
-
def initialize(bank_terms: nil, platform: nil)
|
|
2027
|
-
@bank_terms = bank_terms
|
|
2028
|
-
@platform = platform
|
|
2029
|
-
end
|
|
2030
|
-
end
|
|
2031
|
-
# Terms of service acceptances for commercial issuing Apple Pay cards with Lead as BIN sponsor.
|
|
2032
|
-
attr_accessor :apple_pay
|
|
2033
|
-
# Terms of service acceptances for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2034
|
-
attr_accessor :prepaid_card
|
|
2035
|
-
|
|
2036
|
-
def initialize(apple_pay: nil, prepaid_card: nil)
|
|
2037
|
-
@apple_pay = apple_pay
|
|
2038
|
-
@prepaid_card = prepaid_card
|
|
2039
|
-
end
|
|
2040
|
-
end
|
|
2041
|
-
# Terms of service acceptances for Stripe commercial card issuing.
|
|
2042
|
-
attr_accessor :account_holder
|
|
2043
|
-
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
2044
|
-
attr_accessor :celtic
|
|
2045
|
-
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
2046
|
-
attr_accessor :cross_river_bank
|
|
2047
|
-
# Terms of service acceptances for Stripe commercial card Global issuing.
|
|
2048
|
-
attr_accessor :global_account_holder
|
|
2049
|
-
# Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
|
|
2050
|
-
attr_accessor :lead
|
|
2051
|
-
|
|
2052
|
-
def initialize(
|
|
2053
|
-
account_holder: nil,
|
|
2054
|
-
celtic: nil,
|
|
2055
|
-
cross_river_bank: nil,
|
|
2056
|
-
global_account_holder: nil,
|
|
2057
|
-
lead: nil
|
|
2058
|
-
)
|
|
2059
|
-
@account_holder = account_holder
|
|
2060
|
-
@celtic = celtic
|
|
2061
|
-
@cross_river_bank = cross_river_bank
|
|
2062
|
-
@global_account_holder = global_account_holder
|
|
2063
|
-
@lead = lead
|
|
2064
|
-
end
|
|
2065
|
-
end
|
|
2066
|
-
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
2067
|
-
attr_accessor :commercial
|
|
2068
|
-
|
|
2069
|
-
def initialize(commercial: nil)
|
|
2070
|
-
@commercial = commercial
|
|
2071
|
-
end
|
|
2072
|
-
end
|
|
2073
|
-
|
|
2074
1160
|
class CryptoStorer < ::Stripe::RequestParams
|
|
2075
1161
|
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2076
1162
|
attr_accessor :date
|
|
@@ -2102,16 +1188,13 @@ module Stripe
|
|
|
2102
1188
|
end
|
|
2103
1189
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
2104
1190
|
attr_accessor :account
|
|
2105
|
-
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
2106
|
-
attr_accessor :card_creator
|
|
2107
1191
|
# Details on the Account's acceptance of Crypto-storer-specific terms of service.
|
|
2108
1192
|
attr_accessor :crypto_storer
|
|
2109
1193
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
2110
1194
|
attr_accessor :storer
|
|
2111
1195
|
|
|
2112
|
-
def initialize(account: nil,
|
|
1196
|
+
def initialize(account: nil, crypto_storer: nil, storer: nil)
|
|
2113
1197
|
@account = account
|
|
2114
|
-
@card_creator = card_creator
|
|
2115
1198
|
@crypto_storer = crypto_storer
|
|
2116
1199
|
@storer = storer
|
|
2117
1200
|
end
|
|
@@ -2156,7 +1239,7 @@ module Stripe
|
|
|
2156
1239
|
attr_accessor :postal_code
|
|
2157
1240
|
# State, county, province, or region.
|
|
2158
1241
|
attr_accessor :state
|
|
2159
|
-
# Town or
|
|
1242
|
+
# Town or district.
|
|
2160
1243
|
attr_accessor :town
|
|
2161
1244
|
|
|
2162
1245
|
def initialize(
|
|
@@ -2427,7 +1510,7 @@ module Stripe
|
|
|
2427
1510
|
attr_accessor :postal_code
|
|
2428
1511
|
# State, county, province, or region.
|
|
2429
1512
|
attr_accessor :state
|
|
2430
|
-
# Town or
|
|
1513
|
+
# Town or district.
|
|
2431
1514
|
attr_accessor :town
|
|
2432
1515
|
|
|
2433
1516
|
def initialize(
|
|
@@ -2462,7 +1545,7 @@ module Stripe
|
|
|
2462
1545
|
attr_accessor :postal_code
|
|
2463
1546
|
# State, county, province, or region.
|
|
2464
1547
|
attr_accessor :state
|
|
2465
|
-
# Town or
|
|
1548
|
+
# Town or district.
|
|
2466
1549
|
attr_accessor :town
|
|
2467
1550
|
|
|
2468
1551
|
def initialize(
|
|
@@ -2526,11 +1609,9 @@ module Stripe
|
|
|
2526
1609
|
attr_accessor :address
|
|
2527
1610
|
# The business gross annual revenue for its preceding fiscal year.
|
|
2528
1611
|
attr_accessor :annual_revenue
|
|
2529
|
-
# A detailed description of the business's compliance and anti-money laundering controls and practices.
|
|
2530
|
-
attr_accessor :compliance_screening_description
|
|
2531
1612
|
# A document verifying the business.
|
|
2532
1613
|
attr_accessor :documents
|
|
2533
|
-
#
|
|
1614
|
+
# Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).
|
|
2534
1615
|
attr_accessor :estimated_worker_count
|
|
2535
1616
|
# The ID numbers of a business entity.
|
|
2536
1617
|
attr_accessor :id_numbers
|
|
@@ -2550,7 +1631,6 @@ module Stripe
|
|
|
2550
1631
|
def initialize(
|
|
2551
1632
|
address: nil,
|
|
2552
1633
|
annual_revenue: nil,
|
|
2553
|
-
compliance_screening_description: nil,
|
|
2554
1634
|
documents: nil,
|
|
2555
1635
|
estimated_worker_count: nil,
|
|
2556
1636
|
id_numbers: nil,
|
|
@@ -2563,7 +1643,6 @@ module Stripe
|
|
|
2563
1643
|
)
|
|
2564
1644
|
@address = address
|
|
2565
1645
|
@annual_revenue = annual_revenue
|
|
2566
|
-
@compliance_screening_description = compliance_screening_description
|
|
2567
1646
|
@documents = documents
|
|
2568
1647
|
@estimated_worker_count = estimated_worker_count
|
|
2569
1648
|
@id_numbers = id_numbers
|
|
@@ -2592,7 +1671,7 @@ module Stripe
|
|
|
2592
1671
|
attr_accessor :purpose
|
|
2593
1672
|
# State, county, province, or region.
|
|
2594
1673
|
attr_accessor :state
|
|
2595
|
-
# Town or
|
|
1674
|
+
# Town or district.
|
|
2596
1675
|
attr_accessor :town
|
|
2597
1676
|
|
|
2598
1677
|
def initialize(
|
|
@@ -2647,7 +1726,7 @@ module Stripe
|
|
|
2647
1726
|
attr_accessor :postal_code
|
|
2648
1727
|
# State, county, province, or region.
|
|
2649
1728
|
attr_accessor :state
|
|
2650
|
-
# Town or
|
|
1729
|
+
# Town or district.
|
|
2651
1730
|
attr_accessor :town
|
|
2652
1731
|
|
|
2653
1732
|
def initialize(
|
|
@@ -2845,7 +1924,7 @@ module Stripe
|
|
|
2845
1924
|
attr_accessor :postal_code
|
|
2846
1925
|
# State, county, province, or region.
|
|
2847
1926
|
attr_accessor :state
|
|
2848
|
-
# Town or
|
|
1927
|
+
# Town or district.
|
|
2849
1928
|
attr_accessor :town
|
|
2850
1929
|
|
|
2851
1930
|
def initialize(
|
|
@@ -2880,7 +1959,7 @@ module Stripe
|
|
|
2880
1959
|
attr_accessor :postal_code
|
|
2881
1960
|
# State, county, province, or region.
|
|
2882
1961
|
attr_accessor :state
|
|
2883
|
-
# Town or
|
|
1962
|
+
# Town or district.
|
|
2884
1963
|
attr_accessor :town
|
|
2885
1964
|
|
|
2886
1965
|
def initialize(
|