stripe 18.1.0.pre.beta.1 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/data/ca-certificates.crt +682 -518
- data/lib/stripe/api_requestor.rb +0 -34
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +0 -209
- data/lib/stripe/object_types.rb +0 -49
- data/lib/stripe/params/account_create_params.rb +48 -329
- data/lib/stripe/params/account_external_account_create_params.rb +2 -2
- data/lib/stripe/params/account_external_account_update_params.rb +2 -2
- data/lib/stripe/params/account_person_create_params.rb +10 -10
- data/lib/stripe/params/account_person_update_params.rb +10 -10
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +47 -291
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +2 -2
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +7 -3
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +7 -3
- data/lib/stripe/params/billing_portal/session_create_params.rb +7 -7
- data/lib/stripe/params/charge_capture_params.rb +2 -1650
- data/lib/stripe/params/charge_create_params.rb +12 -12
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +3 -1651
- data/lib/stripe/params/checkout/session_create_params.rb +41 -167
- data/lib/stripe/params/checkout/session_update_params.rb +12 -152
- data/lib/stripe/params/climate/order_create_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +6 -83
- data/lib/stripe/params/coupon_create_params.rb +2 -18
- data/lib/stripe/params/coupon_update_params.rb +1 -1
- data/lib/stripe/params/credit_note_create_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +2 -2
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +11 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +1 -1
- data/lib/stripe/params/customer_create_params.rb +5 -5
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_create_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_update_params.rb +2 -2
- data/lib/stripe/params/customer_search_params.rb +1 -1
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/customer_update_params.rb +7 -7
- data/lib/stripe/params/dispute_update_params.rb +4 -13
- data/lib/stripe/params/file_create_params.rb +3 -3
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/session_create_params.rb +4 -33
- data/lib/stripe/params/forwarding/request_create_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_create_params.rb +6 -6
- data/lib/stripe/params/identity/verification_session_list_params.rb +3 -3
- data/lib/stripe/params/identity/verification_session_update_params.rb +5 -5
- data/lib/stripe/params/invoice_add_lines_params.rb +9 -41
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +29 -110
- data/lib/stripe/params/invoice_create_preview_params.rb +42 -855
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_item_create_params.rb +9 -41
- data/lib/stripe/params/invoice_item_list_params.rb +2 -2
- data/lib/stripe/params/invoice_item_update_params.rb +7 -39
- data/lib/stripe/params/invoice_line_item_update_params.rb +8 -40
- data/lib/stripe/params/invoice_list_params.rb +2 -2
- data/lib/stripe/params/invoice_remove_lines_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +9 -41
- data/lib/stripe/params/invoice_update_params.rb +26 -107
- data/lib/stripe/params/issuing/authorization_approve_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_increment_params.rb +2 -2
- 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 +7 -7
- data/lib/stripe/params/issuing/card_update_params.rb +6 -6
- data/lib/stripe/params/issuing/cardholder_create_params.rb +11 -12
- data/lib/stripe/params/issuing/cardholder_update_params.rb +10 -10
- data/lib/stripe/params/issuing/dispute_create_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_update_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +13 -1639
- data/lib/stripe/params/payment_intent_confirm_params.rb +52 -3012
- data/lib/stripe/params/payment_intent_create_params.rb +68 -3028
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +11 -32
- data/lib/stripe/params/payment_intent_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +57 -3048
- data/lib/stripe/params/payment_link_create_params.rb +19 -19
- data/lib/stripe/params/payment_link_update_params.rb +9 -9
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +38 -143
- data/lib/stripe/params/payment_method_configuration_update_params.rb +38 -143
- data/lib/stripe/params/payment_method_create_params.rb +4 -81
- data/lib/stripe/params/payment_method_update_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +3 -3
- data/lib/stripe/params/payment_record_report_payment_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_refund_params.rb +3 -3
- data/lib/stripe/params/payout_create_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_update_params.rb +2 -2
- data/lib/stripe/params/price_create_params.rb +6 -6
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +3 -22
- data/lib/stripe/params/product_create_params.rb +7 -7
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +4 -4
- data/lib/stripe/params/promotion_code_create_params.rb +3 -3
- data/lib/stripe/params/promotion_code_list_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +7 -805
- data/lib/stripe/params/quote_list_params.rb +2 -6
- data/lib/stripe/params/quote_update_params.rb +8 -813
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +2 -2
- 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/setup_intent_confirm_params.rb +9 -164
- data/lib/stripe/params/setup_intent_create_params.rb +15 -170
- data/lib/stripe/params/setup_intent_update_params.rb +11 -166
- data/lib/stripe/params/shipping_rate_create_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_update_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +3 -3
- data/lib/stripe/params/source_update_params.rb +3 -3
- data/lib/stripe/params/subscription_create_params.rb +39 -264
- data/lib/stripe/params/subscription_item_create_params.rb +12 -56
- data/lib/stripe/params/subscription_item_delete_params.rb +2 -2
- data/lib/stripe/params/subscription_item_update_params.rb +11 -39
- data/lib/stripe/params/subscription_list_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +2 -2
- data/lib/stripe/params/subscription_schedule_create_params.rb +20 -178
- data/lib/stripe/params/subscription_schedule_update_params.rb +20 -178
- data/lib/stripe/params/subscription_search_params.rb +1 -1
- data/lib/stripe/params/subscription_update_params.rb +36 -245
- data/lib/stripe/params/tax/association_find_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_create_params.rb +7 -7
- data/lib/stripe/params/tax/settings_update_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +9 -9
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/terminal/location_create_params.rb +2 -2
- data/lib/stripe/params/terminal/location_update_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +6 -83
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +2 -26
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +2 -26
- data/lib/stripe/params/token_create_params.rb +22 -22
- data/lib/stripe/params/topup_create_params.rb +2 -2
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +3 -7
- data/lib/stripe/params/transfer_reversal_create_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/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_create_params.rb +2 -9
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +2 -9
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +5 -5
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +3 -27
- data/lib/stripe/params/treasury/received_credit_create_params.rb +2 -26
- data/lib/stripe/params/treasury/received_debit_create_params.rb +2 -26
- data/lib/stripe/params/v2/core/account_create_params.rb +46 -271
- data/lib/stripe/params/v2/core/account_link_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +31 -21
- data/lib/stripe/params/v2/core/account_update_params.rb +50 -268
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +5 -5
- data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
- data/lib/stripe/params.rb +0 -146
- data/lib/stripe/resources/account.rb +27 -208
- data/lib/stripe/resources/account_link.rb +1 -1
- data/lib/stripe/resources/account_session.rb +2 -83
- data/lib/stripe/resources/application_fee_refund.rb +2 -2
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +2 -2
- data/lib/stripe/resources/balance_settings.rb +1 -1
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/bank_account.rb +10 -10
- data/lib/stripe/resources/billing/alert.rb +1 -1
- data/lib/stripe/resources/billing/credit_grant.rb +2 -2
- data/lib/stripe/resources/billing/meter_event.rb +1 -1
- data/lib/stripe/resources/billing_portal/configuration.rb +5 -3
- data/lib/stripe/resources/billing_portal/session.rb +6 -6
- data/lib/stripe/resources/capability.rb +16 -16
- data/lib/stripe/resources/card.rb +2 -4
- data/lib/stripe/resources/cash_balance.rb +2 -2
- data/lib/stripe/resources/charge.rb +46 -248
- data/lib/stripe/resources/checkout/session.rb +23 -123
- data/lib/stripe/resources/climate/order.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +11 -144
- data/lib/stripe/resources/coupon.rb +4 -29
- data/lib/stripe/resources/credit_note.rb +5 -5
- data/lib/stripe/resources/credit_note_line_item.rb +1 -19
- data/lib/stripe/resources/customer.rb +8 -8
- data/lib/stripe/resources/customer_balance_transaction.rb +6 -6
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +10 -10
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +3 -3
- data/lib/stripe/resources/dispute.rb +5 -27
- data/lib/stripe/resources/entitlements/active_entitlement.rb +1 -1
- data/lib/stripe/resources/event.rb +2 -65
- data/lib/stripe/resources/exchange_rate.rb +2 -2
- data/lib/stripe/resources/file.rb +4 -4
- data/lib/stripe/resources/file_link.rb +1 -1
- data/lib/stripe/resources/financial_connections/account.rb +3 -28
- data/lib/stripe/resources/financial_connections/session.rb +3 -67
- data/lib/stripe/resources/forwarding/request.rb +1 -1
- data/lib/stripe/resources/funding_instructions.rb +14 -14
- data/lib/stripe/resources/identity/verification_report.rb +9 -9
- data/lib/stripe/resources/identity/verification_session.rb +11 -11
- data/lib/stripe/resources/invoice.rb +49 -166
- data/lib/stripe/resources/invoice_item.rb +6 -8
- data/lib/stripe/resources/invoice_line_item.rb +6 -44
- data/lib/stripe/resources/invoice_payment.rb +1 -1
- data/lib/stripe/resources/invoice_rendering_template.rb +1 -1
- data/lib/stripe/resources/issuing/authorization.rb +20 -20
- data/lib/stripe/resources/issuing/card.rb +12 -12
- data/lib/stripe/resources/issuing/cardholder.rb +14 -14
- data/lib/stripe/resources/issuing/dispute.rb +7 -7
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/token.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +12 -14
- data/lib/stripe/resources/line_item.rb +4 -69
- data/lib/stripe/resources/login_link.rb +1 -1
- data/lib/stripe/resources/mandate.rb +0 -43
- data/lib/stripe/resources/payment_attempt_record.rb +79 -201
- data/lib/stripe/resources/payment_intent.rb +59 -751
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +3 -3
- data/lib/stripe/resources/payment_link.rb +7 -7
- data/lib/stripe/resources/payment_method.rb +13 -148
- data/lib/stripe/resources/payment_method_configuration.rb +4 -174
- data/lib/stripe/resources/payment_method_domain.rb +1 -1
- data/lib/stripe/resources/payment_record.rb +81 -201
- data/lib/stripe/resources/payout.rb +7 -7
- data/lib/stripe/resources/person.rb +23 -23
- data/lib/stripe/resources/plan.rb +5 -5
- data/lib/stripe/resources/price.rb +6 -26
- data/lib/stripe/resources/product.rb +9 -9
- data/lib/stripe/resources/promotion_code.rb +4 -4
- data/lib/stripe/resources/quote.rb +14 -581
- data/lib/stripe/resources/radar/early_fraud_warning.rb +1 -1
- data/lib/stripe/resources/radar/value_list.rb +2 -2
- data/lib/stripe/resources/radar/value_list_item.rb +1 -1
- data/lib/stripe/resources/refund.rb +3 -21
- data/lib/stripe/resources/reporting/report_run.rb +3 -3
- data/lib/stripe/resources/reporting/report_type.rb +3 -3
- data/lib/stripe/resources/reversal.rb +4 -4
- data/lib/stripe/resources/review.rb +1 -1
- data/lib/stripe/resources/setup_attempt.rb +17 -65
- data/lib/stripe/resources/setup_intent.rb +20 -107
- data/lib/stripe/resources/shipping_rate.rb +3 -3
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
- data/lib/stripe/resources/source.rb +8 -46
- data/lib/stripe/resources/source_mandate_notification.rb +3 -3
- data/lib/stripe/resources/subscription.rb +23 -221
- data/lib/stripe/resources/subscription_item.rb +8 -27
- data/lib/stripe/resources/subscription_schedule.rb +11 -204
- 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 +7 -7
- data/lib/stripe/resources/tax/registration.rb +3 -3
- data/lib/stripe/resources/tax/settings.rb +2 -2
- data/lib/stripe/resources/tax/transaction.rb +9 -9
- data/lib/stripe/resources/tax/transaction_line_item.rb +5 -5
- data/lib/stripe/resources/tax_id.rb +4 -4
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/connection_token.rb +1 -1
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/reader.rb +10 -18
- data/lib/stripe/resources/token.rb +4 -4
- data/lib/stripe/resources/topup.rb +3 -3
- data/lib/stripe/resources/transfer.rb +5 -7
- data/lib/stripe/resources/treasury/credit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/debit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/financial_account.rb +1 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +5 -5
- data/lib/stripe/resources/treasury/outbound_payment.rb +6 -6
- data/lib/stripe/resources/treasury/outbound_transfer.rb +5 -35
- data/lib/stripe/resources/treasury/received_credit.rb +10 -40
- data/lib/stripe/resources/treasury/received_debit.rb +7 -39
- data/lib/stripe/resources/treasury/transaction.rb +11 -11
- data/lib/stripe/resources/treasury/transaction_entry.rb +11 -11
- data/lib/stripe/resources/v2/core/account.rb +133 -789
- data/lib/stripe/resources/v2/core/account_link.rb +11 -11
- data/lib/stripe/resources/v2/core/account_person.rb +10 -10
- data/lib/stripe/resources/webhook_endpoint.rb +1 -1
- data/lib/stripe/resources.rb +0 -100
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -37
- data/lib/stripe/services/payment_method_service.rb +1 -1
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -2
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -8
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core/account_link_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_service.rb +0 -4
- data/lib/stripe/services/v2/core/accounts/person_service.rb +2 -2
- data/lib/stripe/services/v2/core_service.rb +1 -2
- data/lib/stripe/services/v2_services.rb +1 -3
- data/lib/stripe/services.rb +0 -51
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +31 -2
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +17422 -76304
- metadata +4 -301
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -2061
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -2065
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -570
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -50
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -98
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -67
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -85
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -77
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -23
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
- data/lib/stripe/resources/capital/financing_offer.rb +0 -142
- data/lib/stripe/resources/capital/financing_summary.rb +0 -79
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/quote_line.rb +0 -521
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1150
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -732
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -609
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -81
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -30
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -67
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -140
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -217
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -144
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -196
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -109
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -228
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -116
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -73
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -63
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
|
@@ -4,26 +4,6 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
module Checkout
|
|
6
6
|
class SessionUpdateParams < ::Stripe::RequestParams
|
|
7
|
-
class AutomaticTax < ::Stripe::RequestParams
|
|
8
|
-
class Liability < ::Stripe::RequestParams
|
|
9
|
-
# The connected account being referenced when `type` is `account`.
|
|
10
|
-
attr_accessor :account
|
|
11
|
-
# Type of the account referenced in the request.
|
|
12
|
-
attr_accessor :type
|
|
13
|
-
|
|
14
|
-
def initialize(account: nil, type: nil)
|
|
15
|
-
@account = account
|
|
16
|
-
@type = type
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
# The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.
|
|
20
|
-
attr_accessor :liability
|
|
21
|
-
|
|
22
|
-
def initialize(liability: nil)
|
|
23
|
-
@liability = liability
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
|
|
27
7
|
class CollectedInformation < ::Stripe::RequestParams
|
|
28
8
|
class ShippingDetails < ::Stripe::RequestParams
|
|
29
9
|
class Address < ::Stripe::RequestParams
|
|
@@ -37,7 +17,7 @@ module Stripe
|
|
|
37
17
|
attr_accessor :line2
|
|
38
18
|
# ZIP or postal code.
|
|
39
19
|
attr_accessor :postal_code
|
|
40
|
-
# State, county, province, or region.
|
|
20
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
41
21
|
attr_accessor :state
|
|
42
22
|
|
|
43
23
|
def initialize(
|
|
@@ -74,76 +54,6 @@ module Stripe
|
|
|
74
54
|
end
|
|
75
55
|
end
|
|
76
56
|
|
|
77
|
-
class Discount < ::Stripe::RequestParams
|
|
78
|
-
class CouponData < ::Stripe::RequestParams
|
|
79
|
-
# A positive integer representing the amount to subtract from an invoice total (required if `percent_off` is not passed).
|
|
80
|
-
attr_accessor :amount_off
|
|
81
|
-
# Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the `amount_off` parameter (required if `amount_off` is passed).
|
|
82
|
-
attr_accessor :currency
|
|
83
|
-
# Specifies how long the discount will be in effect if used on a subscription. Defaults to `once`.
|
|
84
|
-
attr_accessor :duration
|
|
85
|
-
# Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
86
|
-
attr_accessor :metadata
|
|
87
|
-
# Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the `id` is shown if `name` is not set.
|
|
88
|
-
attr_accessor :name
|
|
89
|
-
# A positive float larger than 0, and smaller or equal to 100, that represents the discount the coupon will apply (required if `amount_off` is not passed).
|
|
90
|
-
attr_accessor :percent_off
|
|
91
|
-
|
|
92
|
-
def initialize(
|
|
93
|
-
amount_off: nil,
|
|
94
|
-
currency: nil,
|
|
95
|
-
duration: nil,
|
|
96
|
-
metadata: nil,
|
|
97
|
-
name: nil,
|
|
98
|
-
percent_off: nil
|
|
99
|
-
)
|
|
100
|
-
@amount_off = amount_off
|
|
101
|
-
@currency = currency
|
|
102
|
-
@duration = duration
|
|
103
|
-
@metadata = metadata
|
|
104
|
-
@name = name
|
|
105
|
-
@percent_off = percent_off
|
|
106
|
-
end
|
|
107
|
-
end
|
|
108
|
-
# The ID of the [Coupon](https://stripe.com/docs/api/coupons) to apply to this Session. One of `coupon` or `coupon_data` is required when updating discounts.
|
|
109
|
-
attr_accessor :coupon
|
|
110
|
-
# Data used to generate a new [Coupon](https://stripe.com/docs/api/coupon) object inline. One of `coupon` or `coupon_data` is required when updating discounts.
|
|
111
|
-
attr_accessor :coupon_data
|
|
112
|
-
|
|
113
|
-
def initialize(coupon: nil, coupon_data: nil)
|
|
114
|
-
@coupon = coupon
|
|
115
|
-
@coupon_data = coupon_data
|
|
116
|
-
end
|
|
117
|
-
end
|
|
118
|
-
|
|
119
|
-
class InvoiceCreation < ::Stripe::RequestParams
|
|
120
|
-
class InvoiceData < ::Stripe::RequestParams
|
|
121
|
-
class Issuer < ::Stripe::RequestParams
|
|
122
|
-
# The connected account being referenced when `type` is `account`.
|
|
123
|
-
attr_accessor :account
|
|
124
|
-
# Type of the account referenced in the request.
|
|
125
|
-
attr_accessor :type
|
|
126
|
-
|
|
127
|
-
def initialize(account: nil, type: nil)
|
|
128
|
-
@account = account
|
|
129
|
-
@type = type
|
|
130
|
-
end
|
|
131
|
-
end
|
|
132
|
-
# The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.
|
|
133
|
-
attr_accessor :issuer
|
|
134
|
-
|
|
135
|
-
def initialize(issuer: nil)
|
|
136
|
-
@issuer = issuer
|
|
137
|
-
end
|
|
138
|
-
end
|
|
139
|
-
# Parameters passed when creating invoices for payment-mode Checkout Sessions.
|
|
140
|
-
attr_accessor :invoice_data
|
|
141
|
-
|
|
142
|
-
def initialize(invoice_data: nil)
|
|
143
|
-
@invoice_data = invoice_data
|
|
144
|
-
end
|
|
145
|
-
end
|
|
146
|
-
|
|
147
57
|
class LineItem < ::Stripe::RequestParams
|
|
148
58
|
class AdjustableQuantity < ::Stripe::RequestParams
|
|
149
59
|
# Set to true if the quantity can be adjusted to any positive integer. Setting to false will remove any previously specified constraints on quantity.
|
|
@@ -166,11 +76,11 @@ module Stripe
|
|
|
166
76
|
attr_accessor :description
|
|
167
77
|
# A list of up to 8 URLs of images for this product, meant to be displayable to the customer.
|
|
168
78
|
attr_accessor :images
|
|
169
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
79
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
170
80
|
attr_accessor :metadata
|
|
171
81
|
# The product's name, meant to be displayable to the customer.
|
|
172
82
|
attr_accessor :name
|
|
173
|
-
# A [tax code](https://stripe.com/
|
|
83
|
+
# A [tax code](https://docs.stripe.com/tax/tax-categories) ID.
|
|
174
84
|
attr_accessor :tax_code
|
|
175
85
|
# A label that represents units of this product. When set, this will be included in customers' receipts, invoices, Checkout, and the customer portal.
|
|
176
86
|
attr_accessor :unit_label
|
|
@@ -211,7 +121,7 @@ module Stripe
|
|
|
211
121
|
attr_accessor :product_data
|
|
212
122
|
# The recurring components of a price such as `interval` and `interval_count`.
|
|
213
123
|
attr_accessor :recurring
|
|
214
|
-
# Only required if a [default tax behavior](https://stripe.com/
|
|
124
|
+
# Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.
|
|
215
125
|
attr_accessor :tax_behavior
|
|
216
126
|
# A non-negative integer in cents (or local equivalent) representing how much to charge. One of `unit_amount` or `unit_amount_decimal` is required.
|
|
217
127
|
attr_accessor :unit_amount
|
|
@@ -240,15 +150,15 @@ module Stripe
|
|
|
240
150
|
attr_accessor :adjustable_quantity
|
|
241
151
|
# ID of an existing line item.
|
|
242
152
|
attr_accessor :id
|
|
243
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
153
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
244
154
|
attr_accessor :metadata
|
|
245
|
-
# The ID of the [Price](https://stripe.com/
|
|
155
|
+
# The ID of the [Price](https://docs.stripe.com/api/prices). One of `price` or `price_data` is required when creating a new line item.
|
|
246
156
|
attr_accessor :price
|
|
247
|
-
# Data used to generate a new [Price](https://stripe.com/
|
|
157
|
+
# Data used to generate a new [Price](https://docs.stripe.com/api/prices) object inline. One of `price` or `price_data` is required when creating a new line item.
|
|
248
158
|
attr_accessor :price_data
|
|
249
159
|
# The quantity of the line item being purchased. Quantity should not be defined when `recurring.usage_type=metered`.
|
|
250
160
|
attr_accessor :quantity
|
|
251
|
-
# The [tax rates](https://stripe.com/
|
|
161
|
+
# The [tax rates](https://docs.stripe.com/api/tax_rates) which apply to this line item.
|
|
252
162
|
attr_accessor :tax_rates
|
|
253
163
|
|
|
254
164
|
def initialize(
|
|
@@ -338,11 +248,11 @@ module Stripe
|
|
|
338
248
|
attr_accessor :display_name
|
|
339
249
|
# Describes a fixed amount to charge for shipping. Must be present if type is `fixed_amount`.
|
|
340
250
|
attr_accessor :fixed_amount
|
|
341
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
251
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
342
252
|
attr_accessor :metadata
|
|
343
253
|
# Specifies whether the rate is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`.
|
|
344
254
|
attr_accessor :tax_behavior
|
|
345
|
-
# A [tax code](https://stripe.com/
|
|
255
|
+
# A [tax code](https://docs.stripe.com/tax/tax-categories) ID. The Shipping tax code is `txcd_92010001`.
|
|
346
256
|
attr_accessor :tax_code
|
|
347
257
|
# The type of calculation to use on the shipping rate.
|
|
348
258
|
attr_accessor :type
|
|
@@ -375,50 +285,10 @@ module Stripe
|
|
|
375
285
|
@shipping_rate_data = shipping_rate_data
|
|
376
286
|
end
|
|
377
287
|
end
|
|
378
|
-
|
|
379
|
-
class SubscriptionData < ::Stripe::RequestParams
|
|
380
|
-
class InvoiceSettings < ::Stripe::RequestParams
|
|
381
|
-
class Issuer < ::Stripe::RequestParams
|
|
382
|
-
# The connected account being referenced when `type` is `account`.
|
|
383
|
-
attr_accessor :account
|
|
384
|
-
# Type of the account referenced in the request.
|
|
385
|
-
attr_accessor :type
|
|
386
|
-
|
|
387
|
-
def initialize(account: nil, type: nil)
|
|
388
|
-
@account = account
|
|
389
|
-
@type = type
|
|
390
|
-
end
|
|
391
|
-
end
|
|
392
|
-
# The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.
|
|
393
|
-
attr_accessor :issuer
|
|
394
|
-
|
|
395
|
-
def initialize(issuer: nil)
|
|
396
|
-
@issuer = issuer
|
|
397
|
-
end
|
|
398
|
-
end
|
|
399
|
-
# All invoices will be billed using the specified settings.
|
|
400
|
-
attr_accessor :invoice_settings
|
|
401
|
-
# Unix timestamp representing the end of the trial period the customer will get before being charged for the first time. Has to be at least 48 hours in the future.
|
|
402
|
-
attr_accessor :trial_end
|
|
403
|
-
# Integer representing the number of trial period days before the customer is charged for the first time. Has to be at least 1.
|
|
404
|
-
attr_accessor :trial_period_days
|
|
405
|
-
|
|
406
|
-
def initialize(invoice_settings: nil, trial_end: nil, trial_period_days: nil)
|
|
407
|
-
@invoice_settings = invoice_settings
|
|
408
|
-
@trial_end = trial_end
|
|
409
|
-
@trial_period_days = trial_period_days
|
|
410
|
-
end
|
|
411
|
-
end
|
|
412
|
-
# Settings for automatic tax lookup for this session and resulting payments, invoices, and subscriptions.
|
|
413
|
-
attr_accessor :automatic_tax
|
|
414
288
|
# Information about the customer collected within the Checkout Session. Can only be set when updating `embedded` or `custom` sessions.
|
|
415
289
|
attr_accessor :collected_information
|
|
416
|
-
# List of coupons and promotion codes attached to the Checkout Session.
|
|
417
|
-
attr_accessor :discounts
|
|
418
290
|
# Specifies which fields in the response should be expanded.
|
|
419
291
|
attr_accessor :expand
|
|
420
|
-
# Generate a post-purchase Invoice for one-time payments.
|
|
421
|
-
attr_accessor :invoice_creation
|
|
422
292
|
# A list of items the customer is purchasing.
|
|
423
293
|
#
|
|
424
294
|
# When updating line items, you must retransmit the entire array of line items.
|
|
@@ -433,33 +303,23 @@ module Stripe
|
|
|
433
303
|
#
|
|
434
304
|
# To reorder a line item, specify it at the desired position in the retransmitted array.
|
|
435
305
|
attr_accessor :line_items
|
|
436
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
306
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
437
307
|
attr_accessor :metadata
|
|
438
308
|
# The shipping rate options to apply to this Session. Up to a maximum of 5.
|
|
439
309
|
attr_accessor :shipping_options
|
|
440
|
-
# A subset of parameters to be passed to subscription creation for Checkout Sessions in `subscription` mode.
|
|
441
|
-
attr_accessor :subscription_data
|
|
442
310
|
|
|
443
311
|
def initialize(
|
|
444
|
-
automatic_tax: nil,
|
|
445
312
|
collected_information: nil,
|
|
446
|
-
discounts: nil,
|
|
447
313
|
expand: nil,
|
|
448
|
-
invoice_creation: nil,
|
|
449
314
|
line_items: nil,
|
|
450
315
|
metadata: nil,
|
|
451
|
-
shipping_options: nil
|
|
452
|
-
subscription_data: nil
|
|
316
|
+
shipping_options: nil
|
|
453
317
|
)
|
|
454
|
-
@automatic_tax = automatic_tax
|
|
455
318
|
@collected_information = collected_information
|
|
456
|
-
@discounts = discounts
|
|
457
319
|
@expand = expand
|
|
458
|
-
@invoice_creation = invoice_creation
|
|
459
320
|
@line_items = line_items
|
|
460
321
|
@metadata = metadata
|
|
461
322
|
@shipping_options = shipping_options
|
|
462
|
-
@subscription_data = subscription_data
|
|
463
323
|
end
|
|
464
324
|
end
|
|
465
325
|
end
|
|
@@ -20,7 +20,7 @@ module Stripe
|
|
|
20
20
|
attr_accessor :currency
|
|
21
21
|
# Specifies which fields in the response should be expanded.
|
|
22
22
|
attr_accessor :expand
|
|
23
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
23
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
24
24
|
attr_accessor :metadata
|
|
25
25
|
# Requested number of tons for the order. Either this or `amount` must be specified.
|
|
26
26
|
attr_accessor :metric_tons
|
|
@@ -16,7 +16,7 @@ module Stripe
|
|
|
16
16
|
attr_accessor :beneficiary
|
|
17
17
|
# Specifies which fields in the response should be expanded.
|
|
18
18
|
attr_accessor :expand
|
|
19
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
19
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
20
20
|
attr_accessor :metadata
|
|
21
21
|
|
|
22
22
|
def initialize(beneficiary: nil, expand: nil, metadata: nil)
|
|
@@ -64,7 +64,7 @@ module Stripe
|
|
|
64
64
|
attr_accessor :line2
|
|
65
65
|
# ZIP or postal code.
|
|
66
66
|
attr_accessor :postal_code
|
|
67
|
-
# State, county, province, or region.
|
|
67
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
68
68
|
attr_accessor :state
|
|
69
69
|
|
|
70
70
|
def initialize(
|
|
@@ -140,18 +140,8 @@ module Stripe
|
|
|
140
140
|
end
|
|
141
141
|
|
|
142
142
|
class Giropay < ::Stripe::RequestParams; end
|
|
143
|
-
class Gopay < ::Stripe::RequestParams; end
|
|
144
143
|
class Grabpay < ::Stripe::RequestParams; end
|
|
145
144
|
|
|
146
|
-
class IdBankTransfer < ::Stripe::RequestParams
|
|
147
|
-
# Bank where the account is held.
|
|
148
|
-
attr_accessor :bank
|
|
149
|
-
|
|
150
|
-
def initialize(bank: nil)
|
|
151
|
-
@bank = bank
|
|
152
|
-
end
|
|
153
|
-
end
|
|
154
|
-
|
|
155
145
|
class Ideal < ::Stripe::RequestParams
|
|
156
146
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
|
157
147
|
attr_accessor :bank
|
|
@@ -249,7 +239,6 @@ module Stripe
|
|
|
249
239
|
class Payco < ::Stripe::RequestParams; end
|
|
250
240
|
class Paynow < ::Stripe::RequestParams; end
|
|
251
241
|
class Paypal < ::Stripe::RequestParams; end
|
|
252
|
-
class Paypay < ::Stripe::RequestParams; end
|
|
253
242
|
|
|
254
243
|
class Payto < ::Stripe::RequestParams
|
|
255
244
|
# The account number for the bank account.
|
|
@@ -268,10 +257,9 @@ module Stripe
|
|
|
268
257
|
|
|
269
258
|
class Pix < ::Stripe::RequestParams; end
|
|
270
259
|
class Promptpay < ::Stripe::RequestParams; end
|
|
271
|
-
class Qris < ::Stripe::RequestParams; end
|
|
272
260
|
|
|
273
261
|
class RadarOptions < ::Stripe::RequestParams
|
|
274
|
-
# A [Radar Session](https://stripe.com/
|
|
262
|
+
# A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
|
275
263
|
attr_accessor :session
|
|
276
264
|
|
|
277
265
|
def initialize(session: nil)
|
|
@@ -279,29 +267,6 @@ module Stripe
|
|
|
279
267
|
end
|
|
280
268
|
end
|
|
281
269
|
|
|
282
|
-
class Rechnung < ::Stripe::RequestParams
|
|
283
|
-
class Dob < ::Stripe::RequestParams
|
|
284
|
-
# The day of birth, between 1 and 31.
|
|
285
|
-
attr_accessor :day
|
|
286
|
-
# The month of birth, between 1 and 12.
|
|
287
|
-
attr_accessor :month
|
|
288
|
-
# The four-digit year of birth.
|
|
289
|
-
attr_accessor :year
|
|
290
|
-
|
|
291
|
-
def initialize(day: nil, month: nil, year: nil)
|
|
292
|
-
@day = day
|
|
293
|
-
@month = month
|
|
294
|
-
@year = year
|
|
295
|
-
end
|
|
296
|
-
end
|
|
297
|
-
# Customer's date of birth
|
|
298
|
-
attr_accessor :dob
|
|
299
|
-
|
|
300
|
-
def initialize(dob: nil)
|
|
301
|
-
@dob = dob
|
|
302
|
-
end
|
|
303
|
-
end
|
|
304
|
-
|
|
305
270
|
class RevolutPay < ::Stripe::RequestParams; end
|
|
306
271
|
class SamsungPay < ::Stripe::RequestParams; end
|
|
307
272
|
class Satispay < ::Stripe::RequestParams; end
|
|
@@ -315,8 +280,6 @@ module Stripe
|
|
|
315
280
|
end
|
|
316
281
|
end
|
|
317
282
|
|
|
318
|
-
class Shopeepay < ::Stripe::RequestParams; end
|
|
319
|
-
|
|
320
283
|
class Sofort < ::Stripe::RequestParams
|
|
321
284
|
# Two-letter ISO code representing the country the bank account is located in.
|
|
322
285
|
attr_accessor :country
|
|
@@ -326,18 +289,6 @@ module Stripe
|
|
|
326
289
|
end
|
|
327
290
|
end
|
|
328
291
|
|
|
329
|
-
class StripeBalance < ::Stripe::RequestParams
|
|
330
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
|
331
|
-
attr_accessor :account
|
|
332
|
-
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
|
333
|
-
attr_accessor :source_type
|
|
334
|
-
|
|
335
|
-
def initialize(account: nil, source_type: nil)
|
|
336
|
-
@account = account
|
|
337
|
-
@source_type = source_type
|
|
338
|
-
end
|
|
339
|
-
end
|
|
340
|
-
|
|
341
292
|
class Swish < ::Stripe::RequestParams; end
|
|
342
293
|
class Twint < ::Stripe::RequestParams; end
|
|
343
294
|
|
|
@@ -410,12 +361,8 @@ module Stripe
|
|
|
410
361
|
attr_accessor :fpx
|
|
411
362
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
|
412
363
|
attr_accessor :giropay
|
|
413
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
|
414
|
-
attr_accessor :gopay
|
|
415
364
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
|
416
365
|
attr_accessor :grabpay
|
|
417
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
|
418
|
-
attr_accessor :id_bank_transfer
|
|
419
366
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
|
420
367
|
attr_accessor :ideal
|
|
421
368
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
|
@@ -432,7 +379,7 @@ module Stripe
|
|
|
432
379
|
attr_accessor :link
|
|
433
380
|
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
|
434
381
|
attr_accessor :mb_way
|
|
435
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
382
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
436
383
|
attr_accessor :metadata
|
|
437
384
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
|
438
385
|
attr_accessor :mobilepay
|
|
@@ -454,20 +401,14 @@ module Stripe
|
|
|
454
401
|
attr_accessor :paynow
|
|
455
402
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
|
456
403
|
attr_accessor :paypal
|
|
457
|
-
# If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
|
|
458
|
-
attr_accessor :paypay
|
|
459
404
|
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
|
460
405
|
attr_accessor :payto
|
|
461
406
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
|
462
407
|
attr_accessor :pix
|
|
463
408
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
|
464
409
|
attr_accessor :promptpay
|
|
465
|
-
#
|
|
466
|
-
attr_accessor :qris
|
|
467
|
-
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
|
410
|
+
# Options to configure Radar. See [Radar Session](https://docs.stripe.com/radar/radar-session) for more information.
|
|
468
411
|
attr_accessor :radar_options
|
|
469
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
|
470
|
-
attr_accessor :rechnung
|
|
471
412
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
|
472
413
|
attr_accessor :revolut_pay
|
|
473
414
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
|
@@ -476,12 +417,8 @@ module Stripe
|
|
|
476
417
|
attr_accessor :satispay
|
|
477
418
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
|
478
419
|
attr_accessor :sepa_debit
|
|
479
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
|
480
|
-
attr_accessor :shopeepay
|
|
481
420
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
|
482
421
|
attr_accessor :sofort
|
|
483
|
-
# This hash contains details about the Stripe balance payment method.
|
|
484
|
-
attr_accessor :stripe_balance
|
|
485
422
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
|
486
423
|
attr_accessor :swish
|
|
487
424
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
|
@@ -516,9 +453,7 @@ module Stripe
|
|
|
516
453
|
eps: nil,
|
|
517
454
|
fpx: nil,
|
|
518
455
|
giropay: nil,
|
|
519
|
-
gopay: nil,
|
|
520
456
|
grabpay: nil,
|
|
521
|
-
id_bank_transfer: nil,
|
|
522
457
|
ideal: nil,
|
|
523
458
|
interac_present: nil,
|
|
524
459
|
kakao_pay: nil,
|
|
@@ -538,20 +473,15 @@ module Stripe
|
|
|
538
473
|
payco: nil,
|
|
539
474
|
paynow: nil,
|
|
540
475
|
paypal: nil,
|
|
541
|
-
paypay: nil,
|
|
542
476
|
payto: nil,
|
|
543
477
|
pix: nil,
|
|
544
478
|
promptpay: nil,
|
|
545
|
-
qris: nil,
|
|
546
479
|
radar_options: nil,
|
|
547
|
-
rechnung: nil,
|
|
548
480
|
revolut_pay: nil,
|
|
549
481
|
samsung_pay: nil,
|
|
550
482
|
satispay: nil,
|
|
551
483
|
sepa_debit: nil,
|
|
552
|
-
shopeepay: nil,
|
|
553
484
|
sofort: nil,
|
|
554
|
-
stripe_balance: nil,
|
|
555
485
|
swish: nil,
|
|
556
486
|
twint: nil,
|
|
557
487
|
type: nil,
|
|
@@ -579,9 +509,7 @@ module Stripe
|
|
|
579
509
|
@eps = eps
|
|
580
510
|
@fpx = fpx
|
|
581
511
|
@giropay = giropay
|
|
582
|
-
@gopay = gopay
|
|
583
512
|
@grabpay = grabpay
|
|
584
|
-
@id_bank_transfer = id_bank_transfer
|
|
585
513
|
@ideal = ideal
|
|
586
514
|
@interac_present = interac_present
|
|
587
515
|
@kakao_pay = kakao_pay
|
|
@@ -601,20 +529,15 @@ module Stripe
|
|
|
601
529
|
@payco = payco
|
|
602
530
|
@paynow = paynow
|
|
603
531
|
@paypal = paypal
|
|
604
|
-
@paypay = paypay
|
|
605
532
|
@payto = payto
|
|
606
533
|
@pix = pix
|
|
607
534
|
@promptpay = promptpay
|
|
608
|
-
@qris = qris
|
|
609
535
|
@radar_options = radar_options
|
|
610
|
-
@rechnung = rechnung
|
|
611
536
|
@revolut_pay = revolut_pay
|
|
612
537
|
@samsung_pay = samsung_pay
|
|
613
538
|
@satispay = satispay
|
|
614
539
|
@sepa_debit = sepa_debit
|
|
615
|
-
@shopeepay = shopeepay
|
|
616
540
|
@sofort = sofort
|
|
617
|
-
@stripe_balance = stripe_balance
|
|
618
541
|
@swish = swish
|
|
619
542
|
@twint = twint
|
|
620
543
|
@type = type
|
|
@@ -677,7 +600,7 @@ module Stripe
|
|
|
677
600
|
attr_accessor :line2
|
|
678
601
|
# ZIP or postal code.
|
|
679
602
|
attr_accessor :postal_code
|
|
680
|
-
# State, county, province, or region.
|
|
603
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
681
604
|
attr_accessor :state
|
|
682
605
|
|
|
683
606
|
def initialize(
|
|
@@ -721,7 +644,7 @@ module Stripe
|
|
|
721
644
|
attr_accessor :return_url
|
|
722
645
|
# Indicates that you intend to make future payments with this ConfirmationToken's payment method.
|
|
723
646
|
#
|
|
724
|
-
# The presence of this property will [attach the payment method](https://stripe.com/
|
|
647
|
+
# The presence of this property will [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete.
|
|
725
648
|
attr_accessor :setup_future_usage
|
|
726
649
|
# Shipping information for this ConfirmationToken.
|
|
727
650
|
attr_accessor :shipping
|
|
@@ -20,18 +20,6 @@ module Stripe
|
|
|
20
20
|
@amount_off = amount_off
|
|
21
21
|
end
|
|
22
22
|
end
|
|
23
|
-
|
|
24
|
-
class Script < ::Stripe::RequestParams
|
|
25
|
-
# The configuration values of the script. The keys and values are specific to the script implementation.
|
|
26
|
-
attr_accessor :configuration
|
|
27
|
-
# The script implementation ID for this coupon.
|
|
28
|
-
attr_accessor :id
|
|
29
|
-
|
|
30
|
-
def initialize(configuration: nil, id: nil)
|
|
31
|
-
@configuration = configuration
|
|
32
|
-
@id = id
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
23
|
# A positive integer representing the amount to subtract from an invoice total (required if `percent_off` is not passed).
|
|
36
24
|
attr_accessor :amount_off
|
|
37
25
|
# A hash containing directions for what this Coupon will apply discounts to.
|
|
@@ -50,7 +38,7 @@ module Stripe
|
|
|
50
38
|
attr_accessor :id
|
|
51
39
|
# A positive integer specifying the number of times the coupon can be redeemed before it's no longer valid. For example, you might have a 50% off coupon that the first 20 readers of your blog can use.
|
|
52
40
|
attr_accessor :max_redemptions
|
|
53
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
41
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
54
42
|
attr_accessor :metadata
|
|
55
43
|
# Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the `id` is shown if `name` is not set.
|
|
56
44
|
attr_accessor :name
|
|
@@ -58,8 +46,6 @@ module Stripe
|
|
|
58
46
|
attr_accessor :percent_off
|
|
59
47
|
# Unix timestamp specifying the last time at which the coupon can be redeemed. After the redeem_by date, the coupon can no longer be applied to new customers.
|
|
60
48
|
attr_accessor :redeem_by
|
|
61
|
-
# Configuration of the [script](https://docs.stripe.com/billing/subscriptions/script-coupons) used to calculate the discount.
|
|
62
|
-
attr_accessor :script
|
|
63
49
|
|
|
64
50
|
def initialize(
|
|
65
51
|
amount_off: nil,
|
|
@@ -74,8 +60,7 @@ module Stripe
|
|
|
74
60
|
metadata: nil,
|
|
75
61
|
name: nil,
|
|
76
62
|
percent_off: nil,
|
|
77
|
-
redeem_by: nil
|
|
78
|
-
script: nil
|
|
63
|
+
redeem_by: nil
|
|
79
64
|
)
|
|
80
65
|
@amount_off = amount_off
|
|
81
66
|
@applies_to = applies_to
|
|
@@ -90,7 +75,6 @@ module Stripe
|
|
|
90
75
|
@name = name
|
|
91
76
|
@percent_off = percent_off
|
|
92
77
|
@redeem_by = redeem_by
|
|
93
|
-
@script = script
|
|
94
78
|
end
|
|
95
79
|
end
|
|
96
80
|
end
|
|
@@ -15,7 +15,7 @@ module Stripe
|
|
|
15
15
|
attr_accessor :currency_options
|
|
16
16
|
# Specifies which fields in the response should be expanded.
|
|
17
17
|
attr_accessor :expand
|
|
18
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
18
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
19
19
|
attr_accessor :metadata
|
|
20
20
|
# Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the `id` is shown if `name` is not set.
|
|
21
21
|
attr_accessor :name
|
|
@@ -113,7 +113,7 @@ module Stripe
|
|
|
113
113
|
attr_accessor :lines
|
|
114
114
|
# The credit note's memo appears on the credit note PDF.
|
|
115
115
|
attr_accessor :memo
|
|
116
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
116
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
117
117
|
attr_accessor :metadata
|
|
118
118
|
# The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.
|
|
119
119
|
attr_accessor :out_of_band_amount
|
|
@@ -24,7 +24,7 @@ module Stripe
|
|
|
24
24
|
attr_accessor :created
|
|
25
25
|
# Only return credit notes for the customer specified by this customer ID.
|
|
26
26
|
attr_accessor :customer
|
|
27
|
-
# Only return credit notes for the account specified by this account ID.
|
|
27
|
+
# Only return credit notes for the account representing the customer specified by this account ID.
|
|
28
28
|
attr_accessor :customer_account
|
|
29
29
|
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
|
30
30
|
attr_accessor :ending_before
|
|
@@ -117,7 +117,7 @@ module Stripe
|
|
|
117
117
|
attr_accessor :lines
|
|
118
118
|
# The credit note's memo appears on the credit note PDF.
|
|
119
119
|
attr_accessor :memo
|
|
120
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
120
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
121
121
|
attr_accessor :metadata
|
|
122
122
|
# The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.
|
|
123
123
|
attr_accessor :out_of_band_amount
|
|
@@ -117,7 +117,7 @@ module Stripe
|
|
|
117
117
|
attr_accessor :lines
|
|
118
118
|
# The credit note's memo appears on the credit note PDF.
|
|
119
119
|
attr_accessor :memo
|
|
120
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
120
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
121
121
|
attr_accessor :metadata
|
|
122
122
|
# The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.
|
|
123
123
|
attr_accessor :out_of_band_amount
|
|
@@ -113,7 +113,7 @@ module Stripe
|
|
|
113
113
|
attr_accessor :lines
|
|
114
114
|
# The credit note's memo appears on the credit note PDF.
|
|
115
115
|
attr_accessor :memo
|
|
116
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
116
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
117
117
|
attr_accessor :metadata
|
|
118
118
|
# The integer amount in cents (or local equivalent) representing the amount that is credited outside of Stripe.
|
|
119
119
|
attr_accessor :out_of_band_amount
|
|
@@ -7,7 +7,7 @@ module Stripe
|
|
|
7
7
|
attr_accessor :expand
|
|
8
8
|
# Credit note memo.
|
|
9
9
|
attr_accessor :memo
|
|
10
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
10
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
11
11
|
attr_accessor :metadata
|
|
12
12
|
|
|
13
13
|
def initialize(expand: nil, memo: nil, metadata: nil)
|