stripe 19.2.0.pre.beta.1 → 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 -34
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +16 -187
- data/lib/stripe/events/{v2_money_management_received_debit_pending_event.rb → v2_commerce_product_catalog_imports_failed_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_outbound_transfer_canceled_event.rb → v2_commerce_product_catalog_imports_processing_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_financial_account_created_event.rb → v2_commerce_product_catalog_imports_succeeded_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb → v2_commerce_product_catalog_imports_succeeded_with_errors_event.rb} +7 -7
- data/lib/stripe/object_types.rb +1 -55
- 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/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/v2/commerce/product_catalog/import_create_params.rb +25 -0
- data/lib/stripe/params/v2/commerce/product_catalog/import_list_params.rb +54 -0
- data/lib/stripe/params/v2/{billing/bill_settings/version_retrieve_params.rb → commerce/product_catalog/import_retrieve_params.rb} +3 -3
- 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 -777
- 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/billing/meter_event_adjustment.rb +3 -3
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +3 -3
- data/lib/stripe/resources/v2/commerce/product_catalog_import.rb +274 -0
- 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 -279
- 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/meter_event_session_service.rb +1 -1
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/commerce/product_catalog/import_service.rb +45 -0
- data/lib/stripe/services/v2/commerce/product_catalog_service.rb +17 -0
- data/lib/stripe/services/v2/commerce_service.rb +15 -0
- 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/accounts/person_token_service.rb +2 -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 +2 -3
- data/lib/stripe/services.rb +469 -253
- 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 +50053 -113322
- metadata +16 -333
- 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_money_management_adjustment_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_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_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_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 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/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/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 -254
- 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 -260
- 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/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/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 -688
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -305
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -294
- 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/financial_address_credit_simulation.rb +0 -29
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -31
- 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 -148
- 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/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/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 -65
- 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/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 -491
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module MoneyManagement
|
|
7
|
-
# Use Transactions to view changes to your FinancialAccount balance over time. Every flow that moves money, such as OutboundPayments or ReceivedCredits, will have one or more Transactions that describes how the flow impacted your balance. Note that while the FinancialAccount balance will always be up to date, be aware that Transactions and TransactionEntries are created shortly after to reflect changes.
|
|
8
|
-
class Transaction < APIResource
|
|
9
|
-
OBJECT_NAME = "v2.money_management.transaction"
|
|
10
|
-
def self.object_name
|
|
11
|
-
"v2.money_management.transaction"
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
class BalanceImpact < ::Stripe::StripeObject
|
|
15
|
-
# Impact to the available balance.
|
|
16
|
-
attr_reader :available
|
|
17
|
-
# Impact to the inbound_pending balance.
|
|
18
|
-
attr_reader :inbound_pending
|
|
19
|
-
# Impact to the outbound_pending balance.
|
|
20
|
-
attr_reader :outbound_pending
|
|
21
|
-
|
|
22
|
-
def self.inner_class_types
|
|
23
|
-
@inner_class_types = {}
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
def self.field_remappings
|
|
27
|
-
@field_remappings = {}
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
class Counterparty < ::Stripe::StripeObject
|
|
32
|
-
# Name of the counterparty.
|
|
33
|
-
attr_reader :name
|
|
34
|
-
|
|
35
|
-
def self.inner_class_types
|
|
36
|
-
@inner_class_types = {}
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def self.field_remappings
|
|
40
|
-
@field_remappings = {}
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
class Flow < ::Stripe::StripeObject
|
|
45
|
-
# If applicable, the ID of the Adjustment that created this Transaction.
|
|
46
|
-
attr_reader :adjustment
|
|
47
|
-
# In the future, this will be the ID of the currency conversion that created this Transaction. For now, this field is always null.
|
|
48
|
-
attr_reader :currency_conversion
|
|
49
|
-
# If applicable, the ID of the FeeTransaction that created this Transaction.
|
|
50
|
-
attr_reader :fee_transaction
|
|
51
|
-
# If applicable, the ID of the InboundTransfer that created this Transaction.
|
|
52
|
-
attr_reader :inbound_transfer
|
|
53
|
-
# If applicable, the ID of the OutboundPayment that created this Transaction.
|
|
54
|
-
attr_reader :outbound_payment
|
|
55
|
-
# If applicable, the ID of the OutboundTransfer that created this Transaction.
|
|
56
|
-
attr_reader :outbound_transfer
|
|
57
|
-
# If applicable, the ID of the ReceivedCredit that created this Transaction.
|
|
58
|
-
attr_reader :received_credit
|
|
59
|
-
# If applicable, the ID of the ReceivedDebit that created this Transaction.
|
|
60
|
-
attr_reader :received_debit
|
|
61
|
-
# Open Enum. Type of the flow that created the Transaction. The field matching this value will contain the ID of the flow.
|
|
62
|
-
attr_reader :type
|
|
63
|
-
|
|
64
|
-
def self.inner_class_types
|
|
65
|
-
@inner_class_types = {}
|
|
66
|
-
end
|
|
67
|
-
|
|
68
|
-
def self.field_remappings
|
|
69
|
-
@field_remappings = {}
|
|
70
|
-
end
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
class StatusTransitions < ::Stripe::StripeObject
|
|
74
|
-
# The time at which the Transaction became posted. Only present if status == posted.
|
|
75
|
-
attr_reader :posted_at
|
|
76
|
-
# The time at which the Transaction became void. Only present if status == void.
|
|
77
|
-
attr_reader :void_at
|
|
78
|
-
|
|
79
|
-
def self.inner_class_types
|
|
80
|
-
@inner_class_types = {}
|
|
81
|
-
end
|
|
82
|
-
|
|
83
|
-
def self.field_remappings
|
|
84
|
-
@field_remappings = {}
|
|
85
|
-
end
|
|
86
|
-
end
|
|
87
|
-
# The amount of the Transaction.
|
|
88
|
-
attr_reader :amount
|
|
89
|
-
# The delta to the FinancialAccount's balance. The balance_impact for the Transaction is equal to sum of its
|
|
90
|
-
# TransactionEntries that have `effective_at`s in the past.
|
|
91
|
-
attr_reader :balance_impact
|
|
92
|
-
# Open Enum. A descriptive category used to classify the Transaction.
|
|
93
|
-
attr_reader :category
|
|
94
|
-
# Counterparty to this Transaction.
|
|
95
|
-
attr_reader :counterparty
|
|
96
|
-
# Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
97
|
-
attr_reader :created
|
|
98
|
-
# Description of this Transaction. When applicable, the description is copied from the Flow object at the time
|
|
99
|
-
# of transaction creation.
|
|
100
|
-
attr_reader :description
|
|
101
|
-
# Indicates the FinancialAccount affected by this Transaction.
|
|
102
|
-
attr_reader :financial_account
|
|
103
|
-
# Details about the Flow object that created the Transaction.
|
|
104
|
-
attr_reader :flow
|
|
105
|
-
# Unique identifier for the object.
|
|
106
|
-
attr_reader :id
|
|
107
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
108
|
-
attr_reader :livemode
|
|
109
|
-
# String representing the object's type. Objects of the same type share the same value of the object field.
|
|
110
|
-
attr_reader :object
|
|
111
|
-
# Closed Enum. Current status of the Transaction.
|
|
112
|
-
# A Transaction is `pending` if either `balance_impact.inbound_pending` or `balance_impact.outbound_pending` is non-zero.
|
|
113
|
-
# A Transaction is `posted` if only `balance_impact.available` is non-zero.
|
|
114
|
-
# A Transaction is `void` if there is no balance impact.
|
|
115
|
-
# `posted` and `void` are terminal states, and no additional entries will be added to the Transaction.
|
|
116
|
-
attr_reader :status
|
|
117
|
-
# Timestamps for when the Transaction transitioned to a particular status.
|
|
118
|
-
attr_reader :status_transitions
|
|
119
|
-
|
|
120
|
-
def self.inner_class_types
|
|
121
|
-
@inner_class_types = {
|
|
122
|
-
balance_impact: BalanceImpact,
|
|
123
|
-
counterparty: Counterparty,
|
|
124
|
-
flow: Flow,
|
|
125
|
-
status_transitions: StatusTransitions,
|
|
126
|
-
}
|
|
127
|
-
end
|
|
128
|
-
|
|
129
|
-
def self.field_remappings
|
|
130
|
-
@field_remappings = {}
|
|
131
|
-
end
|
|
132
|
-
end
|
|
133
|
-
end
|
|
134
|
-
end
|
|
135
|
-
end
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module V2
|
|
6
|
-
module MoneyManagement
|
|
7
|
-
# TransactionEntries represent individual money movements across different states within a Transaction.
|
|
8
|
-
class TransactionEntry < APIResource
|
|
9
|
-
OBJECT_NAME = "v2.money_management.transaction_entry"
|
|
10
|
-
def self.object_name
|
|
11
|
-
"v2.money_management.transaction_entry"
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
class BalanceImpact < ::Stripe::StripeObject
|
|
15
|
-
# Impact to the available balance.
|
|
16
|
-
attr_reader :available
|
|
17
|
-
# Impact to the inbound_pending balance.
|
|
18
|
-
attr_reader :inbound_pending
|
|
19
|
-
# Impact to the outbound_pending balance.
|
|
20
|
-
attr_reader :outbound_pending
|
|
21
|
-
|
|
22
|
-
def self.inner_class_types
|
|
23
|
-
@inner_class_types = {}
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
def self.field_remappings
|
|
27
|
-
@field_remappings = {}
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
class TransactionDetails < ::Stripe::StripeObject
|
|
32
|
-
class Flow < ::Stripe::StripeObject
|
|
33
|
-
# If applicable, the ID of the Adjustment that created this Transaction.
|
|
34
|
-
attr_reader :adjustment
|
|
35
|
-
# In the future, this will be the ID of the currency conversion that created this Transaction. For now, this field is always null.
|
|
36
|
-
attr_reader :currency_conversion
|
|
37
|
-
# If applicable, the ID of the FeeTransaction that created this Transaction.
|
|
38
|
-
attr_reader :fee_transaction
|
|
39
|
-
# If applicable, the ID of the InboundTransfer that created this Transaction.
|
|
40
|
-
attr_reader :inbound_transfer
|
|
41
|
-
# If applicable, the ID of the OutboundPayment that created this Transaction.
|
|
42
|
-
attr_reader :outbound_payment
|
|
43
|
-
# If applicable, the ID of the OutboundTransfer that created this Transaction.
|
|
44
|
-
attr_reader :outbound_transfer
|
|
45
|
-
# If applicable, the ID of the ReceivedCredit that created this Transaction.
|
|
46
|
-
attr_reader :received_credit
|
|
47
|
-
# If applicable, the ID of the ReceivedDebit that created this Transaction.
|
|
48
|
-
attr_reader :received_debit
|
|
49
|
-
# Open Enum. Type of the flow that created the Transaction. The field matching this value will contain the ID of the flow.
|
|
50
|
-
attr_reader :type
|
|
51
|
-
|
|
52
|
-
def self.inner_class_types
|
|
53
|
-
@inner_class_types = {}
|
|
54
|
-
end
|
|
55
|
-
|
|
56
|
-
def self.field_remappings
|
|
57
|
-
@field_remappings = {}
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
# Closed Enum for now, and will be turned into an Open Enum soon. A descriptive category used to classify the Transaction.
|
|
61
|
-
attr_reader :category
|
|
62
|
-
# Indicates the FinancialAccount affected by this Transaction.
|
|
63
|
-
attr_reader :financial_account
|
|
64
|
-
# Details about the Flow object that created the Transaction.
|
|
65
|
-
attr_reader :flow
|
|
66
|
-
|
|
67
|
-
def self.inner_class_types
|
|
68
|
-
@inner_class_types = { flow: Flow }
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
def self.field_remappings
|
|
72
|
-
@field_remappings = {}
|
|
73
|
-
end
|
|
74
|
-
end
|
|
75
|
-
# The delta to the FinancialAccount's balance.
|
|
76
|
-
attr_reader :balance_impact
|
|
77
|
-
# Time at which the object was created.
|
|
78
|
-
attr_reader :created
|
|
79
|
-
# Time at which the entry impacted (or will impact if it's in the future) the FinancialAccount balance.
|
|
80
|
-
attr_reader :effective_at
|
|
81
|
-
# Unique identifier for the object.
|
|
82
|
-
attr_reader :id
|
|
83
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
84
|
-
attr_reader :livemode
|
|
85
|
-
# String representing the object's type. Objects of the same type share the same value of the object field.
|
|
86
|
-
attr_reader :object
|
|
87
|
-
# The Transaction that this TransactionEntry belongs to.
|
|
88
|
-
attr_reader :transaction
|
|
89
|
-
# Details copied from the transaction that this TransactionEntry belongs to.
|
|
90
|
-
attr_reader :transaction_details
|
|
91
|
-
|
|
92
|
-
def self.inner_class_types
|
|
93
|
-
@inner_class_types = {
|
|
94
|
-
balance_impact: BalanceImpact,
|
|
95
|
-
transaction_details: TransactionDetails,
|
|
96
|
-
}
|
|
97
|
-
end
|
|
98
|
-
|
|
99
|
-
def self.field_remappings
|
|
100
|
-
@field_remappings = {}
|
|
101
|
-
end
|
|
102
|
-
end
|
|
103
|
-
end
|
|
104
|
-
end
|
|
105
|
-
end
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class AccountNoticeService < StripeService
|
|
6
|
-
# Retrieves a list of AccountNotice objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.
|
|
7
|
-
def list(params = {}, opts = {})
|
|
8
|
-
request(
|
|
9
|
-
method: :get,
|
|
10
|
-
path: "/v1/account_notices",
|
|
11
|
-
params: params,
|
|
12
|
-
opts: opts,
|
|
13
|
-
base_address: :api
|
|
14
|
-
)
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
# Retrieves an AccountNotice object.
|
|
18
|
-
def retrieve(account_notice, params = {}, opts = {})
|
|
19
|
-
request(
|
|
20
|
-
method: :get,
|
|
21
|
-
path: format("/v1/account_notices/%<account_notice>s", { account_notice: CGI.escape(account_notice) }),
|
|
22
|
-
params: params,
|
|
23
|
-
opts: opts,
|
|
24
|
-
base_address: :api
|
|
25
|
-
)
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
# Updates an AccountNotice object.
|
|
29
|
-
def update(account_notice, params = {}, opts = {})
|
|
30
|
-
request(
|
|
31
|
-
method: :post,
|
|
32
|
-
path: format("/v1/account_notices/%<account_notice>s", { account_notice: CGI.escape(account_notice) }),
|
|
33
|
-
params: params,
|
|
34
|
-
opts: opts,
|
|
35
|
-
base_address: :api
|
|
36
|
-
)
|
|
37
|
-
end
|
|
38
|
-
end
|
|
39
|
-
end
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Billing
|
|
6
|
-
module Analytics
|
|
7
|
-
class MeterUsageService < StripeService
|
|
8
|
-
# Returns aggregated meter usage data for a customer within a specified time interval. The data can be grouped by various dimensions and can include multiple meters if specified.
|
|
9
|
-
def retrieve(params = {}, opts = {})
|
|
10
|
-
request(
|
|
11
|
-
method: :get,
|
|
12
|
-
path: "/v1/billing/analytics/meter_usage",
|
|
13
|
-
params: params,
|
|
14
|
-
opts: opts,
|
|
15
|
-
base_address: :api
|
|
16
|
-
)
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Billing
|
|
6
|
-
class AnalyticsService < StripeService
|
|
7
|
-
attr_reader :meter_usage
|
|
8
|
-
|
|
9
|
-
def initialize(requestor)
|
|
10
|
-
super
|
|
11
|
-
@meter_usage = Stripe::Billing::Analytics::MeterUsageService.new(@requestor)
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Capital
|
|
6
|
-
class FinancingOfferService < StripeService
|
|
7
|
-
# Retrieves the financing offers available for Connected accounts that belong to your platform.
|
|
8
|
-
def list(params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: "/v1/capital/financing_offers",
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
# Acknowledges that platform has received and delivered the financing_offer to
|
|
19
|
-
# the intended merchant recipient.
|
|
20
|
-
def mark_delivered(financing_offer, params = {}, opts = {})
|
|
21
|
-
request(
|
|
22
|
-
method: :post,
|
|
23
|
-
path: format("/v1/capital/financing_offers/%<financing_offer>s/mark_delivered", { financing_offer: CGI.escape(financing_offer) }),
|
|
24
|
-
params: params,
|
|
25
|
-
opts: opts,
|
|
26
|
-
base_address: :api
|
|
27
|
-
)
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
# Get the details of the financing offer
|
|
31
|
-
def retrieve(financing_offer, params = {}, opts = {})
|
|
32
|
-
request(
|
|
33
|
-
method: :get,
|
|
34
|
-
path: format("/v1/capital/financing_offers/%<financing_offer>s", { financing_offer: CGI.escape(financing_offer) }),
|
|
35
|
-
params: params,
|
|
36
|
-
opts: opts,
|
|
37
|
-
base_address: :api
|
|
38
|
-
)
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
end
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Capital
|
|
6
|
-
class FinancingSummaryService < StripeService
|
|
7
|
-
# Retrieve the financing summary object for the account.
|
|
8
|
-
def retrieve(params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: "/v1/capital/financing_summary",
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Capital
|
|
6
|
-
class FinancingTransactionService < StripeService
|
|
7
|
-
# Returns a list of financing transactions. The transactions are returned in sorted order,
|
|
8
|
-
# with the most recent transactions appearing first.
|
|
9
|
-
def list(params = {}, opts = {})
|
|
10
|
-
request(
|
|
11
|
-
method: :get,
|
|
12
|
-
path: "/v1/capital/financing_transactions",
|
|
13
|
-
params: params,
|
|
14
|
-
opts: opts,
|
|
15
|
-
base_address: :api
|
|
16
|
-
)
|
|
17
|
-
end
|
|
18
|
-
|
|
19
|
-
# Retrieves a financing transaction for a financing offer.
|
|
20
|
-
def retrieve(financing_transaction, params = {}, opts = {})
|
|
21
|
-
request(
|
|
22
|
-
method: :get,
|
|
23
|
-
path: format("/v1/capital/financing_transactions/%<financing_transaction>s", { financing_transaction: CGI.escape(financing_transaction) }),
|
|
24
|
-
params: params,
|
|
25
|
-
opts: opts,
|
|
26
|
-
base_address: :api
|
|
27
|
-
)
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class CapitalService < StripeService
|
|
6
|
-
attr_reader :financing_offers, :financing_summary, :financing_transactions
|
|
7
|
-
|
|
8
|
-
def initialize(requestor)
|
|
9
|
-
super
|
|
10
|
-
@financing_offers = Stripe::Capital::FinancingOfferService.new(@requestor)
|
|
11
|
-
@financing_summary = Stripe::Capital::FinancingSummaryService.new(@requestor)
|
|
12
|
-
@financing_transactions = Stripe::Capital::FinancingTransactionService.new(@requestor)
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class ExternalAccountService < StripeService
|
|
6
|
-
# Create an external account for a given connected account.
|
|
7
|
-
def create(params = {}, opts = {})
|
|
8
|
-
request(
|
|
9
|
-
method: :post,
|
|
10
|
-
path: "/v1/external_accounts",
|
|
11
|
-
params: params,
|
|
12
|
-
opts: opts,
|
|
13
|
-
base_address: :api
|
|
14
|
-
)
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
# Delete a specified external account for a given account.
|
|
18
|
-
def delete(id, params = {}, opts = {})
|
|
19
|
-
request(
|
|
20
|
-
method: :delete,
|
|
21
|
-
path: format("/v1/external_accounts/%<id>s", { id: CGI.escape(id) }),
|
|
22
|
-
params: params,
|
|
23
|
-
opts: opts,
|
|
24
|
-
base_address: :api
|
|
25
|
-
)
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
# List external accounts for an account.
|
|
29
|
-
def list(params = {}, opts = {})
|
|
30
|
-
request(
|
|
31
|
-
method: :get,
|
|
32
|
-
path: "/v1/external_accounts",
|
|
33
|
-
params: params,
|
|
34
|
-
opts: opts,
|
|
35
|
-
base_address: :api
|
|
36
|
-
)
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
# Retrieve a specified external account for a given account.
|
|
40
|
-
def retrieve(id, params = {}, opts = {})
|
|
41
|
-
request(
|
|
42
|
-
method: :get,
|
|
43
|
-
path: format("/v1/external_accounts/%<id>s", { id: CGI.escape(id) }),
|
|
44
|
-
params: params,
|
|
45
|
-
opts: opts,
|
|
46
|
-
base_address: :api
|
|
47
|
-
)
|
|
48
|
-
end
|
|
49
|
-
|
|
50
|
-
# Updates the metadata, account holder name, account holder type of a bank account belonging to
|
|
51
|
-
# a connected account and optionally sets it as the default for its currency. Other bank account
|
|
52
|
-
# details are not editable by design.
|
|
53
|
-
#
|
|
54
|
-
# You can only update bank accounts when [account.controller.requirement_collection is application, which includes <a href="/connect/custom-accounts">Custom accounts](https://docs.stripe.com/api/accounts/object#account_object-controller-requirement_collection).
|
|
55
|
-
#
|
|
56
|
-
# You can re-enable a disabled bank account by performing an update call without providing any
|
|
57
|
-
# arguments or changes.
|
|
58
|
-
def update(id, params = {}, opts = {})
|
|
59
|
-
request(
|
|
60
|
-
method: :post,
|
|
61
|
-
path: format("/v1/external_accounts/%<id>s", { id: CGI.escape(id) }),
|
|
62
|
-
params: params,
|
|
63
|
-
opts: opts,
|
|
64
|
-
base_address: :api
|
|
65
|
-
)
|
|
66
|
-
end
|
|
67
|
-
end
|
|
68
|
-
end
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module FinancialConnections
|
|
6
|
-
class AccountInferredBalanceService < StripeService
|
|
7
|
-
# Lists the recorded inferred balances for a Financial Connections Account.
|
|
8
|
-
def list(account, params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: format("/v1/financial_connections/accounts/%<account>s/inferred_balances", { account: CGI.escape(account) }),
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module FinancialConnections
|
|
6
|
-
class AuthorizationService < StripeService
|
|
7
|
-
# Retrieves the details of an Financial Connections Authorization.
|
|
8
|
-
def retrieve(authorization, params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: format("/v1/financial_connections/authorizations/%<authorization>s", { authorization: CGI.escape(authorization) }),
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
end
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module FinancialConnections
|
|
6
|
-
class InstitutionService < StripeService
|
|
7
|
-
# Returns a list of Financial Connections Institution objects.
|
|
8
|
-
def list(params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :get,
|
|
11
|
-
path: "/v1/financial_connections/institutions",
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
# Retrieves the details of a Financial Connections Institution.
|
|
19
|
-
def retrieve(institution, params = {}, opts = {})
|
|
20
|
-
request(
|
|
21
|
-
method: :get,
|
|
22
|
-
path: format("/v1/financial_connections/institutions/%<institution>s", { institution: CGI.escape(institution) }),
|
|
23
|
-
params: params,
|
|
24
|
-
opts: opts,
|
|
25
|
-
base_address: :api
|
|
26
|
-
)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
end
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
class FxQuoteService < StripeService
|
|
6
|
-
# Creates an FX Quote object
|
|
7
|
-
def create(params = {}, opts = {})
|
|
8
|
-
request(method: :post, path: "/v1/fx_quotes", params: params, opts: opts, base_address: :api)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
# 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.
|
|
12
|
-
def list(params = {}, opts = {})
|
|
13
|
-
request(method: :get, path: "/v1/fx_quotes", params: params, opts: opts, base_address: :api)
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
# Retrieve an FX Quote object
|
|
17
|
-
def retrieve(id, params = {}, opts = {})
|
|
18
|
-
request(
|
|
19
|
-
method: :get,
|
|
20
|
-
path: format("/v1/fx_quotes/%<id>s", { id: CGI.escape(id) }),
|
|
21
|
-
params: params,
|
|
22
|
-
opts: opts,
|
|
23
|
-
base_address: :api
|
|
24
|
-
)
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
module Stripe
|
|
5
|
-
module Issuing
|
|
6
|
-
class CreditUnderwritingRecordService < StripeService
|
|
7
|
-
# Update a CreditUnderwritingRecord object to correct mistakes.
|
|
8
|
-
def correct(credit_underwriting_record, params = {}, opts = {})
|
|
9
|
-
request(
|
|
10
|
-
method: :post,
|
|
11
|
-
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/correct", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
|
|
12
|
-
params: params,
|
|
13
|
-
opts: opts,
|
|
14
|
-
base_address: :api
|
|
15
|
-
)
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
# Creates a CreditUnderwritingRecord object with information about a credit application submission.
|
|
19
|
-
def create_from_application(params = {}, opts = {})
|
|
20
|
-
request(
|
|
21
|
-
method: :post,
|
|
22
|
-
path: "/v1/issuing/credit_underwriting_records/create_from_application",
|
|
23
|
-
params: params,
|
|
24
|
-
opts: opts,
|
|
25
|
-
base_address: :api
|
|
26
|
-
)
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
# Creates a CreditUnderwritingRecord object from an underwriting decision coming from a proactive review of an existing accountholder.
|
|
30
|
-
def create_from_proactive_review(params = {}, opts = {})
|
|
31
|
-
request(
|
|
32
|
-
method: :post,
|
|
33
|
-
path: "/v1/issuing/credit_underwriting_records/create_from_proactive_review",
|
|
34
|
-
params: params,
|
|
35
|
-
opts: opts,
|
|
36
|
-
base_address: :api
|
|
37
|
-
)
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
# Retrieves a list of CreditUnderwritingRecord objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.
|
|
41
|
-
def list(params = {}, opts = {})
|
|
42
|
-
request(
|
|
43
|
-
method: :get,
|
|
44
|
-
path: "/v1/issuing/credit_underwriting_records",
|
|
45
|
-
params: params,
|
|
46
|
-
opts: opts,
|
|
47
|
-
base_address: :api
|
|
48
|
-
)
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
# Update a CreditUnderwritingRecord object from a decision made on a credit application.
|
|
52
|
-
def report_decision(credit_underwriting_record, params = {}, opts = {})
|
|
53
|
-
request(
|
|
54
|
-
method: :post,
|
|
55
|
-
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/report_decision", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
|
|
56
|
-
params: params,
|
|
57
|
-
opts: opts,
|
|
58
|
-
base_address: :api
|
|
59
|
-
)
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
# Retrieves a CreditUnderwritingRecord object.
|
|
63
|
-
def retrieve(credit_underwriting_record, params = {}, opts = {})
|
|
64
|
-
request(
|
|
65
|
-
method: :get,
|
|
66
|
-
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
|
|
67
|
-
params: params,
|
|
68
|
-
opts: opts,
|
|
69
|
-
base_address: :api
|
|
70
|
-
)
|
|
71
|
-
end
|
|
72
|
-
end
|
|
73
|
-
end
|
|
74
|
-
end
|