stripe 17.1.0.pre.beta.2 → 17.2.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_version.rb +1 -1
- data/lib/stripe/event_types.rb +0 -3
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +5 -5
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +5 -5
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_person_created_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +1 -1
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +1 -1
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +1 -1
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +1 -1
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +18 -1
- data/lib/stripe/params/account_capability_list_params.rb +1 -1
- data/lib/stripe/params/account_capability_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_capability_update_params.rb +1 -1
- data/lib/stripe/params/account_create_params.rb +158 -139
- data/lib/stripe/params/account_delete_params.rb +1 -1
- data/lib/stripe/params/account_external_account_create_params.rb +4 -4
- data/lib/stripe/params/account_external_account_delete_params.rb +1 -1
- data/lib/stripe/params/account_external_account_list_params.rb +1 -1
- data/lib/stripe/params/account_external_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_external_account_update_params.rb +3 -3
- data/lib/stripe/params/account_link_create_params.rb +2 -2
- data/lib/stripe/params/account_list_params.rb +2 -2
- data/lib/stripe/params/account_login_link_create_params.rb +1 -1
- data/lib/stripe/params/account_notice_list_params.rb +1 -1
- data/lib/stripe/params/account_notice_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_notice_update_params.rb +2 -2
- data/lib/stripe/params/account_person_create_params.rb +19 -19
- data/lib/stripe/params/account_person_delete_params.rb +1 -1
- data/lib/stripe/params/account_person_list_params.rb +2 -2
- data/lib/stripe/params/account_person_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_person_update_params.rb +19 -19
- data/lib/stripe/params/account_persons_params.rb +2 -2
- data/lib/stripe/params/account_reject_params.rb +1 -1
- data/lib/stripe/params/account_retrieve_current_params.rb +1 -1
- data/lib/stripe/params/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_session_create_params.rb +64 -64
- data/lib/stripe/params/account_update_params.rb +152 -133
- data/lib/stripe/params/apple_pay_domain_create_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_list_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +1 -1
- data/lib/stripe/params/application_fee_list_params.rb +2 -2
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_list_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/application_fee_retrieve_params.rb +1 -1
- data/lib/stripe/params/apps/secret_create_params.rb +2 -2
- data/lib/stripe/params/apps/secret_delete_where_params.rb +2 -2
- data/lib/stripe/params/apps/secret_find_params.rb +2 -2
- data/lib/stripe/params/apps/secret_list_params.rb +2 -2
- data/lib/stripe/params/balance_retrieve_params.rb +1 -1
- data/lib/stripe/params/balance_settings_retrieve_params.rb +1 -1
- data/lib/stripe/params/balance_settings_update_params.rb +5 -5
- data/lib/stripe/params/balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/alert_activate_params.rb +1 -1
- data/lib/stripe/params/billing/alert_archive_params.rb +1 -1
- data/lib/stripe/params/billing/alert_create_params.rb +3 -3
- data/lib/stripe/params/billing/alert_deactivate_params.rb +1 -1
- data/lib/stripe/params/billing/alert_list_params.rb +1 -1
- data/lib/stripe/params/billing/alert_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +2 -2
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +4 -4
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +1 -1
- data/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_create_params.rb +7 -7
- data/lib/stripe/params/billing/credit_grant_expire_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_update_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_void_grant_params.rb +1 -1
- data/lib/stripe/params/billing/meter_create_params.rb +4 -4
- data/lib/stripe/params/billing/meter_deactivate_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_reactivate_params.rb +1 -1
- data/lib/stripe/params/billing/meter_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/meter_update_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +18 -15
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +18 -15
- data/lib/stripe/params/billing_portal/session_create_params.rb +12 -12
- data/lib/stripe/params/capital/financing_offer_list_params.rb +2 -2
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +1 -1
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +1 -1
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +1 -1
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +1 -1
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/charge_capture_params.rb +39 -33
- data/lib/stripe/params/charge_create_params.rb +6 -6
- data/lib/stripe/params/charge_list_params.rb +2 -2
- data/lib/stripe/params/charge_retrieve_params.rb +1 -1
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +41 -35
- data/lib/stripe/params/checkout/session_create_params.rb +148 -129
- data/lib/stripe/params/checkout/session_expire_params.rb +1 -1
- data/lib/stripe/params/checkout/session_line_item_list_params.rb +1 -1
- data/lib/stripe/params/checkout/session_list_line_items_params.rb +1 -1
- data/lib/stripe/params/checkout/session_list_params.rb +3 -3
- data/lib/stripe/params/checkout/session_retrieve_params.rb +1 -1
- data/lib/stripe/params/checkout/session_update_params.rb +26 -26
- data/lib/stripe/params/climate/order_cancel_params.rb +1 -1
- data/lib/stripe/params/climate/order_create_params.rb +2 -2
- data/lib/stripe/params/climate/order_list_params.rb +1 -1
- data/lib/stripe/params/climate/order_retrieve_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +2 -2
- data/lib/stripe/params/climate/product_list_params.rb +1 -1
- data/lib/stripe/params/climate/product_retrieve_params.rb +1 -1
- data/lib/stripe/params/climate/supplier_list_params.rb +1 -1
- data/lib/stripe/params/climate/supplier_retrieve_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +70 -70
- data/lib/stripe/params/confirmation_token_retrieve_params.rb +1 -1
- data/lib/stripe/params/country_spec_list_params.rb +1 -1
- data/lib/stripe/params/country_spec_retrieve_params.rb +1 -1
- data/lib/stripe/params/coupon_create_params.rb +4 -4
- data/lib/stripe/params/coupon_delete_params.rb +1 -1
- data/lib/stripe/params/coupon_list_params.rb +2 -2
- data/lib/stripe/params/coupon_retrieve_params.rb +1 -1
- data/lib/stripe/params/coupon_update_params.rb +2 -2
- data/lib/stripe/params/credit_note_create_params.rb +23 -6
- data/lib/stripe/params/credit_note_line_item_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +2 -2
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +23 -6
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +23 -6
- data/lib/stripe/params/credit_note_preview_params.rb +23 -6
- data/lib/stripe/params/credit_note_retrieve_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +1 -1
- data/lib/stripe/params/credit_note_void_credit_note_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +2 -2
- data/lib/stripe/params/customer_create_funding_instructions_params.rb +3 -3
- data/lib/stripe/params/customer_create_params.rb +11 -11
- data/lib/stripe/params/customer_delete_discount_params.rb +1 -1
- data/lib/stripe/params/customer_delete_params.rb +1 -1
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +1 -1
- data/lib/stripe/params/customer_funding_instructions_create_params.rb +3 -3
- data/lib/stripe/params/customer_list_params.rb +2 -2
- data/lib/stripe/params/customer_list_payment_methods_params.rb +1 -1
- data/lib/stripe/params/customer_payment_method_list_params.rb +1 -1
- data/lib/stripe/params/customer_payment_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_create_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_delete_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_list_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_update_params.rb +3 -3
- data/lib/stripe/params/customer_payment_source_verify_params.rb +1 -1
- data/lib/stripe/params/customer_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_retrieve_payment_method_params.rb +1 -1
- data/lib/stripe/params/customer_search_params.rb +1 -1
- data/lib/stripe/params/customer_session_create_params.rb +123 -7
- data/lib/stripe/params/customer_tax_id_create_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_delete_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_list_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_update_params.rb +10 -10
- data/lib/stripe/params/dispute_close_params.rb +1 -1
- data/lib/stripe/params/dispute_list_params.rb +2 -2
- data/lib/stripe/params/dispute_retrieve_params.rb +1 -1
- data/lib/stripe/params/dispute_update_params.rb +9 -9
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +1 -1
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_create_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_list_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_update_params.rb +1 -1
- data/lib/stripe/params/ephemeral_key_create_params.rb +1 -1
- data/lib/stripe/params/ephemeral_key_delete_params.rb +1 -1
- data/lib/stripe/params/event_list_params.rb +2 -2
- data/lib/stripe/params/event_retrieve_params.rb +1 -1
- data/lib/stripe/params/exchange_rate_list_params.rb +1 -1
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/external_account_create_params.rb +4 -4
- data/lib/stripe/params/external_account_delete_params.rb +1 -1
- data/lib/stripe/params/external_account_list_params.rb +1 -1
- data/lib/stripe/params/external_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/external_account_update_params.rb +3 -3
- data/lib/stripe/params/file_create_params.rb +2 -2
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_list_params.rb +2 -2
- data/lib/stripe/params/file_link_retrieve_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/file_list_params.rb +2 -2
- data/lib/stripe/params/file_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +2 -2
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +1 -1
- data/lib/stripe/params/financial_connections/institution_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/session_create_params.rb +5 -5
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/forwarding/request_create_params.rb +3 -3
- data/lib/stripe/params/forwarding/request_list_params.rb +2 -2
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +1 -1
- data/lib/stripe/params/fx_quote_create_params.rb +4 -4
- data/lib/stripe/params/fx_quote_list_params.rb +1 -1
- data/lib/stripe/params/fx_quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_report_list_params.rb +2 -2
- data/lib/stripe/params/identity/verification_report_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_cancel_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_create_params.rb +5 -5
- data/lib/stripe/params/identity/verification_session_list_params.rb +2 -2
- data/lib/stripe/params/identity/verification_session_redact_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_update_params.rb +4 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +11 -11
- data/lib/stripe/params/invoice_attach_payment_params.rb +2 -2
- data/lib/stripe/params/invoice_create_params.rb +42 -42
- data/lib/stripe/params/invoice_create_preview_params.rb +100 -100
- data/lib/stripe/params/invoice_delete_params.rb +1 -1
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_item_create_params.rb +7 -7
- data/lib/stripe/params/invoice_item_delete_params.rb +1 -1
- data/lib/stripe/params/invoice_item_list_params.rb +2 -2
- data/lib/stripe/params/invoice_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_item_update_params.rb +7 -7
- data/lib/stripe/params/invoice_line_item_list_params.rb +1 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +10 -10
- data/lib/stripe/params/invoice_list_params.rb +3 -3
- data/lib/stripe/params/invoice_mark_uncollectible_params.rb +1 -1
- data/lib/stripe/params/invoice_pay_params.rb +1 -1
- data/lib/stripe/params/invoice_payment_list_params.rb +2 -2
- data/lib/stripe/params/invoice_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_remove_lines_params.rb +2 -2
- data/lib/stripe/params/invoice_rendering_template_archive_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_list_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +1 -1
- data/lib/stripe/params/invoice_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +1 -1
- data/lib/stripe/params/invoice_send_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +11 -11
- data/lib/stripe/params/invoice_update_params.rb +41 -41
- data/lib/stripe/params/invoice_void_invoice_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_approve_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_capture_params.rb +13 -13
- data/lib/stripe/params/issuing/authorization_create_params.rb +17 -17
- data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_expire_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +8 -8
- data/lib/stripe/params/issuing/authorization_increment_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_list_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_respond_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_update_params.rb +1 -1
- data/lib/stripe/params/issuing/card_create_params.rb +8 -8
- data/lib/stripe/params/issuing/card_deliver_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_fail_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_list_params.rb +2 -2
- data/lib/stripe/params/issuing/card_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/card_return_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_ship_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_submit_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_update_params.rb +8 -8
- data/lib/stripe/params/issuing/cardholder_create_params.rb +12 -12
- data/lib/stripe/params/issuing/cardholder_list_params.rb +2 -2
- data/lib/stripe/params/issuing/cardholder_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/cardholder_update_params.rb +12 -12
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +9 -9
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +3 -3
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +7 -7
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +1 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +5 -5
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_create_params.rb +11 -11
- data/lib/stripe/params/issuing/dispute_list_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_update_params.rb +10 -10
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +2 -2
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_activate_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +3 -3
- data/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_list_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_reject_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +3 -3
- data/lib/stripe/params/issuing/physical_bundle_list_params.rb +1 -1
- data/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/token_list_params.rb +2 -2
- data/lib/stripe/params/issuing/token_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/token_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +14 -14
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +14 -14
- data/lib/stripe/params/issuing/transaction_list_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
- data/lib/stripe/params/mandate_list_params.rb +1 -1
- data/lib/stripe/params/mandate_retrieve_params.rb +1 -1
- data/lib/stripe/params/margin_create_params.rb +1 -1
- data/lib/stripe/params/margin_list_params.rb +1 -1
- data/lib/stripe/params/margin_retrieve_params.rb +1 -1
- data/lib/stripe/params/margin_update_params.rb +1 -1
- data/lib/stripe/params/order_cancel_params.rb +1 -1
- data/lib/stripe/params/order_create_params.rb +49 -49
- data/lib/stripe/params/order_line_item_list_params.rb +1 -1
- data/lib/stripe/params/order_list_line_items_params.rb +1 -1
- data/lib/stripe/params/order_list_params.rb +1 -1
- data/lib/stripe/params/order_reopen_params.rb +1 -1
- data/lib/stripe/params/order_retrieve_params.rb +1 -1
- data/lib/stripe/params/order_submit_params.rb +1 -1
- data/lib/stripe/params/order_update_params.rb +49 -49
- data/lib/stripe/params/payment_attempt_record_list_params.rb +5 -2
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +82 -58
- data/lib/stripe/params/payment_intent_confirm_params.rb +237 -213
- data/lib/stripe/params/payment_intent_create_params.rb +239 -215
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +5 -5
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +56 -32
- data/lib/stripe/params/payment_intent_list_params.rb +2 -2
- data/lib/stripe/params/payment_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +2 -2
- data/lib/stripe/params/payment_intent_update_params.rb +236 -212
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +1 -1
- data/lib/stripe/params/payment_link_create_params.rb +83 -44
- data/lib/stripe/params/payment_link_line_item_list_params.rb +1 -1
- data/lib/stripe/params/payment_link_list_line_items_params.rb +1 -1
- data/lib/stripe/params/payment_link_list_params.rb +1 -1
- data/lib/stripe/params/payment_link_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_link_update_params.rb +74 -35
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +161 -119
- data/lib/stripe/params/payment_method_configuration_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_update_params.rb +161 -119
- data/lib/stripe/params/payment_method_create_params.rb +79 -65
- data/lib/stripe/params/payment_method_detach_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_create_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_update_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_validate_params.rb +1 -1
- data/lib/stripe/params/payment_method_list_params.rb +2 -2
- data/lib/stripe/params/payment_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_update_params.rb +7 -7
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +1 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +9 -9
- data/lib/stripe/params/payment_record_report_payment_params.rb +13 -13
- data/lib/stripe/params/payment_record_report_refund_params.rb +79 -0
- data/lib/stripe/params/payment_record_retrieve_params.rb +1 -1
- data/lib/stripe/params/payout_cancel_params.rb +1 -1
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/payout_list_params.rb +3 -3
- data/lib/stripe/params/payout_retrieve_params.rb +1 -1
- data/lib/stripe/params/payout_reverse_params.rb +1 -1
- data/lib/stripe/params/payout_update_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +4 -4
- data/lib/stripe/params/plan_delete_params.rb +1 -1
- data/lib/stripe/params/plan_list_params.rb +2 -2
- data/lib/stripe/params/plan_retrieve_params.rb +1 -1
- data/lib/stripe/params/plan_update_params.rb +1 -1
- data/lib/stripe/params/price_create_params.rb +9 -9
- data/lib/stripe/params/price_list_params.rb +3 -3
- data/lib/stripe/params/price_retrieve_params.rb +1 -1
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +5 -5
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +2 -2
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +1 -1
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +1 -1
- data/lib/stripe/params/product_create_params.rb +9 -9
- data/lib/stripe/params/product_delete_params.rb +1 -1
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_feature_delete_params.rb +1 -1
- data/lib/stripe/params/product_feature_list_params.rb +1 -1
- data/lib/stripe/params/product_feature_retrieve_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +2 -2
- data/lib/stripe/params/product_retrieve_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +3 -3
- data/lib/stripe/params/promotion_code_create_params.rb +4 -4
- data/lib/stripe/params/promotion_code_list_params.rb +2 -2
- data/lib/stripe/params/promotion_code_retrieve_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +3 -3
- data/lib/stripe/params/quote_accept_params.rb +1 -1
- data/lib/stripe/params/quote_cancel_params.rb +1 -1
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +63 -63
- data/lib/stripe/params/quote_finalize_quote_params.rb +1 -1
- data/lib/stripe/params/quote_line_item_list_params.rb +1 -1
- data/lib/stripe/params/quote_line_list_params.rb +1 -1
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +1 -1
- data/lib/stripe/params/quote_list_line_items_params.rb +1 -1
- data/lib/stripe/params/quote_list_lines_params.rb +1 -1
- data/lib/stripe/params/quote_list_params.rb +1 -1
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +1 -1
- data/lib/stripe/params/quote_mark_draft_params.rb +1 -1
- data/lib/stripe/params/quote_mark_stale_params.rb +1 -1
- data/lib/stripe/params/quote_pdf_params.rb +1 -1
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +1 -1
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +1 -1
- data/lib/stripe/params/quote_reestimate_params.rb +1 -1
- data/lib/stripe/params/quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/quote_update_params.rb +60 -60
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +2 -2
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_delete_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_list_params.rb +2 -2
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_list_params.rb +2 -2
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_cancel_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +1 -1
- data/lib/stripe/params/refund_expire_params.rb +1 -1
- data/lib/stripe/params/refund_list_params.rb +2 -2
- data/lib/stripe/params/refund_retrieve_params.rb +1 -1
- data/lib/stripe/params/refund_update_params.rb +1 -1
- data/lib/stripe/params/reporting/report_run_create_params.rb +2 -2
- data/lib/stripe/params/reporting/report_run_list_params.rb +2 -2
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +1 -1
- data/lib/stripe/params/reporting/report_type_list_params.rb +1 -1
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +1 -1
- data/lib/stripe/params/review_approve_params.rb +1 -1
- data/lib/stripe/params/review_list_params.rb +2 -2
- data/lib/stripe/params/review_retrieve_params.rb +1 -1
- data/lib/stripe/params/setup_attempt_list_params.rb +2 -2
- data/lib/stripe/params/setup_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/setup_intent_confirm_params.rb +98 -98
- data/lib/stripe/params/setup_intent_create_params.rb +104 -100
- data/lib/stripe/params/setup_intent_list_params.rb +2 -2
- data/lib/stripe/params/setup_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/setup_intent_update_params.rb +98 -94
- data/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +1 -1
- data/lib/stripe/params/shipping_rate_create_params.rb +6 -6
- data/lib/stripe/params/shipping_rate_list_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/shipping_rate_update_params.rb +3 -3
- data/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +1 -1
- data/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +13 -13
- data/lib/stripe/params/source_detach_params.rb +1 -1
- data/lib/stripe/params/source_retrieve_params.rb +1 -1
- data/lib/stripe/params/source_transaction_list_params.rb +1 -1
- data/lib/stripe/params/source_update_params.rb +11 -11
- data/lib/stripe/params/source_verify_params.rb +1 -1
- data/lib/stripe/params/subscription_attach_cadence_params.rb +1 -1
- data/lib/stripe/params/subscription_cancel_params.rb +2 -2
- data/lib/stripe/params/subscription_create_params.rb +57 -57
- data/lib/stripe/params/subscription_delete_discount_params.rb +1 -1
- data/lib/stripe/params/subscription_item_create_params.rb +8 -8
- data/lib/stripe/params/subscription_item_delete_params.rb +1 -1
- data/lib/stripe/params/subscription_item_list_params.rb +1 -1
- data/lib/stripe/params/subscription_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_item_update_params.rb +7 -7
- data/lib/stripe/params/subscription_list_params.rb +5 -5
- data/lib/stripe/params/subscription_migrate_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +1 -1
- data/lib/stripe/params/subscription_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_amend_params.rb +37 -37
- data/lib/stripe/params/subscription_schedule_cancel_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_create_params.rb +41 -41
- data/lib/stripe/params/subscription_schedule_list_params.rb +5 -5
- data/lib/stripe/params/subscription_schedule_release_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_update_params.rb +39 -39
- data/lib/stripe/params/subscription_search_params.rb +1 -1
- data/lib/stripe/params/subscription_update_params.rb +55 -55
- data/lib/stripe/params/tax/association_find_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_create_params.rb +8 -8
- data/lib/stripe/params/tax/calculation_line_item_list_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_list_line_items_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/form_list_params.rb +2 -2
- data/lib/stripe/params/tax/form_pdf_params.rb +1 -1
- data/lib/stripe/params/tax/form_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/registration_create_params.rb +176 -163
- data/lib/stripe/params/tax/registration_list_params.rb +1 -1
- data/lib/stripe/params/tax/registration_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/registration_update_params.rb +1 -1
- data/lib/stripe/params/tax/settings_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/settings_update_params.rb +4 -4
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +3 -3
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_list_line_items_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_code_list_params.rb +1 -1
- data/lib/stripe/params/tax_code_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_delete_params.rb +1 -1
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_id_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +53 -34
- data/lib/stripe/params/terminal/configuration_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_list_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_update_params.rb +53 -34
- data/lib/stripe/params/terminal/connection_token_create_params.rb +1 -1
- data/lib/stripe/params/terminal/location_create_params.rb +4 -4
- data/lib/stripe/params/terminal/location_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/location_list_params.rb +1 -1
- data/lib/stripe/params/terminal/location_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/location_update_params.rb +4 -4
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +13 -13
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +5 -5
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +4 -4
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_list_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +5 -5
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +5 -5
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +4 -4
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +9 -9
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +70 -70
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +13 -13
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +17 -17
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +8 -8
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +14 -14
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +14 -14
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +1 -1
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +5 -5
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +1 -1
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +5 -5
- data/lib/stripe/params/token_create_params.rb +64 -45
- data/lib/stripe/params/token_retrieve_params.rb +1 -1
- data/lib/stripe/params/topup_cancel_params.rb +1 -1
- data/lib/stripe/params/topup_create_params.rb +1 -1
- data/lib/stripe/params/topup_list_params.rb +3 -3
- data/lib/stripe/params/topup_retrieve_params.rb +1 -1
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +1 -1
- data/lib/stripe/params/transfer_list_params.rb +2 -2
- data/lib/stripe/params/transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_list_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_update_params.rb +1 -1
- data/lib/stripe/params/transfer_update_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_list_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_close_params.rb +2 -2
- data/lib/stripe/params/treasury/financial_account_create_params.rb +16 -16
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +14 -14
- data/lib/stripe/params/treasury/financial_account_list_params.rb +2 -2
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +14 -14
- data/lib/stripe/params/treasury/financial_account_update_params.rb +17 -17
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +2 -2
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +8 -8
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +4 -4
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +6 -6
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +4 -4
- data/lib/stripe/params/treasury/received_credit_create_params.rb +5 -5
- data/lib/stripe/params/treasury/received_credit_list_params.rb +2 -2
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +5 -5
- data/lib/stripe/params/treasury/received_debit_list_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +3 -3
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/transaction_list_params.rb +4 -4
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +5 -5
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +5 -5
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +14 -14
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +2 -2
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +5 -5
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +17 -17
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +17 -17
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/v2/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +2 -2
- data/lib/stripe/params/v2/billing/profile_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/profile_list_params.rb +1 -1
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/profile_update_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_close_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_create_params.rb +176 -145
- data/lib/stripe/params/v2/core/account_link_create_params.rb +6 -6
- data/lib/stripe/params/v2/core/account_list_params.rb +5 -2
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +195 -146
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +23 -23
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +1 -1
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +1 -1
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +23 -23
- data/lib/stripe/params/v2/core/event_destination_create_params.rb +3 -3
- data/lib/stripe/params/v2/core/event_destination_delete_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_disable_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_enable_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_list_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_ping_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_update_params.rb +2 -2
- data/lib/stripe/params/v2/core/event_list_params.rb +25 -2
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +2 -2
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +19 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +2 -2
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +2 -2
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +3 -3
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +5 -5
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +4 -4
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +4 -4
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +4 -4
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +4 -4
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +2 -2
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +1 -1
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +1 -1
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +2 -2
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +12 -12
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +1 -1
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +1 -1
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_delete_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_list_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_retrieve_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
- data/lib/stripe/params.rb +6 -0
- data/lib/stripe/resources/account.rb +69 -49
- data/lib/stripe/resources/account_notice.rb +2 -2
- data/lib/stripe/resources/account_session.rb +45 -45
- data/lib/stripe/resources/application_fee.rb +1 -1
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +18 -18
- data/lib/stripe/resources/balance_settings.rb +4 -4
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/bank_account.rb +4 -4
- data/lib/stripe/resources/billing/alert.rb +2 -2
- data/lib/stripe/resources/billing/credit_balance_summary.rb +5 -5
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +8 -8
- data/lib/stripe/resources/billing/credit_grant.rb +5 -5
- data/lib/stripe/resources/billing/meter.rb +4 -4
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +1 -1
- data/lib/stripe/resources/billing_portal/configuration.rb +14 -14
- data/lib/stripe/resources/billing_portal/session.rb +11 -11
- data/lib/stripe/resources/capability.rb +6 -6
- data/lib/stripe/resources/capital/financing_offer.rb +2 -2
- data/lib/stripe/resources/capital/financing_summary.rb +2 -2
- data/lib/stripe/resources/capital/financing_transaction.rb +2 -2
- data/lib/stripe/resources/card.rb +1 -1
- data/lib/stripe/resources/cash_balance.rb +1 -1
- data/lib/stripe/resources/charge.rb +119 -116
- data/lib/stripe/resources/checkout/session.rb +134 -112
- data/lib/stripe/resources/climate/order.rb +3 -3
- data/lib/stripe/resources/climate/product.rb +1 -1
- data/lib/stripe/resources/climate/supplier.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +102 -102
- data/lib/stripe/resources/country_spec.rb +3 -3
- data/lib/stripe/resources/coupon.rb +3 -3
- data/lib/stripe/resources/credit_note.rb +26 -8
- data/lib/stripe/resources/credit_note_line_item.rb +5 -5
- data/lib/stripe/resources/customer.rb +10 -8
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +11 -11
- data/lib/stripe/resources/customer_session.rb +123 -5
- data/lib/stripe/resources/discount.rb +1 -1
- data/lib/stripe/resources/dispute.rb +18 -18
- data/lib/stripe/resources/event.rb +6 -6
- data/lib/stripe/resources/financial_connections/account.rb +10 -10
- data/lib/stripe/resources/financial_connections/institution.rb +5 -5
- data/lib/stripe/resources/financial_connections/session.rb +6 -6
- data/lib/stripe/resources/financial_connections/transaction.rb +1 -1
- data/lib/stripe/resources/forwarding/request.rb +5 -5
- data/lib/stripe/resources/funding_instructions.rb +20 -20
- data/lib/stripe/resources/fx_quote.rb +5 -5
- data/lib/stripe/resources/identity/verification_report.rb +18 -18
- data/lib/stripe/resources/identity/verification_session.rb +13 -13
- data/lib/stripe/resources/invoice.rb +50 -50
- data/lib/stripe/resources/invoice_item.rb +7 -7
- data/lib/stripe/resources/invoice_line_item.rb +16 -16
- data/lib/stripe/resources/invoice_payment.rb +2 -2
- data/lib/stripe/resources/issuing/authorization.rb +19 -19
- data/lib/stripe/resources/issuing/card.rb +10 -10
- data/lib/stripe/resources/issuing/cardholder.rb +12 -12
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +8 -8
- data/lib/stripe/resources/issuing/dispute.rb +10 -10
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +3 -3
- data/lib/stripe/resources/issuing/physical_bundle.rb +1 -1
- data/lib/stripe/resources/issuing/token.rb +6 -6
- data/lib/stripe/resources/issuing/transaction.rb +16 -16
- data/lib/stripe/resources/line_item.rb +5 -5
- data/lib/stripe/resources/mandate.rb +24 -24
- data/lib/stripe/resources/order.rb +39 -39
- data/lib/stripe/resources/payment_attempt_record.rb +105 -102
- data/lib/stripe/resources/payment_intent.rb +175 -165
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +23 -13
- data/lib/stripe/resources/payment_link.rb +85 -38
- data/lib/stripe/resources/payment_method.rb +127 -93
- data/lib/stripe/resources/payment_method_configuration.rb +182 -114
- data/lib/stripe/resources/payment_method_domain.rb +12 -12
- data/lib/stripe/resources/payment_record.rb +127 -102
- data/lib/stripe/resources/payout.rb +3 -3
- data/lib/stripe/resources/person.rb +20 -20
- data/lib/stripe/resources/plan.rb +2 -2
- data/lib/stripe/resources/price.rb +8 -8
- data/lib/stripe/resources/privacy/redaction_job.rb +1 -1
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +1 -1
- data/lib/stripe/resources/product.rb +2 -2
- data/lib/stripe/resources/promotion_code.rb +3 -3
- data/lib/stripe/resources/quote.rb +51 -51
- data/lib/stripe/resources/quote_line.rb +28 -28
- data/lib/stripe/resources/quote_preview_invoice.rb +51 -51
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +37 -37
- data/lib/stripe/resources/refund.rb +54 -38
- data/lib/stripe/resources/reporting/report_run.rb +1 -1
- data/lib/stripe/resources/review.rb +2 -2
- data/lib/stripe/resources/setup_attempt.rb +33 -33
- data/lib/stripe/resources/setup_intent.rb +34 -32
- data/lib/stripe/resources/shipping_rate.rb +5 -5
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
- data/lib/stripe/resources/source.rb +30 -30
- data/lib/stripe/resources/source_mandate_notification.rb +3 -3
- data/lib/stripe/resources/source_transaction.rb +5 -5
- data/lib/stripe/resources/subscription.rb +42 -42
- data/lib/stripe/resources/subscription_item.rb +2 -2
- data/lib/stripe/resources/subscription_schedule.rb +36 -36
- data/lib/stripe/resources/tax/association.rb +3 -3
- data/lib/stripe/resources/tax/calculation.rb +12 -12
- data/lib/stripe/resources/tax/calculation_line_item.rb +3 -3
- data/lib/stripe/resources/tax/form.rb +11 -11
- data/lib/stripe/resources/tax/registration.rb +156 -140
- data/lib/stripe/resources/tax/settings.rb +6 -6
- data/lib/stripe/resources/tax/transaction.rb +10 -10
- data/lib/stripe/resources/tax/transaction_line_item.rb +1 -1
- data/lib/stripe/resources/tax_id.rb +2 -2
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/configuration.rb +53 -33
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/onboarding_link.rb +2 -2
- data/lib/stripe/resources/terminal/reader.rb +54 -52
- data/lib/stripe/resources/terminal/reader_collected_data.rb +1 -1
- data/lib/stripe/resources/test_helpers/test_clock.rb +2 -2
- data/lib/stripe/resources/treasury/credit_reversal.rb +1 -1
- data/lib/stripe/resources/treasury/debit_reversal.rb +2 -2
- data/lib/stripe/resources/treasury/financial_account.rb +6 -6
- data/lib/stripe/resources/treasury/financial_account_features.rb +22 -22
- data/lib/stripe/resources/treasury/inbound_transfer.rb +7 -7
- data/lib/stripe/resources/treasury/outbound_payment.rb +11 -11
- data/lib/stripe/resources/treasury/outbound_transfer.rb +12 -12
- data/lib/stripe/resources/treasury/received_credit.rb +10 -10
- data/lib/stripe/resources/treasury/received_debit.rb +9 -9
- data/lib/stripe/resources/treasury/transaction.rb +3 -3
- data/lib/stripe/resources/treasury/transaction_entry.rb +2 -2
- data/lib/stripe/resources/v2/billing/bill_setting.rb +4 -4
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +4 -4
- data/lib/stripe/resources/v2/billing/cadence.rb +36 -36
- data/lib/stripe/resources/v2/billing/collection_setting.rb +16 -16
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +16 -16
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +1 -1
- data/lib/stripe/resources/v2/core/account.rb +277 -222
- data/lib/stripe/resources/v2/core/account_link.rb +5 -5
- data/lib/stripe/resources/v2/core/account_person.rb +22 -22
- data/lib/stripe/resources/v2/core/event.rb +2 -2
- data/lib/stripe/resources/v2/core/event_destination.rb +4 -4
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +4 -4
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +35 -1
- data/lib/stripe/resources/v2/money_management/adjustment.rb +1 -1
- data/lib/stripe/resources/v2/money_management/financial_account.rb +6 -6
- data/lib/stripe/resources/v2/money_management/financial_address.rb +4 -4
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +6 -6
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +9 -9
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +6 -6
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +2 -2
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +8 -8
- data/lib/stripe/resources/v2/money_management/payout_method.rb +3 -3
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +3 -3
- data/lib/stripe/resources/v2/money_management/received_credit.rb +9 -9
- data/lib/stripe/resources/v2/money_management/received_debit.rb +5 -5
- data/lib/stripe/resources/v2/money_management/transaction.rb +3 -3
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +3 -3
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +9 -9
- data/lib/stripe/resources.rb +0 -1
- data/lib/stripe/services/financial_connections/account_service.rb +1 -1
- data/lib/stripe/services/payment_record_service.rb +12 -0
- data/lib/stripe/services/payout_service.rb +1 -1
- data/lib/stripe/services/terminal/reader_service.rb +8 -8
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +11 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +33 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +11 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +1 -1
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +11475 -9619
- metadata +8 -3
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +0 -61
|
@@ -27,13 +27,13 @@ module Stripe
|
|
|
27
27
|
|
|
28
28
|
nested_resource_class_methods :amount_details_line_item, operations: %i[list]
|
|
29
29
|
|
|
30
|
-
class AmountDetails < Stripe::StripeObject
|
|
31
|
-
class Shipping < Stripe::StripeObject
|
|
32
|
-
#
|
|
30
|
+
class AmountDetails < ::Stripe::StripeObject
|
|
31
|
+
class Shipping < ::Stripe::StripeObject
|
|
32
|
+
# If a physical good is being shipped, the cost of shipping represented in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). An integer greater than or equal to 0.
|
|
33
33
|
attr_reader :amount
|
|
34
|
-
#
|
|
34
|
+
# If a physical good is being shipped, the postal code of where it is being shipped from. At most 10 alphanumeric characters long, hyphens are allowed.
|
|
35
35
|
attr_reader :from_postal_code
|
|
36
|
-
#
|
|
36
|
+
# If a physical good is being shipped, the postal code of where it is being shipped to. At most 10 alphanumeric characters long, hyphens are allowed.
|
|
37
37
|
attr_reader :to_postal_code
|
|
38
38
|
|
|
39
39
|
def self.inner_class_types
|
|
@@ -45,8 +45,10 @@ module Stripe
|
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
class Tax < Stripe::StripeObject
|
|
49
|
-
#
|
|
48
|
+
class Tax < ::Stripe::StripeObject
|
|
49
|
+
# The total amount of tax on the transaction represented in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). Required for L2 rates. An integer greater than or equal to 0.
|
|
50
|
+
#
|
|
51
|
+
# This field is mutually exclusive with the `amount_details[line_items][#][tax][total_tax_amount]` field.
|
|
50
52
|
attr_reader :total_tax_amount
|
|
51
53
|
|
|
52
54
|
def self.inner_class_types
|
|
@@ -58,7 +60,7 @@ module Stripe
|
|
|
58
60
|
end
|
|
59
61
|
end
|
|
60
62
|
|
|
61
|
-
class Tip < Stripe::StripeObject
|
|
63
|
+
class Tip < ::Stripe::StripeObject
|
|
62
64
|
# Portion of the amount that corresponds to a tip.
|
|
63
65
|
attr_reader :amount
|
|
64
66
|
|
|
@@ -70,7 +72,9 @@ module Stripe
|
|
|
70
72
|
@field_remappings = {}
|
|
71
73
|
end
|
|
72
74
|
end
|
|
73
|
-
# The total discount applied on the transaction.
|
|
75
|
+
# The total discount applied on the transaction represented in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). An integer greater than 0.
|
|
76
|
+
#
|
|
77
|
+
# This field is mutually exclusive with the `amount_details[line_items][#][discount_amount]` field.
|
|
74
78
|
attr_reader :discount_amount
|
|
75
79
|
# A list of line items, each containing information about a product in the PaymentIntent. There is a maximum of 100 line items.
|
|
76
80
|
attr_reader :line_items
|
|
@@ -90,7 +94,7 @@ module Stripe
|
|
|
90
94
|
end
|
|
91
95
|
end
|
|
92
96
|
|
|
93
|
-
class AutomaticPaymentMethods < Stripe::StripeObject
|
|
97
|
+
class AutomaticPaymentMethods < ::Stripe::StripeObject
|
|
94
98
|
# Controls whether this PaymentIntent will accept redirect-based payment methods.
|
|
95
99
|
#
|
|
96
100
|
# Redirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the payment.
|
|
@@ -107,9 +111,9 @@ module Stripe
|
|
|
107
111
|
end
|
|
108
112
|
end
|
|
109
113
|
|
|
110
|
-
class Hooks < Stripe::StripeObject
|
|
111
|
-
class Inputs < Stripe::StripeObject
|
|
112
|
-
class Tax < Stripe::StripeObject
|
|
114
|
+
class Hooks < ::Stripe::StripeObject
|
|
115
|
+
class Inputs < ::Stripe::StripeObject
|
|
116
|
+
class Tax < ::Stripe::StripeObject
|
|
113
117
|
# The [TaxCalculation](https://stripe.com/docs/api/tax/calculations) id
|
|
114
118
|
attr_reader :calculation
|
|
115
119
|
|
|
@@ -144,7 +148,7 @@ module Stripe
|
|
|
144
148
|
end
|
|
145
149
|
end
|
|
146
150
|
|
|
147
|
-
class LastPaymentError < Stripe::StripeObject
|
|
151
|
+
class LastPaymentError < ::Stripe::StripeObject
|
|
148
152
|
# For card errors resulting from a card issuer decline, a short string indicating [how to proceed with an error](https://stripe.com/docs/declines#retrying-issuer-declines) if they provide one.
|
|
149
153
|
attr_reader :advice_code
|
|
150
154
|
# For card errors, the ID of the failed charge.
|
|
@@ -221,8 +225,8 @@ module Stripe
|
|
|
221
225
|
end
|
|
222
226
|
end
|
|
223
227
|
|
|
224
|
-
class NextAction < Stripe::StripeObject
|
|
225
|
-
class AlipayHandleRedirect < Stripe::StripeObject
|
|
228
|
+
class NextAction < ::Stripe::StripeObject
|
|
229
|
+
class AlipayHandleRedirect < ::Stripe::StripeObject
|
|
226
230
|
# The native data to be used with Alipay SDK you must redirect your customer to in order to authenticate the payment in an Android App.
|
|
227
231
|
attr_reader :native_data
|
|
228
232
|
# The native URL you must redirect your customer to in order to authenticate the payment in an iOS App.
|
|
@@ -241,7 +245,7 @@ module Stripe
|
|
|
241
245
|
end
|
|
242
246
|
end
|
|
243
247
|
|
|
244
|
-
class BoletoDisplayDetails < Stripe::StripeObject
|
|
248
|
+
class BoletoDisplayDetails < ::Stripe::StripeObject
|
|
245
249
|
# The timestamp after which the boleto expires.
|
|
246
250
|
attr_reader :expires_at
|
|
247
251
|
# The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.
|
|
@@ -260,7 +264,7 @@ module Stripe
|
|
|
260
264
|
end
|
|
261
265
|
end
|
|
262
266
|
|
|
263
|
-
class CardAwaitNotification < Stripe::StripeObject
|
|
267
|
+
class CardAwaitNotification < ::Stripe::StripeObject
|
|
264
268
|
# The time that payment will be attempted. If customer approval is required, they need to provide approval before this time.
|
|
265
269
|
attr_reader :charge_attempt_at
|
|
266
270
|
# For payments greater than INR 15000, the customer must provide explicit approval of the payment with their bank. For payments of lower amount, no customer action is required.
|
|
@@ -275,8 +279,8 @@ module Stripe
|
|
|
275
279
|
end
|
|
276
280
|
end
|
|
277
281
|
|
|
278
|
-
class CashappHandleRedirectOrDisplayQrCode < Stripe::StripeObject
|
|
279
|
-
class QrCode < Stripe::StripeObject
|
|
282
|
+
class CashappHandleRedirectOrDisplayQrCode < ::Stripe::StripeObject
|
|
283
|
+
class QrCode < ::Stripe::StripeObject
|
|
280
284
|
# The date (unix timestamp) when the QR code expires.
|
|
281
285
|
attr_reader :expires_at
|
|
282
286
|
# The image_url_png string used to render QR code
|
|
@@ -308,10 +312,10 @@ module Stripe
|
|
|
308
312
|
end
|
|
309
313
|
end
|
|
310
314
|
|
|
311
|
-
class DisplayBankTransferInstructions < Stripe::StripeObject
|
|
312
|
-
class FinancialAddress < Stripe::StripeObject
|
|
313
|
-
class Aba < Stripe::StripeObject
|
|
314
|
-
class AccountHolderAddress < Stripe::StripeObject
|
|
315
|
+
class DisplayBankTransferInstructions < ::Stripe::StripeObject
|
|
316
|
+
class FinancialAddress < ::Stripe::StripeObject
|
|
317
|
+
class Aba < ::Stripe::StripeObject
|
|
318
|
+
class AccountHolderAddress < ::Stripe::StripeObject
|
|
315
319
|
# City, district, suburb, town, or village.
|
|
316
320
|
attr_reader :city
|
|
317
321
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -334,7 +338,7 @@ module Stripe
|
|
|
334
338
|
end
|
|
335
339
|
end
|
|
336
340
|
|
|
337
|
-
class BankAddress < Stripe::StripeObject
|
|
341
|
+
class BankAddress < ::Stripe::StripeObject
|
|
338
342
|
# City, district, suburb, town, or village.
|
|
339
343
|
attr_reader :city
|
|
340
344
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -383,8 +387,8 @@ module Stripe
|
|
|
383
387
|
end
|
|
384
388
|
end
|
|
385
389
|
|
|
386
|
-
class Iban < Stripe::StripeObject
|
|
387
|
-
class AccountHolderAddress < Stripe::StripeObject
|
|
390
|
+
class Iban < ::Stripe::StripeObject
|
|
391
|
+
class AccountHolderAddress < ::Stripe::StripeObject
|
|
388
392
|
# City, district, suburb, town, or village.
|
|
389
393
|
attr_reader :city
|
|
390
394
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -407,7 +411,7 @@ module Stripe
|
|
|
407
411
|
end
|
|
408
412
|
end
|
|
409
413
|
|
|
410
|
-
class BankAddress < Stripe::StripeObject
|
|
414
|
+
class BankAddress < ::Stripe::StripeObject
|
|
411
415
|
# City, district, suburb, town, or village.
|
|
412
416
|
attr_reader :city
|
|
413
417
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -454,8 +458,8 @@ module Stripe
|
|
|
454
458
|
end
|
|
455
459
|
end
|
|
456
460
|
|
|
457
|
-
class SortCode < Stripe::StripeObject
|
|
458
|
-
class AccountHolderAddress < Stripe::StripeObject
|
|
461
|
+
class SortCode < ::Stripe::StripeObject
|
|
462
|
+
class AccountHolderAddress < ::Stripe::StripeObject
|
|
459
463
|
# City, district, suburb, town, or village.
|
|
460
464
|
attr_reader :city
|
|
461
465
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -478,7 +482,7 @@ module Stripe
|
|
|
478
482
|
end
|
|
479
483
|
end
|
|
480
484
|
|
|
481
|
-
class BankAddress < Stripe::StripeObject
|
|
485
|
+
class BankAddress < ::Stripe::StripeObject
|
|
482
486
|
# City, district, suburb, town, or village.
|
|
483
487
|
attr_reader :city
|
|
484
488
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -523,8 +527,8 @@ module Stripe
|
|
|
523
527
|
end
|
|
524
528
|
end
|
|
525
529
|
|
|
526
|
-
class Spei < Stripe::StripeObject
|
|
527
|
-
class AccountHolderAddress < Stripe::StripeObject
|
|
530
|
+
class Spei < ::Stripe::StripeObject
|
|
531
|
+
class AccountHolderAddress < ::Stripe::StripeObject
|
|
528
532
|
# City, district, suburb, town, or village.
|
|
529
533
|
attr_reader :city
|
|
530
534
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -547,7 +551,7 @@ module Stripe
|
|
|
547
551
|
end
|
|
548
552
|
end
|
|
549
553
|
|
|
550
|
-
class BankAddress < Stripe::StripeObject
|
|
554
|
+
class BankAddress < ::Stripe::StripeObject
|
|
551
555
|
# City, district, suburb, town, or village.
|
|
552
556
|
attr_reader :city
|
|
553
557
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -594,8 +598,8 @@ module Stripe
|
|
|
594
598
|
end
|
|
595
599
|
end
|
|
596
600
|
|
|
597
|
-
class Swift < Stripe::StripeObject
|
|
598
|
-
class AccountHolderAddress < Stripe::StripeObject
|
|
601
|
+
class Swift < ::Stripe::StripeObject
|
|
602
|
+
class AccountHolderAddress < ::Stripe::StripeObject
|
|
599
603
|
# City, district, suburb, town, or village.
|
|
600
604
|
attr_reader :city
|
|
601
605
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -618,7 +622,7 @@ module Stripe
|
|
|
618
622
|
end
|
|
619
623
|
end
|
|
620
624
|
|
|
621
|
-
class BankAddress < Stripe::StripeObject
|
|
625
|
+
class BankAddress < ::Stripe::StripeObject
|
|
622
626
|
# City, district, suburb, town, or village.
|
|
623
627
|
attr_reader :city
|
|
624
628
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -667,8 +671,8 @@ module Stripe
|
|
|
667
671
|
end
|
|
668
672
|
end
|
|
669
673
|
|
|
670
|
-
class Zengin < Stripe::StripeObject
|
|
671
|
-
class AccountHolderAddress < Stripe::StripeObject
|
|
674
|
+
class Zengin < ::Stripe::StripeObject
|
|
675
|
+
class AccountHolderAddress < ::Stripe::StripeObject
|
|
672
676
|
# City, district, suburb, town, or village.
|
|
673
677
|
attr_reader :city
|
|
674
678
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -691,7 +695,7 @@ module Stripe
|
|
|
691
695
|
end
|
|
692
696
|
end
|
|
693
697
|
|
|
694
|
-
class BankAddress < Stripe::StripeObject
|
|
698
|
+
class BankAddress < ::Stripe::StripeObject
|
|
695
699
|
# City, district, suburb, town, or village.
|
|
696
700
|
attr_reader :city
|
|
697
701
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -797,9 +801,9 @@ module Stripe
|
|
|
797
801
|
end
|
|
798
802
|
end
|
|
799
803
|
|
|
800
|
-
class KonbiniDisplayDetails < Stripe::StripeObject
|
|
801
|
-
class Stores < Stripe::StripeObject
|
|
802
|
-
class Familymart < Stripe::StripeObject
|
|
804
|
+
class KonbiniDisplayDetails < ::Stripe::StripeObject
|
|
805
|
+
class Stores < ::Stripe::StripeObject
|
|
806
|
+
class Familymart < ::Stripe::StripeObject
|
|
803
807
|
# The confirmation number.
|
|
804
808
|
attr_reader :confirmation_number
|
|
805
809
|
# The payment code.
|
|
@@ -814,7 +818,7 @@ module Stripe
|
|
|
814
818
|
end
|
|
815
819
|
end
|
|
816
820
|
|
|
817
|
-
class Lawson < Stripe::StripeObject
|
|
821
|
+
class Lawson < ::Stripe::StripeObject
|
|
818
822
|
# The confirmation number.
|
|
819
823
|
attr_reader :confirmation_number
|
|
820
824
|
# The payment code.
|
|
@@ -829,7 +833,7 @@ module Stripe
|
|
|
829
833
|
end
|
|
830
834
|
end
|
|
831
835
|
|
|
832
|
-
class Ministop < Stripe::StripeObject
|
|
836
|
+
class Ministop < ::Stripe::StripeObject
|
|
833
837
|
# The confirmation number.
|
|
834
838
|
attr_reader :confirmation_number
|
|
835
839
|
# The payment code.
|
|
@@ -844,7 +848,7 @@ module Stripe
|
|
|
844
848
|
end
|
|
845
849
|
end
|
|
846
850
|
|
|
847
|
-
class Seicomart < Stripe::StripeObject
|
|
851
|
+
class Seicomart < ::Stripe::StripeObject
|
|
848
852
|
# The confirmation number.
|
|
849
853
|
attr_reader :confirmation_number
|
|
850
854
|
# The payment code.
|
|
@@ -896,7 +900,7 @@ module Stripe
|
|
|
896
900
|
end
|
|
897
901
|
end
|
|
898
902
|
|
|
899
|
-
class MultibancoDisplayDetails < Stripe::StripeObject
|
|
903
|
+
class MultibancoDisplayDetails < ::Stripe::StripeObject
|
|
900
904
|
# Entity number associated with this Multibanco payment.
|
|
901
905
|
attr_reader :entity
|
|
902
906
|
# The timestamp at which the Multibanco voucher expires.
|
|
@@ -915,7 +919,7 @@ module Stripe
|
|
|
915
919
|
end
|
|
916
920
|
end
|
|
917
921
|
|
|
918
|
-
class OxxoDisplayDetails < Stripe::StripeObject
|
|
922
|
+
class OxxoDisplayDetails < ::Stripe::StripeObject
|
|
919
923
|
# The timestamp after which the OXXO voucher expires.
|
|
920
924
|
attr_reader :expires_after
|
|
921
925
|
# The URL for the hosted OXXO voucher page, which allows customers to view and print an OXXO voucher.
|
|
@@ -932,7 +936,7 @@ module Stripe
|
|
|
932
936
|
end
|
|
933
937
|
end
|
|
934
938
|
|
|
935
|
-
class PaynowDisplayQrCode < Stripe::StripeObject
|
|
939
|
+
class PaynowDisplayQrCode < ::Stripe::StripeObject
|
|
936
940
|
# The raw data string used to generate QR code, it should be used together with QR code library.
|
|
937
941
|
attr_reader :data
|
|
938
942
|
# The URL to the hosted PayNow instructions page, which allows customers to view the PayNow QR code.
|
|
@@ -951,7 +955,7 @@ module Stripe
|
|
|
951
955
|
end
|
|
952
956
|
end
|
|
953
957
|
|
|
954
|
-
class PixDisplayQrCode < Stripe::StripeObject
|
|
958
|
+
class PixDisplayQrCode < ::Stripe::StripeObject
|
|
955
959
|
# The raw data string used to generate QR code, it should be used together with QR code library.
|
|
956
960
|
attr_reader :data
|
|
957
961
|
# The date (unix timestamp) when the PIX expires.
|
|
@@ -972,7 +976,7 @@ module Stripe
|
|
|
972
976
|
end
|
|
973
977
|
end
|
|
974
978
|
|
|
975
|
-
class PromptpayDisplayQrCode < Stripe::StripeObject
|
|
979
|
+
class PromptpayDisplayQrCode < ::Stripe::StripeObject
|
|
976
980
|
# The raw data string used to generate QR code, it should be used together with QR code library.
|
|
977
981
|
attr_reader :data
|
|
978
982
|
# The URL to the hosted PromptPay instructions page, which allows customers to view the PromptPay QR code.
|
|
@@ -991,7 +995,7 @@ module Stripe
|
|
|
991
995
|
end
|
|
992
996
|
end
|
|
993
997
|
|
|
994
|
-
class RedirectToUrl < Stripe::StripeObject
|
|
998
|
+
class RedirectToUrl < ::Stripe::StripeObject
|
|
995
999
|
# If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.
|
|
996
1000
|
attr_reader :return_url
|
|
997
1001
|
# The URL you must redirect your customer to in order to authenticate the payment.
|
|
@@ -1006,8 +1010,8 @@ module Stripe
|
|
|
1006
1010
|
end
|
|
1007
1011
|
end
|
|
1008
1012
|
|
|
1009
|
-
class SwishHandleRedirectOrDisplayQrCode < Stripe::StripeObject
|
|
1010
|
-
class QrCode < Stripe::StripeObject
|
|
1013
|
+
class SwishHandleRedirectOrDisplayQrCode < ::Stripe::StripeObject
|
|
1014
|
+
class QrCode < ::Stripe::StripeObject
|
|
1011
1015
|
# The raw data string used to generate QR code, it should be used together with QR code library.
|
|
1012
1016
|
attr_reader :data
|
|
1013
1017
|
# The image_url_png string used to render QR code
|
|
@@ -1039,7 +1043,7 @@ module Stripe
|
|
|
1039
1043
|
end
|
|
1040
1044
|
end
|
|
1041
1045
|
|
|
1042
|
-
class VerifyWithMicrodeposits < Stripe::StripeObject
|
|
1046
|
+
class VerifyWithMicrodeposits < ::Stripe::StripeObject
|
|
1043
1047
|
# The timestamp when the microdeposits are expected to land.
|
|
1044
1048
|
attr_reader :arrival_date
|
|
1045
1049
|
# The URL for the hosted verification page, which allows customers to verify their bank account.
|
|
@@ -1056,7 +1060,7 @@ module Stripe
|
|
|
1056
1060
|
end
|
|
1057
1061
|
end
|
|
1058
1062
|
|
|
1059
|
-
class WechatPayDisplayQrCode < Stripe::StripeObject
|
|
1063
|
+
class WechatPayDisplayQrCode < ::Stripe::StripeObject
|
|
1060
1064
|
# The data being used to generate QR code
|
|
1061
1065
|
attr_reader :data
|
|
1062
1066
|
# The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.
|
|
@@ -1077,7 +1081,7 @@ module Stripe
|
|
|
1077
1081
|
end
|
|
1078
1082
|
end
|
|
1079
1083
|
|
|
1080
|
-
class WechatPayRedirectToAndroidApp < Stripe::StripeObject
|
|
1084
|
+
class WechatPayRedirectToAndroidApp < ::Stripe::StripeObject
|
|
1081
1085
|
# app_id is the APP ID registered on WeChat open platform
|
|
1082
1086
|
attr_reader :app_id
|
|
1083
1087
|
# nonce_str is a random string
|
|
@@ -1102,7 +1106,7 @@ module Stripe
|
|
|
1102
1106
|
end
|
|
1103
1107
|
end
|
|
1104
1108
|
|
|
1105
|
-
class WechatPayRedirectToIosApp < Stripe::StripeObject
|
|
1109
|
+
class WechatPayRedirectToIosApp < ::Stripe::StripeObject
|
|
1106
1110
|
# An universal link that redirect to WeChat Pay app
|
|
1107
1111
|
attr_reader :native_url
|
|
1108
1112
|
|
|
@@ -1180,9 +1184,9 @@ module Stripe
|
|
|
1180
1184
|
end
|
|
1181
1185
|
end
|
|
1182
1186
|
|
|
1183
|
-
class PaymentDetails < Stripe::StripeObject
|
|
1184
|
-
class CarRental < Stripe::StripeObject
|
|
1185
|
-
class Affiliate < Stripe::StripeObject
|
|
1187
|
+
class PaymentDetails < ::Stripe::StripeObject
|
|
1188
|
+
class CarRental < ::Stripe::StripeObject
|
|
1189
|
+
class Affiliate < ::Stripe::StripeObject
|
|
1186
1190
|
# The name of the affiliate that originated the purchase.
|
|
1187
1191
|
attr_reader :name
|
|
1188
1192
|
|
|
@@ -1195,8 +1199,8 @@ module Stripe
|
|
|
1195
1199
|
end
|
|
1196
1200
|
end
|
|
1197
1201
|
|
|
1198
|
-
class Delivery < Stripe::StripeObject
|
|
1199
|
-
class Recipient < Stripe::StripeObject
|
|
1202
|
+
class Delivery < ::Stripe::StripeObject
|
|
1203
|
+
class Recipient < ::Stripe::StripeObject
|
|
1200
1204
|
# The email of the recipient the ticket is delivered to.
|
|
1201
1205
|
attr_reader :email
|
|
1202
1206
|
# The name of the recipient the ticket is delivered to.
|
|
@@ -1226,7 +1230,7 @@ module Stripe
|
|
|
1226
1230
|
end
|
|
1227
1231
|
end
|
|
1228
1232
|
|
|
1229
|
-
class Distance < Stripe::StripeObject
|
|
1233
|
+
class Distance < ::Stripe::StripeObject
|
|
1230
1234
|
# Distance traveled.
|
|
1231
1235
|
attr_reader :amount
|
|
1232
1236
|
# Unit of measurement for the distance traveled. One of `miles` or `kilometers`
|
|
@@ -1241,7 +1245,7 @@ module Stripe
|
|
|
1241
1245
|
end
|
|
1242
1246
|
end
|
|
1243
1247
|
|
|
1244
|
-
class Driver < Stripe::StripeObject
|
|
1248
|
+
class Driver < ::Stripe::StripeObject
|
|
1245
1249
|
# Driver's identification number.
|
|
1246
1250
|
attr_reader :driver_identification_number
|
|
1247
1251
|
# Driver's tax number.
|
|
@@ -1258,7 +1262,7 @@ module Stripe
|
|
|
1258
1262
|
end
|
|
1259
1263
|
end
|
|
1260
1264
|
|
|
1261
|
-
class PickupAddress < Stripe::StripeObject
|
|
1265
|
+
class PickupAddress < ::Stripe::StripeObject
|
|
1262
1266
|
# City, district, suburb, town, or village.
|
|
1263
1267
|
attr_reader :city
|
|
1264
1268
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1281,7 +1285,7 @@ module Stripe
|
|
|
1281
1285
|
end
|
|
1282
1286
|
end
|
|
1283
1287
|
|
|
1284
|
-
class ReturnAddress < Stripe::StripeObject
|
|
1288
|
+
class ReturnAddress < ::Stripe::StripeObject
|
|
1285
1289
|
# City, district, suburb, town, or village.
|
|
1286
1290
|
attr_reader :city
|
|
1287
1291
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1368,8 +1372,8 @@ module Stripe
|
|
|
1368
1372
|
end
|
|
1369
1373
|
end
|
|
1370
1374
|
|
|
1371
|
-
class EventDetails < Stripe::StripeObject
|
|
1372
|
-
class Address < Stripe::StripeObject
|
|
1375
|
+
class EventDetails < ::Stripe::StripeObject
|
|
1376
|
+
class Address < ::Stripe::StripeObject
|
|
1373
1377
|
# City, district, suburb, town, or village.
|
|
1374
1378
|
attr_reader :city
|
|
1375
1379
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1392,7 +1396,7 @@ module Stripe
|
|
|
1392
1396
|
end
|
|
1393
1397
|
end
|
|
1394
1398
|
|
|
1395
|
-
class Affiliate < Stripe::StripeObject
|
|
1399
|
+
class Affiliate < ::Stripe::StripeObject
|
|
1396
1400
|
# The name of the affiliate that originated the purchase.
|
|
1397
1401
|
attr_reader :name
|
|
1398
1402
|
|
|
@@ -1405,8 +1409,8 @@ module Stripe
|
|
|
1405
1409
|
end
|
|
1406
1410
|
end
|
|
1407
1411
|
|
|
1408
|
-
class Delivery < Stripe::StripeObject
|
|
1409
|
-
class Recipient < Stripe::StripeObject
|
|
1412
|
+
class Delivery < ::Stripe::StripeObject
|
|
1413
|
+
class Recipient < ::Stripe::StripeObject
|
|
1410
1414
|
# The email of the recipient the ticket is delivered to.
|
|
1411
1415
|
attr_reader :email
|
|
1412
1416
|
# The name of the recipient the ticket is delivered to.
|
|
@@ -1463,8 +1467,8 @@ module Stripe
|
|
|
1463
1467
|
end
|
|
1464
1468
|
end
|
|
1465
1469
|
|
|
1466
|
-
class Subscription < Stripe::StripeObject
|
|
1467
|
-
class Affiliate < Stripe::StripeObject
|
|
1470
|
+
class Subscription < ::Stripe::StripeObject
|
|
1471
|
+
class Affiliate < ::Stripe::StripeObject
|
|
1468
1472
|
# The name of the affiliate that originated the purchase.
|
|
1469
1473
|
attr_reader :name
|
|
1470
1474
|
|
|
@@ -1477,7 +1481,7 @@ module Stripe
|
|
|
1477
1481
|
end
|
|
1478
1482
|
end
|
|
1479
1483
|
|
|
1480
|
-
class BillingInterval < Stripe::StripeObject
|
|
1484
|
+
class BillingInterval < ::Stripe::StripeObject
|
|
1481
1485
|
# The number of intervals, as an whole number greater than 0. Stripe multiplies this by the interval type to get the overall duration.
|
|
1482
1486
|
attr_reader :count
|
|
1483
1487
|
# Specifies a type of interval unit. Either `day`, `week`, `month` or `year`.
|
|
@@ -1514,11 +1518,17 @@ module Stripe
|
|
|
1514
1518
|
end
|
|
1515
1519
|
# Attribute for field car_rental
|
|
1516
1520
|
attr_reader :car_rental
|
|
1517
|
-
#
|
|
1521
|
+
# A unique value to identify the customer. This field is available only for card payments.
|
|
1522
|
+
#
|
|
1523
|
+
# This field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks.
|
|
1518
1524
|
attr_reader :customer_reference
|
|
1519
1525
|
# Attribute for field event_details
|
|
1520
1526
|
attr_reader :event_details
|
|
1521
|
-
# A unique value assigned by the business to identify the transaction.
|
|
1527
|
+
# A unique value assigned by the business to identify the transaction. Required for L2 and L3 rates.
|
|
1528
|
+
#
|
|
1529
|
+
# Required when the Payment Method Types array contains `card`, including when [automatic_payment_methods.enabled](/api/payment_intents/create#create_payment_intent-automatic_payment_methods-enabled) is set to `true`.
|
|
1530
|
+
#
|
|
1531
|
+
# For Cards, this field is truncated to 25 alphanumeric characters, excluding spaces, before being sent to card networks. For Klarna, this field is truncated to 255 characters and is visible to customers when they view the order in the Klarna app.
|
|
1522
1532
|
attr_reader :order_reference
|
|
1523
1533
|
# Attribute for field subscription
|
|
1524
1534
|
attr_reader :subscription
|
|
@@ -1536,7 +1546,7 @@ module Stripe
|
|
|
1536
1546
|
end
|
|
1537
1547
|
end
|
|
1538
1548
|
|
|
1539
|
-
class PaymentMethodConfigurationDetails < Stripe::StripeObject
|
|
1549
|
+
class PaymentMethodConfigurationDetails < ::Stripe::StripeObject
|
|
1540
1550
|
# ID of the payment method configuration used.
|
|
1541
1551
|
attr_reader :id
|
|
1542
1552
|
# ID of the parent payment method configuration used.
|
|
@@ -1551,9 +1561,9 @@ module Stripe
|
|
|
1551
1561
|
end
|
|
1552
1562
|
end
|
|
1553
1563
|
|
|
1554
|
-
class PaymentMethodOptions < Stripe::StripeObject
|
|
1555
|
-
class AcssDebit < Stripe::StripeObject
|
|
1556
|
-
class MandateOptions < Stripe::StripeObject
|
|
1564
|
+
class PaymentMethodOptions < ::Stripe::StripeObject
|
|
1565
|
+
class AcssDebit < ::Stripe::StripeObject
|
|
1566
|
+
class MandateOptions < ::Stripe::StripeObject
|
|
1557
1567
|
# A URL for custom mandate text
|
|
1558
1568
|
attr_reader :custom_mandate_url
|
|
1559
1569
|
# Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.
|
|
@@ -1595,7 +1605,7 @@ module Stripe
|
|
|
1595
1605
|
end
|
|
1596
1606
|
end
|
|
1597
1607
|
|
|
1598
|
-
class Affirm < Stripe::StripeObject
|
|
1608
|
+
class Affirm < ::Stripe::StripeObject
|
|
1599
1609
|
# Controls when the funds will be captured from the customer's account.
|
|
1600
1610
|
attr_reader :capture_method
|
|
1601
1611
|
# Preferred language of the Affirm authorization page that the customer is redirected to.
|
|
@@ -1618,7 +1628,7 @@ module Stripe
|
|
|
1618
1628
|
end
|
|
1619
1629
|
end
|
|
1620
1630
|
|
|
1621
|
-
class AfterpayClearpay < Stripe::StripeObject
|
|
1631
|
+
class AfterpayClearpay < ::Stripe::StripeObject
|
|
1622
1632
|
# Controls when the funds will be captured from the customer's account.
|
|
1623
1633
|
attr_reader :capture_method
|
|
1624
1634
|
# An internal identifier or reference that this payment corresponds to. You must limit the identifier to 128 characters, and it can only contain letters, numbers, underscores, backslashes, and dashes.
|
|
@@ -1642,7 +1652,7 @@ module Stripe
|
|
|
1642
1652
|
end
|
|
1643
1653
|
end
|
|
1644
1654
|
|
|
1645
|
-
class Alipay < Stripe::StripeObject
|
|
1655
|
+
class Alipay < ::Stripe::StripeObject
|
|
1646
1656
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
1647
1657
|
#
|
|
1648
1658
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -1661,7 +1671,7 @@ module Stripe
|
|
|
1661
1671
|
end
|
|
1662
1672
|
end
|
|
1663
1673
|
|
|
1664
|
-
class Alma < Stripe::StripeObject
|
|
1674
|
+
class Alma < ::Stripe::StripeObject
|
|
1665
1675
|
# Controls when the funds will be captured from the customer's account.
|
|
1666
1676
|
attr_reader :capture_method
|
|
1667
1677
|
|
|
@@ -1674,7 +1684,7 @@ module Stripe
|
|
|
1674
1684
|
end
|
|
1675
1685
|
end
|
|
1676
1686
|
|
|
1677
|
-
class AmazonPay < Stripe::StripeObject
|
|
1687
|
+
class AmazonPay < ::Stripe::StripeObject
|
|
1678
1688
|
# Controls when the funds will be captured from the customer's account.
|
|
1679
1689
|
attr_reader :capture_method
|
|
1680
1690
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -1695,7 +1705,7 @@ module Stripe
|
|
|
1695
1705
|
end
|
|
1696
1706
|
end
|
|
1697
1707
|
|
|
1698
|
-
class AuBecsDebit < Stripe::StripeObject
|
|
1708
|
+
class AuBecsDebit < ::Stripe::StripeObject
|
|
1699
1709
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
1700
1710
|
#
|
|
1701
1711
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -1716,8 +1726,8 @@ module Stripe
|
|
|
1716
1726
|
end
|
|
1717
1727
|
end
|
|
1718
1728
|
|
|
1719
|
-
class BacsDebit < Stripe::StripeObject
|
|
1720
|
-
class MandateOptions < Stripe::StripeObject
|
|
1729
|
+
class BacsDebit < ::Stripe::StripeObject
|
|
1730
|
+
class MandateOptions < ::Stripe::StripeObject
|
|
1721
1731
|
# Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'DDIC' or 'STRIPE'.
|
|
1722
1732
|
attr_reader :reference_prefix
|
|
1723
1733
|
|
|
@@ -1751,7 +1761,7 @@ module Stripe
|
|
|
1751
1761
|
end
|
|
1752
1762
|
end
|
|
1753
1763
|
|
|
1754
|
-
class Bancontact < Stripe::StripeObject
|
|
1764
|
+
class Bancontact < ::Stripe::StripeObject
|
|
1755
1765
|
# Preferred language of the Bancontact authorization page that the customer is redirected to.
|
|
1756
1766
|
attr_reader :preferred_language
|
|
1757
1767
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -1772,7 +1782,7 @@ module Stripe
|
|
|
1772
1782
|
end
|
|
1773
1783
|
end
|
|
1774
1784
|
|
|
1775
|
-
class Billie < Stripe::StripeObject
|
|
1785
|
+
class Billie < ::Stripe::StripeObject
|
|
1776
1786
|
# Controls when the funds will be captured from the customer's account.
|
|
1777
1787
|
attr_reader :capture_method
|
|
1778
1788
|
|
|
@@ -1785,7 +1795,7 @@ module Stripe
|
|
|
1785
1795
|
end
|
|
1786
1796
|
end
|
|
1787
1797
|
|
|
1788
|
-
class Blik < Stripe::StripeObject
|
|
1798
|
+
class Blik < ::Stripe::StripeObject
|
|
1789
1799
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
1790
1800
|
#
|
|
1791
1801
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -1804,7 +1814,7 @@ module Stripe
|
|
|
1804
1814
|
end
|
|
1805
1815
|
end
|
|
1806
1816
|
|
|
1807
|
-
class Boleto < Stripe::StripeObject
|
|
1817
|
+
class Boleto < ::Stripe::StripeObject
|
|
1808
1818
|
# The number of calendar days before a Boleto voucher expires. For example, if you create a Boleto voucher on Monday and you set expires_after_days to 2, the Boleto voucher will expire on Wednesday at 23:59 America/Sao_Paulo time.
|
|
1809
1819
|
attr_reader :expires_after_days
|
|
1810
1820
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -1825,9 +1835,9 @@ module Stripe
|
|
|
1825
1835
|
end
|
|
1826
1836
|
end
|
|
1827
1837
|
|
|
1828
|
-
class Card < Stripe::StripeObject
|
|
1829
|
-
class Installments < Stripe::StripeObject
|
|
1830
|
-
class AvailablePlan < Stripe::StripeObject
|
|
1838
|
+
class Card < ::Stripe::StripeObject
|
|
1839
|
+
class Installments < ::Stripe::StripeObject
|
|
1840
|
+
class AvailablePlan < ::Stripe::StripeObject
|
|
1831
1841
|
# For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.
|
|
1832
1842
|
attr_reader :count
|
|
1833
1843
|
# For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.
|
|
@@ -1845,7 +1855,7 @@ module Stripe
|
|
|
1845
1855
|
end
|
|
1846
1856
|
end
|
|
1847
1857
|
|
|
1848
|
-
class Plan < Stripe::StripeObject
|
|
1858
|
+
class Plan < ::Stripe::StripeObject
|
|
1849
1859
|
# For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.
|
|
1850
1860
|
attr_reader :count
|
|
1851
1861
|
# For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.
|
|
@@ -1878,7 +1888,7 @@ module Stripe
|
|
|
1878
1888
|
end
|
|
1879
1889
|
end
|
|
1880
1890
|
|
|
1881
|
-
class MandateOptions < Stripe::StripeObject
|
|
1891
|
+
class MandateOptions < ::Stripe::StripeObject
|
|
1882
1892
|
# Amount to be charged for future payments.
|
|
1883
1893
|
attr_reader :amount
|
|
1884
1894
|
# 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.
|
|
@@ -1907,8 +1917,8 @@ module Stripe
|
|
|
1907
1917
|
end
|
|
1908
1918
|
end
|
|
1909
1919
|
|
|
1910
|
-
class StatementDetails < Stripe::StripeObject
|
|
1911
|
-
class Address < Stripe::StripeObject
|
|
1920
|
+
class StatementDetails < ::Stripe::StripeObject
|
|
1921
|
+
class Address < ::Stripe::StripeObject
|
|
1912
1922
|
# City, district, suburb, town, or village.
|
|
1913
1923
|
attr_reader :city
|
|
1914
1924
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -1997,8 +2007,8 @@ module Stripe
|
|
|
1997
2007
|
end
|
|
1998
2008
|
end
|
|
1999
2009
|
|
|
2000
|
-
class CardPresent < Stripe::StripeObject
|
|
2001
|
-
class Routing < Stripe::StripeObject
|
|
2010
|
+
class CardPresent < ::Stripe::StripeObject
|
|
2011
|
+
class Routing < ::Stripe::StripeObject
|
|
2002
2012
|
# Requested routing priority
|
|
2003
2013
|
attr_reader :requested_priority
|
|
2004
2014
|
|
|
@@ -2026,7 +2036,7 @@ module Stripe
|
|
|
2026
2036
|
end
|
|
2027
2037
|
end
|
|
2028
2038
|
|
|
2029
|
-
class Cashapp < Stripe::StripeObject
|
|
2039
|
+
class Cashapp < ::Stripe::StripeObject
|
|
2030
2040
|
# Controls when the funds will be captured from the customer's account.
|
|
2031
2041
|
attr_reader :capture_method
|
|
2032
2042
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2047,7 +2057,7 @@ module Stripe
|
|
|
2047
2057
|
end
|
|
2048
2058
|
end
|
|
2049
2059
|
|
|
2050
|
-
class Crypto < Stripe::StripeObject
|
|
2060
|
+
class Crypto < ::Stripe::StripeObject
|
|
2051
2061
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2052
2062
|
#
|
|
2053
2063
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2066,9 +2076,9 @@ module Stripe
|
|
|
2066
2076
|
end
|
|
2067
2077
|
end
|
|
2068
2078
|
|
|
2069
|
-
class CustomerBalance < Stripe::StripeObject
|
|
2070
|
-
class BankTransfer < Stripe::StripeObject
|
|
2071
|
-
class EuBankTransfer < Stripe::StripeObject
|
|
2079
|
+
class CustomerBalance < ::Stripe::StripeObject
|
|
2080
|
+
class BankTransfer < ::Stripe::StripeObject
|
|
2081
|
+
class EuBankTransfer < ::Stripe::StripeObject
|
|
2072
2082
|
# The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`.
|
|
2073
2083
|
attr_reader :country
|
|
2074
2084
|
|
|
@@ -2119,7 +2129,7 @@ module Stripe
|
|
|
2119
2129
|
end
|
|
2120
2130
|
end
|
|
2121
2131
|
|
|
2122
|
-
class Eps < Stripe::StripeObject
|
|
2132
|
+
class Eps < ::Stripe::StripeObject
|
|
2123
2133
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2124
2134
|
#
|
|
2125
2135
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2138,7 +2148,7 @@ module Stripe
|
|
|
2138
2148
|
end
|
|
2139
2149
|
end
|
|
2140
2150
|
|
|
2141
|
-
class Fpx < Stripe::StripeObject
|
|
2151
|
+
class Fpx < ::Stripe::StripeObject
|
|
2142
2152
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2143
2153
|
#
|
|
2144
2154
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2157,7 +2167,7 @@ module Stripe
|
|
|
2157
2167
|
end
|
|
2158
2168
|
end
|
|
2159
2169
|
|
|
2160
|
-
class Giropay < Stripe::StripeObject
|
|
2170
|
+
class Giropay < ::Stripe::StripeObject
|
|
2161
2171
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2162
2172
|
#
|
|
2163
2173
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2176,7 +2186,7 @@ module Stripe
|
|
|
2176
2186
|
end
|
|
2177
2187
|
end
|
|
2178
2188
|
|
|
2179
|
-
class Gopay < Stripe::StripeObject
|
|
2189
|
+
class Gopay < ::Stripe::StripeObject
|
|
2180
2190
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2181
2191
|
#
|
|
2182
2192
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2195,7 +2205,7 @@ module Stripe
|
|
|
2195
2205
|
end
|
|
2196
2206
|
end
|
|
2197
2207
|
|
|
2198
|
-
class Grabpay < Stripe::StripeObject
|
|
2208
|
+
class Grabpay < ::Stripe::StripeObject
|
|
2199
2209
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2200
2210
|
#
|
|
2201
2211
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2214,7 +2224,7 @@ module Stripe
|
|
|
2214
2224
|
end
|
|
2215
2225
|
end
|
|
2216
2226
|
|
|
2217
|
-
class IdBankTransfer < Stripe::StripeObject
|
|
2227
|
+
class IdBankTransfer < ::Stripe::StripeObject
|
|
2218
2228
|
# The UNIX timestamp until which the virtual bank account is valid. Permitted range is from now till 2678400 seconds (31 days) from now.
|
|
2219
2229
|
attr_reader :expires_after
|
|
2220
2230
|
# The UNIX timestamp until which the virtual bank account is valid. Permitted range is from now until 30 days from now. If unset, it defaults to 1 days from now.
|
|
@@ -2237,7 +2247,7 @@ module Stripe
|
|
|
2237
2247
|
end
|
|
2238
2248
|
end
|
|
2239
2249
|
|
|
2240
|
-
class Ideal < Stripe::StripeObject
|
|
2250
|
+
class Ideal < ::Stripe::StripeObject
|
|
2241
2251
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2242
2252
|
#
|
|
2243
2253
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2256,7 +2266,7 @@ module Stripe
|
|
|
2256
2266
|
end
|
|
2257
2267
|
end
|
|
2258
2268
|
|
|
2259
|
-
class InteracPresent < Stripe::StripeObject
|
|
2269
|
+
class InteracPresent < ::Stripe::StripeObject
|
|
2260
2270
|
def self.inner_class_types
|
|
2261
2271
|
@inner_class_types = {}
|
|
2262
2272
|
end
|
|
@@ -2266,7 +2276,7 @@ module Stripe
|
|
|
2266
2276
|
end
|
|
2267
2277
|
end
|
|
2268
2278
|
|
|
2269
|
-
class KakaoPay < Stripe::StripeObject
|
|
2279
|
+
class KakaoPay < ::Stripe::StripeObject
|
|
2270
2280
|
# Controls when the funds will be captured from the customer's account.
|
|
2271
2281
|
attr_reader :capture_method
|
|
2272
2282
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2287,7 +2297,7 @@ module Stripe
|
|
|
2287
2297
|
end
|
|
2288
2298
|
end
|
|
2289
2299
|
|
|
2290
|
-
class Klarna < Stripe::StripeObject
|
|
2300
|
+
class Klarna < ::Stripe::StripeObject
|
|
2291
2301
|
# Controls when the funds will be captured from the customer's account.
|
|
2292
2302
|
attr_reader :capture_method
|
|
2293
2303
|
# Preferred locale of the Klarna checkout page that the customer is redirected to.
|
|
@@ -2310,7 +2320,7 @@ module Stripe
|
|
|
2310
2320
|
end
|
|
2311
2321
|
end
|
|
2312
2322
|
|
|
2313
|
-
class Konbini < Stripe::StripeObject
|
|
2323
|
+
class Konbini < ::Stripe::StripeObject
|
|
2314
2324
|
# An optional 10 to 11 digit numeric-only string determining the confirmation code at applicable convenience stores.
|
|
2315
2325
|
attr_reader :confirmation_number
|
|
2316
2326
|
# The number of calendar days (between 1 and 60) after which Konbini payment instructions will expire. For example, if a PaymentIntent is confirmed with Konbini and `expires_after_days` set to 2 on Monday JST, the instructions will expire on Wednesday 23:59:59 JST.
|
|
@@ -2337,7 +2347,7 @@ module Stripe
|
|
|
2337
2347
|
end
|
|
2338
2348
|
end
|
|
2339
2349
|
|
|
2340
|
-
class KrCard < Stripe::StripeObject
|
|
2350
|
+
class KrCard < ::Stripe::StripeObject
|
|
2341
2351
|
# Controls when the funds will be captured from the customer's account.
|
|
2342
2352
|
attr_reader :capture_method
|
|
2343
2353
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2358,7 +2368,7 @@ module Stripe
|
|
|
2358
2368
|
end
|
|
2359
2369
|
end
|
|
2360
2370
|
|
|
2361
|
-
class Link < Stripe::StripeObject
|
|
2371
|
+
class Link < ::Stripe::StripeObject
|
|
2362
2372
|
# Controls when the funds will be captured from the customer's account.
|
|
2363
2373
|
attr_reader :capture_method
|
|
2364
2374
|
# [Deprecated] This is a legacy parameter that no longer has any function.
|
|
@@ -2381,7 +2391,7 @@ module Stripe
|
|
|
2381
2391
|
end
|
|
2382
2392
|
end
|
|
2383
2393
|
|
|
2384
|
-
class MbWay < Stripe::StripeObject
|
|
2394
|
+
class MbWay < ::Stripe::StripeObject
|
|
2385
2395
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2386
2396
|
#
|
|
2387
2397
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2400,7 +2410,7 @@ module Stripe
|
|
|
2400
2410
|
end
|
|
2401
2411
|
end
|
|
2402
2412
|
|
|
2403
|
-
class Mobilepay < Stripe::StripeObject
|
|
2413
|
+
class Mobilepay < ::Stripe::StripeObject
|
|
2404
2414
|
# Controls when the funds will be captured from the customer's account.
|
|
2405
2415
|
attr_reader :capture_method
|
|
2406
2416
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2421,7 +2431,7 @@ module Stripe
|
|
|
2421
2431
|
end
|
|
2422
2432
|
end
|
|
2423
2433
|
|
|
2424
|
-
class Multibanco < Stripe::StripeObject
|
|
2434
|
+
class Multibanco < ::Stripe::StripeObject
|
|
2425
2435
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2426
2436
|
#
|
|
2427
2437
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2440,7 +2450,7 @@ module Stripe
|
|
|
2440
2450
|
end
|
|
2441
2451
|
end
|
|
2442
2452
|
|
|
2443
|
-
class NaverPay < Stripe::StripeObject
|
|
2453
|
+
class NaverPay < ::Stripe::StripeObject
|
|
2444
2454
|
# Controls when the funds will be captured from the customer's account.
|
|
2445
2455
|
attr_reader :capture_method
|
|
2446
2456
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2461,7 +2471,7 @@ module Stripe
|
|
|
2461
2471
|
end
|
|
2462
2472
|
end
|
|
2463
2473
|
|
|
2464
|
-
class NzBankAccount < Stripe::StripeObject
|
|
2474
|
+
class NzBankAccount < ::Stripe::StripeObject
|
|
2465
2475
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2466
2476
|
#
|
|
2467
2477
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2482,7 +2492,7 @@ module Stripe
|
|
|
2482
2492
|
end
|
|
2483
2493
|
end
|
|
2484
2494
|
|
|
2485
|
-
class Oxxo < Stripe::StripeObject
|
|
2495
|
+
class Oxxo < ::Stripe::StripeObject
|
|
2486
2496
|
# The number of calendar days before an OXXO invoice expires. For example, if you create an OXXO invoice on Monday and you set expires_after_days to 2, the OXXO invoice will expire on Wednesday at 23:59 America/Mexico_City time.
|
|
2487
2497
|
attr_reader :expires_after_days
|
|
2488
2498
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2503,7 +2513,7 @@ module Stripe
|
|
|
2503
2513
|
end
|
|
2504
2514
|
end
|
|
2505
2515
|
|
|
2506
|
-
class P24 < Stripe::StripeObject
|
|
2516
|
+
class P24 < ::Stripe::StripeObject
|
|
2507
2517
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2508
2518
|
#
|
|
2509
2519
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2522,7 +2532,7 @@ module Stripe
|
|
|
2522
2532
|
end
|
|
2523
2533
|
end
|
|
2524
2534
|
|
|
2525
|
-
class PayByBank < Stripe::StripeObject
|
|
2535
|
+
class PayByBank < ::Stripe::StripeObject
|
|
2526
2536
|
def self.inner_class_types
|
|
2527
2537
|
@inner_class_types = {}
|
|
2528
2538
|
end
|
|
@@ -2532,7 +2542,7 @@ module Stripe
|
|
|
2532
2542
|
end
|
|
2533
2543
|
end
|
|
2534
2544
|
|
|
2535
|
-
class Payco < Stripe::StripeObject
|
|
2545
|
+
class Payco < ::Stripe::StripeObject
|
|
2536
2546
|
# Controls when the funds will be captured from the customer's account.
|
|
2537
2547
|
attr_reader :capture_method
|
|
2538
2548
|
|
|
@@ -2545,7 +2555,7 @@ module Stripe
|
|
|
2545
2555
|
end
|
|
2546
2556
|
end
|
|
2547
2557
|
|
|
2548
|
-
class Paynow < Stripe::StripeObject
|
|
2558
|
+
class Paynow < ::Stripe::StripeObject
|
|
2549
2559
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2550
2560
|
#
|
|
2551
2561
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2564,9 +2574,9 @@ module Stripe
|
|
|
2564
2574
|
end
|
|
2565
2575
|
end
|
|
2566
2576
|
|
|
2567
|
-
class Paypal < Stripe::StripeObject
|
|
2568
|
-
class LineItem < Stripe::StripeObject
|
|
2569
|
-
class Tax < Stripe::StripeObject
|
|
2577
|
+
class Paypal < ::Stripe::StripeObject
|
|
2578
|
+
class LineItem < ::Stripe::StripeObject
|
|
2579
|
+
class Tax < ::Stripe::StripeObject
|
|
2570
2580
|
# The tax for a single unit of the line item in minor units. Cannot be a negative number.
|
|
2571
2581
|
attr_reader :amount
|
|
2572
2582
|
# The tax behavior for the line item.
|
|
@@ -2635,7 +2645,7 @@ module Stripe
|
|
|
2635
2645
|
end
|
|
2636
2646
|
end
|
|
2637
2647
|
|
|
2638
|
-
class Paypay < Stripe::StripeObject
|
|
2648
|
+
class Paypay < ::Stripe::StripeObject
|
|
2639
2649
|
def self.inner_class_types
|
|
2640
2650
|
@inner_class_types = {}
|
|
2641
2651
|
end
|
|
@@ -2645,8 +2655,8 @@ module Stripe
|
|
|
2645
2655
|
end
|
|
2646
2656
|
end
|
|
2647
2657
|
|
|
2648
|
-
class Payto < Stripe::StripeObject
|
|
2649
|
-
class MandateOptions < Stripe::StripeObject
|
|
2658
|
+
class Payto < ::Stripe::StripeObject
|
|
2659
|
+
class MandateOptions < ::Stripe::StripeObject
|
|
2650
2660
|
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
|
2651
2661
|
attr_reader :amount
|
|
2652
2662
|
# The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively.
|
|
@@ -2688,8 +2698,8 @@ module Stripe
|
|
|
2688
2698
|
end
|
|
2689
2699
|
end
|
|
2690
2700
|
|
|
2691
|
-
class Pix < Stripe::StripeObject
|
|
2692
|
-
class MandateOptions < Stripe::StripeObject
|
|
2701
|
+
class Pix < ::Stripe::StripeObject
|
|
2702
|
+
class MandateOptions < ::Stripe::StripeObject
|
|
2693
2703
|
# Amount to be charged for future payments.
|
|
2694
2704
|
attr_reader :amount
|
|
2695
2705
|
# Determines if the amount includes the IOF tax.
|
|
@@ -2741,7 +2751,7 @@ module Stripe
|
|
|
2741
2751
|
end
|
|
2742
2752
|
end
|
|
2743
2753
|
|
|
2744
|
-
class Promptpay < Stripe::StripeObject
|
|
2754
|
+
class Promptpay < ::Stripe::StripeObject
|
|
2745
2755
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2746
2756
|
#
|
|
2747
2757
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2760,7 +2770,7 @@ module Stripe
|
|
|
2760
2770
|
end
|
|
2761
2771
|
end
|
|
2762
2772
|
|
|
2763
|
-
class Qris < Stripe::StripeObject
|
|
2773
|
+
class Qris < ::Stripe::StripeObject
|
|
2764
2774
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2765
2775
|
#
|
|
2766
2776
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2779,7 +2789,7 @@ module Stripe
|
|
|
2779
2789
|
end
|
|
2780
2790
|
end
|
|
2781
2791
|
|
|
2782
|
-
class Rechnung < Stripe::StripeObject
|
|
2792
|
+
class Rechnung < ::Stripe::StripeObject
|
|
2783
2793
|
def self.inner_class_types
|
|
2784
2794
|
@inner_class_types = {}
|
|
2785
2795
|
end
|
|
@@ -2789,7 +2799,7 @@ module Stripe
|
|
|
2789
2799
|
end
|
|
2790
2800
|
end
|
|
2791
2801
|
|
|
2792
|
-
class RevolutPay < Stripe::StripeObject
|
|
2802
|
+
class RevolutPay < ::Stripe::StripeObject
|
|
2793
2803
|
# Controls when the funds will be captured from the customer's account.
|
|
2794
2804
|
attr_reader :capture_method
|
|
2795
2805
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2810,7 +2820,7 @@ module Stripe
|
|
|
2810
2820
|
end
|
|
2811
2821
|
end
|
|
2812
2822
|
|
|
2813
|
-
class SamsungPay < Stripe::StripeObject
|
|
2823
|
+
class SamsungPay < ::Stripe::StripeObject
|
|
2814
2824
|
# Controls when the funds will be captured from the customer's account.
|
|
2815
2825
|
attr_reader :capture_method
|
|
2816
2826
|
|
|
@@ -2823,7 +2833,7 @@ module Stripe
|
|
|
2823
2833
|
end
|
|
2824
2834
|
end
|
|
2825
2835
|
|
|
2826
|
-
class Satispay < Stripe::StripeObject
|
|
2836
|
+
class Satispay < ::Stripe::StripeObject
|
|
2827
2837
|
# Controls when the funds will be captured from the customer's account.
|
|
2828
2838
|
attr_reader :capture_method
|
|
2829
2839
|
|
|
@@ -2836,8 +2846,8 @@ module Stripe
|
|
|
2836
2846
|
end
|
|
2837
2847
|
end
|
|
2838
2848
|
|
|
2839
|
-
class SepaDebit < Stripe::StripeObject
|
|
2840
|
-
class MandateOptions < Stripe::StripeObject
|
|
2849
|
+
class SepaDebit < ::Stripe::StripeObject
|
|
2850
|
+
class MandateOptions < ::Stripe::StripeObject
|
|
2841
2851
|
# Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'STRIPE'.
|
|
2842
2852
|
attr_reader :reference_prefix
|
|
2843
2853
|
|
|
@@ -2871,7 +2881,7 @@ module Stripe
|
|
|
2871
2881
|
end
|
|
2872
2882
|
end
|
|
2873
2883
|
|
|
2874
|
-
class Shopeepay < Stripe::StripeObject
|
|
2884
|
+
class Shopeepay < ::Stripe::StripeObject
|
|
2875
2885
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2876
2886
|
#
|
|
2877
2887
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2890,7 +2900,7 @@ module Stripe
|
|
|
2890
2900
|
end
|
|
2891
2901
|
end
|
|
2892
2902
|
|
|
2893
|
-
class Sofort < Stripe::StripeObject
|
|
2903
|
+
class Sofort < ::Stripe::StripeObject
|
|
2894
2904
|
# Preferred language of the SOFORT authorization page that the customer is redirected to.
|
|
2895
2905
|
attr_reader :preferred_language
|
|
2896
2906
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2911,7 +2921,7 @@ module Stripe
|
|
|
2911
2921
|
end
|
|
2912
2922
|
end
|
|
2913
2923
|
|
|
2914
|
-
class StripeBalance < Stripe::StripeObject
|
|
2924
|
+
class StripeBalance < ::Stripe::StripeObject
|
|
2915
2925
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2916
2926
|
#
|
|
2917
2927
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2930,7 +2940,7 @@ module Stripe
|
|
|
2930
2940
|
end
|
|
2931
2941
|
end
|
|
2932
2942
|
|
|
2933
|
-
class Swish < Stripe::StripeObject
|
|
2943
|
+
class Swish < ::Stripe::StripeObject
|
|
2934
2944
|
# A reference for this payment to be displayed in the Swish app.
|
|
2935
2945
|
attr_reader :reference
|
|
2936
2946
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
@@ -2951,7 +2961,7 @@ module Stripe
|
|
|
2951
2961
|
end
|
|
2952
2962
|
end
|
|
2953
2963
|
|
|
2954
|
-
class Twint < Stripe::StripeObject
|
|
2964
|
+
class Twint < ::Stripe::StripeObject
|
|
2955
2965
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
2956
2966
|
#
|
|
2957
2967
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -2970,9 +2980,9 @@ module Stripe
|
|
|
2970
2980
|
end
|
|
2971
2981
|
end
|
|
2972
2982
|
|
|
2973
|
-
class UsBankAccount < Stripe::StripeObject
|
|
2974
|
-
class FinancialConnections < Stripe::StripeObject
|
|
2975
|
-
class Filters < Stripe::StripeObject
|
|
2983
|
+
class UsBankAccount < ::Stripe::StripeObject
|
|
2984
|
+
class FinancialConnections < ::Stripe::StripeObject
|
|
2985
|
+
class Filters < ::Stripe::StripeObject
|
|
2976
2986
|
# The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
|
2977
2987
|
attr_reader :account_subcategories
|
|
2978
2988
|
# The institution to use to filter for possible accounts to link.
|
|
@@ -2987,7 +2997,7 @@ module Stripe
|
|
|
2987
2997
|
end
|
|
2988
2998
|
end
|
|
2989
2999
|
|
|
2990
|
-
class ManualEntry < Stripe::StripeObject
|
|
3000
|
+
class ManualEntry < ::Stripe::StripeObject
|
|
2991
3001
|
# Settings for configuring manual entry of account details.
|
|
2992
3002
|
attr_reader :mode
|
|
2993
3003
|
|
|
@@ -3019,7 +3029,7 @@ module Stripe
|
|
|
3019
3029
|
end
|
|
3020
3030
|
end
|
|
3021
3031
|
|
|
3022
|
-
class MandateOptions < Stripe::StripeObject
|
|
3032
|
+
class MandateOptions < ::Stripe::StripeObject
|
|
3023
3033
|
# Mandate collection method
|
|
3024
3034
|
attr_reader :collection_method
|
|
3025
3035
|
|
|
@@ -3062,7 +3072,7 @@ module Stripe
|
|
|
3062
3072
|
end
|
|
3063
3073
|
end
|
|
3064
3074
|
|
|
3065
|
-
class WechatPay < Stripe::StripeObject
|
|
3075
|
+
class WechatPay < ::Stripe::StripeObject
|
|
3066
3076
|
# The app ID registered with WeChat Pay. Only required when client is ios or android.
|
|
3067
3077
|
attr_reader :app_id
|
|
3068
3078
|
# The client type that the end customer will pay from
|
|
@@ -3085,7 +3095,7 @@ module Stripe
|
|
|
3085
3095
|
end
|
|
3086
3096
|
end
|
|
3087
3097
|
|
|
3088
|
-
class Zip < Stripe::StripeObject
|
|
3098
|
+
class Zip < ::Stripe::StripeObject
|
|
3089
3099
|
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
|
3090
3100
|
#
|
|
3091
3101
|
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
|
@@ -3291,7 +3301,7 @@ module Stripe
|
|
|
3291
3301
|
end
|
|
3292
3302
|
end
|
|
3293
3303
|
|
|
3294
|
-
class PresentmentDetails < Stripe::StripeObject
|
|
3304
|
+
class PresentmentDetails < ::Stripe::StripeObject
|
|
3295
3305
|
# Amount intended to be collected by this payment, denominated in `presentment_currency`.
|
|
3296
3306
|
attr_reader :presentment_amount
|
|
3297
3307
|
# Currency presented to the customer during payment.
|
|
@@ -3306,9 +3316,9 @@ module Stripe
|
|
|
3306
3316
|
end
|
|
3307
3317
|
end
|
|
3308
3318
|
|
|
3309
|
-
class Processing < Stripe::StripeObject
|
|
3310
|
-
class Card < Stripe::StripeObject
|
|
3311
|
-
class CustomerNotification < Stripe::StripeObject
|
|
3319
|
+
class Processing < ::Stripe::StripeObject
|
|
3320
|
+
class Card < ::Stripe::StripeObject
|
|
3321
|
+
class CustomerNotification < ::Stripe::StripeObject
|
|
3312
3322
|
# Whether customer approval has been requested for this payment. For payments greater than INR 15000 or mandate amount, the customer must provide explicit approval of the payment with their bank.
|
|
3313
3323
|
attr_reader :approval_requested
|
|
3314
3324
|
# If customer approval is required, they need to provide approval before this time.
|
|
@@ -3347,8 +3357,8 @@ module Stripe
|
|
|
3347
3357
|
end
|
|
3348
3358
|
end
|
|
3349
3359
|
|
|
3350
|
-
class Shipping < Stripe::StripeObject
|
|
3351
|
-
class Address < Stripe::StripeObject
|
|
3360
|
+
class Shipping < ::Stripe::StripeObject
|
|
3361
|
+
class Address < ::Stripe::StripeObject
|
|
3352
3362
|
# City, district, suburb, town, or village.
|
|
3353
3363
|
attr_reader :city
|
|
3354
3364
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
@@ -3390,7 +3400,7 @@ module Stripe
|
|
|
3390
3400
|
end
|
|
3391
3401
|
end
|
|
3392
3402
|
|
|
3393
|
-
class TransferData < Stripe::StripeObject
|
|
3403
|
+
class TransferData < ::Stripe::StripeObject
|
|
3394
3404
|
# The amount transferred to the destination account. This transfer will occur automatically after the payment succeeds. If no amount is specified, by default the entire payment amount is transferred to the destination account.
|
|
3395
3405
|
# The amount must be less than or equal to the [amount](https://stripe.com/docs/api/payment_intents/object#payment_intent_object-amount), and must be a positive integer
|
|
3396
3406
|
# representing how much to transfer in the smallest currency unit (e.g., 100 cents to charge $1.00).
|