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
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module FinancialConnections
|
|
6
|
-
# An Authorization represents the set of credentials used to connect a group of Financial Connections Accounts.
|
|
7
|
-
class Authorization < APIResource
|
|
8
|
-
OBJECT_NAME = "financial_connections.authorization"
|
|
9
|
-
def self.object_name
|
|
10
|
-
"financial_connections.authorization"
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
class AccountHolder < ::Stripe::StripeObject
|
|
14
|
-
# The ID of the Stripe account that this account belongs to. Only available when `account_holder.type` is `account`.
|
|
15
|
-
attr_reader :account
|
|
16
|
-
# The ID for an Account representing a customer that this account belongs to. Only available when `account_holder.type` is `customer`.
|
|
17
|
-
attr_reader :customer
|
|
18
|
-
# Attribute for field customer_account
|
|
19
|
-
attr_reader :customer_account
|
|
20
|
-
# Type of account holder that this account belongs to.
|
|
21
|
-
attr_reader :type
|
|
22
|
-
|
|
23
|
-
def self.inner_class_types
|
|
24
|
-
@inner_class_types = {}
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
def self.field_remappings
|
|
28
|
-
@field_remappings = {}
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
class StatusDetails < ::Stripe::StripeObject
|
|
33
|
-
class Inactive < ::Stripe::StripeObject
|
|
34
|
-
# The action (if any) to relink the inactive Authorization.
|
|
35
|
-
attr_reader :action
|
|
36
|
-
|
|
37
|
-
def self.inner_class_types
|
|
38
|
-
@inner_class_types = {}
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
def self.field_remappings
|
|
42
|
-
@field_remappings = {}
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
# Attribute for field inactive
|
|
46
|
-
attr_reader :inactive
|
|
47
|
-
|
|
48
|
-
def self.inner_class_types
|
|
49
|
-
@inner_class_types = { inactive: Inactive }
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
def self.field_remappings
|
|
53
|
-
@field_remappings = {}
|
|
54
|
-
end
|
|
55
|
-
end
|
|
56
|
-
# The account holder that this authorization belongs to.
|
|
57
|
-
attr_reader :account_holder
|
|
58
|
-
# Unique identifier for the object.
|
|
59
|
-
attr_reader :id
|
|
60
|
-
# The ID of the Financial Connections Institution this account belongs to. Note that this relationship may sometimes change in rare circumstances (e.g. institution mergers).
|
|
61
|
-
attr_reader :institution
|
|
62
|
-
# The name of the institution that this authorization belongs to.
|
|
63
|
-
attr_reader :institution_name
|
|
64
|
-
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
65
|
-
attr_reader :livemode
|
|
66
|
-
# String representing the object's type. Objects of the same type share the same value.
|
|
67
|
-
attr_reader :object
|
|
68
|
-
# The status of the connection to the Authorization.
|
|
69
|
-
attr_reader :status
|
|
70
|
-
# Attribute for field status_details
|
|
71
|
-
attr_reader :status_details
|
|
72
|
-
|
|
73
|
-
def self.inner_class_types
|
|
74
|
-
@inner_class_types = { account_holder: AccountHolder, status_details: StatusDetails }
|
|
75
|
-
end
|
|
76
|
-
|
|
77
|
-
def self.field_remappings
|
|
78
|
-
@field_remappings = {}
|
|
79
|
-
end
|
|
80
|
-
end
|
|
81
|
-
end
|
|
82
|
-
end
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module FinancialConnections
|
|
6
|
-
# An institution represents a financial institution to which an end user can connect using the Financial Connections authentication flow.
|
|
7
|
-
class Institution < APIResource
|
|
8
|
-
extend Stripe::APIOperations::List
|
|
9
|
-
|
|
10
|
-
OBJECT_NAME = "financial_connections.institution"
|
|
11
|
-
def self.object_name
|
|
12
|
-
"financial_connections.institution"
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
class Features < ::Stripe::StripeObject
|
|
16
|
-
class Balances < ::Stripe::StripeObject
|
|
17
|
-
# Whether the given feature is supported by this institution.
|
|
18
|
-
attr_reader :supported
|
|
19
|
-
|
|
20
|
-
def self.inner_class_types
|
|
21
|
-
@inner_class_types = {}
|
|
22
|
-
end
|
|
23
|
-
|
|
24
|
-
def self.field_remappings
|
|
25
|
-
@field_remappings = {}
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
class Ownership < ::Stripe::StripeObject
|
|
30
|
-
# Whether the given feature is supported by this institution.
|
|
31
|
-
attr_reader :supported
|
|
32
|
-
|
|
33
|
-
def self.inner_class_types
|
|
34
|
-
@inner_class_types = {}
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
def self.field_remappings
|
|
38
|
-
@field_remappings = {}
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
class PaymentMethod < ::Stripe::StripeObject
|
|
43
|
-
# Whether the given feature is supported by this institution.
|
|
44
|
-
attr_reader :supported
|
|
45
|
-
|
|
46
|
-
def self.inner_class_types
|
|
47
|
-
@inner_class_types = {}
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
def self.field_remappings
|
|
51
|
-
@field_remappings = {}
|
|
52
|
-
end
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
class Transactions < ::Stripe::StripeObject
|
|
56
|
-
# Whether the given feature is supported by this institution.
|
|
57
|
-
attr_reader :supported
|
|
58
|
-
|
|
59
|
-
def self.inner_class_types
|
|
60
|
-
@inner_class_types = {}
|
|
61
|
-
end
|
|
62
|
-
|
|
63
|
-
def self.field_remappings
|
|
64
|
-
@field_remappings = {}
|
|
65
|
-
end
|
|
66
|
-
end
|
|
67
|
-
# Attribute for field balances
|
|
68
|
-
attr_reader :balances
|
|
69
|
-
# Attribute for field ownership
|
|
70
|
-
attr_reader :ownership
|
|
71
|
-
# Attribute for field payment_method
|
|
72
|
-
attr_reader :payment_method
|
|
73
|
-
# Attribute for field transactions
|
|
74
|
-
attr_reader :transactions
|
|
75
|
-
|
|
76
|
-
def self.inner_class_types
|
|
77
|
-
@inner_class_types = {
|
|
78
|
-
balances: Balances,
|
|
79
|
-
ownership: Ownership,
|
|
80
|
-
payment_method: PaymentMethod,
|
|
81
|
-
transactions: Transactions,
|
|
82
|
-
}
|
|
83
|
-
end
|
|
84
|
-
|
|
85
|
-
def self.field_remappings
|
|
86
|
-
@field_remappings = {}
|
|
87
|
-
end
|
|
88
|
-
end
|
|
89
|
-
# The list of countries supported by this institution, formatted as ISO country codes.
|
|
90
|
-
attr_reader :countries
|
|
91
|
-
# Attribute for field features
|
|
92
|
-
attr_reader :features
|
|
93
|
-
# Unique identifier for the object.
|
|
94
|
-
attr_reader :id
|
|
95
|
-
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
96
|
-
attr_reader :livemode
|
|
97
|
-
# The name of this institution.
|
|
98
|
-
attr_reader :name
|
|
99
|
-
# String representing the object's type. Objects of the same type share the same value.
|
|
100
|
-
attr_reader :object
|
|
101
|
-
# A list of routing numbers which are known to correspond to this institution. Due to the many to many relationship between institutions and routing numbers, this list may not be comprehensive and routing numbers may also be shared between institutions.
|
|
102
|
-
attr_reader :routing_numbers
|
|
103
|
-
# The status of this institution in the Financial Connections authentication flow.
|
|
104
|
-
attr_reader :status
|
|
105
|
-
# A URL corresponding to this institution. This URL is also displayed in the authentication flow to help end users confirm that they are authenticating with the right institution.
|
|
106
|
-
attr_reader :url
|
|
107
|
-
|
|
108
|
-
# Returns a list of Financial Connections Institution objects.
|
|
109
|
-
def self.list(params = {}, opts = {})
|
|
110
|
-
request_stripe_object(
|
|
111
|
-
method: :get,
|
|
112
|
-
path: "/v1/financial_connections/institutions",
|
|
113
|
-
params: params,
|
|
114
|
-
opts: opts
|
|
115
|
-
)
|
|
116
|
-
end
|
|
117
|
-
|
|
118
|
-
def self.inner_class_types
|
|
119
|
-
@inner_class_types = { features: Features }
|
|
120
|
-
end
|
|
121
|
-
|
|
122
|
-
def self.field_remappings
|
|
123
|
-
@field_remappings = {}
|
|
124
|
-
end
|
|
125
|
-
end
|
|
126
|
-
end
|
|
127
|
-
end
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
# The FX Quotes API provides three functions:
|
|
6
|
-
# - View Stripe's current exchange rate for any given currency pair.
|
|
7
|
-
# - Extend quoted rates for a 1-hour period or a 24-hour period, minimizing uncertainty from FX fluctuations.
|
|
8
|
-
# - Preview the FX fees Stripe will charge on your FX transaction, allowing you to anticipate specific settlement amounts before payment costs.
|
|
9
|
-
#
|
|
10
|
-
# [View the docs](https://docs.stripe.com/payments/currencies/localize-prices/fx-quotes-api)
|
|
11
|
-
class FxQuote < APIResource
|
|
12
|
-
extend Stripe::APIOperations::Create
|
|
13
|
-
extend Stripe::APIOperations::List
|
|
14
|
-
|
|
15
|
-
OBJECT_NAME = "fx_quote"
|
|
16
|
-
def self.object_name
|
|
17
|
-
"fx_quote"
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
class Rates < ::Stripe::StripeObject
|
|
21
|
-
class RateDetails < ::Stripe::StripeObject
|
|
22
|
-
# The rate for the currency pair.
|
|
23
|
-
attr_reader :base_rate
|
|
24
|
-
# The fee for locking the conversion rates.
|
|
25
|
-
attr_reader :duration_premium
|
|
26
|
-
# The FX fee for the currency pair.
|
|
27
|
-
attr_reader :fx_fee_rate
|
|
28
|
-
# A reference rate for the currency pair provided by the reference rate provider.
|
|
29
|
-
attr_reader :reference_rate
|
|
30
|
-
# The reference rate provider.
|
|
31
|
-
attr_reader :reference_rate_provider
|
|
32
|
-
|
|
33
|
-
def self.inner_class_types
|
|
34
|
-
@inner_class_types = {}
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
def self.field_remappings
|
|
38
|
-
@field_remappings = {}
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
# The rate that includes the FX fee rate.
|
|
42
|
-
attr_reader :exchange_rate
|
|
43
|
-
# Attribute for field rate_details
|
|
44
|
-
attr_reader :rate_details
|
|
45
|
-
|
|
46
|
-
def self.inner_class_types
|
|
47
|
-
@inner_class_types = { rate_details: RateDetails }
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
def self.field_remappings
|
|
51
|
-
@field_remappings = {}
|
|
52
|
-
end
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
class Usage < ::Stripe::StripeObject
|
|
56
|
-
class Payment < ::Stripe::StripeObject
|
|
57
|
-
# The Stripe account ID that the funds will be transferred to.
|
|
58
|
-
#
|
|
59
|
-
# This field should match the account ID that would be used in the PaymentIntent’s transfer_data[destination] field.
|
|
60
|
-
attr_reader :destination
|
|
61
|
-
# The Stripe account ID that these funds are intended for.
|
|
62
|
-
#
|
|
63
|
-
# This field must match the account ID that would be used in the PaymentIntent’s on_behalf_of field.
|
|
64
|
-
attr_reader :on_behalf_of
|
|
65
|
-
|
|
66
|
-
def self.inner_class_types
|
|
67
|
-
@inner_class_types = {}
|
|
68
|
-
end
|
|
69
|
-
|
|
70
|
-
def self.field_remappings
|
|
71
|
-
@field_remappings = {}
|
|
72
|
-
end
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
class Transfer < ::Stripe::StripeObject
|
|
76
|
-
# The Stripe account ID that the funds will be transferred to.
|
|
77
|
-
#
|
|
78
|
-
# This field should match the account ID that would be used in the Transfer’s destination field.
|
|
79
|
-
attr_reader :destination
|
|
80
|
-
|
|
81
|
-
def self.inner_class_types
|
|
82
|
-
@inner_class_types = {}
|
|
83
|
-
end
|
|
84
|
-
|
|
85
|
-
def self.field_remappings
|
|
86
|
-
@field_remappings = {}
|
|
87
|
-
end
|
|
88
|
-
end
|
|
89
|
-
# The details required to use an FX Quote for a payment
|
|
90
|
-
attr_reader :payment
|
|
91
|
-
# The details required to use an FX Quote for a transfer
|
|
92
|
-
attr_reader :transfer
|
|
93
|
-
# The transaction type for which the FX Quote will be used.
|
|
94
|
-
#
|
|
95
|
-
# Can be 'payment' or 'transfer'.
|
|
96
|
-
attr_reader :type
|
|
97
|
-
|
|
98
|
-
def self.inner_class_types
|
|
99
|
-
@inner_class_types = { payment: Payment, transfer: Transfer }
|
|
100
|
-
end
|
|
101
|
-
|
|
102
|
-
def self.field_remappings
|
|
103
|
-
@field_remappings = {}
|
|
104
|
-
end
|
|
105
|
-
end
|
|
106
|
-
# Time at which the quote was created, measured in seconds since the Unix epoch.
|
|
107
|
-
attr_reader :created
|
|
108
|
-
# Unique identifier for the object.
|
|
109
|
-
attr_reader :id
|
|
110
|
-
# The duration the exchange rate quote remains valid from creation time. Allowed values are none, hour, and day. Note that for the test mode API available in alpha, you can request an extended quote, but it won't be usable for any transactions.
|
|
111
|
-
attr_reader :lock_duration
|
|
112
|
-
# Time at which the quote will expire, measured in seconds since the Unix epoch.
|
|
113
|
-
#
|
|
114
|
-
# If lock_duration is set to ‘none’ this field will be set to null.
|
|
115
|
-
attr_reader :lock_expires_at
|
|
116
|
-
# Lock status of the quote. Transitions from active to expired once past the lock_expires_at timestamp.
|
|
117
|
-
#
|
|
118
|
-
# Can return value none, active, or expired.
|
|
119
|
-
attr_reader :lock_status
|
|
120
|
-
# String representing the object's type. Objects of the same type share the same value.
|
|
121
|
-
attr_reader :object
|
|
122
|
-
# Information about the rates.
|
|
123
|
-
attr_reader :rates
|
|
124
|
-
# The currency to convert into, typically this is the currency that you want to settle to your Stripe balance. Three-letter ISO currency code, in lowercase. Must be a supported currency.
|
|
125
|
-
attr_reader :to_currency
|
|
126
|
-
# Attribute for field usage
|
|
127
|
-
attr_reader :usage
|
|
128
|
-
|
|
129
|
-
# Creates an FX Quote object
|
|
130
|
-
def self.create(params = {}, opts = {})
|
|
131
|
-
request_stripe_object(method: :post, path: "/v1/fx_quotes", params: params, opts: opts)
|
|
132
|
-
end
|
|
133
|
-
|
|
134
|
-
# Returns a list of FX quotes that have been issued. The FX quotes are returned in sorted order, with the most recent FX quotes appearing first.
|
|
135
|
-
def self.list(params = {}, opts = {})
|
|
136
|
-
request_stripe_object(method: :get, path: "/v1/fx_quotes", params: params, opts: opts)
|
|
137
|
-
end
|
|
138
|
-
|
|
139
|
-
def self.inner_class_types
|
|
140
|
-
@inner_class_types = { rates: Rates, usage: Usage }
|
|
141
|
-
end
|
|
142
|
-
|
|
143
|
-
def self.field_remappings
|
|
144
|
-
@field_remappings = {}
|
|
145
|
-
end
|
|
146
|
-
end
|
|
147
|
-
end
|
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Issuing
|
|
6
|
-
# Every time an applicant submits an application for a Charge Card product your platform offers, or every time your platform takes a proactive credit decision on an existing account, you must record the decision by creating a new `CreditUnderwritingRecord` object on a connected account.
|
|
7
|
-
#
|
|
8
|
-
# [Follow the guide](https://docs.stripe.com/issuing/credit/report-credit-decisions-and-manage-aans) to learn about your requirements as a platform.
|
|
9
|
-
class CreditUnderwritingRecord < APIResource
|
|
10
|
-
extend Stripe::APIOperations::List
|
|
11
|
-
|
|
12
|
-
OBJECT_NAME = "issuing.credit_underwriting_record"
|
|
13
|
-
def self.object_name
|
|
14
|
-
"issuing.credit_underwriting_record"
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
class Application < ::Stripe::StripeObject
|
|
18
|
-
# The channel through which the applicant has submitted their application.
|
|
19
|
-
attr_reader :application_method
|
|
20
|
-
# Scope of demand made by the applicant.
|
|
21
|
-
attr_reader :purpose
|
|
22
|
-
# Date when the applicant submitted their application.
|
|
23
|
-
attr_reader :submitted_at
|
|
24
|
-
|
|
25
|
-
def self.inner_class_types
|
|
26
|
-
@inner_class_types = {}
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
def self.field_remappings
|
|
30
|
-
@field_remappings = {}
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
class CreditUser < ::Stripe::StripeObject
|
|
35
|
-
# Email of the applicant or accountholder.
|
|
36
|
-
attr_reader :email
|
|
37
|
-
# Full name of the company or person.
|
|
38
|
-
attr_reader :name
|
|
39
|
-
|
|
40
|
-
def self.inner_class_types
|
|
41
|
-
@inner_class_types = {}
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
def self.field_remappings
|
|
45
|
-
@field_remappings = {}
|
|
46
|
-
end
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
class Decision < ::Stripe::StripeObject
|
|
50
|
-
class ApplicationRejected < ::Stripe::StripeObject
|
|
51
|
-
# Details about the `reasons.other` when present.
|
|
52
|
-
attr_reader :reason_other_explanation
|
|
53
|
-
# List of reasons why the application was rejected up to 4 reasons, in order of importance.
|
|
54
|
-
attr_reader :reasons
|
|
55
|
-
|
|
56
|
-
def self.inner_class_types
|
|
57
|
-
@inner_class_types = {}
|
|
58
|
-
end
|
|
59
|
-
|
|
60
|
-
def self.field_remappings
|
|
61
|
-
@field_remappings = {}
|
|
62
|
-
end
|
|
63
|
-
end
|
|
64
|
-
|
|
65
|
-
class CreditLimitApproved < ::Stripe::StripeObject
|
|
66
|
-
# Credit amount approved. An approved credit limit is required before you can set a amount in the [CreditPolicy API](https://docs.stripe.com/api/issuing/credit_policy).
|
|
67
|
-
attr_reader :amount
|
|
68
|
-
# 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).
|
|
69
|
-
attr_reader :currency
|
|
70
|
-
|
|
71
|
-
def self.inner_class_types
|
|
72
|
-
@inner_class_types = {}
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
def self.field_remappings
|
|
76
|
-
@field_remappings = {}
|
|
77
|
-
end
|
|
78
|
-
end
|
|
79
|
-
|
|
80
|
-
class CreditLimitDecreased < ::Stripe::StripeObject
|
|
81
|
-
# Credit amount approved after decrease. An approved credit limit is required before you can set a amount in the [CreditPolicy API](https://docs.stripe.com/api/issuing/credit_policy).
|
|
82
|
-
attr_reader :amount
|
|
83
|
-
# 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).
|
|
84
|
-
attr_reader :currency
|
|
85
|
-
# Details about the `reasons.other` when present.
|
|
86
|
-
attr_reader :reason_other_explanation
|
|
87
|
-
# List of reasons why the existing credit was decreased, up to 4 reasons, in order of importance.
|
|
88
|
-
attr_reader :reasons
|
|
89
|
-
|
|
90
|
-
def self.inner_class_types
|
|
91
|
-
@inner_class_types = {}
|
|
92
|
-
end
|
|
93
|
-
|
|
94
|
-
def self.field_remappings
|
|
95
|
-
@field_remappings = {}
|
|
96
|
-
end
|
|
97
|
-
end
|
|
98
|
-
|
|
99
|
-
class CreditLineClosed < ::Stripe::StripeObject
|
|
100
|
-
# Details about the `reasons.other` when present.
|
|
101
|
-
attr_reader :reason_other_explanation
|
|
102
|
-
# List of reasons why the existing account was closed, up to 4 reasons, in order of importance.
|
|
103
|
-
attr_reader :reasons
|
|
104
|
-
|
|
105
|
-
def self.inner_class_types
|
|
106
|
-
@inner_class_types = {}
|
|
107
|
-
end
|
|
108
|
-
|
|
109
|
-
def self.field_remappings
|
|
110
|
-
@field_remappings = {}
|
|
111
|
-
end
|
|
112
|
-
end
|
|
113
|
-
# Details about a decision application_rejected.
|
|
114
|
-
attr_reader :application_rejected
|
|
115
|
-
# Details about a decision credit_limit_approved.
|
|
116
|
-
attr_reader :credit_limit_approved
|
|
117
|
-
# Details about a decision credit_limit_decreased.
|
|
118
|
-
attr_reader :credit_limit_decreased
|
|
119
|
-
# Details about a decision credit_line_closed.
|
|
120
|
-
attr_reader :credit_line_closed
|
|
121
|
-
# Outcome of the decision.
|
|
122
|
-
attr_reader :type
|
|
123
|
-
|
|
124
|
-
def self.inner_class_types
|
|
125
|
-
@inner_class_types = {
|
|
126
|
-
application_rejected: ApplicationRejected,
|
|
127
|
-
credit_limit_approved: CreditLimitApproved,
|
|
128
|
-
credit_limit_decreased: CreditLimitDecreased,
|
|
129
|
-
credit_line_closed: CreditLineClosed,
|
|
130
|
-
}
|
|
131
|
-
end
|
|
132
|
-
|
|
133
|
-
def self.field_remappings
|
|
134
|
-
@field_remappings = {}
|
|
135
|
-
end
|
|
136
|
-
end
|
|
137
|
-
|
|
138
|
-
class UnderwritingException < ::Stripe::StripeObject
|
|
139
|
-
# Written explanation for the exception.
|
|
140
|
-
attr_reader :explanation
|
|
141
|
-
# The decision before the exception was applied.
|
|
142
|
-
attr_reader :original_decision_type
|
|
143
|
-
|
|
144
|
-
def self.inner_class_types
|
|
145
|
-
@inner_class_types = {}
|
|
146
|
-
end
|
|
147
|
-
|
|
148
|
-
def self.field_remappings
|
|
149
|
-
@field_remappings = {}
|
|
150
|
-
end
|
|
151
|
-
end
|
|
152
|
-
# For decisions triggered by an application, details about the submission.
|
|
153
|
-
attr_reader :application
|
|
154
|
-
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
155
|
-
attr_reader :created
|
|
156
|
-
# The event that triggered the underwriting.
|
|
157
|
-
attr_reader :created_from
|
|
158
|
-
# Attribute for field credit_user
|
|
159
|
-
attr_reader :credit_user
|
|
160
|
-
# Date when a decision was made.
|
|
161
|
-
attr_reader :decided_at
|
|
162
|
-
# Details about the decision.
|
|
163
|
-
attr_reader :decision
|
|
164
|
-
# For underwriting initiated by an application, a decision must be taken 30 days after the submission.
|
|
165
|
-
attr_reader :decision_deadline
|
|
166
|
-
# Unique identifier for the object.
|
|
167
|
-
attr_reader :id
|
|
168
|
-
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
169
|
-
attr_reader :livemode
|
|
170
|
-
# 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.
|
|
171
|
-
attr_reader :metadata
|
|
172
|
-
# String representing the object's type. Objects of the same type share the same value.
|
|
173
|
-
attr_reader :object
|
|
174
|
-
# File containing regulatory reporting data for the decision. Required if you are subject to this [reporting requirement](https://docs.stripe.com/issuing/credit/report-required-regulatory-data-for-credit-decisions).
|
|
175
|
-
attr_reader :regulatory_reporting_file
|
|
176
|
-
# If an exception to the usual underwriting criteria was made for this application, details about the exception must be provided. Exceptions should only be granted in rare circumstances, in consultation with Stripe Compliance.
|
|
177
|
-
attr_reader :underwriting_exception
|
|
178
|
-
|
|
179
|
-
# Update a CreditUnderwritingRecord object to correct mistakes.
|
|
180
|
-
def correct(params = {}, opts = {})
|
|
181
|
-
request_stripe_object(
|
|
182
|
-
method: :post,
|
|
183
|
-
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/correct", { credit_underwriting_record: CGI.escape(self["id"]) }),
|
|
184
|
-
params: params,
|
|
185
|
-
opts: opts
|
|
186
|
-
)
|
|
187
|
-
end
|
|
188
|
-
|
|
189
|
-
# Update a CreditUnderwritingRecord object to correct mistakes.
|
|
190
|
-
def self.correct(credit_underwriting_record, params = {}, opts = {})
|
|
191
|
-
request_stripe_object(
|
|
192
|
-
method: :post,
|
|
193
|
-
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/correct", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
|
|
194
|
-
params: params,
|
|
195
|
-
opts: opts
|
|
196
|
-
)
|
|
197
|
-
end
|
|
198
|
-
|
|
199
|
-
# Creates a CreditUnderwritingRecord object with information about a credit application submission.
|
|
200
|
-
def self.create_from_application(params = {}, opts = {})
|
|
201
|
-
request_stripe_object(
|
|
202
|
-
method: :post,
|
|
203
|
-
path: "/v1/issuing/credit_underwriting_records/create_from_application",
|
|
204
|
-
params: params,
|
|
205
|
-
opts: opts
|
|
206
|
-
)
|
|
207
|
-
end
|
|
208
|
-
|
|
209
|
-
# Creates a CreditUnderwritingRecord object from an underwriting decision coming from a proactive review of an existing accountholder.
|
|
210
|
-
def self.create_from_proactive_review(params = {}, opts = {})
|
|
211
|
-
request_stripe_object(
|
|
212
|
-
method: :post,
|
|
213
|
-
path: "/v1/issuing/credit_underwriting_records/create_from_proactive_review",
|
|
214
|
-
params: params,
|
|
215
|
-
opts: opts
|
|
216
|
-
)
|
|
217
|
-
end
|
|
218
|
-
|
|
219
|
-
# Retrieves a list of CreditUnderwritingRecord objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.
|
|
220
|
-
def self.list(params = {}, opts = {})
|
|
221
|
-
request_stripe_object(
|
|
222
|
-
method: :get,
|
|
223
|
-
path: "/v1/issuing/credit_underwriting_records",
|
|
224
|
-
params: params,
|
|
225
|
-
opts: opts
|
|
226
|
-
)
|
|
227
|
-
end
|
|
228
|
-
|
|
229
|
-
# Update a CreditUnderwritingRecord object from a decision made on a credit application.
|
|
230
|
-
def report_decision(params = {}, opts = {})
|
|
231
|
-
request_stripe_object(
|
|
232
|
-
method: :post,
|
|
233
|
-
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/report_decision", { credit_underwriting_record: CGI.escape(self["id"]) }),
|
|
234
|
-
params: params,
|
|
235
|
-
opts: opts
|
|
236
|
-
)
|
|
237
|
-
end
|
|
238
|
-
|
|
239
|
-
# Update a CreditUnderwritingRecord object from a decision made on a credit application.
|
|
240
|
-
def self.report_decision(credit_underwriting_record, params = {}, opts = {})
|
|
241
|
-
request_stripe_object(
|
|
242
|
-
method: :post,
|
|
243
|
-
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/report_decision", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
|
|
244
|
-
params: params,
|
|
245
|
-
opts: opts
|
|
246
|
-
)
|
|
247
|
-
end
|
|
248
|
-
|
|
249
|
-
def self.inner_class_types
|
|
250
|
-
@inner_class_types = {
|
|
251
|
-
application: Application,
|
|
252
|
-
credit_user: CreditUser,
|
|
253
|
-
decision: Decision,
|
|
254
|
-
underwriting_exception: UnderwritingException,
|
|
255
|
-
}
|
|
256
|
-
end
|
|
257
|
-
|
|
258
|
-
def self.field_remappings
|
|
259
|
-
@field_remappings = {}
|
|
260
|
-
end
|
|
261
|
-
end
|
|
262
|
-
end
|
|
263
|
-
end
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Issuing
|
|
6
|
-
# Represents a record from the card network of a money movement or change in state for an Issuing dispute. These records are included in the settlement reports that we receive from networks and expose to users as Settlement objects.
|
|
7
|
-
class DisputeSettlementDetail < APIResource
|
|
8
|
-
extend Stripe::APIOperations::List
|
|
9
|
-
|
|
10
|
-
OBJECT_NAME = "issuing.dispute_settlement_detail"
|
|
11
|
-
def self.object_name
|
|
12
|
-
"issuing.dispute_settlement_detail"
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
class NetworkData < ::Stripe::StripeObject
|
|
16
|
-
# The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network.
|
|
17
|
-
attr_reader :processing_date
|
|
18
|
-
|
|
19
|
-
def self.inner_class_types
|
|
20
|
-
@inner_class_types = {}
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
def self.field_remappings
|
|
24
|
-
@field_remappings = {}
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
# Disputed amount in the card’s currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
|
|
28
|
-
attr_reader :amount
|
|
29
|
-
# The card used to make the original transaction.
|
|
30
|
-
attr_reader :card
|
|
31
|
-
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
32
|
-
attr_reader :created
|
|
33
|
-
# The currency the original transaction was made in. 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).
|
|
34
|
-
attr_reader :currency
|
|
35
|
-
# The ID of the linked dispute.
|
|
36
|
-
attr_reader :dispute
|
|
37
|
-
# The type of event corresponding to this dispute settlement detail, representing the stage in the dispute network lifecycle.
|
|
38
|
-
attr_reader :event_type
|
|
39
|
-
# Unique identifier for the object.
|
|
40
|
-
attr_reader :id
|
|
41
|
-
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
42
|
-
attr_reader :livemode
|
|
43
|
-
# The card network for this dispute settlement detail. One of ["visa", "mastercard", "maestro"]
|
|
44
|
-
attr_reader :network
|
|
45
|
-
# Details about the transaction, such as processing dates, set by the card network.
|
|
46
|
-
attr_reader :network_data
|
|
47
|
-
# String representing the object's type. Objects of the same type share the same value.
|
|
48
|
-
attr_reader :object
|
|
49
|
-
# The ID of the linked card network settlement.
|
|
50
|
-
attr_reader :settlement
|
|
51
|
-
|
|
52
|
-
# Returns a list of Issuing DisputeSettlementDetail objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
|
|
53
|
-
def self.list(params = {}, opts = {})
|
|
54
|
-
request_stripe_object(
|
|
55
|
-
method: :get,
|
|
56
|
-
path: "/v1/issuing/dispute_settlement_details",
|
|
57
|
-
params: params,
|
|
58
|
-
opts: opts
|
|
59
|
-
)
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
def self.inner_class_types
|
|
63
|
-
@inner_class_types = { network_data: NetworkData }
|
|
64
|
-
end
|
|
65
|
-
|
|
66
|
-
def self.field_remappings
|
|
67
|
-
@field_remappings = {}
|
|
68
|
-
end
|
|
69
|
-
end
|
|
70
|
-
end
|
|
71
|
-
end
|