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
|
@@ -26,7 +26,7 @@ module Stripe
|
|
|
26
26
|
@field_remappings = {}
|
|
27
27
|
end
|
|
28
28
|
end
|
|
29
|
-
# The Checkout session that this coupon is applied to, if it is applied to a particular session in payment mode.
|
|
29
|
+
# The Checkout session that this coupon is applied to, if it is applied to a particular session in payment mode. Not present for subscription mode.
|
|
30
30
|
attr_reader :checkout_session
|
|
31
31
|
# The ID of the customer associated with this discount.
|
|
32
32
|
attr_reader :customer
|
|
@@ -36,7 +36,7 @@ module Stripe
|
|
|
36
36
|
attr_reader :deleted
|
|
37
37
|
# If the coupon has a duration of `repeating`, the date that this discount will end. If the coupon has a duration of `once` or `forever`, this attribute will be null.
|
|
38
38
|
attr_reader :end
|
|
39
|
-
# The ID of the discount object. Discounts
|
|
39
|
+
# The ID of the discount object. Discounts can't be fetched by ID. Use `expand[]=discounts` in API calls to expand discount IDs in an array.
|
|
40
40
|
attr_reader :id
|
|
41
41
|
# The invoice that the discount's coupon was applied to, if it was applied directly to a particular invoice.
|
|
42
42
|
attr_reader :invoice
|
|
@@ -282,8 +282,6 @@ module Stripe
|
|
|
282
282
|
attr_reader :past_due
|
|
283
283
|
# The number of times evidence has been submitted. Typically, you may only submit evidence once.
|
|
284
284
|
attr_reader :submission_count
|
|
285
|
-
# Whether the dispute was submitted manually, with Smart Disputes, or not submitted.
|
|
286
|
-
attr_reader :submission_method
|
|
287
285
|
|
|
288
286
|
def self.inner_class_types
|
|
289
287
|
@inner_class_types = { enhanced_eligibility: EnhancedEligibility }
|
|
@@ -373,21 +371,6 @@ module Stripe
|
|
|
373
371
|
@field_remappings = {}
|
|
374
372
|
end
|
|
375
373
|
end
|
|
376
|
-
|
|
377
|
-
class SmartDisputes < ::Stripe::StripeObject
|
|
378
|
-
# Evidence that could be provided to improve the SmartDisputes packet
|
|
379
|
-
attr_reader :recommended_evidence
|
|
380
|
-
# Smart Disputes auto representment packet availability status.
|
|
381
|
-
attr_reader :status
|
|
382
|
-
|
|
383
|
-
def self.inner_class_types
|
|
384
|
-
@inner_class_types = {}
|
|
385
|
-
end
|
|
386
|
-
|
|
387
|
-
def self.field_remappings
|
|
388
|
-
@field_remappings = {}
|
|
389
|
-
end
|
|
390
|
-
end
|
|
391
374
|
# Disputed amount. Usually the amount of the charge, but it can differ (usually because of currency fluctuation or because only part of the order is disputed).
|
|
392
375
|
attr_reader :amount
|
|
393
376
|
# List of zero, one, or two balance transactions that show funds withdrawn and reinstated to your Stripe account as a result of this dispute.
|
|
@@ -406,8 +389,6 @@ module Stripe
|
|
|
406
389
|
attr_reader :evidence_details
|
|
407
390
|
# Unique identifier for the object.
|
|
408
391
|
attr_reader :id
|
|
409
|
-
# Intended submission method for the dispute.
|
|
410
|
-
attr_reader :intended_submission_method
|
|
411
392
|
# If true, it's still possible to refund the disputed payment. After the payment has been fully refunded, no further funds are withdrawn from your Stripe account as a result of this dispute.
|
|
412
393
|
attr_reader :is_charge_refundable
|
|
413
394
|
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
@@ -424,8 +405,6 @@ module Stripe
|
|
|
424
405
|
attr_reader :payment_method_details
|
|
425
406
|
# Reason given by cardholder for dispute. Possible values are `bank_cannot_process`, `check_returned`, `credit_not_processed`, `customer_initiated`, `debit_not_authorized`, `duplicate`, `fraudulent`, `general`, `incorrect_account_details`, `insufficient_funds`, `noncompliant`, `product_not_received`, `product_unacceptable`, `subscription_canceled`, or `unrecognized`. Learn more about [dispute reasons](https://docs.stripe.com/disputes/categories).
|
|
426
407
|
attr_reader :reason
|
|
427
|
-
# Attribute for field smart_disputes
|
|
428
|
-
attr_reader :smart_disputes
|
|
429
408
|
# The current status of a dispute. Possible values include:`warning_needs_response`, `warning_under_review`, `warning_closed`, `needs_response`, `under_review`, `won`, `lost`, or `prevented`.
|
|
430
409
|
attr_reader :status
|
|
431
410
|
|
|
@@ -475,7 +454,6 @@ module Stripe
|
|
|
475
454
|
evidence: Evidence,
|
|
476
455
|
evidence_details: EvidenceDetails,
|
|
477
456
|
payment_method_details: PaymentMethodDetails,
|
|
478
|
-
smart_disputes: SmartDisputes,
|
|
479
457
|
}
|
|
480
458
|
end
|
|
481
459
|
|
|
@@ -43,67 +43,6 @@ module Stripe
|
|
|
43
43
|
end
|
|
44
44
|
end
|
|
45
45
|
|
|
46
|
-
class Reason < ::Stripe::StripeObject
|
|
47
|
-
class AutomationAction < ::Stripe::StripeObject
|
|
48
|
-
class StripeSendWebhookCustomEvent < ::Stripe::StripeObject
|
|
49
|
-
# Set of key-value pairs attached to the action when creating an Automation.
|
|
50
|
-
attr_reader :custom_data
|
|
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
|
-
# Attribute for field stripe_send_webhook_custom_event
|
|
61
|
-
attr_reader :stripe_send_webhook_custom_event
|
|
62
|
-
# The trigger name of the automation that triggered this action.
|
|
63
|
-
# Please visit [Revenue and retention automations](https://docs.stripe.com/billing/automations#choose-a-trigger) for all possible trigger names.
|
|
64
|
-
attr_reader :trigger
|
|
65
|
-
# The type of the `automation_action`.
|
|
66
|
-
attr_reader :type
|
|
67
|
-
|
|
68
|
-
def self.inner_class_types
|
|
69
|
-
@inner_class_types = { stripe_send_webhook_custom_event: StripeSendWebhookCustomEvent }
|
|
70
|
-
end
|
|
71
|
-
|
|
72
|
-
def self.field_remappings
|
|
73
|
-
@field_remappings = {}
|
|
74
|
-
end
|
|
75
|
-
end
|
|
76
|
-
|
|
77
|
-
class Request < ::Stripe::StripeObject
|
|
78
|
-
# ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
|
|
79
|
-
attr_reader :id
|
|
80
|
-
# The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.
|
|
81
|
-
attr_reader :idempotency_key
|
|
82
|
-
|
|
83
|
-
def self.inner_class_types
|
|
84
|
-
@inner_class_types = {}
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
def self.field_remappings
|
|
88
|
-
@field_remappings = {}
|
|
89
|
-
end
|
|
90
|
-
end
|
|
91
|
-
# Attribute for field automation_action
|
|
92
|
-
attr_reader :automation_action
|
|
93
|
-
# Attribute for field request
|
|
94
|
-
attr_reader :request
|
|
95
|
-
# The type of the reason for the event.
|
|
96
|
-
attr_reader :type
|
|
97
|
-
|
|
98
|
-
def self.inner_class_types
|
|
99
|
-
@inner_class_types = { automation_action: AutomationAction, request: Request }
|
|
100
|
-
end
|
|
101
|
-
|
|
102
|
-
def self.field_remappings
|
|
103
|
-
@field_remappings = {}
|
|
104
|
-
end
|
|
105
|
-
end
|
|
106
|
-
|
|
107
46
|
class Request < ::Stripe::StripeObject
|
|
108
47
|
# ID of the API request that caused the event. If null, the event was automatic (e.g., Stripe's automatic subscription handling). Request logs are available in the [dashboard](https://dashboard.stripe.com/logs), but currently not in the API.
|
|
109
48
|
attr_reader :id
|
|
@@ -136,8 +75,6 @@ module Stripe
|
|
|
136
75
|
attr_reader :object
|
|
137
76
|
# Number of webhooks that haven't been successfully delivered (for example, to return a 20x response) to the URLs you specify.
|
|
138
77
|
attr_reader :pending_webhooks
|
|
139
|
-
# Information about the action that causes the event. Only present when the event is triggered by an API request or an [Automation](https://docs.stripe.com/billing/automations) action.
|
|
140
|
-
attr_reader :reason
|
|
141
78
|
# Information on the API request that triggers the event.
|
|
142
79
|
attr_reader :request
|
|
143
80
|
# Description of the event (for example, `invoice.created` or `charge.refunded`).
|
|
@@ -149,7 +86,7 @@ module Stripe
|
|
|
149
86
|
end
|
|
150
87
|
|
|
151
88
|
def self.inner_class_types
|
|
152
|
-
@inner_class_types = { data: Data,
|
|
89
|
+
@inner_class_types = { data: Data, request: Request }
|
|
153
90
|
end
|
|
154
91
|
|
|
155
92
|
def self.field_remappings
|
|
@@ -6,15 +6,12 @@ module Stripe
|
|
|
6
6
|
# A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.
|
|
7
7
|
class Account < APIResource
|
|
8
8
|
extend Stripe::APIOperations::List
|
|
9
|
-
extend Stripe::APIOperations::NestedResource
|
|
10
9
|
|
|
11
10
|
OBJECT_NAME = "financial_connections.account"
|
|
12
11
|
def self.object_name
|
|
13
12
|
"financial_connections.account"
|
|
14
13
|
end
|
|
15
14
|
|
|
16
|
-
nested_resource_class_methods :inferred_balance, operations: %i[list]
|
|
17
|
-
|
|
18
15
|
class AccountHolder < ::Stripe::StripeObject
|
|
19
16
|
# The ID of the Stripe account that this account belongs to. Only available when `account_holder.type` is `account`.
|
|
20
17
|
attr_reader :account
|
|
@@ -128,23 +125,6 @@ module Stripe
|
|
|
128
125
|
end
|
|
129
126
|
end
|
|
130
127
|
|
|
131
|
-
class InferredBalancesRefresh < ::Stripe::StripeObject
|
|
132
|
-
# The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
|
|
133
|
-
attr_reader :last_attempted_at
|
|
134
|
-
# Time at which the next inferred balance refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.
|
|
135
|
-
attr_reader :next_refresh_available_at
|
|
136
|
-
# The status of the last refresh attempt.
|
|
137
|
-
attr_reader :status
|
|
138
|
-
|
|
139
|
-
def self.inner_class_types
|
|
140
|
-
@inner_class_types = {}
|
|
141
|
-
end
|
|
142
|
-
|
|
143
|
-
def self.field_remappings
|
|
144
|
-
@field_remappings = {}
|
|
145
|
-
end
|
|
146
|
-
end
|
|
147
|
-
|
|
148
128
|
class OwnershipRefresh < ::Stripe::StripeObject
|
|
149
129
|
# The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.
|
|
150
130
|
attr_reader :last_attempted_at
|
|
@@ -162,33 +142,6 @@ module Stripe
|
|
|
162
142
|
end
|
|
163
143
|
end
|
|
164
144
|
|
|
165
|
-
class StatusDetails < ::Stripe::StripeObject
|
|
166
|
-
class Inactive < ::Stripe::StripeObject
|
|
167
|
-
# The action (if any) to relink the inactive Account.
|
|
168
|
-
attr_reader :action
|
|
169
|
-
# The underlying cause of the Account being inactive.
|
|
170
|
-
attr_reader :cause
|
|
171
|
-
|
|
172
|
-
def self.inner_class_types
|
|
173
|
-
@inner_class_types = {}
|
|
174
|
-
end
|
|
175
|
-
|
|
176
|
-
def self.field_remappings
|
|
177
|
-
@field_remappings = {}
|
|
178
|
-
end
|
|
179
|
-
end
|
|
180
|
-
# Attribute for field inactive
|
|
181
|
-
attr_reader :inactive
|
|
182
|
-
|
|
183
|
-
def self.inner_class_types
|
|
184
|
-
@inner_class_types = { inactive: Inactive }
|
|
185
|
-
end
|
|
186
|
-
|
|
187
|
-
def self.field_remappings
|
|
188
|
-
@field_remappings = {}
|
|
189
|
-
end
|
|
190
|
-
end
|
|
191
|
-
|
|
192
145
|
class TransactionRefresh < ::Stripe::StripeObject
|
|
193
146
|
# Unique identifier for the object.
|
|
194
147
|
attr_reader :id
|
|
@@ -211,8 +164,6 @@ module Stripe
|
|
|
211
164
|
attr_reader :account_holder
|
|
212
165
|
# Details about the account numbers.
|
|
213
166
|
attr_reader :account_numbers
|
|
214
|
-
# The ID of the Financial Connections Authorization this account belongs to.
|
|
215
|
-
attr_reader :authorization
|
|
216
167
|
# The most recent information about the account's balance.
|
|
217
168
|
attr_reader :balance
|
|
218
169
|
# The state of the most recent attempt to refresh the account balance.
|
|
@@ -225,10 +176,6 @@ module Stripe
|
|
|
225
176
|
attr_reader :display_name
|
|
226
177
|
# Unique identifier for the object.
|
|
227
178
|
attr_reader :id
|
|
228
|
-
# The state of the most recent attempt to refresh the account's inferred balance history.
|
|
229
|
-
attr_reader :inferred_balances_refresh
|
|
230
|
-
# 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).
|
|
231
|
-
attr_reader :institution
|
|
232
179
|
# The name of the institution that holds this account.
|
|
233
180
|
attr_reader :institution_name
|
|
234
181
|
# The last 4 digits of the account number. If present, this will be 4 numeric characters.
|
|
@@ -245,8 +192,6 @@ module Stripe
|
|
|
245
192
|
attr_reader :permissions
|
|
246
193
|
# The status of the link to the account.
|
|
247
194
|
attr_reader :status
|
|
248
|
-
# Attribute for field status_details
|
|
249
|
-
attr_reader :status_details
|
|
250
195
|
# If `category` is `cash`, one of:
|
|
251
196
|
#
|
|
252
197
|
# - `checking`
|
|
@@ -385,9 +330,7 @@ module Stripe
|
|
|
385
330
|
account_numbers: AccountNumber,
|
|
386
331
|
balance: Balance,
|
|
387
332
|
balance_refresh: BalanceRefresh,
|
|
388
|
-
inferred_balances_refresh: InferredBalancesRefresh,
|
|
389
333
|
ownership_refresh: OwnershipRefresh,
|
|
390
|
-
status_details: StatusDetails,
|
|
391
334
|
transaction_refresh: TransactionRefresh,
|
|
392
335
|
}
|
|
393
336
|
end
|
|
@@ -36,8 +36,6 @@ module Stripe
|
|
|
36
36
|
attr_reader :account_subcategories
|
|
37
37
|
# List of countries from which to filter accounts.
|
|
38
38
|
attr_reader :countries
|
|
39
|
-
# Stripe ID of the institution with which the customer should be directed to log in.
|
|
40
|
-
attr_reader :institution
|
|
41
39
|
|
|
42
40
|
def self.inner_class_types
|
|
43
41
|
@inner_class_types = {}
|
|
@@ -47,101 +45,6 @@ module Stripe
|
|
|
47
45
|
@field_remappings = {}
|
|
48
46
|
end
|
|
49
47
|
end
|
|
50
|
-
|
|
51
|
-
class Hosted < ::Stripe::StripeObject
|
|
52
|
-
# How the user enters the hosted flow. You can only use the values `email` and `url` if you provide `relink_options`.
|
|
53
|
-
attr_reader :delivery_method
|
|
54
|
-
# The URL to redirect your customer back to after they link their accounts or cancel this Session. This parameter is required if `ui_mode` is `hosted`.
|
|
55
|
-
attr_reader :return_url
|
|
56
|
-
|
|
57
|
-
def self.inner_class_types
|
|
58
|
-
@inner_class_types = {}
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
def self.field_remappings
|
|
62
|
-
@field_remappings = {}
|
|
63
|
-
end
|
|
64
|
-
end
|
|
65
|
-
|
|
66
|
-
class Limits < ::Stripe::StripeObject
|
|
67
|
-
# The number of accounts that can be linked in this Session.
|
|
68
|
-
attr_reader :accounts
|
|
69
|
-
|
|
70
|
-
def self.inner_class_types
|
|
71
|
-
@inner_class_types = {}
|
|
72
|
-
end
|
|
73
|
-
|
|
74
|
-
def self.field_remappings
|
|
75
|
-
@field_remappings = {}
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
class ManualEntry < ::Stripe::StripeObject
|
|
80
|
-
def self.inner_class_types
|
|
81
|
-
@inner_class_types = {}
|
|
82
|
-
end
|
|
83
|
-
|
|
84
|
-
def self.field_remappings
|
|
85
|
-
@field_remappings = {}
|
|
86
|
-
end
|
|
87
|
-
end
|
|
88
|
-
|
|
89
|
-
class RelinkOptions < ::Stripe::StripeObject
|
|
90
|
-
# Requires the end user to repair this specific account during the authentication flow instead of connecting a different one.
|
|
91
|
-
attr_reader :account
|
|
92
|
-
# The authorization to relink in the Session.
|
|
93
|
-
attr_reader :authorization
|
|
94
|
-
|
|
95
|
-
def self.inner_class_types
|
|
96
|
-
@inner_class_types = {}
|
|
97
|
-
end
|
|
98
|
-
|
|
99
|
-
def self.field_remappings
|
|
100
|
-
@field_remappings = {}
|
|
101
|
-
end
|
|
102
|
-
end
|
|
103
|
-
|
|
104
|
-
class RelinkResult < ::Stripe::StripeObject
|
|
105
|
-
# The account relinked in the Session. Only present if `relink_options[account]` is set and relink is successful.
|
|
106
|
-
attr_reader :account
|
|
107
|
-
# The authorization relinked in the Session. Only present if relink is successful.
|
|
108
|
-
attr_reader :authorization
|
|
109
|
-
# Reason for why relink failed. One of `no_authorization`, `no_account`, or `other`.
|
|
110
|
-
attr_reader :failure_reason
|
|
111
|
-
|
|
112
|
-
def self.inner_class_types
|
|
113
|
-
@inner_class_types = {}
|
|
114
|
-
end
|
|
115
|
-
|
|
116
|
-
def self.field_remappings
|
|
117
|
-
@field_remappings = {}
|
|
118
|
-
end
|
|
119
|
-
end
|
|
120
|
-
|
|
121
|
-
class StatusDetails < ::Stripe::StripeObject
|
|
122
|
-
class Cancelled < ::Stripe::StripeObject
|
|
123
|
-
# The reason for the Session being cancelled.
|
|
124
|
-
attr_reader :reason
|
|
125
|
-
|
|
126
|
-
def self.inner_class_types
|
|
127
|
-
@inner_class_types = {}
|
|
128
|
-
end
|
|
129
|
-
|
|
130
|
-
def self.field_remappings
|
|
131
|
-
@field_remappings = {}
|
|
132
|
-
end
|
|
133
|
-
end
|
|
134
|
-
# Attribute for field cancelled
|
|
135
|
-
attr_reader :cancelled
|
|
136
|
-
|
|
137
|
-
def self.inner_class_types
|
|
138
|
-
@inner_class_types = { cancelled: Cancelled }
|
|
139
|
-
end
|
|
140
|
-
|
|
141
|
-
def self.field_remappings
|
|
142
|
-
@field_remappings = {}
|
|
143
|
-
end
|
|
144
|
-
end
|
|
145
48
|
# The account holder for whom accounts are collected in this session.
|
|
146
49
|
attr_reader :account_holder
|
|
147
50
|
# The accounts that were collected as part of this Session.
|
|
@@ -150,36 +53,18 @@ module Stripe
|
|
|
150
53
|
attr_reader :client_secret
|
|
151
54
|
# Attribute for field filters
|
|
152
55
|
attr_reader :filters
|
|
153
|
-
# Settings for the Hosted UI mode.
|
|
154
|
-
attr_reader :hosted
|
|
155
56
|
# Unique identifier for the object.
|
|
156
57
|
attr_reader :id
|
|
157
|
-
# Attribute for field limits
|
|
158
|
-
attr_reader :limits
|
|
159
58
|
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
160
59
|
attr_reader :livemode
|
|
161
|
-
# Attribute for field manual_entry
|
|
162
|
-
attr_reader :manual_entry
|
|
163
60
|
# String representing the object's type. Objects of the same type share the same value.
|
|
164
61
|
attr_reader :object
|
|
165
62
|
# Permissions requested for accounts collected during this session.
|
|
166
63
|
attr_reader :permissions
|
|
167
64
|
# Data features requested to be retrieved upon account creation.
|
|
168
65
|
attr_reader :prefetch
|
|
169
|
-
# Attribute for field relink_options
|
|
170
|
-
attr_reader :relink_options
|
|
171
|
-
# Attribute for field relink_result
|
|
172
|
-
attr_reader :relink_result
|
|
173
66
|
# For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
|
|
174
67
|
attr_reader :return_url
|
|
175
|
-
# The current state of the session.
|
|
176
|
-
attr_reader :status
|
|
177
|
-
# Attribute for field status_details
|
|
178
|
-
attr_reader :status_details
|
|
179
|
-
# The UI mode for this session.
|
|
180
|
-
attr_reader :ui_mode
|
|
181
|
-
# The hosted URL for this Session. Redirect customers to this URL to take them to the hosted authentication flow. This value is only present when the Session is active and the `ui_mode` is `hosted`.
|
|
182
|
-
attr_reader :url
|
|
183
68
|
|
|
184
69
|
# To launch the Financial Connections authorization flow, create a Session. The session's client_secret can be used to launch the flow using Stripe.js.
|
|
185
70
|
def self.create(params = {}, opts = {})
|
|
@@ -192,16 +77,7 @@ module Stripe
|
|
|
192
77
|
end
|
|
193
78
|
|
|
194
79
|
def self.inner_class_types
|
|
195
|
-
@inner_class_types = {
|
|
196
|
-
account_holder: AccountHolder,
|
|
197
|
-
filters: Filters,
|
|
198
|
-
hosted: Hosted,
|
|
199
|
-
limits: Limits,
|
|
200
|
-
manual_entry: ManualEntry,
|
|
201
|
-
relink_options: RelinkOptions,
|
|
202
|
-
relink_result: RelinkResult,
|
|
203
|
-
status_details: StatusDetails,
|
|
204
|
-
}
|
|
80
|
+
@inner_class_types = { account_holder: AccountHolder, filters: Filters }
|
|
205
81
|
end
|
|
206
82
|
|
|
207
83
|
def self.field_remappings
|
|
@@ -49,33 +49,6 @@ module Stripe
|
|
|
49
49
|
|
|
50
50
|
nested_resource_class_methods :line, operations: %i[list]
|
|
51
51
|
|
|
52
|
-
class AmountsDue < ::Stripe::StripeObject
|
|
53
|
-
# Incremental amount due for this payment in cents (or local equivalent).
|
|
54
|
-
attr_reader :amount
|
|
55
|
-
# The amount in cents (or local equivalent) that was paid for this payment.
|
|
56
|
-
attr_reader :amount_paid
|
|
57
|
-
# The difference between the payment’s amount and amount_paid, in cents (or local equivalent).
|
|
58
|
-
attr_reader :amount_remaining
|
|
59
|
-
# Number of days from when invoice is finalized until the payment is due.
|
|
60
|
-
attr_reader :days_until_due
|
|
61
|
-
# An arbitrary string attached to the object. Often useful for displaying to users.
|
|
62
|
-
attr_reader :description
|
|
63
|
-
# Date on which a payment plan’s payment is due.
|
|
64
|
-
attr_reader :due_date
|
|
65
|
-
# Timestamp when the payment was paid.
|
|
66
|
-
attr_reader :paid_at
|
|
67
|
-
# The status of the payment, one of `open`, `paid`, or `past_due`
|
|
68
|
-
attr_reader :status
|
|
69
|
-
|
|
70
|
-
def self.inner_class_types
|
|
71
|
-
@inner_class_types = {}
|
|
72
|
-
end
|
|
73
|
-
|
|
74
|
-
def self.field_remappings
|
|
75
|
-
@field_remappings = {}
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
|
|
79
52
|
class AutomaticTax < ::Stripe::StripeObject
|
|
80
53
|
class Liability < ::Stripe::StripeObject
|
|
81
54
|
# The connected account being referenced when `type` is `account`.
|
|
@@ -344,32 +317,16 @@ module Stripe
|
|
|
344
317
|
end
|
|
345
318
|
|
|
346
319
|
class SubscriptionDetails < ::Stripe::StripeObject
|
|
347
|
-
class PauseCollection < ::Stripe::StripeObject
|
|
348
|
-
# The payment collection behavior for this subscription while paused.
|
|
349
|
-
attr_reader :behavior
|
|
350
|
-
# The time after which the subscription will resume collecting payments.
|
|
351
|
-
attr_reader :resumes_at
|
|
352
|
-
|
|
353
|
-
def self.inner_class_types
|
|
354
|
-
@inner_class_types = {}
|
|
355
|
-
end
|
|
356
|
-
|
|
357
|
-
def self.field_remappings
|
|
358
|
-
@field_remappings = {}
|
|
359
|
-
end
|
|
360
|
-
end
|
|
361
320
|
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization.
|
|
362
321
|
# *Note: This attribute is populated only for invoices created on or after June 29, 2023.*
|
|
363
322
|
attr_reader :metadata
|
|
364
|
-
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://docs.stripe.com/billing/subscriptions/pause-payment).
|
|
365
|
-
attr_reader :pause_collection
|
|
366
323
|
# The subscription that generated this invoice
|
|
367
324
|
attr_reader :subscription
|
|
368
325
|
# Only set for upcoming invoices that preview prorations. The time used to calculate prorations.
|
|
369
326
|
attr_reader :subscription_proration_date
|
|
370
327
|
|
|
371
328
|
def self.inner_class_types
|
|
372
|
-
@inner_class_types = {
|
|
329
|
+
@inner_class_types = {}
|
|
373
330
|
end
|
|
374
331
|
|
|
375
332
|
def self.field_remappings
|
|
@@ -437,16 +394,6 @@ module Stripe
|
|
|
437
394
|
end
|
|
438
395
|
end
|
|
439
396
|
|
|
440
|
-
class Blik < ::Stripe::StripeObject
|
|
441
|
-
def self.inner_class_types
|
|
442
|
-
@inner_class_types = {}
|
|
443
|
-
end
|
|
444
|
-
|
|
445
|
-
def self.field_remappings
|
|
446
|
-
@field_remappings = {}
|
|
447
|
-
end
|
|
448
|
-
end
|
|
449
|
-
|
|
450
397
|
class Card < ::Stripe::StripeObject
|
|
451
398
|
class Installments < ::Stripe::StripeObject
|
|
452
399
|
# Whether Installments are enabled for this Invoice.
|
|
@@ -515,16 +462,6 @@ module Stripe
|
|
|
515
462
|
end
|
|
516
463
|
end
|
|
517
464
|
|
|
518
|
-
class IdBankTransfer < ::Stripe::StripeObject
|
|
519
|
-
def self.inner_class_types
|
|
520
|
-
@inner_class_types = {}
|
|
521
|
-
end
|
|
522
|
-
|
|
523
|
-
def self.field_remappings
|
|
524
|
-
@field_remappings = {}
|
|
525
|
-
end
|
|
526
|
-
end
|
|
527
|
-
|
|
528
465
|
class Konbini < ::Stripe::StripeObject
|
|
529
466
|
def self.inner_class_types
|
|
530
467
|
@inner_class_types = {}
|
|
@@ -625,8 +562,6 @@ module Stripe
|
|
|
625
562
|
class Filters < ::Stripe::StripeObject
|
|
626
563
|
# The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
|
627
564
|
attr_reader :account_subcategories
|
|
628
|
-
# The institution to use to filter for possible accounts to link.
|
|
629
|
-
attr_reader :institution
|
|
630
565
|
|
|
631
566
|
def self.inner_class_types
|
|
632
567
|
@inner_class_types = {}
|
|
@@ -668,14 +603,10 @@ module Stripe
|
|
|
668
603
|
attr_reader :acss_debit
|
|
669
604
|
# If paying by `bancontact`, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.
|
|
670
605
|
attr_reader :bancontact
|
|
671
|
-
# If paying by `blik`, this sub-hash contains details about the Blik payment method options to pass to the invoice’s PaymentIntent.
|
|
672
|
-
attr_reader :blik
|
|
673
606
|
# If paying by `card`, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.
|
|
674
607
|
attr_reader :card
|
|
675
608
|
# If paying by `customer_balance`, this sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
|
676
609
|
attr_reader :customer_balance
|
|
677
|
-
# If paying by `id_bank_transfer`, this sub-hash contains details about the Indonesia bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
|
678
|
-
attr_reader :id_bank_transfer
|
|
679
610
|
# If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.
|
|
680
611
|
attr_reader :konbini
|
|
681
612
|
# If paying by `payto`, this sub-hash contains details about the PayTo payment method options to pass to the invoice’s PaymentIntent.
|
|
@@ -693,10 +624,8 @@ module Stripe
|
|
|
693
624
|
@inner_class_types = {
|
|
694
625
|
acss_debit: AcssDebit,
|
|
695
626
|
bancontact: Bancontact,
|
|
696
|
-
blik: Blik,
|
|
697
627
|
card: Card,
|
|
698
628
|
customer_balance: CustomerBalance,
|
|
699
|
-
id_bank_transfer: IdBankTransfer,
|
|
700
629
|
konbini: Konbini,
|
|
701
630
|
payto: Payto,
|
|
702
631
|
pix: Pix,
|
|
@@ -904,21 +833,6 @@ module Stripe
|
|
|
904
833
|
end
|
|
905
834
|
end
|
|
906
835
|
|
|
907
|
-
class TotalMarginAmount < ::Stripe::StripeObject
|
|
908
|
-
# The amount, in cents (or local equivalent), of the reduction in line item amount.
|
|
909
|
-
attr_reader :amount
|
|
910
|
-
# The margin that was applied to get this margin amount.
|
|
911
|
-
attr_reader :margin
|
|
912
|
-
|
|
913
|
-
def self.inner_class_types
|
|
914
|
-
@inner_class_types = {}
|
|
915
|
-
end
|
|
916
|
-
|
|
917
|
-
def self.field_remappings
|
|
918
|
-
@field_remappings = {}
|
|
919
|
-
end
|
|
920
|
-
end
|
|
921
|
-
|
|
922
836
|
class TotalPretaxCreditAmount < ::Stripe::StripeObject
|
|
923
837
|
# The amount, in cents (or local equivalent), of the pretax credit amount.
|
|
924
838
|
attr_reader :amount
|
|
@@ -926,8 +840,6 @@ module Stripe
|
|
|
926
840
|
attr_reader :credit_balance_transaction
|
|
927
841
|
# The discount that was applied to get this pretax credit amount.
|
|
928
842
|
attr_reader :discount
|
|
929
|
-
# The margin that was applied to get this pretax credit amount.
|
|
930
|
-
attr_reader :margin
|
|
931
843
|
# Type of the pretax credit amount referenced.
|
|
932
844
|
attr_reader :type
|
|
933
845
|
|
|
@@ -986,12 +898,12 @@ module Stripe
|
|
|
986
898
|
attr_reader :amount_overpaid
|
|
987
899
|
# The amount, in cents (or local equivalent), that was paid.
|
|
988
900
|
attr_reader :amount_paid
|
|
901
|
+
# Amount, in cents (or local equivalent), that was paid on the invoice outside of Stripe.
|
|
902
|
+
attr_reader :amount_paid_off_stripe
|
|
989
903
|
# The difference between amount_due and amount_paid, in cents (or local equivalent).
|
|
990
904
|
attr_reader :amount_remaining
|
|
991
905
|
# This is the sum of all the shipping amounts.
|
|
992
906
|
attr_reader :amount_shipping
|
|
993
|
-
# List of expected payments and corresponding due dates. This value will be null for invoices where collection_method=charge_automatically.
|
|
994
|
-
attr_reader :amounts_due
|
|
995
907
|
# ID of the Connect Application that created the invoice.
|
|
996
908
|
attr_reader :application
|
|
997
909
|
# Number of payment attempts made for this invoice, from the perspective of the payment retry schedule. Any payment attempt counts as the first attempt, and subsequently only automatic retries increment the attempt count. In other words, manual payment attempts after the first attempt do not affect the retry schedule. If a failure is returned with a non-retryable return code, the invoice can no longer be retried unless a new payment method is obtained. Retries will continue to be scheduled, and attempt_count will continue to increment, but retries will only be executed if a new payment method is obtained.
|
|
@@ -1042,8 +954,6 @@ module Stripe
|
|
|
1042
954
|
attr_reader :customer_tax_exempt
|
|
1043
955
|
# The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated.
|
|
1044
956
|
attr_reader :customer_tax_ids
|
|
1045
|
-
# The margins applied to the invoice. Can be overridden by line item `margins`. Use `expand[]=default_margins` to expand each margin.
|
|
1046
|
-
attr_reader :default_margins
|
|
1047
957
|
# ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings.
|
|
1048
958
|
attr_reader :default_payment_method
|
|
1049
959
|
# ID of the default payment source for the invoice. It must belong to the customer associated with the invoice and be in a chargeable state. If not set, defaults to the subscription's default source, if any, or to the customer's default source.
|
|
@@ -1136,8 +1046,6 @@ module Stripe
|
|
|
1136
1046
|
attr_reader :total_discount_amounts
|
|
1137
1047
|
# The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax.
|
|
1138
1048
|
attr_reader :total_excluding_tax
|
|
1139
|
-
# The aggregate amounts calculated per margin across all line items.
|
|
1140
|
-
attr_reader :total_margin_amounts
|
|
1141
1049
|
# Contains pretax credit amounts (ex: discount, credit grants, etc) that apply to this invoice. This is a combined list of total_pretax_credit_amounts across all invoice line items.
|
|
1142
1050
|
attr_reader :total_pretax_credit_amounts
|
|
1143
1051
|
# The aggregate tax information of all line items.
|
|
@@ -1246,26 +1154,6 @@ module Stripe
|
|
|
1246
1154
|
)
|
|
1247
1155
|
end
|
|
1248
1156
|
|
|
1249
|
-
# Detaches a payment from the invoice, removing it from the list of payments
|
|
1250
|
-
def detach_payment(params = {}, opts = {})
|
|
1251
|
-
request_stripe_object(
|
|
1252
|
-
method: :post,
|
|
1253
|
-
path: format("/v1/invoices/%<invoice>s/detach_payment", { invoice: CGI.escape(self["id"]) }),
|
|
1254
|
-
params: params,
|
|
1255
|
-
opts: opts
|
|
1256
|
-
)
|
|
1257
|
-
end
|
|
1258
|
-
|
|
1259
|
-
# Detaches a payment from the invoice, removing it from the list of payments
|
|
1260
|
-
def self.detach_payment(invoice, params = {}, opts = {})
|
|
1261
|
-
request_stripe_object(
|
|
1262
|
-
method: :post,
|
|
1263
|
-
path: format("/v1/invoices/%<invoice>s/detach_payment", { invoice: CGI.escape(invoice) }),
|
|
1264
|
-
params: params,
|
|
1265
|
-
opts: opts
|
|
1266
|
-
)
|
|
1267
|
-
end
|
|
1268
|
-
|
|
1269
1157
|
# Stripe automatically finalizes drafts before sending and attempting payment on invoices. However, if you'd like to finalize a draft invoice manually, you can do so using this method.
|
|
1270
1158
|
def finalize_invoice(params = {}, opts = {})
|
|
1271
1159
|
request_stripe_object(
|
|
@@ -1444,7 +1332,6 @@ module Stripe
|
|
|
1444
1332
|
|
|
1445
1333
|
def self.inner_class_types
|
|
1446
1334
|
@inner_class_types = {
|
|
1447
|
-
amounts_due: AmountsDue,
|
|
1448
1335
|
automatic_tax: AutomaticTax,
|
|
1449
1336
|
confirmation_secret: ConfirmationSecret,
|
|
1450
1337
|
custom_fields: CustomField,
|
|
@@ -1462,7 +1349,6 @@ module Stripe
|
|
|
1462
1349
|
status_transitions: StatusTransitions,
|
|
1463
1350
|
threshold_reason: ThresholdReason,
|
|
1464
1351
|
total_discount_amounts: TotalDiscountAmount,
|
|
1465
|
-
total_margin_amounts: TotalMarginAmount,
|
|
1466
1352
|
total_pretax_credit_amounts: TotalPretaxCreditAmount,
|
|
1467
1353
|
total_taxes: TotalTax,
|
|
1468
1354
|
}
|