stripe 17.0.0 → 17.1.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +34 -0
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +63 -0
- data/lib/stripe/event_types.rb +236 -0
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_closed_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +42 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +46 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +44 -0
- data/lib/stripe/object_types.rb +58 -0
- data/lib/stripe/params/account_create_params.rb +300 -1
- data/lib/stripe/params/account_notice_list_params.rb +25 -0
- data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_notice_update_params.rb +36 -0
- data/lib/stripe/params/account_session_create_params.rb +226 -1
- data/lib/stripe/params/account_update_params.rb +262 -0
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +65 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +4 -1
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +4 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +4 -0
- data/lib/stripe/params/billing/credit_grant_list_params.rb +4 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +4 -0
- data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/charge_capture_params.rb +709 -0
- data/lib/stripe/params/charge_update_params.rb +709 -0
- data/lib/stripe/params/checkout/session_create_params.rb +193 -3
- data/lib/stripe/params/checkout/session_list_params.rb +4 -0
- data/lib/stripe/params/checkout/session_update_params.rb +288 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +97 -0
- data/lib/stripe/params/coupon_create_params.rb +17 -1
- data/lib/stripe/params/credit_note_list_params.rb +4 -0
- data/lib/stripe/params/customer_session_create_params.rb +4 -1
- data/lib/stripe/params/dispute_update_params.rb +10 -1
- data/lib/stripe/params/external_account_create_params.rb +134 -0
- data/lib/stripe/params/external_account_delete_params.rb +6 -0
- data/lib/stripe/params/external_account_list_params.rb +25 -0
- data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/external_account_update_params.rb +91 -0
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +4 -1
- data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +34 -2
- data/lib/stripe/params/fx_quote_create_params.rb +73 -0
- data/lib/stripe/params/fx_quote_list_params.rb +22 -0
- data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +4 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +4 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +33 -1
- data/lib/stripe/params/invoice_attach_payment_params.rb +46 -1
- data/lib/stripe/params/invoice_create_params.rb +112 -2
- data/lib/stripe/params/invoice_create_preview_params.rb +826 -9
- data/lib/stripe/params/invoice_item_create_params.rb +37 -1
- data/lib/stripe/params/invoice_item_list_params.rb +4 -0
- data/lib/stripe/params/invoice_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_list_params.rb +4 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +4 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +33 -1
- data/lib/stripe/params/invoice_update_params.rb +108 -2
- data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
- data/lib/stripe/params/mandate_list_params.rb +39 -0
- data/lib/stripe/params/margin_create_params.rb +25 -0
- data/lib/stripe/params/margin_list_params.rb +25 -0
- data/lib/stripe/params/margin_retrieve_params.rb +13 -0
- data/lib/stripe/params/margin_update_params.rb +22 -0
- data/lib/stripe/params/order_cancel_params.rb +13 -0
- data/lib/stripe/params/order_create_params.rb +1124 -0
- data/lib/stripe/params/order_line_item_list_params.rb +22 -0
- data/lib/stripe/params/order_list_line_items_params.rb +22 -0
- data/lib/stripe/params/order_list_params.rb +25 -0
- data/lib/stripe/params/order_reopen_params.rb +13 -0
- data/lib/stripe/params/order_retrieve_params.rb +13 -0
- data/lib/stripe/params/order_submit_params.rb +16 -0
- data/lib/stripe/params/order_update_params.rb +1128 -0
- data/lib/stripe/params/payment_attempt_record_list_params.rb +19 -0
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +895 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +1373 -7
- data/lib/stripe/params/payment_intent_create_params.rb +1387 -13
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +73 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +223 -0
- data/lib/stripe/params/payment_intent_list_params.rb +4 -0
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
- data/lib/stripe/params/payment_intent_update_params.rb +1409 -4
- data/lib/stripe/params/payment_method_attach_params.rb +4 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +126 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +126 -0
- data/lib/stripe/params/payment_method_create_params.rb +97 -0
- data/lib/stripe/params/payment_method_update_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +93 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +186 -0
- data/lib/stripe/params/payment_record_report_payment_params.rb +252 -0
- data/lib/stripe/params/payment_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_update_params.rb +19 -0
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
- data/lib/stripe/params/promotion_code_create_params.rb +4 -0
- data/lib/stripe/params/promotion_code_list_params.rb +4 -0
- data/lib/stripe/params/quote_create_params.rb +805 -3
- data/lib/stripe/params/quote_line_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_lines_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +8 -0
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
- data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
- data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
- data/lib/stripe/params/quote_reestimate_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +813 -4
- data/lib/stripe/params/setup_intent_confirm_params.rb +225 -3
- data/lib/stripe/params/setup_intent_create_params.rb +231 -3
- data/lib/stripe/params/setup_intent_list_params.rb +4 -0
- data/lib/stripe/params/setup_intent_update_params.rb +231 -3
- data/lib/stripe/params/subscription_attach_cadence_params.rb +16 -0
- data/lib/stripe/params/subscription_create_params.rb +259 -5
- data/lib/stripe/params/subscription_item_create_params.rb +46 -2
- data/lib/stripe/params/subscription_item_update_params.rb +29 -1
- data/lib/stripe/params/subscription_list_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_amend_params.rb +570 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
- data/lib/stripe/params/subscription_schedule_list_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +163 -5
- data/lib/stripe/params/subscription_update_params.rb +238 -4
- data/lib/stripe/params/tax/association_find_params.rb +18 -0
- data/lib/stripe/params/tax/form_list_params.rb +51 -0
- data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
- data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_id_create_params.rb +4 -1
- data/lib/stripe/params/tax_id_list_params.rb +4 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +43 -0
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +97 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/transfer_create_params.rb +4 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +253 -0
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +75 -0
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +223 -0
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +229 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/profile_create_params.rb +37 -0
- data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -0
- data/lib/stripe/params/v2/core/account_close_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +2217 -0
- data/lib/stripe/params/v2/core/account_link_create_params.rb +101 -0
- data/lib/stripe/params/v2/core/account_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_update_params.rb +2245 -0
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +493 -0
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +19 -0
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +493 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +50 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +33 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +98 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +67 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +85 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +80 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +77 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +43 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +61 -0
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +237 -0
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +17 -0
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +23 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
- data/lib/stripe/params.rb +169 -0
- data/lib/stripe/resources/account.rb +166 -1
- data/lib/stripe/resources/account_notice.rb +94 -0
- data/lib/stripe/resources/account_session.rb +81 -0
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -0
- data/lib/stripe/resources/billing/credit_grant.rb +2 -0
- data/lib/stripe/resources/billing_portal/session.rb +2 -0
- data/lib/stripe/resources/capital/financing_offer.rb +142 -0
- data/lib/stripe/resources/capital/financing_summary.rb +79 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/cash_balance.rb +2 -0
- data/lib/stripe/resources/charge.rb +234 -1
- data/lib/stripe/resources/checkout/session.rb +154 -4
- data/lib/stripe/resources/confirmation_token.rb +155 -0
- data/lib/stripe/resources/coupon.rb +26 -1
- data/lib/stripe/resources/credit_note.rb +2 -0
- data/lib/stripe/resources/credit_note_line_item.rb +18 -0
- data/lib/stripe/resources/customer.rb +2 -0
- data/lib/stripe/resources/customer_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_session.rb +2 -0
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/dispute.rb +22 -0
- data/lib/stripe/resources/event.rb +64 -1
- data/lib/stripe/resources/financial_connections/account.rb +27 -0
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
- data/lib/stripe/resources/financial_connections/institution.rb +127 -0
- data/lib/stripe/resources/financial_connections/session.rb +67 -1
- data/lib/stripe/resources/fx_quote.rb +147 -0
- data/lib/stripe/resources/identity/verification_session.rb +2 -0
- data/lib/stripe/resources/invoice.rb +152 -1
- data/lib/stripe/resources/invoice_item.rb +4 -0
- data/lib/stripe/resources/invoice_line_item.rb +40 -0
- data/lib/stripe/resources/invoice_payment.rb +2 -0
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/transaction.rb +2 -0
- data/lib/stripe/resources/line_item.rb +68 -1
- data/lib/stripe/resources/mandate.rb +71 -0
- data/lib/stripe/resources/margin.rb +64 -0
- data/lib/stripe/resources/order.rb +987 -0
- data/lib/stripe/resources/payment_attempt_record.rb +2102 -0
- data/lib/stripe/resources/payment_intent.rb +848 -4
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +128 -0
- data/lib/stripe/resources/payment_method.rb +157 -0
- data/lib/stripe/resources/payment_method_configuration.rb +204 -0
- data/lib/stripe/resources/payment_record.rb +2208 -0
- data/lib/stripe/resources/price.rb +20 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +187 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
- data/lib/stripe/resources/promotion_code.rb +2 -0
- data/lib/stripe/resources/quote.rb +571 -2
- data/lib/stripe/resources/quote_line.rb +521 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1150 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +732 -0
- data/lib/stripe/resources/refund.rb +18 -0
- data/lib/stripe/resources/setup_attempt.rb +63 -0
- data/lib/stripe/resources/setup_intent.rb +132 -1
- data/lib/stripe/resources/source.rb +38 -0
- data/lib/stripe/resources/subscription.rb +232 -0
- data/lib/stripe/resources/subscription_item.rb +20 -1
- data/lib/stripe/resources/subscription_schedule.rb +198 -3
- data/lib/stripe/resources/tax/association.rb +86 -0
- data/lib/stripe/resources/tax/form.rb +264 -0
- data/lib/stripe/resources/tax_id.rb +4 -0
- data/lib/stripe/resources/terminal/configuration.rb +16 -0
- data/lib/stripe/resources/terminal/onboarding_link.rb +71 -0
- data/lib/stripe/resources/terminal/reader.rb +8 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
- data/lib/stripe/resources/transfer.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
- data/lib/stripe/resources/treasury/received_credit.rb +30 -0
- data/lib/stripe/resources/treasury/received_debit.rb +32 -0
- data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +90 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +609 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +274 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +262 -0
- data/lib/stripe/resources/v2/billing/profile.rb +46 -0
- data/lib/stripe/resources/v2/core/account.rb +3851 -0
- data/lib/stripe/resources/v2/core/account_link.rb +123 -0
- data/lib/stripe/resources/v2/core/account_person.rb +477 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +114 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +47 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +28 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +30 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +132 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +148 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +217 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +196 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +109 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +81 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +228 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +116 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +242 -0
- data/lib/stripe/resources.rb +116 -0
- data/lib/stripe/services/account_notice_service.rb +39 -0
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
- data/lib/stripe/services/billing/analytics_service.rb +15 -0
- data/lib/stripe/services/billing_service.rb +2 -1
- data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/external_account_service.rb +68 -0
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
- data/lib/stripe/services/financial_connections/account_service.rb +3 -1
- data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +27 -0
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/mandate_service.rb +5 -0
- data/lib/stripe/services/margin_service.rb +50 -0
- data/lib/stripe/services/order_line_item_service.rb +17 -0
- data/lib/stripe/services/order_service.rb +78 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +28 -0
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +17 -0
- data/lib/stripe/services/payment_intent_service.rb +44 -0
- data/lib/stripe/services/payment_record_service.rb +89 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/quote_line_service.rb +17 -0
- data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
- data/lib/stripe/services/quote_service.rb +49 -1
- data/lib/stripe/services/subscription_schedule_service.rb +11 -0
- data/lib/stripe/services/subscription_service.rb +11 -0
- data/lib/stripe/services/tax/association_service.rb +19 -0
- data/lib/stripe/services/tax/form_service.rb +37 -0
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/onboarding_link_service.rb +19 -0
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
- data/lib/stripe/services/terminal_service.rb +3 -1
- data/lib/stripe/services/v1_services.rb +10 -1
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
- data/lib/stripe/services/v2/billing_service.rb +5 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +21 -0
- data/lib/stripe/services/v2/core/account_service.rb +76 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +67 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +74 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +68 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +4 -1
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +59 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +73 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +63 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
- data/lib/stripe/services/v2/money_management_service.rb +31 -0
- data/lib/stripe/services/v2/payment_service.rb +15 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +65 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
- data/lib/stripe/services/v2_services.rb +4 -1
- data/lib/stripe/services.rb +61 -0
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +7 -1
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +155102 -90522
- metadata +349 -3
@@ -0,0 +1,127 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
module FinancialConnections
|
6
|
+
# An institution represents a financial institution to which an end user can connect using the Financial Connections authentication flow.
|
7
|
+
class Institution < APIResource
|
8
|
+
extend Stripe::APIOperations::List
|
9
|
+
|
10
|
+
OBJECT_NAME = "financial_connections.institution"
|
11
|
+
def self.object_name
|
12
|
+
"financial_connections.institution"
|
13
|
+
end
|
14
|
+
|
15
|
+
class Features < Stripe::StripeObject
|
16
|
+
class Balances < Stripe::StripeObject
|
17
|
+
# Whether the given feature is supported by this institution.
|
18
|
+
attr_reader :supported
|
19
|
+
|
20
|
+
def self.inner_class_types
|
21
|
+
@inner_class_types = {}
|
22
|
+
end
|
23
|
+
|
24
|
+
def self.field_remappings
|
25
|
+
@field_remappings = {}
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
class Ownership < Stripe::StripeObject
|
30
|
+
# Whether the given feature is supported by this institution.
|
31
|
+
attr_reader :supported
|
32
|
+
|
33
|
+
def self.inner_class_types
|
34
|
+
@inner_class_types = {}
|
35
|
+
end
|
36
|
+
|
37
|
+
def self.field_remappings
|
38
|
+
@field_remappings = {}
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
class PaymentMethod < Stripe::StripeObject
|
43
|
+
# Whether the given feature is supported by this institution.
|
44
|
+
attr_reader :supported
|
45
|
+
|
46
|
+
def self.inner_class_types
|
47
|
+
@inner_class_types = {}
|
48
|
+
end
|
49
|
+
|
50
|
+
def self.field_remappings
|
51
|
+
@field_remappings = {}
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
class Transactions < Stripe::StripeObject
|
56
|
+
# Whether the given feature is supported by this institution.
|
57
|
+
attr_reader :supported
|
58
|
+
|
59
|
+
def self.inner_class_types
|
60
|
+
@inner_class_types = {}
|
61
|
+
end
|
62
|
+
|
63
|
+
def self.field_remappings
|
64
|
+
@field_remappings = {}
|
65
|
+
end
|
66
|
+
end
|
67
|
+
# Attribute for field balances
|
68
|
+
attr_reader :balances
|
69
|
+
# Attribute for field ownership
|
70
|
+
attr_reader :ownership
|
71
|
+
# Attribute for field payment_method
|
72
|
+
attr_reader :payment_method
|
73
|
+
# Attribute for field transactions
|
74
|
+
attr_reader :transactions
|
75
|
+
|
76
|
+
def self.inner_class_types
|
77
|
+
@inner_class_types = {
|
78
|
+
balances: Balances,
|
79
|
+
ownership: Ownership,
|
80
|
+
payment_method: PaymentMethod,
|
81
|
+
transactions: Transactions,
|
82
|
+
}
|
83
|
+
end
|
84
|
+
|
85
|
+
def self.field_remappings
|
86
|
+
@field_remappings = {}
|
87
|
+
end
|
88
|
+
end
|
89
|
+
# The list of countries supported by this institution, formatted as ISO country codes.
|
90
|
+
attr_reader :countries
|
91
|
+
# Attribute for field features
|
92
|
+
attr_reader :features
|
93
|
+
# Unique identifier for the object.
|
94
|
+
attr_reader :id
|
95
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
96
|
+
attr_reader :livemode
|
97
|
+
# The name of this institution.
|
98
|
+
attr_reader :name
|
99
|
+
# String representing the object's type. Objects of the same type share the same value.
|
100
|
+
attr_reader :object
|
101
|
+
# A list of routing numbers which are known to correspond to this institution. Due to the many to many relationship between institutions and routing numbers, this list may not be comprehensive and routing numbers may also be shared between institutions.
|
102
|
+
attr_reader :routing_numbers
|
103
|
+
# The status of this institution in the Financial Connections authentication flow.
|
104
|
+
attr_reader :status
|
105
|
+
# A URL corresponding to this institution. This URL is also displayed in the authentication flow to help end users confirm that they are authenticating with the right institution.
|
106
|
+
attr_reader :url
|
107
|
+
|
108
|
+
# Returns a list of Financial Connections Institution objects.
|
109
|
+
def self.list(params = {}, opts = {})
|
110
|
+
request_stripe_object(
|
111
|
+
method: :get,
|
112
|
+
path: "/v1/financial_connections/institutions",
|
113
|
+
params: params,
|
114
|
+
opts: opts
|
115
|
+
)
|
116
|
+
end
|
117
|
+
|
118
|
+
def self.inner_class_types
|
119
|
+
@inner_class_types = { features: Features }
|
120
|
+
end
|
121
|
+
|
122
|
+
def self.field_remappings
|
123
|
+
@field_remappings = {}
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
127
|
+
end
|
@@ -17,6 +17,8 @@ module Stripe
|
|
17
17
|
attr_reader :account
|
18
18
|
# ID of the Stripe customer this account belongs to. Present if and only if `account_holder.type` is `customer`.
|
19
19
|
attr_reader :customer
|
20
|
+
# Attribute for field customer_account
|
21
|
+
attr_reader :customer_account
|
20
22
|
# Type of account holder that this account belongs to.
|
21
23
|
attr_reader :type
|
22
24
|
|
@@ -34,6 +36,8 @@ module Stripe
|
|
34
36
|
attr_reader :account_subcategories
|
35
37
|
# List of countries from which to filter accounts.
|
36
38
|
attr_reader :countries
|
39
|
+
# Stripe ID of the institution with which the customer should be directed to log in.
|
40
|
+
attr_reader :institution
|
37
41
|
|
38
42
|
def self.inner_class_types
|
39
43
|
@inner_class_types = {}
|
@@ -43,6 +47,54 @@ module Stripe
|
|
43
47
|
@field_remappings = {}
|
44
48
|
end
|
45
49
|
end
|
50
|
+
|
51
|
+
class Limits < Stripe::StripeObject
|
52
|
+
# The number of accounts that can be linked in this Session.
|
53
|
+
attr_reader :accounts
|
54
|
+
|
55
|
+
def self.inner_class_types
|
56
|
+
@inner_class_types = {}
|
57
|
+
end
|
58
|
+
|
59
|
+
def self.field_remappings
|
60
|
+
@field_remappings = {}
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
class ManualEntry < Stripe::StripeObject
|
65
|
+
def self.inner_class_types
|
66
|
+
@inner_class_types = {}
|
67
|
+
end
|
68
|
+
|
69
|
+
def self.field_remappings
|
70
|
+
@field_remappings = {}
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
class StatusDetails < Stripe::StripeObject
|
75
|
+
class Cancelled < Stripe::StripeObject
|
76
|
+
# The reason for the Session being cancelled.
|
77
|
+
attr_reader :reason
|
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
|
+
# Attribute for field cancelled
|
88
|
+
attr_reader :cancelled
|
89
|
+
|
90
|
+
def self.inner_class_types
|
91
|
+
@inner_class_types = { cancelled: Cancelled }
|
92
|
+
end
|
93
|
+
|
94
|
+
def self.field_remappings
|
95
|
+
@field_remappings = {}
|
96
|
+
end
|
97
|
+
end
|
46
98
|
# The account holder for whom accounts are collected in this session.
|
47
99
|
attr_reader :account_holder
|
48
100
|
# The accounts that were collected as part of this Session.
|
@@ -53,8 +105,12 @@ module Stripe
|
|
53
105
|
attr_reader :filters
|
54
106
|
# Unique identifier for the object.
|
55
107
|
attr_reader :id
|
108
|
+
# Attribute for field limits
|
109
|
+
attr_reader :limits
|
56
110
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
57
111
|
attr_reader :livemode
|
112
|
+
# Attribute for field manual_entry
|
113
|
+
attr_reader :manual_entry
|
58
114
|
# String representing the object's type. Objects of the same type share the same value.
|
59
115
|
attr_reader :object
|
60
116
|
# Permissions requested for accounts collected during this session.
|
@@ -63,6 +119,10 @@ module Stripe
|
|
63
119
|
attr_reader :prefetch
|
64
120
|
# 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.
|
65
121
|
attr_reader :return_url
|
122
|
+
# The current state of the session.
|
123
|
+
attr_reader :status
|
124
|
+
# Attribute for field status_details
|
125
|
+
attr_reader :status_details
|
66
126
|
|
67
127
|
# 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.
|
68
128
|
def self.create(params = {}, opts = {})
|
@@ -75,7 +135,13 @@ module Stripe
|
|
75
135
|
end
|
76
136
|
|
77
137
|
def self.inner_class_types
|
78
|
-
@inner_class_types = {
|
138
|
+
@inner_class_types = {
|
139
|
+
account_holder: AccountHolder,
|
140
|
+
filters: Filters,
|
141
|
+
limits: Limits,
|
142
|
+
manual_entry: ManualEntry,
|
143
|
+
status_details: StatusDetails,
|
144
|
+
}
|
79
145
|
end
|
80
146
|
|
81
147
|
def self.field_remappings
|
@@ -0,0 +1,147 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
# The FX Quotes API provides three functions:
|
6
|
+
# - View Stripe's current exchange rate for any given currency pair.
|
7
|
+
# - Extend quoted rates for a 1-hour period or a 24-hour period, minimizing uncertainty from FX fluctuations.
|
8
|
+
# - Preview the FX fees Stripe will charge on your FX transaction, allowing you to anticipate specific settlement amounts before payment costs.
|
9
|
+
#
|
10
|
+
# [View the docs](https://docs.stripe.com/payments/currencies/localize-prices/fx-quotes-api)
|
11
|
+
class FxQuote < APIResource
|
12
|
+
extend Stripe::APIOperations::Create
|
13
|
+
extend Stripe::APIOperations::List
|
14
|
+
|
15
|
+
OBJECT_NAME = "fx_quote"
|
16
|
+
def self.object_name
|
17
|
+
"fx_quote"
|
18
|
+
end
|
19
|
+
|
20
|
+
class Rates < Stripe::StripeObject
|
21
|
+
class RateDetails < Stripe::StripeObject
|
22
|
+
# The rate for the currency pair.
|
23
|
+
attr_reader :base_rate
|
24
|
+
# The fee for locking the conversion rates.
|
25
|
+
attr_reader :duration_premium
|
26
|
+
# The FX fee for the currency pair.
|
27
|
+
attr_reader :fx_fee_rate
|
28
|
+
# A reference rate for the currency pair provided by the reference rate provider.
|
29
|
+
attr_reader :reference_rate
|
30
|
+
# The reference rate provider.
|
31
|
+
attr_reader :reference_rate_provider
|
32
|
+
|
33
|
+
def self.inner_class_types
|
34
|
+
@inner_class_types = {}
|
35
|
+
end
|
36
|
+
|
37
|
+
def self.field_remappings
|
38
|
+
@field_remappings = {}
|
39
|
+
end
|
40
|
+
end
|
41
|
+
# The rate that includes the FX fee rate.
|
42
|
+
attr_reader :exchange_rate
|
43
|
+
# Attribute for field rate_details
|
44
|
+
attr_reader :rate_details
|
45
|
+
|
46
|
+
def self.inner_class_types
|
47
|
+
@inner_class_types = { rate_details: RateDetails }
|
48
|
+
end
|
49
|
+
|
50
|
+
def self.field_remappings
|
51
|
+
@field_remappings = {}
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
class Usage < Stripe::StripeObject
|
56
|
+
class Payment < Stripe::StripeObject
|
57
|
+
# The Stripe account ID that the funds will be transferred to.
|
58
|
+
#
|
59
|
+
# This field should match the account ID that would be used in the PaymentIntent’s transfer_data[destination] field.
|
60
|
+
attr_reader :destination
|
61
|
+
# The Stripe account ID that these funds are intended for.
|
62
|
+
#
|
63
|
+
# This field must match the account ID that would be used in the PaymentIntent’s on_behalf_of field.
|
64
|
+
attr_reader :on_behalf_of
|
65
|
+
|
66
|
+
def self.inner_class_types
|
67
|
+
@inner_class_types = {}
|
68
|
+
end
|
69
|
+
|
70
|
+
def self.field_remappings
|
71
|
+
@field_remappings = {}
|
72
|
+
end
|
73
|
+
end
|
74
|
+
|
75
|
+
class Transfer < Stripe::StripeObject
|
76
|
+
# The Stripe account ID that the funds will be transferred to.
|
77
|
+
#
|
78
|
+
# This field should match the account ID that would be used in the Transfer’s destination field.
|
79
|
+
attr_reader :destination
|
80
|
+
|
81
|
+
def self.inner_class_types
|
82
|
+
@inner_class_types = {}
|
83
|
+
end
|
84
|
+
|
85
|
+
def self.field_remappings
|
86
|
+
@field_remappings = {}
|
87
|
+
end
|
88
|
+
end
|
89
|
+
# The details required to use an FX Quote for a payment
|
90
|
+
attr_reader :payment
|
91
|
+
# The details required to use an FX Quote for a transfer
|
92
|
+
attr_reader :transfer
|
93
|
+
# The transaction type for which the FX Quote will be used.
|
94
|
+
#
|
95
|
+
# Can be 'payment' or 'transfer'.
|
96
|
+
attr_reader :type
|
97
|
+
|
98
|
+
def self.inner_class_types
|
99
|
+
@inner_class_types = { payment: Payment, transfer: Transfer }
|
100
|
+
end
|
101
|
+
|
102
|
+
def self.field_remappings
|
103
|
+
@field_remappings = {}
|
104
|
+
end
|
105
|
+
end
|
106
|
+
# Time at which the quote was created, measured in seconds since the Unix epoch.
|
107
|
+
attr_reader :created
|
108
|
+
# Unique identifier for the object.
|
109
|
+
attr_reader :id
|
110
|
+
# The duration the exchange rate quote remains valid from creation time. Allowed values are none, hour, and day. Note that for the test mode API available in alpha, you can request an extended quote, but it won't be usable for any transactions.
|
111
|
+
attr_reader :lock_duration
|
112
|
+
# Time at which the quote will expire, measured in seconds since the Unix epoch.
|
113
|
+
#
|
114
|
+
# If lock_duration is set to ‘none’ this field will be set to null.
|
115
|
+
attr_reader :lock_expires_at
|
116
|
+
# Lock status of the quote. Transitions from active to expired once past the lock_expires_at timestamp.
|
117
|
+
#
|
118
|
+
# Can return value none, active, or expired.
|
119
|
+
attr_reader :lock_status
|
120
|
+
# String representing the object's type. Objects of the same type share the same value.
|
121
|
+
attr_reader :object
|
122
|
+
# Information about the rates.
|
123
|
+
attr_reader :rates
|
124
|
+
# The currency to convert into, typically this is the currency that you want to settle to your Stripe balance. Three-letter ISO currency code, in lowercase. Must be a supported currency.
|
125
|
+
attr_reader :to_currency
|
126
|
+
# Attribute for field usage
|
127
|
+
attr_reader :usage
|
128
|
+
|
129
|
+
# Creates an FX Quote object
|
130
|
+
def self.create(params = {}, opts = {})
|
131
|
+
request_stripe_object(method: :post, path: "/v1/fx_quotes", params: params, opts: opts)
|
132
|
+
end
|
133
|
+
|
134
|
+
# Returns a list of FX quotes that have been issued. The FX quotes are returned in sorted order, with the most recent FX quotes appearing first.
|
135
|
+
def self.list(params = {}, opts = {})
|
136
|
+
request_stripe_object(method: :get, path: "/v1/fx_quotes", params: params, opts: opts)
|
137
|
+
end
|
138
|
+
|
139
|
+
def self.inner_class_types
|
140
|
+
@inner_class_types = { rates: Rates, usage: Usage }
|
141
|
+
end
|
142
|
+
|
143
|
+
def self.field_remappings
|
144
|
+
@field_remappings = {}
|
145
|
+
end
|
146
|
+
end
|
147
|
+
end
|
@@ -275,6 +275,8 @@ module Stripe
|
|
275
275
|
attr_reader :redaction
|
276
276
|
# Customer ID
|
277
277
|
attr_reader :related_customer
|
278
|
+
# Token referencing a Customer Account resource.
|
279
|
+
attr_reader :related_customer_account
|
278
280
|
# Attribute for field related_person
|
279
281
|
attr_reader :related_person
|
280
282
|
# Status of this VerificationSession. [Learn more about the lifecycle of sessions](https://stripe.com/docs/identity/how-sessions-work).
|
@@ -49,6 +49,33 @@ 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
|
+
|
52
79
|
class AutomaticTax < Stripe::StripeObject
|
53
80
|
class Liability < Stripe::StripeObject
|
54
81
|
# The connected account being referenced when `type` is `account`.
|
@@ -303,6 +330,19 @@ module Stripe
|
|
303
330
|
end
|
304
331
|
|
305
332
|
class Parent < Stripe::StripeObject
|
333
|
+
class BillingCadenceDetails < Stripe::StripeObject
|
334
|
+
# The billing cadence that generated this invoice
|
335
|
+
attr_reader :billing_cadence
|
336
|
+
|
337
|
+
def self.inner_class_types
|
338
|
+
@inner_class_types = {}
|
339
|
+
end
|
340
|
+
|
341
|
+
def self.field_remappings
|
342
|
+
@field_remappings = {}
|
343
|
+
end
|
344
|
+
end
|
345
|
+
|
306
346
|
class QuoteDetails < Stripe::StripeObject
|
307
347
|
# The quote that generated this invoice
|
308
348
|
attr_reader :quote
|
@@ -317,22 +357,40 @@ module Stripe
|
|
317
357
|
end
|
318
358
|
|
319
359
|
class SubscriptionDetails < Stripe::StripeObject
|
360
|
+
class PauseCollection < Stripe::StripeObject
|
361
|
+
# The payment collection behavior for this subscription while paused. One of `keep_as_draft`, `mark_uncollectible`, or `void`.
|
362
|
+
attr_reader :behavior
|
363
|
+
# The time after which the subscription will resume collecting payments.
|
364
|
+
attr_reader :resumes_at
|
365
|
+
|
366
|
+
def self.inner_class_types
|
367
|
+
@inner_class_types = {}
|
368
|
+
end
|
369
|
+
|
370
|
+
def self.field_remappings
|
371
|
+
@field_remappings = {}
|
372
|
+
end
|
373
|
+
end
|
320
374
|
# Set of [key-value pairs](https://stripe.com/docs/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.
|
321
375
|
# *Note: This attribute is populated only for invoices created on or after June 29, 2023.*
|
322
376
|
attr_reader :metadata
|
377
|
+
# 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://stripe.com/docs/billing/subscriptions/pause-payment).
|
378
|
+
attr_reader :pause_collection
|
323
379
|
# The subscription that generated this invoice
|
324
380
|
attr_reader :subscription
|
325
381
|
# Only set for upcoming invoices that preview prorations. The time used to calculate prorations.
|
326
382
|
attr_reader :subscription_proration_date
|
327
383
|
|
328
384
|
def self.inner_class_types
|
329
|
-
@inner_class_types = {}
|
385
|
+
@inner_class_types = { pause_collection: PauseCollection }
|
330
386
|
end
|
331
387
|
|
332
388
|
def self.field_remappings
|
333
389
|
@field_remappings = {}
|
334
390
|
end
|
335
391
|
end
|
392
|
+
# Details about the billing cadence that generated this invoice
|
393
|
+
attr_reader :billing_cadence_details
|
336
394
|
# Details about the quote that generated this invoice
|
337
395
|
attr_reader :quote_details
|
338
396
|
# Details about the subscription that generated this invoice
|
@@ -342,6 +400,7 @@ module Stripe
|
|
342
400
|
|
343
401
|
def self.inner_class_types
|
344
402
|
@inner_class_types = {
|
403
|
+
billing_cadence_details: BillingCadenceDetails,
|
345
404
|
quote_details: QuoteDetails,
|
346
405
|
subscription_details: SubscriptionDetails,
|
347
406
|
}
|
@@ -462,6 +521,16 @@ module Stripe
|
|
462
521
|
end
|
463
522
|
end
|
464
523
|
|
524
|
+
class IdBankTransfer < Stripe::StripeObject
|
525
|
+
def self.inner_class_types
|
526
|
+
@inner_class_types = {}
|
527
|
+
end
|
528
|
+
|
529
|
+
def self.field_remappings
|
530
|
+
@field_remappings = {}
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
465
534
|
class Konbini < Stripe::StripeObject
|
466
535
|
def self.inner_class_types
|
467
536
|
@inner_class_types = {}
|
@@ -472,6 +541,19 @@ module Stripe
|
|
472
541
|
end
|
473
542
|
end
|
474
543
|
|
544
|
+
class Pix < Stripe::StripeObject
|
545
|
+
# Determines if the amount includes the IOF tax.
|
546
|
+
attr_reader :amount_includes_iof
|
547
|
+
|
548
|
+
def self.inner_class_types
|
549
|
+
@inner_class_types = {}
|
550
|
+
end
|
551
|
+
|
552
|
+
def self.field_remappings
|
553
|
+
@field_remappings = {}
|
554
|
+
end
|
555
|
+
end
|
556
|
+
|
475
557
|
class SepaDebit < Stripe::StripeObject
|
476
558
|
def self.inner_class_types
|
477
559
|
@inner_class_types = {}
|
@@ -482,11 +564,44 @@ module Stripe
|
|
482
564
|
end
|
483
565
|
end
|
484
566
|
|
567
|
+
class Upi < Stripe::StripeObject
|
568
|
+
class MandateOptions < Stripe::StripeObject
|
569
|
+
# Amount to be charged for future payments.
|
570
|
+
attr_reader :amount
|
571
|
+
# One of `fixed` or `maximum`. If `fixed`, the `amount` param refers to the exact amount to be charged in future payments. If `maximum`, the amount charged can be up to the value passed for the `amount` param.
|
572
|
+
attr_reader :amount_type
|
573
|
+
# A description of the mandate or subscription that is meant to be displayed to the customer.
|
574
|
+
attr_reader :description
|
575
|
+
# End date of the mandate or subscription. If not provided, the mandate will be active until canceled. If provided, end date should be after start date.
|
576
|
+
attr_reader :end_date
|
577
|
+
|
578
|
+
def self.inner_class_types
|
579
|
+
@inner_class_types = {}
|
580
|
+
end
|
581
|
+
|
582
|
+
def self.field_remappings
|
583
|
+
@field_remappings = {}
|
584
|
+
end
|
585
|
+
end
|
586
|
+
# Attribute for field mandate_options
|
587
|
+
attr_reader :mandate_options
|
588
|
+
|
589
|
+
def self.inner_class_types
|
590
|
+
@inner_class_types = { mandate_options: MandateOptions }
|
591
|
+
end
|
592
|
+
|
593
|
+
def self.field_remappings
|
594
|
+
@field_remappings = {}
|
595
|
+
end
|
596
|
+
end
|
597
|
+
|
485
598
|
class UsBankAccount < Stripe::StripeObject
|
486
599
|
class FinancialConnections < Stripe::StripeObject
|
487
600
|
class Filters < Stripe::StripeObject
|
488
601
|
# The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
489
602
|
attr_reader :account_subcategories
|
603
|
+
# The institution to use to filter for possible accounts to link.
|
604
|
+
attr_reader :institution
|
490
605
|
|
491
606
|
def self.inner_class_types
|
492
607
|
@inner_class_types = {}
|
@@ -532,10 +647,16 @@ module Stripe
|
|
532
647
|
attr_reader :card
|
533
648
|
# If paying by `customer_balance`, this sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
534
649
|
attr_reader :customer_balance
|
650
|
+
# 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.
|
651
|
+
attr_reader :id_bank_transfer
|
535
652
|
# If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.
|
536
653
|
attr_reader :konbini
|
654
|
+
# If paying by `pix`, this sub-hash contains details about the Pix payment method options to pass to the invoice’s PaymentIntent.
|
655
|
+
attr_reader :pix
|
537
656
|
# If paying by `sepa_debit`, this sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent.
|
538
657
|
attr_reader :sepa_debit
|
658
|
+
# If paying by `upi`, this sub-hash contains details about the UPI payment method options to pass to the invoice’s PaymentIntent.
|
659
|
+
attr_reader :upi
|
539
660
|
# If paying by `us_bank_account`, this sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
|
540
661
|
attr_reader :us_bank_account
|
541
662
|
|
@@ -545,8 +666,11 @@ module Stripe
|
|
545
666
|
bancontact: Bancontact,
|
546
667
|
card: Card,
|
547
668
|
customer_balance: CustomerBalance,
|
669
|
+
id_bank_transfer: IdBankTransfer,
|
548
670
|
konbini: Konbini,
|
671
|
+
pix: Pix,
|
549
672
|
sepa_debit: SepaDebit,
|
673
|
+
upi: Upi,
|
550
674
|
us_bank_account: UsBankAccount,
|
551
675
|
}
|
552
676
|
end
|
@@ -749,6 +873,21 @@ module Stripe
|
|
749
873
|
end
|
750
874
|
end
|
751
875
|
|
876
|
+
class TotalMarginAmount < Stripe::StripeObject
|
877
|
+
# The amount, in cents (or local equivalent), of the reduction in line item amount.
|
878
|
+
attr_reader :amount
|
879
|
+
# The margin that was applied to get this margin amount.
|
880
|
+
attr_reader :margin
|
881
|
+
|
882
|
+
def self.inner_class_types
|
883
|
+
@inner_class_types = {}
|
884
|
+
end
|
885
|
+
|
886
|
+
def self.field_remappings
|
887
|
+
@field_remappings = {}
|
888
|
+
end
|
889
|
+
end
|
890
|
+
|
752
891
|
class TotalPretaxCreditAmount < Stripe::StripeObject
|
753
892
|
# The amount, in cents (or local equivalent), of the pretax credit amount.
|
754
893
|
attr_reader :amount
|
@@ -756,6 +895,8 @@ module Stripe
|
|
756
895
|
attr_reader :credit_balance_transaction
|
757
896
|
# The discount that was applied to get this pretax credit amount.
|
758
897
|
attr_reader :discount
|
898
|
+
# The margin that was applied to get this pretax credit amount.
|
899
|
+
attr_reader :margin
|
759
900
|
# Type of the pretax credit amount referenced.
|
760
901
|
attr_reader :type
|
761
902
|
|
@@ -818,6 +959,8 @@ module Stripe
|
|
818
959
|
attr_reader :amount_remaining
|
819
960
|
# This is the sum of all the shipping amounts.
|
820
961
|
attr_reader :amount_shipping
|
962
|
+
# List of expected payments and corresponding due dates. This value will be null for invoices where collection_method=charge_automatically.
|
963
|
+
attr_reader :amounts_due
|
821
964
|
# ID of the Connect Application that created the invoice.
|
822
965
|
attr_reader :application
|
823
966
|
# 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.
|
@@ -852,6 +995,8 @@ module Stripe
|
|
852
995
|
attr_reader :custom_fields
|
853
996
|
# The ID of the customer who will be billed.
|
854
997
|
attr_reader :customer
|
998
|
+
# The ID of the account who will be billed.
|
999
|
+
attr_reader :customer_account
|
855
1000
|
# The customer's address. Until the invoice is finalized, this field will equal `customer.address`. Once the invoice is finalized, this field will no longer be updated.
|
856
1001
|
attr_reader :customer_address
|
857
1002
|
# The customer's email. Until the invoice is finalized, this field will equal `customer.email`. Once the invoice is finalized, this field will no longer be updated.
|
@@ -866,6 +1011,8 @@ module Stripe
|
|
866
1011
|
attr_reader :customer_tax_exempt
|
867
1012
|
# 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.
|
868
1013
|
attr_reader :customer_tax_ids
|
1014
|
+
# The margins applied to the invoice. Can be overridden by line item `margins`. Use `expand[]=default_margins` to expand each margin.
|
1015
|
+
attr_reader :default_margins
|
869
1016
|
# 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.
|
870
1017
|
attr_reader :default_payment_method
|
871
1018
|
# 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.
|
@@ -956,6 +1103,8 @@ module Stripe
|
|
956
1103
|
attr_reader :total_discount_amounts
|
957
1104
|
# The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax.
|
958
1105
|
attr_reader :total_excluding_tax
|
1106
|
+
# The aggregate amounts calculated per margin across all line items.
|
1107
|
+
attr_reader :total_margin_amounts
|
959
1108
|
# 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.
|
960
1109
|
attr_reader :total_pretax_credit_amounts
|
961
1110
|
# The aggregate tax information of all line items.
|
@@ -1244,6 +1393,7 @@ module Stripe
|
|
1244
1393
|
|
1245
1394
|
def self.inner_class_types
|
1246
1395
|
@inner_class_types = {
|
1396
|
+
amounts_due: AmountsDue,
|
1247
1397
|
automatic_tax: AutomaticTax,
|
1248
1398
|
confirmation_secret: ConfirmationSecret,
|
1249
1399
|
custom_fields: CustomField,
|
@@ -1261,6 +1411,7 @@ module Stripe
|
|
1261
1411
|
status_transitions: StatusTransitions,
|
1262
1412
|
threshold_reason: ThresholdReason,
|
1263
1413
|
total_discount_amounts: TotalDiscountAmount,
|
1414
|
+
total_margin_amounts: TotalMarginAmount,
|
1264
1415
|
total_pretax_credit_amounts: TotalPretaxCreditAmount,
|
1265
1416
|
total_taxes: TotalTax,
|
1266
1417
|
}
|