stripe 19.2.0.pre.beta.2 → 19.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +3 -36
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -87
- data/lib/stripe/event_types.rb +0 -228
- data/lib/stripe/object_types.rb +0 -61
- data/lib/stripe/params/account_create_params.rb +17 -364
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +16 -326
- data/lib/stripe/params/balance_settings_update_params.rb +42 -2
- data/lib/stripe/params/charge_capture_params.rb +0 -1646
- data/lib/stripe/params/charge_create_params.rb +4 -1
- data/lib/stripe/params/charge_update_params.rb +0 -1646
- data/lib/stripe/params/checkout/session_create_params.rb +31 -141
- data/lib/stripe/params/checkout/session_update_params.rb +1 -176
- data/lib/stripe/params/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -64
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -70
- data/lib/stripe/params/invoice_create_preview_params.rb +13 -790
- data/lib/stripe/params/invoice_item_create_params.rb +1 -33
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -48
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_update_params.rb +2 -70
- data/lib/stripe/params/issuing/cardholder_create_params.rb +1 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_capture_params.rb +3 -1645
- data/lib/stripe/params/payment_intent_confirm_params.rb +136 -3038
- data/lib/stripe/params/payment_intent_create_params.rb +167 -3043
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +2 -39
- data/lib/stripe/params/payment_intent_update_params.rb +121 -3034
- data/lib/stripe/params/payment_link_create_params.rb +30 -16
- data/lib/stripe/params/payment_link_update_params.rb +29 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +24 -87
- data/lib/stripe/params/payment_method_configuration_list_params.rb +4 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +24 -87
- data/lib/stripe/params/payment_method_create_params.rb +11 -75
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +0 -15
- data/lib/stripe/params/price_create_params.rb +0 -15
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/product_create_params.rb +0 -16
- data/lib/stripe/params/product_update_params.rb +0 -16
- data/lib/stripe/params/quote_create_params.rb +3 -809
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -817
- data/lib/stripe/params/setup_intent_confirm_params.rb +21 -110
- data/lib/stripe/params/setup_intent_create_params.rb +21 -110
- data/lib/stripe/params/setup_intent_update_params.rb +21 -110
- data/lib/stripe/params/subscription_create_params.rb +11 -181
- data/lib/stripe/params/subscription_item_create_params.rb +3 -69
- data/lib/stripe/params/subscription_item_delete_params.rb +1 -7
- data/lib/stripe/params/subscription_item_update_params.rb +2 -52
- data/lib/stripe/params/subscription_schedule_create_params.rb +9 -167
- data/lib/stripe/params/subscription_schedule_update_params.rb +9 -167
- data/lib/stripe/params/subscription_update_params.rb +11 -161
- data/lib/stripe/params/tax/calculation_create_params.rb +0 -4
- data/lib/stripe/params/tax/registration_create_params.rb +0 -104
- data/lib/stripe/params/terminal/configuration_create_params.rb +52 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +52 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +4 -1
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- 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 +1 -8
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +0 -4
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/v2/core/account_create_params.rb +33 -288
- data/lib/stripe/params/v2/core/account_token_create_params.rb +28 -18
- data/lib/stripe/params/v2/core/account_update_params.rb +33 -281
- data/lib/stripe/params.rb +1342 -795
- data/lib/stripe/railtie.rb +8 -0
- data/lib/stripe/resources/account.rb +5 -259
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/balance_settings.rb +42 -2
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -4
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/charge.rb +36 -211
- data/lib/stripe/resources/checkout/session.rb +26 -82
- data/lib/stripe/resources/confirmation_token.rb +20 -125
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +2 -2
- data/lib/stripe/resources/dispute.rb +0 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +0 -57
- data/lib/stripe/resources/financial_connections/session.rb +1 -125
- data/lib/stripe/resources/invoice.rb +3 -117
- data/lib/stripe/resources/invoice_item.rb +34 -3
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/issuing/dispute.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +0 -42
- data/lib/stripe/resources/mandate.rb +13 -12
- data/lib/stripe/resources/payment_attempt_record.rb +41 -187
- data/lib/stripe/resources/payment_intent.rb +96 -1583
- data/lib/stripe/resources/payment_link.rb +40 -0
- data/lib/stripe/resources/payment_method.rb +21 -130
- data/lib/stripe/resources/payment_method_configuration.rb +20 -122
- data/lib/stripe/resources/payment_record.rb +41 -187
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/product.rb +0 -18
- data/lib/stripe/resources/quote.rb +2 -569
- data/lib/stripe/resources/radar/payment_evaluation.rb +1 -1
- data/lib/stripe/resources/refund.rb +13 -18
- data/lib/stripe/resources/reserve/hold.rb +0 -7
- data/lib/stripe/resources/reserve/release.rb +0 -12
- data/lib/stripe/resources/setup_attempt.rb +4 -26
- data/lib/stripe/resources/setup_intent.rb +27 -22
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +10 -107
- data/lib/stripe/resources/subscription_item.rb +1 -41
- data/lib/stripe/resources/subscription_schedule.rb +5 -198
- data/lib/stripe/resources/tax/calculation_line_item.rb +0 -2
- data/lib/stripe/resources/tax/registration.rb +0 -128
- data/lib/stripe/resources/tax_code.rb +1 -15
- data/lib/stripe/resources/terminal/configuration.rb +64 -16
- data/lib/stripe/resources/terminal/reader.rb +116 -8
- data/lib/stripe/resources/transfer.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_payment.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources/v2/commerce/product_catalog_import.rb +1 -1
- data/lib/stripe/resources/v2/core/account.rb +40 -607
- data/lib/stripe/resources/v2/core/account_token.rb +1 -1
- data/lib/stripe/resources/v2/core/event.rb +1 -0
- data/lib/stripe/resources.rb +500 -301
- data/lib/stripe/services/account_service.rb +0 -15
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/credit_note_service.rb +0 -14
- data/lib/stripe/services/customer_service.rb +0 -15
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -3
- data/lib/stripe/services/invoice_service.rb +0 -41
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +3 -38
- data/lib/stripe/services/promotion_code_service.rb +0 -29
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -55
- data/lib/stripe/services/subscription_service.rb +2 -32
- data/lib/stripe/services/tax_service.rb +1 -3
- 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 -5
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_token_service.rb +5 -1
- data/lib/stripe/services/v2/core/event_service.rb +2 -1
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -8
- data/lib/stripe/services.rb +469 -268
- data/lib/stripe/stripe_client.rb +1 -8
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +25 -58
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +53183 -118054
- metadata +5 -377
- 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_batch_job_batch_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +0 -75
- data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb +0 -44
- 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_created_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_transaction_created_event.rb +0 -63
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +0 -97
- 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/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- 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_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/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/authorization_retrieve_params.rb +0 -15
- 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/invoice_detach_payment_params.rb +0 -16
- 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/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_create_params.rb +0 -2083
- data/lib/stripe/params/order_list_params.rb +0 -25
- 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 -2087
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -297
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- 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 -63
- 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/reserve/hold_list_params.rb +0 -53
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/release_list_params.rb +0 -41
- data/lib/stripe/params/reserve/release_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +0 -67
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +0 -15
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -578
- 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/tax/location_create_params.rb +0 -54
- data/lib/stripe/params/tax/location_list_params.rb +0 -27
- data/lib/stripe/params/tax/location_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
- 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 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- 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 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -257
- 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 -263
- 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/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/core/batch_job_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +0 -58
- data/lib/stripe/params/v2/core/batch_job_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 -58
- 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 -37
- 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/data/reporting/query_run_create_params.rb +0 -31
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +0 -17
- data/lib/stripe/params/v2/extend/workflow_list_params.rb +0 -21
- data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +0 -23
- data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/iam/activity_log_list_params.rb +0 -23
- 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/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 -20
- 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 -50
- 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 -102
- 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 -67
- 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 -92
- 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 -87
- 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 -77
- 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/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/network/business_profile_me_params.rb +0 -10
- data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +0 -17
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +0 -20
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -23
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
- data/lib/stripe/resources/capital/financing_offer.rb +0 -142
- data/lib/stripe/resources/capital/financing_summary.rb +0 -82
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/authorization.rb +0 -82
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- 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/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -927
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -189
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -103
- data/lib/stripe/resources/quote_line.rb +0 -525
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1181
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -734
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -1766
- data/lib/stripe/resources/shared_payment/issued_token.rb +0 -291
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/tax/location.rb +0 -72
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -91
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -710
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -327
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -316
- data/lib/stripe/resources/v2/billing/profile.rb +0 -47
- data/lib/stripe/resources/v2/core/batch_job.rb +0 -492
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -136
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -105
- data/lib/stripe/resources/v2/data/reporting/query_run.rb +0 -142
- data/lib/stripe/resources/v2/extend/workflow.rb +0 -80
- data/lib/stripe/resources/v2/extend/workflow_run.rb +0 -158
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -29
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -31
- data/lib/stripe/resources/v2/iam/activity_log.rb +0 -187
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -67
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -140
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -160
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -181
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -219
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -144
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -196
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -145
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -83
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -230
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -135
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/resources/v2/network/business_profile.rb +0 -84
- data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +0 -93
- data/lib/stripe/services/account_notice_service.rb +0 -39
- 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/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/authorization_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/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/margin_service.rb +0 -50
- data/lib/stripe/services/order_service.rb +0 -53
- 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/reserve/hold_service.rb +0 -30
- data/lib/stripe/services/reserve/plan_service.rb +0 -19
- data/lib/stripe/services/reserve/release_service.rb +0 -30
- data/lib/stripe/services/reserve_service.rb +0 -15
- data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment/issued_token_service.rb +0 -41
- data/lib/stripe/services/shared_payment_service.rb +0 -14
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/tax/location_service.rb +0 -45
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_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 -69
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/batch_job_service.rb +0 -43
- 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/data/reporting/query_run_service.rb +0 -35
- data/lib/stripe/services/v2/data/reporting_service.rb +0 -17
- data/lib/stripe/services/v2/datum_service.rb +0 -15
- data/lib/stripe/services/v2/extend/workflow_run_service.rb +0 -32
- data/lib/stripe/services/v2/extend/workflow_service.rb +0 -45
- data/lib/stripe/services/v2/extend_service.rb +0 -16
- data/lib/stripe/services/v2/iam/activity_log_service.rb +0 -21
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- 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 -75
- 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 -66
- 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/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 -31
- data/lib/stripe/services/v2/network/business_profile_service.rb +0 -32
- data/lib/stripe/services/v2/network_service.rb +0 -15
- data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +0 -65
- data/lib/stripe/services/v2/orchestrated_commerce_service.rb +0 -15
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/stripe_event_notification_handler.rb +0 -581
|
@@ -32,26 +32,6 @@ module Stripe
|
|
|
32
32
|
@us_bank_account = us_bank_account
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
|
|
36
|
-
class NetworkDetails < ::Stripe::RequestParams
|
|
37
|
-
class Ach < ::Stripe::RequestParams
|
|
38
|
-
# Addenda record data associated with this OutboundTransfer.
|
|
39
|
-
attr_accessor :addenda
|
|
40
|
-
|
|
41
|
-
def initialize(addenda: nil)
|
|
42
|
-
@addenda = addenda
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
# Optional fields for `ach`.
|
|
46
|
-
attr_accessor :ach
|
|
47
|
-
# The type of flow that originated the OutboundTransfer.
|
|
48
|
-
attr_accessor :type
|
|
49
|
-
|
|
50
|
-
def initialize(ach: nil, type: nil)
|
|
51
|
-
@ach = ach
|
|
52
|
-
@type = type
|
|
53
|
-
end
|
|
54
|
-
end
|
|
55
35
|
# Amount (in cents) to be transferred.
|
|
56
36
|
attr_accessor :amount
|
|
57
37
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
@@ -70,8 +50,6 @@ module Stripe
|
|
|
70
50
|
attr_accessor :financial_account
|
|
71
51
|
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
72
52
|
attr_accessor :metadata
|
|
73
|
-
# Details about the network used for the OutboundTransfer.
|
|
74
|
-
attr_accessor :network_details
|
|
75
53
|
# Statement descriptor to be shown on the receiving end of an OutboundTransfer. Maximum 10 characters for `ach` transfers or 140 characters for `us_domestic_wire` transfers. The default value is "transfer". Can only include -#.$&*, spaces, and alphanumeric characters.
|
|
76
54
|
attr_accessor :statement_descriptor
|
|
77
55
|
|
|
@@ -85,7 +63,6 @@ module Stripe
|
|
|
85
63
|
expand: nil,
|
|
86
64
|
financial_account: nil,
|
|
87
65
|
metadata: nil,
|
|
88
|
-
network_details: nil,
|
|
89
66
|
statement_descriptor: nil
|
|
90
67
|
)
|
|
91
68
|
@amount = amount
|
|
@@ -97,7 +74,6 @@ module Stripe
|
|
|
97
74
|
@expand = expand
|
|
98
75
|
@financial_account = financial_account
|
|
99
76
|
@metadata = metadata
|
|
100
|
-
@network_details = network_details
|
|
101
77
|
@statement_descriptor = statement_descriptor
|
|
102
78
|
end
|
|
103
79
|
end
|
|
@@ -29,26 +29,6 @@ module Stripe
|
|
|
29
29
|
@us_bank_account = us_bank_account
|
|
30
30
|
end
|
|
31
31
|
end
|
|
32
|
-
|
|
33
|
-
class NetworkDetails < ::Stripe::RequestParams
|
|
34
|
-
class Ach < ::Stripe::RequestParams
|
|
35
|
-
# ACH Addenda record
|
|
36
|
-
attr_accessor :addenda
|
|
37
|
-
|
|
38
|
-
def initialize(addenda: nil)
|
|
39
|
-
@addenda = addenda
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
# Optional fields for `ach`.
|
|
43
|
-
attr_accessor :ach
|
|
44
|
-
# The type of flow that originated the ReceivedCredit.
|
|
45
|
-
attr_accessor :type
|
|
46
|
-
|
|
47
|
-
def initialize(ach: nil, type: nil)
|
|
48
|
-
@ach = ach
|
|
49
|
-
@type = type
|
|
50
|
-
end
|
|
51
|
-
end
|
|
52
32
|
# Amount (in cents) to be transferred.
|
|
53
33
|
attr_accessor :amount
|
|
54
34
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
@@ -63,8 +43,6 @@ module Stripe
|
|
|
63
43
|
attr_accessor :initiating_payment_method_details
|
|
64
44
|
# Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://docs.stripe.com/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.
|
|
65
45
|
attr_accessor :network
|
|
66
|
-
# Details about the network used for the ReceivedCredit.
|
|
67
|
-
attr_accessor :network_details
|
|
68
46
|
|
|
69
47
|
def initialize(
|
|
70
48
|
amount: nil,
|
|
@@ -73,8 +51,7 @@ module Stripe
|
|
|
73
51
|
expand: nil,
|
|
74
52
|
financial_account: nil,
|
|
75
53
|
initiating_payment_method_details: nil,
|
|
76
|
-
network: nil
|
|
77
|
-
network_details: nil
|
|
54
|
+
network: nil
|
|
78
55
|
)
|
|
79
56
|
@amount = amount
|
|
80
57
|
@currency = currency
|
|
@@ -83,7 +60,6 @@ module Stripe
|
|
|
83
60
|
@financial_account = financial_account
|
|
84
61
|
@initiating_payment_method_details = initiating_payment_method_details
|
|
85
62
|
@network = network
|
|
86
|
-
@network_details = network_details
|
|
87
63
|
end
|
|
88
64
|
end
|
|
89
65
|
end
|
|
@@ -29,26 +29,6 @@ module Stripe
|
|
|
29
29
|
@us_bank_account = us_bank_account
|
|
30
30
|
end
|
|
31
31
|
end
|
|
32
|
-
|
|
33
|
-
class NetworkDetails < ::Stripe::RequestParams
|
|
34
|
-
class Ach < ::Stripe::RequestParams
|
|
35
|
-
# Addenda record data associated with this ReceivedDebit.
|
|
36
|
-
attr_accessor :addenda
|
|
37
|
-
|
|
38
|
-
def initialize(addenda: nil)
|
|
39
|
-
@addenda = addenda
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
# Optional fields for `ach`.
|
|
43
|
-
attr_accessor :ach
|
|
44
|
-
# The type of flow that originated the ReceivedDebit.
|
|
45
|
-
attr_accessor :type
|
|
46
|
-
|
|
47
|
-
def initialize(ach: nil, type: nil)
|
|
48
|
-
@ach = ach
|
|
49
|
-
@type = type
|
|
50
|
-
end
|
|
51
|
-
end
|
|
52
32
|
# Amount (in cents) to be transferred.
|
|
53
33
|
attr_accessor :amount
|
|
54
34
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
@@ -63,8 +43,6 @@ module Stripe
|
|
|
63
43
|
attr_accessor :initiating_payment_method_details
|
|
64
44
|
# Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://docs.stripe.com/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.
|
|
65
45
|
attr_accessor :network
|
|
66
|
-
# Details about the network used for the ReceivedDebit.
|
|
67
|
-
attr_accessor :network_details
|
|
68
46
|
|
|
69
47
|
def initialize(
|
|
70
48
|
amount: nil,
|
|
@@ -73,8 +51,7 @@ module Stripe
|
|
|
73
51
|
expand: nil,
|
|
74
52
|
financial_account: nil,
|
|
75
53
|
initiating_payment_method_details: nil,
|
|
76
|
-
network: nil
|
|
77
|
-
network_details: nil
|
|
54
|
+
network: nil
|
|
78
55
|
)
|
|
79
56
|
@amount = amount
|
|
80
57
|
@currency = currency
|
|
@@ -83,7 +60,6 @@ module Stripe
|
|
|
83
60
|
@financial_account = financial_account
|
|
84
61
|
@initiating_payment_method_details = initiating_payment_method_details
|
|
85
62
|
@network = network
|
|
86
|
-
@network_details = network_details
|
|
87
63
|
end
|
|
88
64
|
end
|
|
89
65
|
end
|
|
@@ -12,13 +12,10 @@ module Stripe
|
|
|
12
12
|
attr_accessor :exempt
|
|
13
13
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
14
14
|
attr_accessor :ip_address
|
|
15
|
-
# The data source used to identify the customer's tax location - defaults to `identity_address`. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions. This behavior is now deprecated for new users.
|
|
16
|
-
attr_accessor :location_source
|
|
17
15
|
|
|
18
|
-
def initialize(exempt: nil, ip_address: nil
|
|
16
|
+
def initialize(exempt: nil, ip_address: nil)
|
|
19
17
|
@exempt = exempt
|
|
20
18
|
@ip_address = ip_address
|
|
21
|
-
@location_source = location_source
|
|
22
19
|
end
|
|
23
20
|
end
|
|
24
21
|
|
|
@@ -862,23 +859,6 @@ module Stripe
|
|
|
862
859
|
end
|
|
863
860
|
end
|
|
864
861
|
|
|
865
|
-
class SmartDisputes < ::Stripe::RequestParams
|
|
866
|
-
class AutoRespond < ::Stripe::RequestParams
|
|
867
|
-
# The preference for Smart Disputes auto-respond.
|
|
868
|
-
attr_accessor :preference
|
|
869
|
-
|
|
870
|
-
def initialize(preference: nil)
|
|
871
|
-
@preference = preference
|
|
872
|
-
end
|
|
873
|
-
end
|
|
874
|
-
# Settings for Smart Disputes auto_respond.
|
|
875
|
-
attr_accessor :auto_respond
|
|
876
|
-
|
|
877
|
-
def initialize(auto_respond: nil)
|
|
878
|
-
@auto_respond = auto_respond
|
|
879
|
-
end
|
|
880
|
-
end
|
|
881
|
-
|
|
882
862
|
class StatementDescriptor < ::Stripe::RequestParams
|
|
883
863
|
# The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don’t set a statement_descriptor_prefix, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the statement_descriptor text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
|
|
884
864
|
attr_accessor :descriptor
|
|
@@ -956,8 +936,6 @@ module Stripe
|
|
|
956
936
|
attr_accessor :mcc
|
|
957
937
|
# Settings for the default text that appears on statements for language variations.
|
|
958
938
|
attr_accessor :script_statement_descriptor
|
|
959
|
-
# Settings used for Smart Disputes.
|
|
960
|
-
attr_accessor :smart_disputes
|
|
961
939
|
# Statement descriptor.
|
|
962
940
|
attr_accessor :statement_descriptor
|
|
963
941
|
# Publicly available contact information for sending support issues to.
|
|
@@ -971,7 +949,6 @@ module Stripe
|
|
|
971
949
|
konbini_payments: nil,
|
|
972
950
|
mcc: nil,
|
|
973
951
|
script_statement_descriptor: nil,
|
|
974
|
-
smart_disputes: nil,
|
|
975
952
|
statement_descriptor: nil,
|
|
976
953
|
support: nil
|
|
977
954
|
)
|
|
@@ -982,7 +959,6 @@ module Stripe
|
|
|
982
959
|
@konbini_payments = konbini_payments
|
|
983
960
|
@mcc = mcc
|
|
984
961
|
@script_statement_descriptor = script_statement_descriptor
|
|
985
|
-
@smart_disputes = smart_disputes
|
|
986
962
|
@statement_descriptor = statement_descriptor
|
|
987
963
|
@support = support
|
|
988
964
|
end
|
|
@@ -990,44 +966,6 @@ module Stripe
|
|
|
990
966
|
|
|
991
967
|
class Recipient < ::Stripe::RequestParams
|
|
992
968
|
class Capabilities < ::Stripe::RequestParams
|
|
993
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
994
|
-
class Local < ::Stripe::RequestParams
|
|
995
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
996
|
-
attr_accessor :requested
|
|
997
|
-
|
|
998
|
-
def initialize(requested: nil)
|
|
999
|
-
@requested = requested
|
|
1000
|
-
end
|
|
1001
|
-
end
|
|
1002
|
-
|
|
1003
|
-
class Wire < ::Stripe::RequestParams
|
|
1004
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1005
|
-
attr_accessor :requested
|
|
1006
|
-
|
|
1007
|
-
def initialize(requested: nil)
|
|
1008
|
-
@requested = requested
|
|
1009
|
-
end
|
|
1010
|
-
end
|
|
1011
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
1012
|
-
attr_accessor :local
|
|
1013
|
-
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
1014
|
-
attr_accessor :wire
|
|
1015
|
-
|
|
1016
|
-
def initialize(local: nil, wire: nil)
|
|
1017
|
-
@local = local
|
|
1018
|
-
@wire = wire
|
|
1019
|
-
end
|
|
1020
|
-
end
|
|
1021
|
-
|
|
1022
|
-
class Cards < ::Stripe::RequestParams
|
|
1023
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1024
|
-
attr_accessor :requested
|
|
1025
|
-
|
|
1026
|
-
def initialize(requested: nil)
|
|
1027
|
-
@requested = requested
|
|
1028
|
-
end
|
|
1029
|
-
end
|
|
1030
|
-
|
|
1031
969
|
class StripeBalance < ::Stripe::RequestParams
|
|
1032
970
|
class StripeTransfers < ::Stripe::RequestParams
|
|
1033
971
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -1044,16 +982,10 @@ module Stripe
|
|
|
1044
982
|
@stripe_transfers = stripe_transfers
|
|
1045
983
|
end
|
|
1046
984
|
end
|
|
1047
|
-
# Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
1048
|
-
attr_accessor :bank_accounts
|
|
1049
|
-
# Capabilities that enable OutboundPayments to a card linked to this Account.
|
|
1050
|
-
attr_accessor :cards
|
|
1051
985
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1052
986
|
attr_accessor :stripe_balance
|
|
1053
987
|
|
|
1054
|
-
def initialize(
|
|
1055
|
-
@bank_accounts = bank_accounts
|
|
1056
|
-
@cards = cards
|
|
988
|
+
def initialize(stripe_balance: nil)
|
|
1057
989
|
@stripe_balance = stripe_balance
|
|
1058
990
|
end
|
|
1059
991
|
end
|
|
@@ -1064,199 +996,17 @@ module Stripe
|
|
|
1064
996
|
@capabilities = capabilities
|
|
1065
997
|
end
|
|
1066
998
|
end
|
|
1067
|
-
|
|
1068
|
-
class Storer < ::Stripe::RequestParams
|
|
1069
|
-
class Capabilities < ::Stripe::RequestParams
|
|
1070
|
-
class FinancialAddresses < ::Stripe::RequestParams
|
|
1071
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1072
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1073
|
-
attr_accessor :requested
|
|
1074
|
-
|
|
1075
|
-
def initialize(requested: nil)
|
|
1076
|
-
@requested = requested
|
|
1077
|
-
end
|
|
1078
|
-
end
|
|
1079
|
-
# Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
1080
|
-
attr_accessor :bank_accounts
|
|
1081
|
-
|
|
1082
|
-
def initialize(bank_accounts: nil)
|
|
1083
|
-
@bank_accounts = bank_accounts
|
|
1084
|
-
end
|
|
1085
|
-
end
|
|
1086
|
-
|
|
1087
|
-
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1088
|
-
class Eur < ::Stripe::RequestParams
|
|
1089
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1090
|
-
attr_accessor :requested
|
|
1091
|
-
|
|
1092
|
-
def initialize(requested: nil)
|
|
1093
|
-
@requested = requested
|
|
1094
|
-
end
|
|
1095
|
-
end
|
|
1096
|
-
|
|
1097
|
-
class Gbp < ::Stripe::RequestParams
|
|
1098
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1099
|
-
attr_accessor :requested
|
|
1100
|
-
|
|
1101
|
-
def initialize(requested: nil)
|
|
1102
|
-
@requested = requested
|
|
1103
|
-
end
|
|
1104
|
-
end
|
|
1105
|
-
|
|
1106
|
-
class Usd < ::Stripe::RequestParams
|
|
1107
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1108
|
-
attr_accessor :requested
|
|
1109
|
-
|
|
1110
|
-
def initialize(requested: nil)
|
|
1111
|
-
@requested = requested
|
|
1112
|
-
end
|
|
1113
|
-
end
|
|
1114
|
-
# Can hold storage-type funds on Stripe in EUR.
|
|
1115
|
-
attr_accessor :eur
|
|
1116
|
-
# Can hold storage-type funds on Stripe in GBP.
|
|
1117
|
-
attr_accessor :gbp
|
|
1118
|
-
# Can hold storage-type funds on Stripe in USD.
|
|
1119
|
-
attr_accessor :usd
|
|
1120
|
-
|
|
1121
|
-
def initialize(eur: nil, gbp: nil, usd: nil)
|
|
1122
|
-
@eur = eur
|
|
1123
|
-
@gbp = gbp
|
|
1124
|
-
@usd = usd
|
|
1125
|
-
end
|
|
1126
|
-
end
|
|
1127
|
-
|
|
1128
|
-
class InboundTransfers < ::Stripe::RequestParams
|
|
1129
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1130
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1131
|
-
attr_accessor :requested
|
|
1132
|
-
|
|
1133
|
-
def initialize(requested: nil)
|
|
1134
|
-
@requested = requested
|
|
1135
|
-
end
|
|
1136
|
-
end
|
|
1137
|
-
# Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
1138
|
-
attr_accessor :bank_accounts
|
|
1139
|
-
|
|
1140
|
-
def initialize(bank_accounts: nil)
|
|
1141
|
-
@bank_accounts = bank_accounts
|
|
1142
|
-
end
|
|
1143
|
-
end
|
|
1144
|
-
|
|
1145
|
-
class OutboundPayments < ::Stripe::RequestParams
|
|
1146
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1147
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1148
|
-
attr_accessor :requested
|
|
1149
|
-
|
|
1150
|
-
def initialize(requested: nil)
|
|
1151
|
-
@requested = requested
|
|
1152
|
-
end
|
|
1153
|
-
end
|
|
1154
|
-
|
|
1155
|
-
class Cards < ::Stripe::RequestParams
|
|
1156
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1157
|
-
attr_accessor :requested
|
|
1158
|
-
|
|
1159
|
-
def initialize(requested: nil)
|
|
1160
|
-
@requested = requested
|
|
1161
|
-
end
|
|
1162
|
-
end
|
|
1163
|
-
|
|
1164
|
-
class FinancialAccounts < ::Stripe::RequestParams
|
|
1165
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1166
|
-
attr_accessor :requested
|
|
1167
|
-
|
|
1168
|
-
def initialize(requested: nil)
|
|
1169
|
-
@requested = requested
|
|
1170
|
-
end
|
|
1171
|
-
end
|
|
1172
|
-
# Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
1173
|
-
attr_accessor :bank_accounts
|
|
1174
|
-
# Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
1175
|
-
attr_accessor :cards
|
|
1176
|
-
# Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
1177
|
-
attr_accessor :financial_accounts
|
|
1178
|
-
|
|
1179
|
-
def initialize(bank_accounts: nil, cards: nil, financial_accounts: nil)
|
|
1180
|
-
@bank_accounts = bank_accounts
|
|
1181
|
-
@cards = cards
|
|
1182
|
-
@financial_accounts = financial_accounts
|
|
1183
|
-
end
|
|
1184
|
-
end
|
|
1185
|
-
|
|
1186
|
-
class OutboundTransfers < ::Stripe::RequestParams
|
|
1187
|
-
class BankAccounts < ::Stripe::RequestParams
|
|
1188
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1189
|
-
attr_accessor :requested
|
|
1190
|
-
|
|
1191
|
-
def initialize(requested: nil)
|
|
1192
|
-
@requested = requested
|
|
1193
|
-
end
|
|
1194
|
-
end
|
|
1195
|
-
|
|
1196
|
-
class FinancialAccounts < ::Stripe::RequestParams
|
|
1197
|
-
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1198
|
-
attr_accessor :requested
|
|
1199
|
-
|
|
1200
|
-
def initialize(requested: nil)
|
|
1201
|
-
@requested = requested
|
|
1202
|
-
end
|
|
1203
|
-
end
|
|
1204
|
-
# Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
1205
|
-
attr_accessor :bank_accounts
|
|
1206
|
-
# Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
1207
|
-
attr_accessor :financial_accounts
|
|
1208
|
-
|
|
1209
|
-
def initialize(bank_accounts: nil, financial_accounts: nil)
|
|
1210
|
-
@bank_accounts = bank_accounts
|
|
1211
|
-
@financial_accounts = financial_accounts
|
|
1212
|
-
end
|
|
1213
|
-
end
|
|
1214
|
-
# Can provision a financial address to credit/debit a FinancialAccount.
|
|
1215
|
-
attr_accessor :financial_addresses
|
|
1216
|
-
# Can hold storage-type funds on Stripe.
|
|
1217
|
-
attr_accessor :holds_currencies
|
|
1218
|
-
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
1219
|
-
attr_accessor :inbound_transfers
|
|
1220
|
-
# Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
1221
|
-
attr_accessor :outbound_payments
|
|
1222
|
-
# Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
1223
|
-
attr_accessor :outbound_transfers
|
|
1224
|
-
|
|
1225
|
-
def initialize(
|
|
1226
|
-
financial_addresses: nil,
|
|
1227
|
-
holds_currencies: nil,
|
|
1228
|
-
inbound_transfers: nil,
|
|
1229
|
-
outbound_payments: nil,
|
|
1230
|
-
outbound_transfers: nil
|
|
1231
|
-
)
|
|
1232
|
-
@financial_addresses = financial_addresses
|
|
1233
|
-
@holds_currencies = holds_currencies
|
|
1234
|
-
@inbound_transfers = inbound_transfers
|
|
1235
|
-
@outbound_payments = outbound_payments
|
|
1236
|
-
@outbound_transfers = outbound_transfers
|
|
1237
|
-
end
|
|
1238
|
-
end
|
|
1239
|
-
# Capabilities to request on the Storer Configuration.
|
|
1240
|
-
attr_accessor :capabilities
|
|
1241
|
-
|
|
1242
|
-
def initialize(capabilities: nil)
|
|
1243
|
-
@capabilities = capabilities
|
|
1244
|
-
end
|
|
1245
|
-
end
|
|
1246
|
-
# The Customer Configuration allows the Account to be used in inbound payment flows.
|
|
999
|
+
# The Customer Configuration allows the Account to be used in inbound payment flows (i.e. customer-facing payment and billing flows).
|
|
1247
1000
|
attr_accessor :customer
|
|
1248
1001
|
# 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.
|
|
1249
1002
|
attr_accessor :merchant
|
|
1250
1003
|
# 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.
|
|
1251
1004
|
attr_accessor :recipient
|
|
1252
|
-
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1253
|
-
attr_accessor :storer
|
|
1254
1005
|
|
|
1255
|
-
def initialize(customer: nil, merchant: nil, recipient: nil
|
|
1006
|
+
def initialize(customer: nil, merchant: nil, recipient: nil)
|
|
1256
1007
|
@customer = customer
|
|
1257
1008
|
@merchant = merchant
|
|
1258
1009
|
@recipient = recipient
|
|
1259
|
-
@storer = storer
|
|
1260
1010
|
end
|
|
1261
1011
|
end
|
|
1262
1012
|
|
|
@@ -1295,21 +1045,12 @@ module Stripe
|
|
|
1295
1045
|
attr_accessor :profile
|
|
1296
1046
|
# Default responsibilities held by either Stripe or the platform.
|
|
1297
1047
|
attr_accessor :responsibilities
|
|
1298
|
-
# The Account's local timezone. A list of possible time zone values is maintained at the [IANA Time Zone Database](https://www.iana.org/time-zones).
|
|
1299
|
-
attr_accessor :timezone
|
|
1300
1048
|
|
|
1301
|
-
def initialize(
|
|
1302
|
-
currency: nil,
|
|
1303
|
-
locales: nil,
|
|
1304
|
-
profile: nil,
|
|
1305
|
-
responsibilities: nil,
|
|
1306
|
-
timezone: nil
|
|
1307
|
-
)
|
|
1049
|
+
def initialize(currency: nil, locales: nil, profile: nil, responsibilities: nil)
|
|
1308
1050
|
@currency = currency
|
|
1309
1051
|
@locales = locales
|
|
1310
1052
|
@profile = profile
|
|
1311
1053
|
@responsibilities = responsibilities
|
|
1312
|
-
@timezone = timezone
|
|
1313
1054
|
end
|
|
1314
1055
|
end
|
|
1315
1056
|
|
|
@@ -1398,29 +1139,11 @@ module Stripe
|
|
|
1398
1139
|
@user_agent = user_agent
|
|
1399
1140
|
end
|
|
1400
1141
|
end
|
|
1401
|
-
|
|
1402
|
-
class Storer < ::Stripe::RequestParams
|
|
1403
|
-
# 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.
|
|
1404
|
-
attr_accessor :date
|
|
1405
|
-
# The IP address from which the Account's representative accepted the terms of service.
|
|
1406
|
-
attr_accessor :ip
|
|
1407
|
-
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1408
|
-
attr_accessor :user_agent
|
|
1409
|
-
|
|
1410
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1411
|
-
@date = date
|
|
1412
|
-
@ip = ip
|
|
1413
|
-
@user_agent = user_agent
|
|
1414
|
-
end
|
|
1415
|
-
end
|
|
1416
1142
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
1417
1143
|
attr_accessor :account
|
|
1418
|
-
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
1419
|
-
attr_accessor :storer
|
|
1420
1144
|
|
|
1421
|
-
def initialize(account: nil
|
|
1145
|
+
def initialize(account: nil)
|
|
1422
1146
|
@account = account
|
|
1423
|
-
@storer = storer
|
|
1424
1147
|
end
|
|
1425
1148
|
end
|
|
1426
1149
|
# This hash is used to attest that the directors information provided to Stripe is both current and correct.
|
|
@@ -1606,25 +1329,47 @@ module Stripe
|
|
|
1606
1329
|
end
|
|
1607
1330
|
|
|
1608
1331
|
class ProofOfRegistration < ::Stripe::RequestParams
|
|
1332
|
+
class Signer < ::Stripe::RequestParams
|
|
1333
|
+
# Person signing the document.
|
|
1334
|
+
attr_accessor :person
|
|
1335
|
+
|
|
1336
|
+
def initialize(person: nil)
|
|
1337
|
+
@person = person
|
|
1338
|
+
end
|
|
1339
|
+
end
|
|
1609
1340
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1610
1341
|
attr_accessor :files
|
|
1342
|
+
# Person that is signing the document.
|
|
1343
|
+
attr_accessor :signer
|
|
1611
1344
|
# The format of the document. Currently supports `files` only.
|
|
1612
1345
|
attr_accessor :type
|
|
1613
1346
|
|
|
1614
|
-
def initialize(files: nil, type: nil)
|
|
1347
|
+
def initialize(files: nil, signer: nil, type: nil)
|
|
1615
1348
|
@files = files
|
|
1349
|
+
@signer = signer
|
|
1616
1350
|
@type = type
|
|
1617
1351
|
end
|
|
1618
1352
|
end
|
|
1619
1353
|
|
|
1620
1354
|
class ProofOfUltimateBeneficialOwnership < ::Stripe::RequestParams
|
|
1355
|
+
class Signer < ::Stripe::RequestParams
|
|
1356
|
+
# Person signing the document.
|
|
1357
|
+
attr_accessor :person
|
|
1358
|
+
|
|
1359
|
+
def initialize(person: nil)
|
|
1360
|
+
@person = person
|
|
1361
|
+
end
|
|
1362
|
+
end
|
|
1621
1363
|
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
|
1622
1364
|
attr_accessor :files
|
|
1365
|
+
# Person that is signing the document.
|
|
1366
|
+
attr_accessor :signer
|
|
1623
1367
|
# The format of the document. Currently supports `files` only.
|
|
1624
1368
|
attr_accessor :type
|
|
1625
1369
|
|
|
1626
|
-
def initialize(files: nil, type: nil)
|
|
1370
|
+
def initialize(files: nil, signer: nil, type: nil)
|
|
1627
1371
|
@files = files
|
|
1372
|
+
@signer = signer
|
|
1628
1373
|
@type = type
|
|
1629
1374
|
end
|
|
1630
1375
|
end
|
|
@@ -2260,7 +2005,7 @@ module Stripe
|
|
|
2260
2005
|
attr_accessor :date_of_birth
|
|
2261
2006
|
# Documents that may be submitted to satisfy various informational requests.
|
|
2262
2007
|
attr_accessor :documents
|
|
2263
|
-
# The individual's email address.
|
|
2008
|
+
# The individual's email address. You can only set this field when the Account is configured as a `merchant` or `recipient`. Use `contact_email` as the primary contact email for this Account.
|
|
2264
2009
|
attr_accessor :email
|
|
2265
2010
|
# The individual's first name.
|
|
2266
2011
|
attr_accessor :given_name
|
|
@@ -2335,7 +2080,7 @@ module Stripe
|
|
|
2335
2080
|
attr_accessor :business_details
|
|
2336
2081
|
# The country in which the account holder resides, or in which the business is legally established. This should be an [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code.
|
|
2337
2082
|
attr_accessor :country
|
|
2338
|
-
# The entity type.
|
|
2083
|
+
# The entity type represented by the Account. Ensure this field is accurate before adding configurations that rely on identity information, as it determines which identity fields apply and how the Account is validated.
|
|
2339
2084
|
attr_accessor :entity_type
|
|
2340
2085
|
# Information about the person represented by the account.
|
|
2341
2086
|
attr_accessor :individual
|
|
@@ -2369,7 +2114,7 @@ module Stripe
|
|
|
2369
2114
|
attr_accessor :account_token
|
|
2370
2115
|
# An Account Configuration which allows the Account to take on a key persona across Stripe products.
|
|
2371
2116
|
attr_accessor :configuration
|
|
2372
|
-
# The
|
|
2117
|
+
# The primary contact email address for the Account.
|
|
2373
2118
|
attr_accessor :contact_email
|
|
2374
2119
|
# The default contact phone for the Account.
|
|
2375
2120
|
attr_accessor :contact_phone
|