stripe 19.3.0.pre.beta.1 → 19.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +9 -37
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/error_object.rb +43 -19
- data/lib/stripe/errors.rb +0 -87
- data/lib/stripe/event_types.rb +0 -228
- data/lib/stripe/events/unknown_event_notification.rb +0 -1
- data/lib/stripe/object_types.rb +0 -61
- data/lib/stripe/params/account_create_params.rb +2 -375
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +1 -337
- data/lib/stripe/params/balance_transaction_list_params.rb +1 -1
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_create_params.rb +1 -1
- data/lib/stripe/params/charge_capture_params.rb +0 -1646
- data/lib/stripe/params/charge_update_params.rb +0 -1646
- data/lib/stripe/params/checkout/session_create_params.rb +50 -128
- data/lib/stripe/params/checkout/session_update_params.rb +1 -176
- data/lib/stripe/params/confirmation_token_create_params.rb +1 -79
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/credit_note_create_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/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +18 -11
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -64
- data/lib/stripe/params/invoice_add_lines_params.rb +2 -49
- 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 +10 -791
- 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 +2 -49
- data/lib/stripe/params/invoice_update_lines_params.rb +2 -49
- 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 +1 -1643
- data/lib/stripe/params/payment_intent_confirm_params.rb +116 -3016
- data/lib/stripe/params/payment_intent_create_params.rb +128 -3028
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +0 -37
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +86 -3017
- data/lib/stripe/params/payment_link_create_params.rb +1 -16
- data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -105
- data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -105
- data/lib/stripe/params/payment_method_create_params.rb +1 -75
- 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 +4 -109
- data/lib/stripe/params/setup_intent_create_params.rb +4 -109
- data/lib/stripe/params/setup_intent_update_params.rb +4 -109
- data/lib/stripe/params/subscription_create_params.rb +34 -171
- data/lib/stripe/params/subscription_item_create_params.rb +2 -62
- data/lib/stripe/params/subscription_item_update_params.rb +1 -45
- data/lib/stripe/params/subscription_resume_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_create_params.rb +5 -167
- data/lib/stripe/params/subscription_schedule_update_params.rb +5 -167
- data/lib/stripe/params/subscription_update_params.rb +34 -155
- 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 +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +1 -79
- 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/topup_create_params.rb +24 -0
- 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 +18 -282
- data/lib/stripe/params/v2/core/account_token_create_params.rb +1 -13
- data/lib/stripe/params/v2/core/account_update_params.rb +25 -282
- data/lib/stripe/params.rb +0 -426
- data/lib/stripe/resources/account.rb +1 -259
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/balance_transaction.rb +3 -3
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -4
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/charge.rb +7 -211
- data/lib/stripe/resources/checkout/session.rb +53 -75
- data/lib/stripe/resources/confirmation_token.rb +9 -131
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note.rb +2 -0
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/dispute.rb +32 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +8 -33
- data/lib/stripe/resources/financial_connections/session.rb +1 -125
- data/lib/stripe/resources/invoice.rb +1 -117
- data/lib/stripe/resources/invoice_item.rb +0 -2
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +0 -42
- data/lib/stripe/resources/mandate.rb +0 -12
- data/lib/stripe/resources/payment_attempt_record.rb +3 -179
- data/lib/stripe/resources/payment_intent.rb +47 -1568
- data/lib/stripe/resources/payment_method.rb +9 -135
- data/lib/stripe/resources/payment_method_configuration.rb +0 -170
- data/lib/stripe/resources/payment_record.rb +3 -179
- 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/refund.rb +0 -18
- data/lib/stripe/resources/reserve/hold.rb +18 -8
- data/lib/stripe/resources/reserve/release.rb +0 -12
- data/lib/stripe/resources/setup_attempt.rb +16 -35
- data/lib/stripe/resources/setup_intent.rb +1 -22
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +23 -169
- data/lib/stripe/resources/subscription_item.rb +1 -41
- data/lib/stripe/resources/subscription_schedule.rb +3 -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 +0 -16
- data/lib/stripe/resources/terminal/reader.rb +0 -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 +2 -0
- data/lib/stripe/resources/v2/core/account.rb +155 -717
- data/lib/stripe/resources/v2/core/event_notification.rb +0 -1
- data/lib/stripe/resources.rb +0 -417
- data/lib/stripe/services/account_service.rb +0 -15
- data/lib/stripe/services/balance_transaction_service.rb +2 -2
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/coupon_service.rb +0 -14
- data/lib/stripe/services/credit_note_service.rb +2 -0
- 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 -11
- 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 +0 -37
- 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 -11
- data/lib/stripe/services/subscription_service.rb +1 -57
- 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_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -8
- data/lib/stripe/services.rb +0 -209
- 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/telemetry_id.rb +65 -0
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +2 -54
- data/rbi/stripe/resources/v2/core/event_notification.rbi +0 -3
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +52694 -118800
- metadata +8 -382
- 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_pause_params.rb +0 -50
- 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/iam/activity_log_retrieve_params.rb +0 -10
- 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 -88
- 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 -106
- data/lib/stripe/resources/quote_line.rb +0 -525
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1183
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -736
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -1792
- 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 -488
- 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/data_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 -32
- 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 -582
|
@@ -24,13 +24,10 @@ module Stripe
|
|
|
24
24
|
|
|
25
25
|
class FinancialAddresses < ::Stripe::RequestParams
|
|
26
26
|
class Aba < ::Stripe::RequestParams
|
|
27
|
-
# Requested bank partner
|
|
28
|
-
attr_accessor :bank
|
|
29
27
|
# Whether the FinancialAccount should have the Feature.
|
|
30
28
|
attr_accessor :requested
|
|
31
29
|
|
|
32
|
-
def initialize(
|
|
33
|
-
@bank = bank
|
|
30
|
+
def initialize(requested: nil)
|
|
34
31
|
@requested = requested
|
|
35
32
|
end
|
|
36
33
|
end
|
|
@@ -24,13 +24,10 @@ module Stripe
|
|
|
24
24
|
|
|
25
25
|
class FinancialAddresses < ::Stripe::RequestParams
|
|
26
26
|
class Aba < ::Stripe::RequestParams
|
|
27
|
-
# Requested bank partner
|
|
28
|
-
attr_accessor :bank
|
|
29
27
|
# Whether the FinancialAccount should have the Feature.
|
|
30
28
|
attr_accessor :requested
|
|
31
29
|
|
|
32
|
-
def initialize(
|
|
33
|
-
@bank = bank
|
|
30
|
+
def initialize(requested: nil)
|
|
34
31
|
@requested = requested
|
|
35
32
|
end
|
|
36
33
|
end
|
|
@@ -25,13 +25,10 @@ module Stripe
|
|
|
25
25
|
|
|
26
26
|
class FinancialAddresses < ::Stripe::RequestParams
|
|
27
27
|
class Aba < ::Stripe::RequestParams
|
|
28
|
-
# Requested bank partner
|
|
29
|
-
attr_accessor :bank
|
|
30
28
|
# Whether the FinancialAccount should have the Feature.
|
|
31
29
|
attr_accessor :requested
|
|
32
30
|
|
|
33
|
-
def initialize(
|
|
34
|
-
@bank = bank
|
|
31
|
+
def initialize(requested: nil)
|
|
35
32
|
@requested = requested
|
|
36
33
|
end
|
|
37
34
|
end
|
|
@@ -186,8 +183,6 @@ module Stripe
|
|
|
186
183
|
@outbound_flows = outbound_flows
|
|
187
184
|
end
|
|
188
185
|
end
|
|
189
|
-
# The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts.
|
|
190
|
-
attr_accessor :display_name
|
|
191
186
|
# Specifies which fields in the response should be expanded.
|
|
192
187
|
attr_accessor :expand
|
|
193
188
|
# Encodes whether a FinancialAccount has access to a particular feature, with a status enum and associated `status_details`. Stripe or the platform may control features via the requested field.
|
|
@@ -202,7 +197,6 @@ module Stripe
|
|
|
202
197
|
attr_accessor :platform_restrictions
|
|
203
198
|
|
|
204
199
|
def initialize(
|
|
205
|
-
display_name: nil,
|
|
206
200
|
expand: nil,
|
|
207
201
|
features: nil,
|
|
208
202
|
forwarding_settings: nil,
|
|
@@ -210,7 +204,6 @@ module Stripe
|
|
|
210
204
|
nickname: nil,
|
|
211
205
|
platform_restrictions: nil
|
|
212
206
|
)
|
|
213
|
-
@display_name = display_name
|
|
214
207
|
@expand = expand
|
|
215
208
|
@features = features
|
|
216
209
|
@forwarding_settings = forwarding_settings
|
|
@@ -155,8 +155,6 @@ module Stripe
|
|
|
155
155
|
attr_accessor :financial_account
|
|
156
156
|
# 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`.
|
|
157
157
|
attr_accessor :metadata
|
|
158
|
-
# The purpose of the OutboundPayment, if applicable. This list is not exhaustive, do not specify this parameter if your purpose does not match any that are provided.
|
|
159
|
-
attr_accessor :purpose
|
|
160
158
|
# The description that appears on the receiving end for this OutboundPayment (for example, bank statement for external bank transfer). Maximum 10 characters for `ach` payments, 140 characters for `us_domestic_wire` payments, or 500 characters for `stripe` network transfers. Can only include -#.$&*, spaces, and alphanumeric characters. The default value is "payment".
|
|
161
159
|
attr_accessor :statement_descriptor
|
|
162
160
|
|
|
@@ -172,7 +170,6 @@ module Stripe
|
|
|
172
170
|
expand: nil,
|
|
173
171
|
financial_account: nil,
|
|
174
172
|
metadata: nil,
|
|
175
|
-
purpose: nil,
|
|
176
173
|
statement_descriptor: nil
|
|
177
174
|
)
|
|
178
175
|
@amount = amount
|
|
@@ -186,7 +183,6 @@ module Stripe
|
|
|
186
183
|
@expand = expand
|
|
187
184
|
@financial_account = financial_account
|
|
188
185
|
@metadata = metadata
|
|
189
|
-
@purpose = purpose
|
|
190
186
|
@statement_descriptor = statement_descriptor
|
|
191
187
|
end
|
|
192
188
|
end
|
|
@@ -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
|
|
|
@@ -556,6 +553,15 @@ module Stripe
|
|
|
556
553
|
end
|
|
557
554
|
end
|
|
558
555
|
|
|
556
|
+
class SunbitPayments < ::Stripe::RequestParams
|
|
557
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
558
|
+
attr_accessor :requested
|
|
559
|
+
|
|
560
|
+
def initialize(requested: nil)
|
|
561
|
+
@requested = requested
|
|
562
|
+
end
|
|
563
|
+
end
|
|
564
|
+
|
|
559
565
|
class SwishPayments < ::Stripe::RequestParams
|
|
560
566
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
561
567
|
attr_accessor :requested
|
|
@@ -671,6 +677,8 @@ module Stripe
|
|
|
671
677
|
attr_accessor :sepa_bank_transfer_payments
|
|
672
678
|
# Allow the merchant to process SEPA Direct Debit payments.
|
|
673
679
|
attr_accessor :sepa_debit_payments
|
|
680
|
+
# Allow the merchant to process Sunbit payments.
|
|
681
|
+
attr_accessor :sunbit_payments
|
|
674
682
|
# Allow the merchant to process Swish payments.
|
|
675
683
|
attr_accessor :swish_payments
|
|
676
684
|
# Allow the merchant to process TWINT payments.
|
|
@@ -721,6 +729,7 @@ module Stripe
|
|
|
721
729
|
samsung_pay_payments: nil,
|
|
722
730
|
sepa_bank_transfer_payments: nil,
|
|
723
731
|
sepa_debit_payments: nil,
|
|
732
|
+
sunbit_payments: nil,
|
|
724
733
|
swish_payments: nil,
|
|
725
734
|
twint_payments: nil,
|
|
726
735
|
us_bank_transfer_payments: nil,
|
|
@@ -766,6 +775,7 @@ module Stripe
|
|
|
766
775
|
@samsung_pay_payments = samsung_pay_payments
|
|
767
776
|
@sepa_bank_transfer_payments = sepa_bank_transfer_payments
|
|
768
777
|
@sepa_debit_payments = sepa_debit_payments
|
|
778
|
+
@sunbit_payments = sunbit_payments
|
|
769
779
|
@swish_payments = swish_payments
|
|
770
780
|
@twint_payments = twint_payments
|
|
771
781
|
@us_bank_transfer_payments = us_bank_transfer_payments
|
|
@@ -862,23 +872,6 @@ module Stripe
|
|
|
862
872
|
end
|
|
863
873
|
end
|
|
864
874
|
|
|
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
875
|
class StatementDescriptor < ::Stripe::RequestParams
|
|
883
876
|
# 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
877
|
attr_accessor :descriptor
|
|
@@ -956,8 +949,6 @@ module Stripe
|
|
|
956
949
|
attr_accessor :mcc
|
|
957
950
|
# Settings for the default text that appears on statements for language variations.
|
|
958
951
|
attr_accessor :script_statement_descriptor
|
|
959
|
-
# Settings used for Smart Disputes.
|
|
960
|
-
attr_accessor :smart_disputes
|
|
961
952
|
# Statement descriptor.
|
|
962
953
|
attr_accessor :statement_descriptor
|
|
963
954
|
# Publicly available contact information for sending support issues to.
|
|
@@ -971,7 +962,6 @@ module Stripe
|
|
|
971
962
|
konbini_payments: nil,
|
|
972
963
|
mcc: nil,
|
|
973
964
|
script_statement_descriptor: nil,
|
|
974
|
-
smart_disputes: nil,
|
|
975
965
|
statement_descriptor: nil,
|
|
976
966
|
support: nil
|
|
977
967
|
)
|
|
@@ -982,7 +972,6 @@ module Stripe
|
|
|
982
972
|
@konbini_payments = konbini_payments
|
|
983
973
|
@mcc = mcc
|
|
984
974
|
@script_statement_descriptor = script_statement_descriptor
|
|
985
|
-
@smart_disputes = smart_disputes
|
|
986
975
|
@statement_descriptor = statement_descriptor
|
|
987
976
|
@support = support
|
|
988
977
|
end
|
|
@@ -990,44 +979,6 @@ module Stripe
|
|
|
990
979
|
|
|
991
980
|
class Recipient < ::Stripe::RequestParams
|
|
992
981
|
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
982
|
class StripeBalance < ::Stripe::RequestParams
|
|
1032
983
|
class StripeTransfers < ::Stripe::RequestParams
|
|
1033
984
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -1044,16 +995,10 @@ module Stripe
|
|
|
1044
995
|
@stripe_transfers = stripe_transfers
|
|
1045
996
|
end
|
|
1046
997
|
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
998
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1052
999
|
attr_accessor :stripe_balance
|
|
1053
1000
|
|
|
1054
|
-
def initialize(
|
|
1055
|
-
@bank_accounts = bank_accounts
|
|
1056
|
-
@cards = cards
|
|
1001
|
+
def initialize(stripe_balance: nil)
|
|
1057
1002
|
@stripe_balance = stripe_balance
|
|
1058
1003
|
end
|
|
1059
1004
|
end
|
|
@@ -1064,199 +1009,17 @@ module Stripe
|
|
|
1064
1009
|
@capabilities = capabilities
|
|
1065
1010
|
end
|
|
1066
1011
|
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
1012
|
# The Customer Configuration allows the Account to be used in inbound payment flows (i.e. customer-facing payment and billing flows).
|
|
1247
1013
|
attr_accessor :customer
|
|
1248
1014
|
# 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
1015
|
attr_accessor :merchant
|
|
1250
1016
|
# 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
1017
|
attr_accessor :recipient
|
|
1252
|
-
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1253
|
-
attr_accessor :storer
|
|
1254
1018
|
|
|
1255
|
-
def initialize(customer: nil, merchant: nil, recipient: nil
|
|
1019
|
+
def initialize(customer: nil, merchant: nil, recipient: nil)
|
|
1256
1020
|
@customer = customer
|
|
1257
1021
|
@merchant = merchant
|
|
1258
1022
|
@recipient = recipient
|
|
1259
|
-
@storer = storer
|
|
1260
1023
|
end
|
|
1261
1024
|
end
|
|
1262
1025
|
|
|
@@ -1295,21 +1058,12 @@ module Stripe
|
|
|
1295
1058
|
attr_accessor :profile
|
|
1296
1059
|
# Default responsibilities held by either Stripe or the platform.
|
|
1297
1060
|
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
1061
|
|
|
1301
|
-
def initialize(
|
|
1302
|
-
currency: nil,
|
|
1303
|
-
locales: nil,
|
|
1304
|
-
profile: nil,
|
|
1305
|
-
responsibilities: nil,
|
|
1306
|
-
timezone: nil
|
|
1307
|
-
)
|
|
1062
|
+
def initialize(currency: nil, locales: nil, profile: nil, responsibilities: nil)
|
|
1308
1063
|
@currency = currency
|
|
1309
1064
|
@locales = locales
|
|
1310
1065
|
@profile = profile
|
|
1311
1066
|
@responsibilities = responsibilities
|
|
1312
|
-
@timezone = timezone
|
|
1313
1067
|
end
|
|
1314
1068
|
end
|
|
1315
1069
|
|
|
@@ -1398,29 +1152,11 @@ module Stripe
|
|
|
1398
1152
|
@user_agent = user_agent
|
|
1399
1153
|
end
|
|
1400
1154
|
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
1155
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
1417
1156
|
attr_accessor :account
|
|
1418
|
-
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
1419
|
-
attr_accessor :storer
|
|
1420
1157
|
|
|
1421
|
-
def initialize(account: nil
|
|
1158
|
+
def initialize(account: nil)
|
|
1422
1159
|
@account = account
|
|
1423
|
-
@storer = storer
|
|
1424
1160
|
end
|
|
1425
1161
|
end
|
|
1426
1162
|
# This hash is used to attest that the directors information provided to Stripe is both current and correct.
|