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
|
@@ -40,15 +40,6 @@ module Stripe
|
|
|
40
40
|
end
|
|
41
41
|
end
|
|
42
42
|
|
|
43
|
-
class ReaderSecurity < ::Stripe::RequestParams
|
|
44
|
-
# Passcode used to access a reader's admin menu.
|
|
45
|
-
attr_accessor :admin_menu_passcode
|
|
46
|
-
|
|
47
|
-
def initialize(admin_menu_passcode: nil)
|
|
48
|
-
@admin_menu_passcode = admin_menu_passcode
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
|
|
52
43
|
class RebootWindow < ::Stripe::RequestParams
|
|
53
44
|
# Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.
|
|
54
45
|
attr_accessor :end_hour
|
|
@@ -484,6 +475,15 @@ module Stripe
|
|
|
484
475
|
end
|
|
485
476
|
end
|
|
486
477
|
|
|
478
|
+
class VerifoneM425 < ::Stripe::RequestParams
|
|
479
|
+
# A File ID representing an image you want to display on the reader.
|
|
480
|
+
attr_accessor :splashscreen
|
|
481
|
+
|
|
482
|
+
def initialize(splashscreen: nil)
|
|
483
|
+
@splashscreen = splashscreen
|
|
484
|
+
end
|
|
485
|
+
end
|
|
486
|
+
|
|
487
487
|
class VerifoneP400 < ::Stripe::RequestParams
|
|
488
488
|
# A File ID representing an image you want to display on the reader.
|
|
489
489
|
attr_accessor :splashscreen
|
|
@@ -493,6 +493,33 @@ module Stripe
|
|
|
493
493
|
end
|
|
494
494
|
end
|
|
495
495
|
|
|
496
|
+
class VerifoneP630 < ::Stripe::RequestParams
|
|
497
|
+
# A File ID representing an image you want to display on the reader.
|
|
498
|
+
attr_accessor :splashscreen
|
|
499
|
+
|
|
500
|
+
def initialize(splashscreen: nil)
|
|
501
|
+
@splashscreen = splashscreen
|
|
502
|
+
end
|
|
503
|
+
end
|
|
504
|
+
|
|
505
|
+
class VerifoneUx700 < ::Stripe::RequestParams
|
|
506
|
+
# A File ID representing an image you want to display on the reader.
|
|
507
|
+
attr_accessor :splashscreen
|
|
508
|
+
|
|
509
|
+
def initialize(splashscreen: nil)
|
|
510
|
+
@splashscreen = splashscreen
|
|
511
|
+
end
|
|
512
|
+
end
|
|
513
|
+
|
|
514
|
+
class VerifoneV660p < ::Stripe::RequestParams
|
|
515
|
+
# A File ID representing an image you want to display on the reader.
|
|
516
|
+
attr_accessor :splashscreen
|
|
517
|
+
|
|
518
|
+
def initialize(splashscreen: nil)
|
|
519
|
+
@splashscreen = splashscreen
|
|
520
|
+
end
|
|
521
|
+
end
|
|
522
|
+
|
|
496
523
|
class Wifi < ::Stripe::RequestParams
|
|
497
524
|
class EnterpriseEapPeap < ::Stripe::RequestParams
|
|
498
525
|
# A File ID representing a PEM file containing the server certificate
|
|
@@ -583,8 +610,6 @@ module Stripe
|
|
|
583
610
|
attr_accessor :name
|
|
584
611
|
# Configurations for collecting transactions offline.
|
|
585
612
|
attr_accessor :offline
|
|
586
|
-
# Configurations for reader security settings.
|
|
587
|
-
attr_accessor :reader_security
|
|
588
613
|
# Reboot time settings for readers. that support customized reboot time configuration.
|
|
589
614
|
attr_accessor :reboot_window
|
|
590
615
|
# An object containing device type specific settings for Stripe S700 readers.
|
|
@@ -593,8 +618,16 @@ module Stripe
|
|
|
593
618
|
attr_accessor :stripe_s710
|
|
594
619
|
# Tipping configurations for readers that support on-reader tips.
|
|
595
620
|
attr_accessor :tipping
|
|
621
|
+
# An object containing device type specific settings for Verifone M425 readers.
|
|
622
|
+
attr_accessor :verifone_m425
|
|
596
623
|
# An object containing device type specific settings for Verifone P400 readers.
|
|
597
624
|
attr_accessor :verifone_p400
|
|
625
|
+
# An object containing device type specific settings for Verifone P630 readers.
|
|
626
|
+
attr_accessor :verifone_p630
|
|
627
|
+
# An object containing device type specific settings for Verifone UX700 readers.
|
|
628
|
+
attr_accessor :verifone_ux700
|
|
629
|
+
# An object containing device type specific settings for Verifone V660p readers.
|
|
630
|
+
attr_accessor :verifone_v660p
|
|
598
631
|
# Configurations for connecting to a WiFi network.
|
|
599
632
|
attr_accessor :wifi
|
|
600
633
|
|
|
@@ -605,12 +638,15 @@ module Stripe
|
|
|
605
638
|
expand: nil,
|
|
606
639
|
name: nil,
|
|
607
640
|
offline: nil,
|
|
608
|
-
reader_security: nil,
|
|
609
641
|
reboot_window: nil,
|
|
610
642
|
stripe_s700: nil,
|
|
611
643
|
stripe_s710: nil,
|
|
612
644
|
tipping: nil,
|
|
645
|
+
verifone_m425: nil,
|
|
613
646
|
verifone_p400: nil,
|
|
647
|
+
verifone_p630: nil,
|
|
648
|
+
verifone_ux700: nil,
|
|
649
|
+
verifone_v660p: nil,
|
|
614
650
|
wifi: nil
|
|
615
651
|
)
|
|
616
652
|
@bbpos_wisepad3 = bbpos_wisepad3
|
|
@@ -619,12 +655,15 @@ module Stripe
|
|
|
619
655
|
@expand = expand
|
|
620
656
|
@name = name
|
|
621
657
|
@offline = offline
|
|
622
|
-
@reader_security = reader_security
|
|
623
658
|
@reboot_window = reboot_window
|
|
624
659
|
@stripe_s700 = stripe_s700
|
|
625
660
|
@stripe_s710 = stripe_s710
|
|
626
661
|
@tipping = tipping
|
|
662
|
+
@verifone_m425 = verifone_m425
|
|
627
663
|
@verifone_p400 = verifone_p400
|
|
664
|
+
@verifone_p630 = verifone_p630
|
|
665
|
+
@verifone_ux700 = verifone_ux700
|
|
666
|
+
@verifone_v660p = verifone_v660p
|
|
628
667
|
@wifi = wifi
|
|
629
668
|
end
|
|
630
669
|
end
|
|
@@ -104,6 +104,7 @@ module Stripe
|
|
|
104
104
|
end
|
|
105
105
|
end
|
|
106
106
|
|
|
107
|
+
class Bizum < ::Stripe::RequestParams; end
|
|
107
108
|
class Blik < ::Stripe::RequestParams; end
|
|
108
109
|
|
|
109
110
|
class Boleto < ::Stripe::RequestParams
|
|
@@ -141,18 +142,8 @@ module Stripe
|
|
|
141
142
|
end
|
|
142
143
|
|
|
143
144
|
class Giropay < ::Stripe::RequestParams; end
|
|
144
|
-
class Gopay < ::Stripe::RequestParams; end
|
|
145
145
|
class Grabpay < ::Stripe::RequestParams; end
|
|
146
146
|
|
|
147
|
-
class IdBankTransfer < ::Stripe::RequestParams
|
|
148
|
-
# Bank where the account is held.
|
|
149
|
-
attr_accessor :bank
|
|
150
|
-
|
|
151
|
-
def initialize(bank: nil)
|
|
152
|
-
@bank = bank
|
|
153
|
-
end
|
|
154
|
-
end
|
|
155
|
-
|
|
156
147
|
class Ideal < ::Stripe::RequestParams
|
|
157
148
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
|
158
149
|
attr_accessor :bank
|
|
@@ -250,7 +241,6 @@ module Stripe
|
|
|
250
241
|
class Payco < ::Stripe::RequestParams; end
|
|
251
242
|
class Paynow < ::Stripe::RequestParams; end
|
|
252
243
|
class Paypal < ::Stripe::RequestParams; end
|
|
253
|
-
class Paypay < ::Stripe::RequestParams; end
|
|
254
244
|
|
|
255
245
|
class Payto < ::Stripe::RequestParams
|
|
256
246
|
# The account number for the bank account.
|
|
@@ -269,7 +259,6 @@ module Stripe
|
|
|
269
259
|
|
|
270
260
|
class Pix < ::Stripe::RequestParams; end
|
|
271
261
|
class Promptpay < ::Stripe::RequestParams; end
|
|
272
|
-
class Qris < ::Stripe::RequestParams; end
|
|
273
262
|
|
|
274
263
|
class RadarOptions < ::Stripe::RequestParams
|
|
275
264
|
# A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
|
@@ -280,32 +269,10 @@ module Stripe
|
|
|
280
269
|
end
|
|
281
270
|
end
|
|
282
271
|
|
|
283
|
-
class Rechnung < ::Stripe::RequestParams
|
|
284
|
-
class Dob < ::Stripe::RequestParams
|
|
285
|
-
# The day of birth, between 1 and 31.
|
|
286
|
-
attr_accessor :day
|
|
287
|
-
# The month of birth, between 1 and 12.
|
|
288
|
-
attr_accessor :month
|
|
289
|
-
# The four-digit year of birth.
|
|
290
|
-
attr_accessor :year
|
|
291
|
-
|
|
292
|
-
def initialize(day: nil, month: nil, year: nil)
|
|
293
|
-
@day = day
|
|
294
|
-
@month = month
|
|
295
|
-
@year = year
|
|
296
|
-
end
|
|
297
|
-
end
|
|
298
|
-
# Customer's date of birth
|
|
299
|
-
attr_accessor :dob
|
|
300
|
-
|
|
301
|
-
def initialize(dob: nil)
|
|
302
|
-
@dob = dob
|
|
303
|
-
end
|
|
304
|
-
end
|
|
305
|
-
|
|
306
272
|
class RevolutPay < ::Stripe::RequestParams; end
|
|
307
273
|
class SamsungPay < ::Stripe::RequestParams; end
|
|
308
274
|
class Satispay < ::Stripe::RequestParams; end
|
|
275
|
+
class Scalapay < ::Stripe::RequestParams; end
|
|
309
276
|
|
|
310
277
|
class SepaDebit < ::Stripe::RequestParams
|
|
311
278
|
# IBAN of the bank account.
|
|
@@ -316,8 +283,6 @@ module Stripe
|
|
|
316
283
|
end
|
|
317
284
|
end
|
|
318
285
|
|
|
319
|
-
class Shopeepay < ::Stripe::RequestParams; end
|
|
320
|
-
|
|
321
286
|
class Sofort < ::Stripe::RequestParams
|
|
322
287
|
# Two-letter ISO code representing the country the bank account is located in.
|
|
323
288
|
attr_accessor :country
|
|
@@ -327,15 +292,6 @@ module Stripe
|
|
|
327
292
|
end
|
|
328
293
|
end
|
|
329
294
|
|
|
330
|
-
class StripeBalance < ::Stripe::RequestParams
|
|
331
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
|
332
|
-
attr_accessor :account
|
|
333
|
-
|
|
334
|
-
def initialize(account: nil)
|
|
335
|
-
@account = account
|
|
336
|
-
end
|
|
337
|
-
end
|
|
338
|
-
|
|
339
295
|
class Sunbit < ::Stripe::RequestParams; end
|
|
340
296
|
class Swish < ::Stripe::RequestParams; end
|
|
341
297
|
class Twint < ::Stripe::RequestParams; end
|
|
@@ -419,6 +375,8 @@ module Stripe
|
|
|
419
375
|
attr_accessor :billie
|
|
420
376
|
# Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
|
|
421
377
|
attr_accessor :billing_details
|
|
378
|
+
# If this is a `bizum` PaymentMethod, this hash contains details about the Bizum payment method.
|
|
379
|
+
attr_accessor :bizum
|
|
422
380
|
# If this is a `blik` PaymentMethod, this hash contains details about the BLIK payment method.
|
|
423
381
|
attr_accessor :blik
|
|
424
382
|
# If this is a `boleto` PaymentMethod, this hash contains details about the Boleto payment method.
|
|
@@ -435,12 +393,8 @@ module Stripe
|
|
|
435
393
|
attr_accessor :fpx
|
|
436
394
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
|
437
395
|
attr_accessor :giropay
|
|
438
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
|
439
|
-
attr_accessor :gopay
|
|
440
396
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
|
441
397
|
attr_accessor :grabpay
|
|
442
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
|
443
|
-
attr_accessor :id_bank_transfer
|
|
444
398
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
|
445
399
|
attr_accessor :ideal
|
|
446
400
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
|
@@ -453,7 +407,7 @@ module Stripe
|
|
|
453
407
|
attr_accessor :konbini
|
|
454
408
|
# If this is a `kr_card` PaymentMethod, this hash contains details about the Korean Card payment method.
|
|
455
409
|
attr_accessor :kr_card
|
|
456
|
-
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
|
410
|
+
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method (Link is also known as Onelink in the UK).
|
|
457
411
|
attr_accessor :link
|
|
458
412
|
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
|
459
413
|
attr_accessor :mb_way
|
|
@@ -479,36 +433,26 @@ module Stripe
|
|
|
479
433
|
attr_accessor :paynow
|
|
480
434
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
|
481
435
|
attr_accessor :paypal
|
|
482
|
-
# If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
|
|
483
|
-
attr_accessor :paypay
|
|
484
436
|
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
|
485
437
|
attr_accessor :payto
|
|
486
438
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
|
487
439
|
attr_accessor :pix
|
|
488
440
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
|
489
441
|
attr_accessor :promptpay
|
|
490
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
|
491
|
-
attr_accessor :qris
|
|
492
442
|
# Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
|
|
493
443
|
attr_accessor :radar_options
|
|
494
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
|
495
|
-
attr_accessor :rechnung
|
|
496
444
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
|
497
445
|
attr_accessor :revolut_pay
|
|
498
446
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
|
499
447
|
attr_accessor :samsung_pay
|
|
500
448
|
# If this is a `satispay` PaymentMethod, this hash contains details about the Satispay payment method.
|
|
501
449
|
attr_accessor :satispay
|
|
450
|
+
# If this is a Scalapay PaymentMethod, this hash contains details about the Scalapay payment method.
|
|
451
|
+
attr_accessor :scalapay
|
|
502
452
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
|
503
453
|
attr_accessor :sepa_debit
|
|
504
|
-
# ID of the SharedPaymentGrantedToken used to confirm this PaymentIntent.
|
|
505
|
-
attr_accessor :shared_payment_granted_token
|
|
506
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
|
507
|
-
attr_accessor :shopeepay
|
|
508
454
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
|
509
455
|
attr_accessor :sofort
|
|
510
|
-
# This hash contains details about the Stripe balance payment method.
|
|
511
|
-
attr_accessor :stripe_balance
|
|
512
456
|
# If this is a Sunbit PaymentMethod, this hash contains details about the Sunbit payment method.
|
|
513
457
|
attr_accessor :sunbit
|
|
514
458
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
|
@@ -539,6 +483,7 @@ module Stripe
|
|
|
539
483
|
bancontact: nil,
|
|
540
484
|
billie: nil,
|
|
541
485
|
billing_details: nil,
|
|
486
|
+
bizum: nil,
|
|
542
487
|
blik: nil,
|
|
543
488
|
boleto: nil,
|
|
544
489
|
cashapp: nil,
|
|
@@ -547,9 +492,7 @@ module Stripe
|
|
|
547
492
|
eps: nil,
|
|
548
493
|
fpx: nil,
|
|
549
494
|
giropay: nil,
|
|
550
|
-
gopay: nil,
|
|
551
495
|
grabpay: nil,
|
|
552
|
-
id_bank_transfer: nil,
|
|
553
496
|
ideal: nil,
|
|
554
497
|
interac_present: nil,
|
|
555
498
|
kakao_pay: nil,
|
|
@@ -569,21 +512,16 @@ module Stripe
|
|
|
569
512
|
payco: nil,
|
|
570
513
|
paynow: nil,
|
|
571
514
|
paypal: nil,
|
|
572
|
-
paypay: nil,
|
|
573
515
|
payto: nil,
|
|
574
516
|
pix: nil,
|
|
575
517
|
promptpay: nil,
|
|
576
|
-
qris: nil,
|
|
577
518
|
radar_options: nil,
|
|
578
|
-
rechnung: nil,
|
|
579
519
|
revolut_pay: nil,
|
|
580
520
|
samsung_pay: nil,
|
|
581
521
|
satispay: nil,
|
|
522
|
+
scalapay: nil,
|
|
582
523
|
sepa_debit: nil,
|
|
583
|
-
shared_payment_granted_token: nil,
|
|
584
|
-
shopeepay: nil,
|
|
585
524
|
sofort: nil,
|
|
586
|
-
stripe_balance: nil,
|
|
587
525
|
sunbit: nil,
|
|
588
526
|
swish: nil,
|
|
589
527
|
twint: nil,
|
|
@@ -605,6 +543,7 @@ module Stripe
|
|
|
605
543
|
@bancontact = bancontact
|
|
606
544
|
@billie = billie
|
|
607
545
|
@billing_details = billing_details
|
|
546
|
+
@bizum = bizum
|
|
608
547
|
@blik = blik
|
|
609
548
|
@boleto = boleto
|
|
610
549
|
@cashapp = cashapp
|
|
@@ -613,9 +552,7 @@ module Stripe
|
|
|
613
552
|
@eps = eps
|
|
614
553
|
@fpx = fpx
|
|
615
554
|
@giropay = giropay
|
|
616
|
-
@gopay = gopay
|
|
617
555
|
@grabpay = grabpay
|
|
618
|
-
@id_bank_transfer = id_bank_transfer
|
|
619
556
|
@ideal = ideal
|
|
620
557
|
@interac_present = interac_present
|
|
621
558
|
@kakao_pay = kakao_pay
|
|
@@ -635,21 +572,16 @@ module Stripe
|
|
|
635
572
|
@payco = payco
|
|
636
573
|
@paynow = paynow
|
|
637
574
|
@paypal = paypal
|
|
638
|
-
@paypay = paypay
|
|
639
575
|
@payto = payto
|
|
640
576
|
@pix = pix
|
|
641
577
|
@promptpay = promptpay
|
|
642
|
-
@qris = qris
|
|
643
578
|
@radar_options = radar_options
|
|
644
|
-
@rechnung = rechnung
|
|
645
579
|
@revolut_pay = revolut_pay
|
|
646
580
|
@samsung_pay = samsung_pay
|
|
647
581
|
@satispay = satispay
|
|
582
|
+
@scalapay = scalapay
|
|
648
583
|
@sepa_debit = sepa_debit
|
|
649
|
-
@shared_payment_granted_token = shared_payment_granted_token
|
|
650
|
-
@shopeepay = shopeepay
|
|
651
584
|
@sofort = sofort
|
|
652
|
-
@stripe_balance = stripe_balance
|
|
653
585
|
@sunbit = sunbit
|
|
654
586
|
@swish = swish
|
|
655
587
|
@twint = twint
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
module TestHelpers
|
|
6
6
|
class TestClockCreateParams < ::Stripe::RequestParams
|
|
7
|
+
# Existing customer this test clock will be attached to. Once attached, customers can't be removed from a test clock.
|
|
8
|
+
attr_accessor :customer
|
|
7
9
|
# Specifies which fields in the response should be expanded.
|
|
8
10
|
attr_accessor :expand
|
|
9
11
|
# The initial frozen time for this test clock.
|
|
@@ -11,7 +13,8 @@ module Stripe
|
|
|
11
13
|
# The name for this test clock.
|
|
12
14
|
attr_accessor :name
|
|
13
15
|
|
|
14
|
-
def initialize(expand: nil, frozen_time: nil, name: nil)
|
|
16
|
+
def initialize(customer: nil, expand: nil, frozen_time: nil, name: nil)
|
|
17
|
+
@customer = customer
|
|
15
18
|
@expand = expand
|
|
16
19
|
@frozen_time = frozen_time
|
|
17
20
|
@name = name
|
|
@@ -30,26 +30,6 @@ module Stripe
|
|
|
30
30
|
@us_bank_account = us_bank_account
|
|
31
31
|
end
|
|
32
32
|
end
|
|
33
|
-
|
|
34
|
-
class NetworkDetails < ::Stripe::RequestParams
|
|
35
|
-
class Ach < ::Stripe::RequestParams
|
|
36
|
-
# ACH Addenda record
|
|
37
|
-
attr_accessor :addenda
|
|
38
|
-
|
|
39
|
-
def initialize(addenda: nil)
|
|
40
|
-
@addenda = addenda
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
# Optional fields for `ach`.
|
|
44
|
-
attr_accessor :ach
|
|
45
|
-
# The type of flow that originated the ReceivedCredit.
|
|
46
|
-
attr_accessor :type
|
|
47
|
-
|
|
48
|
-
def initialize(ach: nil, type: nil)
|
|
49
|
-
@ach = ach
|
|
50
|
-
@type = type
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
33
|
# Amount (in cents) to be transferred.
|
|
54
34
|
attr_accessor :amount
|
|
55
35
|
# 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).
|
|
@@ -64,8 +44,6 @@ module Stripe
|
|
|
64
44
|
attr_accessor :initiating_payment_method_details
|
|
65
45
|
# 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.
|
|
66
46
|
attr_accessor :network
|
|
67
|
-
# Details about the network used for the ReceivedCredit.
|
|
68
|
-
attr_accessor :network_details
|
|
69
47
|
|
|
70
48
|
def initialize(
|
|
71
49
|
amount: nil,
|
|
@@ -74,8 +52,7 @@ module Stripe
|
|
|
74
52
|
expand: nil,
|
|
75
53
|
financial_account: nil,
|
|
76
54
|
initiating_payment_method_details: nil,
|
|
77
|
-
network: nil
|
|
78
|
-
network_details: nil
|
|
55
|
+
network: nil
|
|
79
56
|
)
|
|
80
57
|
@amount = amount
|
|
81
58
|
@currency = currency
|
|
@@ -84,7 +61,6 @@ module Stripe
|
|
|
84
61
|
@financial_account = financial_account
|
|
85
62
|
@initiating_payment_method_details = initiating_payment_method_details
|
|
86
63
|
@network = network
|
|
87
|
-
@network_details = network_details
|
|
88
64
|
end
|
|
89
65
|
end
|
|
90
66
|
end
|
|
@@ -30,26 +30,6 @@ module Stripe
|
|
|
30
30
|
@us_bank_account = us_bank_account
|
|
31
31
|
end
|
|
32
32
|
end
|
|
33
|
-
|
|
34
|
-
class NetworkDetails < ::Stripe::RequestParams
|
|
35
|
-
class Ach < ::Stripe::RequestParams
|
|
36
|
-
# Addenda record data associated with this ReceivedDebit.
|
|
37
|
-
attr_accessor :addenda
|
|
38
|
-
|
|
39
|
-
def initialize(addenda: nil)
|
|
40
|
-
@addenda = addenda
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
# Optional fields for `ach`.
|
|
44
|
-
attr_accessor :ach
|
|
45
|
-
# The type of flow that originated the ReceivedDebit.
|
|
46
|
-
attr_accessor :type
|
|
47
|
-
|
|
48
|
-
def initialize(ach: nil, type: nil)
|
|
49
|
-
@ach = ach
|
|
50
|
-
@type = type
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
33
|
# Amount (in cents) to be transferred.
|
|
54
34
|
attr_accessor :amount
|
|
55
35
|
# 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).
|
|
@@ -64,8 +44,6 @@ module Stripe
|
|
|
64
44
|
attr_accessor :initiating_payment_method_details
|
|
65
45
|
# 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.
|
|
66
46
|
attr_accessor :network
|
|
67
|
-
# Details about the network used for the ReceivedDebit.
|
|
68
|
-
attr_accessor :network_details
|
|
69
47
|
|
|
70
48
|
def initialize(
|
|
71
49
|
amount: nil,
|
|
@@ -74,8 +52,7 @@ module Stripe
|
|
|
74
52
|
expand: nil,
|
|
75
53
|
financial_account: nil,
|
|
76
54
|
initiating_payment_method_details: nil,
|
|
77
|
-
network: nil
|
|
78
|
-
network_details: nil
|
|
55
|
+
network: nil
|
|
79
56
|
)
|
|
80
57
|
@amount = amount
|
|
81
58
|
@currency = currency
|
|
@@ -84,7 +61,6 @@ module Stripe
|
|
|
84
61
|
@financial_account = financial_account
|
|
85
62
|
@initiating_payment_method_details = initiating_payment_method_details
|
|
86
63
|
@network = network
|
|
87
|
-
@network_details = network_details
|
|
88
64
|
end
|
|
89
65
|
end
|
|
90
66
|
end
|
|
@@ -13,8 +13,6 @@ module Stripe
|
|
|
13
13
|
attr_accessor :destination
|
|
14
14
|
# Specifies which fields in the response should be expanded.
|
|
15
15
|
attr_accessor :expand
|
|
16
|
-
# The FX rate in the quote is validated and used to convert the transfer amount to the destination currency.
|
|
17
|
-
attr_accessor :fx_quote
|
|
18
16
|
# 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`.
|
|
19
17
|
attr_accessor :metadata
|
|
20
18
|
# You can use this parameter to transfer funds from a charge before they are added to your available balance. A pending balance will transfer immediately but the funds will not become available until the original charge becomes available. [See the Connect documentation](https://docs.stripe.com/connect/separate-charges-and-transfers#transfer-availability) for details.
|
|
@@ -30,7 +28,6 @@ module Stripe
|
|
|
30
28
|
description: nil,
|
|
31
29
|
destination: nil,
|
|
32
30
|
expand: nil,
|
|
33
|
-
fx_quote: nil,
|
|
34
31
|
metadata: nil,
|
|
35
32
|
source_transaction: nil,
|
|
36
33
|
source_type: nil,
|
|
@@ -41,7 +38,6 @@ module Stripe
|
|
|
41
38
|
@description = description
|
|
42
39
|
@destination = destination
|
|
43
40
|
@expand = expand
|
|
44
|
-
@fx_quote = fx_quote
|
|
45
41
|
@metadata = metadata
|
|
46
42
|
@source_transaction = source_transaction
|
|
47
43
|
@source_type = source_type
|
|
@@ -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
|
|
@@ -171,8 +168,6 @@ module Stripe
|
|
|
171
168
|
@outbound_flows = outbound_flows
|
|
172
169
|
end
|
|
173
170
|
end
|
|
174
|
-
# 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.
|
|
175
|
-
attr_accessor :display_name
|
|
176
171
|
# Specifies which fields in the response should be expanded.
|
|
177
172
|
attr_accessor :expand
|
|
178
173
|
# Encodes whether a FinancialAccount has access to a particular feature. Stripe or the platform can control features via the requested field.
|
|
@@ -187,7 +182,6 @@ module Stripe
|
|
|
187
182
|
attr_accessor :supported_currencies
|
|
188
183
|
|
|
189
184
|
def initialize(
|
|
190
|
-
display_name: nil,
|
|
191
185
|
expand: nil,
|
|
192
186
|
features: nil,
|
|
193
187
|
metadata: nil,
|
|
@@ -195,7 +189,6 @@ module Stripe
|
|
|
195
189
|
platform_restrictions: nil,
|
|
196
190
|
supported_currencies: nil
|
|
197
191
|
)
|
|
198
|
-
@display_name = display_name
|
|
199
192
|
@expand = expand
|
|
200
193
|
@features = features
|
|
201
194
|
@metadata = metadata
|
|
@@ -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
|