stripe 15.6.0.pre.beta.1 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +5 -34
- data/lib/stripe/api_resource.rb +3 -0
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -60
- data/lib/stripe/event_types.rb +20 -108
- data/lib/stripe/events/unknown_event_notification.rb +19 -0
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +115 -15
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +93 -6
- data/lib/stripe/events/v2_core_event_destination_ping_event.rb +35 -12
- data/lib/stripe/object_types.rb +2 -54
- data/lib/stripe/params/account_capability_list_params.rb +13 -0
- data/lib/stripe/params/account_capability_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_capability_update_params.rb +18 -0
- data/lib/stripe/params/account_create_params.rb +2083 -0
- data/lib/stripe/params/account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_create_params.rb +134 -0
- data/lib/stripe/params/account_external_account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_list_params.rb +25 -0
- data/lib/stripe/params/account_external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_external_account_update_params.rb +91 -0
- data/lib/stripe/params/account_link_create_params.rb +52 -0
- data/lib/stripe/params/account_list_params.rb +42 -0
- data/lib/stripe/params/account_login_link_create_params.rb +13 -0
- data/lib/stripe/params/account_person_create_params.rb +435 -0
- data/lib/stripe/params/account_person_delete_params.rb +6 -0
- data/lib/stripe/params/account_person_list_params.rb +61 -0
- data/lib/stripe/params/account_person_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_person_update_params.rb +435 -0
- data/lib/stripe/params/account_persons_params.rb +61 -0
- data/lib/stripe/params/account_reject_params.rb +16 -0
- data/lib/stripe/params/account_retrieve_current_params.rb +13 -0
- data/lib/stripe/params/account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_session_create_params.rb +598 -0
- data/lib/stripe/params/account_update_params.rb +2030 -0
- data/lib/stripe/params/apple_pay_domain_create_params.rb +16 -0
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +6 -0
- data/lib/stripe/params/apple_pay_domain_list_params.rb +31 -0
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_list_params.rb +52 -0
- data/lib/stripe/params/application_fee_refund_create_params.rb +19 -0
- data/lib/stripe/params/application_fee_refund_list_params.rb +22 -0
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_refund_update_params.rb +16 -0
- data/lib/stripe/params/application_fee_retrieve_params.rb +13 -0
- data/lib/stripe/params/apps/secret_create_params.rb +38 -0
- data/lib/stripe/params/apps/secret_delete_where_params.rb +32 -0
- data/lib/stripe/params/apps/secret_find_params.rb +32 -0
- data/lib/stripe/{services/quote_line_service.rb → params/apps/secret_list_params.rb} +17 -14
- data/lib/stripe/params/balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_update_params.rb +67 -0
- data/lib/stripe/params/balance_transaction_list_params.rb +64 -0
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/billing/alert_activate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_archive_params.rb +15 -0
- data/lib/stripe/params/billing/alert_create_params.rb +52 -0
- data/lib/stripe/params/billing/alert_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_list_params.rb +37 -0
- data/lib/stripe/params/billing/alert_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +54 -0
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +37 -0
- data/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +103 -0
- data/lib/stripe/params/billing/credit_grant_expire_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_list_params.rb +33 -0
- data/lib/stripe/params/billing/credit_grant_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_update_params.rb +21 -0
- data/lib/stripe/params/billing/credit_grant_void_grant_params.rb +15 -0
- data/lib/stripe/params/billing/meter_create_params.rb +70 -0
- data/lib/stripe/params/billing/meter_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +32 -0
- data/lib/stripe/params/billing/meter_event_create_params.rb +27 -0
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +45 -0
- data/lib/stripe/params/billing/meter_list_params.rb +27 -0
- data/lib/stripe/params/billing/meter_reactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/meter_update_params.rb +18 -0
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +225 -0
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +37 -0
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +231 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +179 -0
- data/lib/stripe/params/charge_capture_params.rb +57 -0
- data/lib/stripe/params/charge_create_params.rb +172 -0
- data/lib/stripe/params/charge_list_params.rb +60 -0
- data/lib/stripe/params/charge_retrieve_params.rb +13 -0
- data/lib/stripe/params/charge_search_params.rb +22 -0
- data/lib/stripe/params/charge_update_params.rb +102 -0
- data/lib/stripe/params/checkout/session_create_params.rb +2445 -0
- data/lib/stripe/params/checkout/session_expire_params.rb +15 -0
- data/lib/stripe/{services/quote_preview_subscription_schedule_service.rb → params/checkout/session_line_item_list_params.rb} +2 -13
- data/lib/stripe/{services/order_line_item_service.rb → params/checkout/session_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/checkout/session_list_params.rb +83 -0
- data/lib/stripe/params/checkout/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/checkout/session_update_params.rb +179 -0
- data/lib/stripe/params/climate/order_cancel_params.rb +15 -0
- data/lib/stripe/params/climate/order_create_params.rb +49 -0
- data/lib/stripe/params/climate/order_list_params.rb +24 -0
- data/lib/stripe/params/climate/order_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/order_update_params.rb +29 -0
- data/lib/stripe/params/climate/product_list_params.rb +24 -0
- data/lib/stripe/params/climate/product_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/supplier_list_params.rb +24 -0
- data/lib/stripe/params/climate/supplier_retrieve_params.rb +15 -0
- data/lib/stripe/params/confirmation_token_create_params.rb +650 -0
- data/lib/stripe/params/confirmation_token_retrieve_params.rb +13 -0
- data/lib/stripe/params/country_spec_list_params.rb +22 -0
- data/lib/stripe/params/country_spec_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_create_params.rb +80 -0
- data/lib/stripe/params/coupon_delete_params.rb +6 -0
- data/lib/stripe/params/coupon_list_params.rb +42 -0
- data/lib/stripe/params/coupon_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_update_params.rb +30 -0
- data/lib/stripe/params/credit_note_create_params.rb +144 -0
- data/lib/stripe/params/credit_note_line_item_list_params.rb +22 -0
- data/lib/stripe/params/credit_note_list_params.rb +56 -0
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_params.rb +144 -0
- data/lib/stripe/params/credit_note_retrieve_params.rb +13 -0
- data/lib/stripe/params/credit_note_update_params.rb +19 -0
- data/lib/stripe/params/credit_note_void_credit_note_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +25 -0
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +19 -0
- data/lib/stripe/params/customer_cash_balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_update_params.rb +24 -0
- data/lib/stripe/params/customer_create_funding_instructions_params.rb +46 -0
- data/lib/stripe/params/customer_create_params.rb +259 -0
- data/lib/stripe/params/customer_delete_discount_params.rb +6 -0
- data/lib/stripe/params/customer_delete_params.rb +6 -0
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +22 -0
- data/lib/stripe/params/customer_funding_instructions_create_params.rb +46 -0
- data/lib/stripe/params/customer_list_params.rb +56 -0
- data/lib/stripe/params/customer_list_payment_methods_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_list_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_create_params.rb +22 -0
- data/lib/stripe/params/customer_payment_source_delete_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_list_params.rb +25 -0
- data/lib/stripe/params/customer_payment_source_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_update_params.rb +114 -0
- data/lib/stripe/params/customer_payment_source_verify_params.rb +16 -0
- data/lib/stripe/params/customer_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_retrieve_payment_method_params.rb +13 -0
- data/lib/stripe/params/customer_search_params.rb +22 -0
- data/lib/stripe/params/customer_session_create_params.rb +100 -0
- data/lib/stripe/params/customer_tax_id_create_params.rb +19 -0
- data/lib/stripe/params/customer_tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/customer_tax_id_list_params.rb +22 -0
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_update_params.rb +243 -0
- data/lib/stripe/params/dispute_close_params.rb +13 -0
- data/lib/stripe/params/dispute_list_params.rb +56 -0
- data/lib/stripe/params/dispute_retrieve_params.rb +13 -0
- data/lib/stripe/params/dispute_update_params.rb +308 -0
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +33 -0
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_create_params.rb +24 -0
- data/lib/stripe/params/entitlements/feature_list_params.rb +37 -0
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_update_params.rb +24 -0
- data/lib/stripe/params/ephemeral_key_create_params.rb +31 -0
- data/lib/stripe/params/ephemeral_key_delete_params.rb +13 -0
- data/lib/stripe/params/event_list_params.rb +60 -0
- data/lib/stripe/params/event_retrieve_params.rb +13 -0
- data/lib/stripe/params/exchange_rate_list_params.rb +22 -0
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_create_params.rb +36 -0
- data/lib/stripe/params/file_link_create_params.rb +22 -0
- data/lib/stripe/params/file_link_list_params.rb +56 -0
- data/lib/stripe/params/file_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_link_update_params.rb +19 -0
- data/lib/stripe/params/file_list_params.rb +52 -0
- data/lib/stripe/params/file_retrieve_params.rb +13 -0
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +48 -0
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +65 -0
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +67 -0
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/forwarding/request_create_params.rb +59 -0
- data/lib/stripe/params/forwarding/request_list_params.rb +44 -0
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_report_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_report_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_cancel_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +107 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_session_redact_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_update_params.rb +69 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_attach_payment_params.rb +16 -0
- data/lib/stripe/params/invoice_create_params.rb +589 -0
- data/lib/stripe/params/invoice_create_preview_params.rb +993 -0
- data/lib/stripe/params/invoice_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +16 -0
- data/lib/stripe/params/invoice_item_create_params.rb +145 -0
- data/lib/stripe/params/invoice_item_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_item_list_params.rb +60 -0
- data/lib/stripe/params/invoice_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_item_update_params.rb +129 -0
- data/lib/stripe/params/invoice_line_item_list_params.rb +22 -0
- data/lib/stripe/params/invoice_line_item_update_params.rb +217 -0
- data/lib/stripe/params/invoice_list_params.rb +86 -0
- data/lib/stripe/params/invoice_mark_uncollectible_params.rb +13 -0
- data/lib/stripe/params/invoice_pay_params.rb +41 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +50 -0
- data/lib/stripe/params/invoice_payment_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_remove_lines_params.rb +30 -0
- data/lib/stripe/params/invoice_rendering_template_archive_params.rb +13 -0
- data/lib/stripe/params/invoice_rendering_template_list_params.rb +25 -0
- data/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +16 -0
- data/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +13 -0
- data/lib/stripe/params/invoice_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_search_params.rb +22 -0
- data/lib/stripe/params/invoice_send_invoice_params.rb +13 -0
- data/lib/stripe/params/invoice_update_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_update_params.rb +557 -0
- data/lib/stripe/params/invoice_void_invoice_params.rb +13 -0
- data/lib/stripe/params/issuing/authorization_approve_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_capture_params.rb +265 -0
- data/lib/stripe/params/issuing/authorization_create_params.rb +357 -0
- data/lib/stripe/params/issuing/authorization_decline_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_expire_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +143 -0
- data/lib/stripe/params/issuing/authorization_increment_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_list_params.rb +62 -0
- data/lib/stripe/params/issuing/authorization_respond_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_update_params.rb +18 -0
- data/lib/stripe/params/issuing/card_create_params.rb +213 -0
- data/lib/stripe/params/issuing/card_deliver_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_fail_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_list_params.rb +78 -0
- data/lib/stripe/params/issuing/card_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/card_return_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_ship_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_submit_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_update_params.rb +181 -0
- data/lib/stripe/params/issuing/cardholder_create_params.rb +238 -0
- data/lib/stripe/params/issuing/cardholder_list_params.rb +66 -0
- data/lib/stripe/params/issuing/cardholder_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/cardholder_update_params.rb +230 -0
- data/lib/stripe/params/issuing/dispute_create_params.rb +297 -0
- data/lib/stripe/params/issuing/dispute_list_params.rb +58 -0
- data/lib/stripe/params/issuing/dispute_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_submit_params.rb +18 -0
- data/lib/stripe/params/issuing/dispute_update_params.rb +275 -0
- data/lib/stripe/params/issuing/personalization_design_activate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +75 -0
- data/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_list_params.rb +52 -0
- data/lib/stripe/params/issuing/personalization_design_reject_params.rb +29 -0
- data/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +75 -0
- data/lib/stripe/params/issuing/physical_bundle_list_params.rb +37 -0
- data/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_list_params.rb +58 -0
- data/lib/stripe/params/issuing/token_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_update_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +62 -0
- data/lib/stripe/params/issuing/transaction_refund_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_update_params.rb +18 -0
- data/lib/stripe/params/mandate_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +23 -0
- data/lib/stripe/params/payment_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +54 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +2379 -0
- data/lib/stripe/params/payment_intent_create_params.rb +2480 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +48 -0
- data/lib/stripe/params/payment_intent_list_params.rb +52 -0
- data/lib/stripe/params/payment_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/payment_intent_search_params.rb +22 -0
- data/lib/stripe/params/payment_intent_update_params.rb +2353 -0
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/payment_link_create_params.rb +776 -0
- data/lib/stripe/params/payment_link_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_line_items_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_params.rb +25 -0
- data/lib/stripe/params/payment_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_link_update_params.rb +564 -0
- data/lib/stripe/params/payment_method_attach_params.rb +16 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +1135 -0
- data/lib/stripe/params/payment_method_configuration_list_params.rb +31 -0
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +1135 -0
- data/lib/stripe/params/payment_method_create_params.rb +583 -0
- data/lib/stripe/params/payment_method_detach_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_create_params.rb +19 -0
- data/lib/stripe/params/payment_method_domain_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_update_params.rb +16 -0
- data/lib/stripe/params/payment_method_domain_validate_params.rb +13 -0
- data/lib/stripe/params/payment_method_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_update_params.rb +120 -0
- data/lib/stripe/params/payout_cancel_params.rb +13 -0
- data/lib/stripe/params/payout_create_params.rb +51 -0
- data/lib/stripe/params/payout_list_params.rb +78 -0
- data/lib/stripe/params/payout_retrieve_params.rb +13 -0
- data/lib/stripe/params/payout_reverse_params.rb +16 -0
- data/lib/stripe/params/payout_update_params.rb +16 -0
- data/lib/stripe/params/plan_create_params.rb +158 -0
- data/lib/stripe/params/plan_delete_params.rb +6 -0
- data/lib/stripe/params/plan_list_params.rb +56 -0
- data/lib/stripe/params/plan_retrieve_params.rb +13 -0
- data/lib/stripe/params/plan_update_params.rb +35 -0
- data/lib/stripe/params/price_create_params.rb +278 -0
- data/lib/stripe/params/price_list_params.rb +87 -0
- data/lib/stripe/params/price_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_search_params.rb +22 -0
- data/lib/stripe/params/price_update_params.rb +113 -0
- data/lib/stripe/params/product_create_params.rb +243 -0
- data/lib/stripe/params/product_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_create_params.rb +16 -0
- data/lib/stripe/params/product_feature_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_list_params.rb +22 -0
- data/lib/stripe/params/product_feature_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_list_params.rb +68 -0
- data/lib/stripe/params/product_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_search_params.rb +22 -0
- data/lib/stripe/params/product_update_params.rb +96 -0
- data/lib/stripe/params/promotion_code_create_params.rb +91 -0
- data/lib/stripe/params/promotion_code_list_params.rb +64 -0
- data/lib/stripe/params/promotion_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/promotion_code_update_params.rb +38 -0
- data/lib/stripe/params/quote_accept_params.rb +13 -0
- data/lib/stripe/params/quote_cancel_params.rb +13 -0
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +22 -0
- data/lib/stripe/params/quote_create_params.rb +301 -0
- data/lib/stripe/params/quote_finalize_quote_params.rb +16 -0
- data/lib/stripe/params/quote_line_item_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +39 -0
- data/lib/stripe/params/quote_pdf_params.rb +13 -0
- data/lib/stripe/params/quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +263 -0
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +58 -0
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_create_params.rb +27 -0
- data/lib/stripe/params/radar/value_list_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_create_params.rb +21 -0
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_update_params.rb +24 -0
- data/lib/stripe/params/refund_cancel_params.rb +13 -0
- data/lib/stripe/params/refund_create_params.rb +59 -0
- data/lib/stripe/params/refund_expire_params.rb +13 -0
- data/lib/stripe/params/refund_list_params.rb +56 -0
- data/lib/stripe/params/refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/refund_update_params.rb +16 -0
- data/lib/stripe/params/reporting/report_run_create_params.rb +59 -0
- data/lib/stripe/params/reporting/report_run_list_params.rb +44 -0
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_list_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +15 -0
- data/lib/stripe/params/review_approve_params.rb +13 -0
- data/lib/stripe/params/review_list_params.rb +42 -0
- data/lib/stripe/params/review_retrieve_params.rb +13 -0
- data/lib/stripe/params/setup_attempt_list_params.rb +55 -0
- data/lib/stripe/params/setup_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +1050 -0
- data/lib/stripe/params/setup_intent_create_params.rb +1130 -0
- data/lib/stripe/params/setup_intent_list_params.rb +62 -0
- data/lib/stripe/params/setup_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/setup_intent_update_params.rb +1025 -0
- data/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/shipping_rate_create_params.rb +103 -0
- data/lib/stripe/params/shipping_rate_list_params.rb +56 -0
- data/lib/stripe/params/shipping_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/shipping_rate_update_params.rb +44 -0
- data/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +24 -0
- data/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/source_create_params.rb +317 -0
- data/lib/stripe/params/source_detach_params.rb +13 -0
- data/lib/stripe/params/source_retrieve_params.rb +16 -0
- data/lib/stripe/params/source_transaction_list_params.rb +22 -0
- data/lib/stripe/params/source_update_params.rb +259 -0
- data/lib/stripe/params/source_verify_params.rb +16 -0
- data/lib/stripe/params/subscription_cancel_params.rb +33 -0
- data/lib/stripe/params/subscription_create_params.rb +704 -0
- data/lib/stripe/params/subscription_delete_discount_params.rb +6 -0
- data/lib/stripe/params/subscription_item_create_params.rb +134 -0
- data/lib/stripe/params/subscription_item_delete_params.rb +19 -0
- data/lib/stripe/params/subscription_item_list_params.rb +31 -0
- data/lib/stripe/params/subscription_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_item_update_params.rb +134 -0
- data/lib/stripe/params/subscription_list_params.rb +129 -0
- data/lib/stripe/params/subscription_migrate_params.rb +35 -0
- data/lib/stripe/params/subscription_resume_params.rb +27 -0
- data/lib/stripe/params/subscription_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_cancel_params.rb +19 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +590 -0
- data/lib/stripe/params/subscription_schedule_list_params.rb +122 -0
- data/lib/stripe/params/subscription_schedule_release_params.rb +16 -0
- data/lib/stripe/params/subscription_schedule_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +562 -0
- data/lib/stripe/params/subscription_search_params.rb +22 -0
- data/lib/stripe/params/subscription_update_params.rb +683 -0
- data/lib/stripe/params/tax/calculation_create_params.rb +206 -0
- data/lib/stripe/params/tax/calculation_line_item_list_params.rb +24 -0
- data/lib/stripe/{services/quote_preview_invoice_service.rb → params/tax/calculation_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/tax/calculation_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_create_params.rb +2018 -0
- data/lib/stripe/params/tax/registration_list_params.rb +27 -0
- data/lib/stripe/params/tax/registration_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_update_params.rb +21 -0
- data/lib/stripe/params/tax/settings_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/settings_update_params.rb +71 -0
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +27 -0
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +87 -0
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +24 -0
- data/lib/stripe/{services/payment_intent_amount_details_line_item_service.rb → params/tax/transaction_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_code_list_params.rb +22 -0
- data/lib/stripe/params/tax_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_id_create_params.rb +36 -0
- data/lib/stripe/params/tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/tax_id_list_params.rb +39 -0
- data/lib/stripe/params/tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_create_params.rb +55 -0
- data/lib/stripe/params/tax_rate_list_params.rb +56 -0
- data/lib/stripe/params/tax_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_update_params.rb +47 -0
- data/lib/stripe/params/terminal/configuration_create_params.rb +593 -0
- data/lib/stripe/params/terminal/configuration_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/configuration_list_params.rb +33 -0
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +593 -0
- data/lib/stripe/params/terminal/connection_token_create_params.rb +18 -0
- data/lib/stripe/params/terminal/location_create_params.rb +153 -0
- data/lib/stripe/params/terminal/location_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/location_list_params.rb +24 -0
- data/lib/stripe/params/terminal/location_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/location_update_params.rb +153 -0
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +96 -0
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +51 -0
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +29 -0
- data/lib/stripe/params/terminal/reader_create_params.rb +27 -0
- data/lib/stripe/params/terminal/reader_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/reader_list_params.rb +45 -0
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +72 -0
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +55 -0
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +32 -0
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +53 -0
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +52 -0
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +18 -0
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_update_params.rb +21 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +652 -0
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +24 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +267 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +359 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +145 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +23 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +31 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +20 -0
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +15 -0
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +74 -0
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +20 -0
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +17 -0
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +18 -0
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +21 -0
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +8 -0
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +24 -0
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +68 -0
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +68 -0
- data/lib/stripe/params/token_create_params.rb +1191 -0
- data/lib/stripe/params/token_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_cancel_params.rb +13 -0
- data/lib/stripe/params/topup_create_params.rb +43 -0
- data/lib/stripe/params/topup_list_params.rb +74 -0
- data/lib/stripe/params/topup_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_update_params.rb +19 -0
- data/lib/stripe/params/transfer_create_params.rb +47 -0
- data/lib/stripe/params/transfer_list_params.rb +56 -0
- data/lib/stripe/params/transfer_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_create_params.rb +31 -0
- data/lib/stripe/params/transfer_reversal_list_params.rb +22 -0
- data/lib/stripe/params/transfer_reversal_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_update_params.rb +16 -0
- data/lib/stripe/params/transfer_update_params.rb +19 -0
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/credit_reversal_list_params.rb +41 -0
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +45 -0
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_close_params.rb +32 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +201 -0
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_list_params.rb +54 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_update_params.rb +216 -0
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +45 -0
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +26 -0
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +190 -0
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +62 -0
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +55 -0
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +81 -0
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +55 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_credit_list_params.rb +49 -0
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/received_debit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_debit_list_params.rb +37 -0
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +84 -0
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_list_params.rb +92 -0
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +31 -0
- data/lib/stripe/params/v2/billing/meter_event_create_params.rb +33 -0
- data/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +10 -0
- data/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +41 -0
- data/lib/stripe/params/v2/core/event_destination_create_params.rb +79 -0
- data/lib/stripe/params/v2/core/event_destination_delete_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_disable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_enable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/event_destination_ping_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/event_destination_update_params.rb +47 -0
- data/lib/stripe/params/v2/core/event_list_params.rb +22 -0
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +10 -0
- data/lib/stripe/params/webhook_endpoint_create_params.rb +39 -0
- data/lib/stripe/params/webhook_endpoint_delete_params.rb +6 -0
- data/lib/stripe/params/webhook_endpoint_list_params.rb +22 -0
- data/lib/stripe/params/webhook_endpoint_retrieve_params.rb +13 -0
- data/lib/stripe/params/webhook_endpoint_update_params.rb +35 -0
- data/lib/stripe/params.rb +588 -0
- data/lib/stripe/request_options.rb +14 -5
- data/lib/stripe/resources/account.rb +437 -4906
- data/lib/stripe/resources/account_link.rb +8 -47
- data/lib/stripe/resources/account_session.rb +338 -910
- data/lib/stripe/resources/apple_pay_domain.rb +8 -40
- data/lib/stripe/resources/application.rb +8 -0
- data/lib/stripe/resources/application_fee.rb +12 -44
- data/lib/stripe/resources/application_fee_refund.rb +8 -0
- data/lib/stripe/resources/apps/secret.rb +12 -112
- data/lib/stripe/resources/balance.rb +159 -0
- data/lib/stripe/resources/balance_settings.rb +40 -60
- data/lib/stripe/resources/balance_transaction.rb +12 -56
- data/lib/stripe/resources/bank_account.rb +40 -0
- data/lib/stripe/resources/billing/alert.rb +20 -100
- data/lib/stripe/resources/billing/alert_triggered.rb +8 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +48 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +73 -33
- data/lib/stripe/resources/billing/credit_grant.rb +42 -161
- data/lib/stripe/resources/billing/meter.rb +40 -116
- data/lib/stripe/resources/billing/meter_event.rb +8 -20
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +12 -22
- data/lib/stripe/resources/billing/meter_event_summary.rb +8 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +120 -473
- data/lib/stripe/resources/billing_portal/session.rb +98 -176
- data/lib/stripe/resources/capability.rb +56 -0
- data/lib/stripe/resources/card.rb +17 -3
- data/lib/stripe/resources/cash_balance.rb +16 -2
- data/lib/stripe/resources/charge.rb +949 -1945
- data/lib/stripe/resources/checkout/session.rb +1038 -2991
- data/lib/stripe/resources/climate/order.rb +28 -89
- data/lib/stripe/resources/climate/product.rb +13 -15
- data/lib/stripe/resources/climate/supplier.rb +13 -15
- data/lib/stripe/resources/confirmation_token.rb +883 -841
- data/lib/stripe/resources/connect_collection_transfer.rb +8 -0
- data/lib/stripe/resources/country_spec.rb +29 -15
- data/lib/stripe/resources/coupon.rb +19 -166
- data/lib/stripe/resources/credit_note.rb +66 -510
- data/lib/stripe/resources/credit_note_line_item.rb +43 -8
- data/lib/stripe/resources/customer.rb +81 -677
- data/lib/stripe/resources/customer_balance_transaction.rb +8 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +108 -2
- data/lib/stripe/resources/customer_session.rb +49 -98
- data/lib/stripe/resources/discount.rb +24 -6
- data/lib/stripe/resources/dispute.rb +159 -376
- data/lib/stripe/resources/entitlements/active_entitlement.rb +8 -26
- data/lib/stripe/resources/entitlements/active_entitlement_summary.rb +8 -0
- data/lib/stripe/resources/entitlements/feature.rb +8 -66
- data/lib/stripe/resources/ephemeral_key.rb +8 -8
- data/lib/stripe/resources/event.rb +16 -79
- data/lib/stripe/resources/exchange_rate.rb +18 -17
- data/lib/stripe/resources/file.rb +8 -79
- data/lib/stripe/resources/file_link.rb +8 -84
- data/lib/stripe/resources/financial_connections/account.rb +65 -130
- data/lib/stripe/resources/financial_connections/account_owner.rb +8 -0
- data/lib/stripe/resources/financial_connections/account_ownership.rb +8 -0
- data/lib/stripe/resources/financial_connections/session.rb +20 -115
- data/lib/stripe/resources/financial_connections/transaction.rb +12 -57
- data/lib/stripe/resources/forwarding/request.rb +48 -93
- data/lib/stripe/resources/funding_instructions.rb +217 -24
- data/lib/stripe/resources/identity/verification_report.rb +165 -56
- data/lib/stripe/resources/identity/verification_session.rb +124 -247
- data/lib/stripe/resources/invoice.rb +500 -4017
- data/lib/stripe/resources/invoice_item.rb +69 -385
- data/lib/stripe/resources/invoice_line_item.rb +124 -251
- data/lib/stripe/resources/invoice_payment.rb +20 -47
- data/lib/stripe/resources/invoice_rendering_template.rb +8 -38
- data/lib/stripe/resources/issuing/authorization.rb +173 -836
- data/lib/stripe/resources/issuing/card.rb +98 -499
- data/lib/stripe/resources/issuing/cardholder.rb +108 -515
- data/lib/stripe/resources/issuing/dispute.rb +93 -620
- data/lib/stripe/resources/issuing/personalization_design.rb +32 -221
- data/lib/stripe/resources/issuing/physical_bundle.rb +13 -28
- data/lib/stripe/resources/issuing/token.rb +57 -60
- data/lib/stripe/resources/issuing/transaction.rb +147 -702
- data/lib/stripe/resources/line_item.rb +22 -35
- data/lib/stripe/resources/login_link.rb +8 -0
- data/lib/stripe/resources/mandate.rb +219 -94
- data/lib/stripe/resources/payment_intent.rb +1241 -13361
- data/lib/stripe/resources/payment_link.rb +333 -1357
- data/lib/stripe/resources/payment_method.rb +796 -966
- data/lib/stripe/resources/payment_method_configuration.rb +862 -2528
- data/lib/stripe/resources/payment_method_domain.rb +107 -63
- data/lib/stripe/resources/payout.rb +12 -150
- data/lib/stripe/resources/person.rb +184 -4
- data/lib/stripe/resources/plan.rb +20 -235
- data/lib/stripe/resources/price.rb +65 -509
- data/lib/stripe/resources/product.rb +23 -411
- data/lib/stripe/resources/product_feature.rb +8 -0
- data/lib/stripe/resources/promotion_code.rb +40 -182
- data/lib/stripe/resources/quote.rb +280 -2743
- data/lib/stripe/resources/radar/early_fraud_warning.rb +8 -51
- data/lib/stripe/resources/radar/value_list.rb +8 -92
- data/lib/stripe/resources/radar/value_list_item.rb +8 -68
- data/lib/stripe/resources/refund.rb +365 -159
- data/lib/stripe/resources/reporting/report_run.rb +12 -93
- data/lib/stripe/resources/reporting/report_type.rb +8 -8
- data/lib/stripe/resources/reserve_transaction.rb +8 -0
- data/lib/stripe/resources/reversal.rb +8 -0
- data/lib/stripe/resources/review.rb +20 -43
- data/lib/stripe/resources/setup_attempt.rb +284 -87
- data/lib/stripe/resources/setup_intent.rb +358 -4143
- data/lib/stripe/resources/shipping_rate.rb +44 -187
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +13 -15
- data/lib/stripe/resources/source.rb +267 -611
- data/lib/stripe/resources/source_mandate_notification.rb +32 -0
- data/lib/stripe/resources/source_transaction.rb +54 -0
- data/lib/stripe/resources/subscription.rb +266 -1931
- data/lib/stripe/resources/subscription_item.rb +12 -379
- data/lib/stripe/resources/subscription_schedule.rb +230 -2273
- data/lib/stripe/resources/tax/calculation.rb +111 -220
- data/lib/stripe/resources/tax/calculation_line_item.rb +32 -0
- data/lib/stripe/resources/tax/registration.rb +1274 -2096
- data/lib/stripe/resources/tax/settings.rb +61 -64
- data/lib/stripe/resources/tax/transaction.rb +95 -122
- data/lib/stripe/resources/tax/transaction_line_item.rb +16 -0
- data/lib/stripe/resources/tax_code.rb +8 -17
- data/lib/stripe/resources/tax_deducted_at_source.rb +8 -0
- data/lib/stripe/resources/tax_id.rb +20 -75
- data/lib/stripe/resources/tax_rate.rb +12 -142
- data/lib/stripe/resources/terminal/configuration.rb +301 -1205
- data/lib/stripe/resources/terminal/connection_token.rb +8 -11
- data/lib/stripe/resources/terminal/location.rb +72 -126
- data/lib/stripe/resources/terminal/reader.rb +237 -509
- data/lib/stripe/resources/test_helpers/test_clock.rb +20 -43
- data/lib/stripe/resources/token.rb +8 -1191
- data/lib/stripe/resources/topup.rb +8 -132
- data/lib/stripe/resources/transfer.rb +8 -115
- data/lib/stripe/resources/treasury/credit_reversal.rb +12 -46
- data/lib/stripe/resources/treasury/debit_reversal.rb +20 -50
- data/lib/stripe/resources/treasury/financial_account.rb +55 -658
- data/lib/stripe/resources/treasury/financial_account_features.rb +192 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +67 -115
- data/lib/stripe/resources/treasury/outbound_payment.rb +104 -334
- data/lib/stripe/resources/treasury/outbound_transfer.rb +93 -235
- data/lib/stripe/resources/treasury/received_credit.rb +76 -136
- data/lib/stripe/resources/treasury/received_debit.rb +68 -126
- data/lib/stripe/resources/treasury/transaction.rb +32 -82
- data/lib/stripe/resources/treasury/transaction_entry.rb +20 -74
- data/lib/stripe/resources/v2/billing/meter_event.rb +8 -0
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +16 -0
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +8 -0
- data/lib/stripe/resources/v2/core/event.rb +67 -0
- data/lib/stripe/resources/v2/core/event_destination.rb +119 -0
- data/lib/stripe/resources/v2/core/event_notification.rb +62 -0
- data/lib/stripe/resources/v2/deleted_object.rb +21 -0
- data/lib/stripe/resources/webhook_endpoint.rb +8 -85
- data/lib/stripe/resources.rb +3 -110
- data/lib/stripe/services/account_capability_service.rb +0 -32
- data/lib/stripe/services/account_external_account_service.rb +0 -249
- data/lib/stripe/services/account_link_service.rb +0 -48
- data/lib/stripe/services/account_login_link_service.rb +0 -9
- data/lib/stripe/services/account_person_service.rb +0 -958
- data/lib/stripe/services/account_service.rb +0 -4710
- data/lib/stripe/services/account_session_service.rb +0 -862
- data/lib/stripe/services/apple_pay_domain_service.rb +0 -50
- data/lib/stripe/services/application_fee_refund_service.rb +0 -54
- data/lib/stripe/services/application_fee_service.rb +0 -57
- data/lib/stripe/services/apps/secret_service.rb +0 -116
- data/lib/stripe/services/balance_service.rb +0 -9
- data/lib/stripe/services/balance_settings_service.rb +0 -69
- data/lib/stripe/services/balance_transaction_service.rb +0 -69
- data/lib/stripe/services/billing/alert_service.rb +0 -113
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +0 -51
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -44
- data/lib/stripe/services/billing/credit_grant_service.rb +0 -174
- data/lib/stripe/services/billing/meter_event_adjustment_service.rb +0 -26
- data/lib/stripe/services/billing/meter_event_service.rb +0 -21
- data/lib/stripe/services/billing/meter_event_summary_service.rb +0 -39
- data/lib/stripe/services/billing/meter_service.rb +0 -130
- data/lib/stripe/services/billing_portal/configuration_service.rb +0 -486
- data/lib/stripe/services/billing_portal/session_service.rb +0 -177
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/charge_service.rb +0 -1820
- data/lib/stripe/services/checkout/session_line_item_service.rb +0 -18
- data/lib/stripe/services/checkout/session_service.rb +0 -2882
- data/lib/stripe/services/climate/order_service.rb +0 -102
- data/lib/stripe/services/climate/product_service.rb +0 -27
- data/lib/stripe/services/climate/supplier_service.rb +0 -27
- data/lib/stripe/services/confirmation_token_service.rb +0 -9
- data/lib/stripe/services/country_spec_service.rb +0 -27
- data/lib/stripe/services/coupon_service.rb +0 -167
- data/lib/stripe/services/credit_note_line_item_service.rb +0 -18
- data/lib/stripe/services/credit_note_preview_lines_service.rb +0 -152
- data/lib/stripe/services/credit_note_service.rb +0 -369
- data/lib/stripe/services/customer_balance_transaction_service.rb +0 -63
- data/lib/stripe/services/customer_cash_balance_service.rb +0 -29
- data/lib/stripe/services/customer_cash_balance_transaction_service.rb +0 -27
- data/lib/stripe/services/customer_funding_instructions_service.rb +0 -42
- data/lib/stripe/services/customer_payment_method_service.rb +0 -40
- data/lib/stripe/services/customer_payment_source_service.rb +0 -179
- data/lib/stripe/services/customer_service.rb +0 -575
- data/lib/stripe/services/customer_session_service.rb +0 -99
- data/lib/stripe/services/customer_tax_id_service.rb +0 -44
- data/lib/stripe/services/dispute_service.rb +0 -374
- data/lib/stripe/services/entitlements/active_entitlement_service.rb +0 -36
- data/lib/stripe/services/entitlements/feature_service.rb +0 -76
- data/lib/stripe/services/ephemeral_key_service.rb +0 -36
- data/lib/stripe/services/event_service.rb +0 -65
- data/lib/stripe/services/exchange_rate_service.rb +4 -27
- data/lib/stripe/services/file_link_service.rb +0 -94
- data/lib/stripe/services/file_service.rb +0 -89
- data/lib/stripe/services/financial_connections/account_owner_service.rb +0 -27
- data/lib/stripe/services/financial_connections/account_service.rb +1 -102
- data/lib/stripe/services/financial_connections/session_service.rb +0 -100
- data/lib/stripe/services/financial_connections/transaction_service.rb +0 -70
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/forwarding/request_service.rb +0 -106
- data/lib/stripe/services/identity/verification_report_service.rb +0 -65
- data/lib/stripe/services/identity/verification_session_service.rb +0 -255
- data/lib/stripe/services/invoice_item_service.rb +0 -405
- data/lib/stripe/services/invoice_line_item_service.rb +0 -253
- data/lib/stripe/services/invoice_payment_service.rb +0 -58
- data/lib/stripe/services/invoice_rendering_template_service.rb +0 -51
- data/lib/stripe/services/invoice_service.rb +0 -3836
- data/lib/stripe/services/issuing/authorization_service.rb +0 -104
- data/lib/stripe/services/issuing/card_service.rb +0 -463
- data/lib/stripe/services/issuing/cardholder_service.rb +0 -526
- data/lib/stripe/services/issuing/dispute_service.rb +0 -633
- data/lib/stripe/services/issuing/personalization_design_service.rb +0 -193
- data/lib/stripe/services/issuing/physical_bundle_service.rb +0 -40
- data/lib/stripe/services/issuing/token_service.rb +0 -73
- data/lib/stripe/services/issuing/transaction_service.rb +0 -81
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -49
- data/lib/stripe/services/payment_intent_service.rb +0 -12747
- data/lib/stripe/services/payment_link_line_item_service.rb +0 -18
- data/lib/stripe/services/payment_link_service.rb +0 -1352
- data/lib/stripe/services/payment_method_configuration_service.rb +0 -2466
- data/lib/stripe/services/payment_method_domain_service.rb +0 -76
- data/lib/stripe/services/payment_method_service.rb +0 -881
- data/lib/stripe/services/payout_service.rb +0 -163
- data/lib/stripe/services/plan_service.rb +0 -248
- data/lib/stripe/services/price_service.rb +0 -512
- data/lib/stripe/services/product_feature_service.rb +0 -41
- data/lib/stripe/services/product_service.rb +0 -424
- data/lib/stripe/services/promotion_code_service.rb +1 -187
- data/lib/stripe/services/quote_computed_upfront_line_items_service.rb +0 -18
- data/lib/stripe/services/quote_line_item_service.rb +0 -18
- data/lib/stripe/services/quote_service.rb +1 -2344
- data/lib/stripe/services/radar/early_fraud_warning_service.rb +0 -61
- data/lib/stripe/services/radar/value_list_item_service.rb +0 -78
- data/lib/stripe/services/radar/value_list_service.rb +0 -102
- data/lib/stripe/services/refund_service.rb +0 -137
- data/lib/stripe/services/reporting/report_run_service.rb +0 -106
- data/lib/stripe/services/reporting/report_type_service.rb +0 -18
- data/lib/stripe/services/review_service.rb +0 -56
- data/lib/stripe/services/setup_attempt_service.rb +0 -51
- data/lib/stripe/services/setup_intent_service.rb +0 -3957
- data/lib/stripe/services/shipping_rate_service.rb +0 -200
- data/lib/stripe/services/sigma/scheduled_query_run_service.rb +0 -27
- data/lib/stripe/services/source_service.rb +0 -601
- data/lib/stripe/services/source_transaction_service.rb +0 -18
- data/lib/stripe/services/subscription_item_service.rb +0 -383
- data/lib/stripe/services/subscription_schedule_service.rb +0 -2196
- data/lib/stripe/services/subscription_service.rb +0 -1894
- data/lib/stripe/services/tax/calculation_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/calculation_service.rb +0 -209
- data/lib/stripe/services/tax/registration_service.rb +0 -2063
- data/lib/stripe/services/tax/settings_service.rb +0 -74
- data/lib/stripe/services/tax/transaction_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/transaction_service.rb +0 -111
- data/lib/stripe/services/tax_code_service.rb +0 -27
- data/lib/stripe/services/tax_id_service.rb +0 -84
- data/lib/stripe/services/tax_rate_service.rb +0 -155
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal/configuration_service.rb +0 -1212
- data/lib/stripe/services/terminal/connection_token_service.rb +0 -12
- data/lib/stripe/services/terminal/location_service.rb +0 -143
- data/lib/stripe/services/terminal/reader_service.rb +0 -427
- data/lib/stripe/services/terminal_service.rb +1 -3
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -738
- data/lib/stripe/services/test_helpers/customer_service.rb +0 -18
- data/lib/stripe/services/test_helpers/issuing/authorization_service.rb +0 -745
- data/lib/stripe/services/test_helpers/issuing/card_service.rb +0 -45
- data/lib/stripe/services/test_helpers/issuing/personalization_design_service.rb +0 -41
- data/lib/stripe/services/test_helpers/issuing/transaction_service.rb +0 -632
- data/lib/stripe/services/test_helpers/refund_service.rb +0 -9
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -87
- data/lib/stripe/services/test_helpers/test_clock_service.rb +0 -56
- data/lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb +0 -38
- data/lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +0 -84
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +0 -84
- data/lib/stripe/services/token_service.rb +0 -1201
- data/lib/stripe/services/topup_service.rb +0 -142
- data/lib/stripe/services/transfer_reversal_service.rb +0 -66
- data/lib/stripe/services/transfer_service.rb +0 -123
- data/lib/stripe/services/treasury/credit_reversal_service.rb +0 -59
- data/lib/stripe/services/treasury/debit_reversal_service.rb +0 -63
- data/lib/stripe/services/treasury/financial_account_features_service.rb +0 -169
- data/lib/stripe/services/treasury/financial_account_service.rb +0 -502
- data/lib/stripe/services/treasury/inbound_transfer_service.rb +0 -88
- data/lib/stripe/services/treasury/outbound_payment_service.rb +0 -258
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -148
- data/lib/stripe/services/treasury/received_credit_service.rb +0 -52
- data/lib/stripe/services/treasury/received_debit_service.rb +0 -40
- data/lib/stripe/services/treasury/transaction_entry_service.rb +0 -87
- data/lib/stripe/services/treasury/transaction_service.rb +0 -95
- data/lib/stripe/services/v1_services.rb +1 -10
- data/lib/stripe/services/v2/billing/meter_event_adjustment_service.rb +0 -23
- data/lib/stripe/services/v2/billing/meter_event_service.rb +0 -25
- data/lib/stripe/services/v2/billing/meter_event_session_service.rb +0 -2
- data/lib/stripe/services/v2/billing/meter_event_stream_service.rb +0 -33
- data/lib/stripe/services/v2/core/event_destination_service.rb +0 -137
- data/lib/stripe/services/v2/core/event_service.rb +0 -16
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +1 -4
- data/lib/stripe/services/webhook_endpoint_service.rb +0 -95
- data/lib/stripe/services.rb +0 -54
- data/lib/stripe/stripe_client.rb +8 -5
- data/lib/stripe/stripe_configuration.rb +2 -9
- data/lib/stripe/stripe_context.rb +68 -0
- data/lib/stripe/stripe_object.rb +34 -10
- data/lib/stripe/util.rb +25 -20
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +3 -54
- data/rbi/stripe/resources/v2/core/event_notification.rbi +43 -0
- data/rbi/stripe/stripe_client.rbi +17 -0
- data/rbi/stripe.rbi +121931 -190301
- metadata +599 -189
- data/API_VERSION +0 -1
- data/CHANGELOG.md +0 -2780
- data/CODE_OF_CONDUCT.md +0 -77
- data/CONTRIBUTING.md +0 -25
- data/CONTRIBUTORS +0 -3
- data/Gemfile +0 -41
- data/History.txt +0 -1
- data/LICENSE +0 -21
- data/Makefile +0 -22
- data/OPENAPI_VERSION +0 -1
- data/README.md +0 -424
- data/Rakefile +0 -34
- data/VERSION +0 -1
- data/examples/README.md +0 -16
- data/examples/example_template.rb +0 -36
- data/examples/meter_event_stream.rb +0 -57
- data/examples/thinevent_webhook_handler.rb +0 -39
- data/justfile +0 -43
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -13
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -22
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -21
- data/lib/stripe/resources/account_notice.rb +0 -123
- data/lib/stripe/resources/billing/meter_usage.rb +0 -23
- data/lib/stripe/resources/billing/meter_usage_row.rb +0 -28
- data/lib/stripe/resources/capital/financing_offer.rb +0 -179
- data/lib/stripe/resources/capital/financing_summary.rb +0 -55
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -114
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
- data/lib/stripe/resources/financial_connections/institution.rb +0 -92
- data/lib/stripe/resources/fx_quote.rb +0 -186
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -602
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -82
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -86
- data/lib/stripe/resources/issuing/settlement.rb +0 -53
- data/lib/stripe/resources/margin.rb +0 -115
- data/lib/stripe/resources/order.rb +0 -2958
- data/lib/stripe/resources/payment_attempt_record.rb +0 -1181
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -72
- data/lib/stripe/resources/payment_record.rb +0 -1727
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -298
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -33
- data/lib/stripe/resources/quote_line.rb +0 -274
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -680
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -395
- data/lib/stripe/resources/tax/association.rb +0 -66
- data/lib/stripe/resources/tax/form.rb +0 -211
- data/lib/stripe/resources/terminal/onboarding_link.rb +0 -84
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -31
- data/lib/stripe/resources/v2/core/account.rb +0 -1938
- data/lib/stripe/resources/v2/core/account_link.rb +0 -72
- data/lib/stripe/resources/v2/core/person.rb +0 -276
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -74
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -39
- data/lib/stripe/resources/v2/event.rb +0 -41
- data/lib/stripe/resources/v2/event_destination.rb +0 -73
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -20
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -22
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -51
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -79
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -68
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -94
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -129
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -82
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -45
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -117
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -77
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -49
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -122
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -84
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -80
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -70
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -89
- data/lib/stripe/services/account_notice_service.rb +0 -101
- data/lib/stripe/services/billing/meter_usage_service.rb +0 -76
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -317
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -37
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -57
- data/lib/stripe/services/fx_quote_service.rb +0 -123
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
- data/lib/stripe/services/margin_service.rb +0 -119
- data/lib/stripe/services/order_service.rb +0 -2388
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -52
- data/lib/stripe/services/payment_record_service.rb +0 -562
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -240
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -37
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/tax/association_service.rb +0 -31
- data/lib/stripe/services/tax/form_service.rb +0 -100
- data/lib/stripe/services/terminal/onboarding_link_service.rb +0 -56
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -114
- data/lib/stripe/services/v2/core/account_service.rb +0 -4536
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1045
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -130
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -107
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -74
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -119
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -82
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -125
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -95
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -199
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -235
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -172
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -90
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -43
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -69
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -73
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -152
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -53
- data/lib/stripe/thin_event.rb +0 -37
- data/stripe.gemspec +0 -47
@@ -41,6 +41,14 @@ module Stripe
|
|
41
41
|
attr_reader :routing_number
|
42
42
|
# Attribute for field swift_code
|
43
43
|
attr_reader :swift_code
|
44
|
+
|
45
|
+
def self.inner_class_types
|
46
|
+
@inner_class_types = {}
|
47
|
+
end
|
48
|
+
|
49
|
+
def self.field_remappings
|
50
|
+
@field_remappings = {}
|
51
|
+
end
|
44
52
|
end
|
45
53
|
|
46
54
|
class AchDebit < Stripe::StripeObject
|
@@ -56,6 +64,14 @@ module Stripe
|
|
56
64
|
attr_reader :routing_number
|
57
65
|
# Attribute for field type
|
58
66
|
attr_reader :type
|
67
|
+
|
68
|
+
def self.inner_class_types
|
69
|
+
@inner_class_types = {}
|
70
|
+
end
|
71
|
+
|
72
|
+
def self.field_remappings
|
73
|
+
@field_remappings = {}
|
74
|
+
end
|
59
75
|
end
|
60
76
|
|
61
77
|
class AcssDebit < Stripe::StripeObject
|
@@ -79,6 +95,14 @@ module Stripe
|
|
79
95
|
attr_reader :last4
|
80
96
|
# Attribute for field routing_number
|
81
97
|
attr_reader :routing_number
|
98
|
+
|
99
|
+
def self.inner_class_types
|
100
|
+
@inner_class_types = {}
|
101
|
+
end
|
102
|
+
|
103
|
+
def self.field_remappings
|
104
|
+
@field_remappings = {}
|
105
|
+
end
|
82
106
|
end
|
83
107
|
|
84
108
|
class Alipay < Stripe::StripeObject
|
@@ -88,6 +112,14 @@ module Stripe
|
|
88
112
|
attr_reader :native_url
|
89
113
|
# Attribute for field statement_descriptor
|
90
114
|
attr_reader :statement_descriptor
|
115
|
+
|
116
|
+
def self.inner_class_types
|
117
|
+
@inner_class_types = {}
|
118
|
+
end
|
119
|
+
|
120
|
+
def self.field_remappings
|
121
|
+
@field_remappings = {}
|
122
|
+
end
|
91
123
|
end
|
92
124
|
|
93
125
|
class AuBecsDebit < Stripe::StripeObject
|
@@ -97,6 +129,14 @@ module Stripe
|
|
97
129
|
attr_reader :fingerprint
|
98
130
|
# Attribute for field last4
|
99
131
|
attr_reader :last4
|
132
|
+
|
133
|
+
def self.inner_class_types
|
134
|
+
@inner_class_types = {}
|
135
|
+
end
|
136
|
+
|
137
|
+
def self.field_remappings
|
138
|
+
@field_remappings = {}
|
139
|
+
end
|
100
140
|
end
|
101
141
|
|
102
142
|
class Bancontact < Stripe::StripeObject
|
@@ -112,6 +152,14 @@ module Stripe
|
|
112
152
|
attr_reader :preferred_language
|
113
153
|
# Attribute for field statement_descriptor
|
114
154
|
attr_reader :statement_descriptor
|
155
|
+
|
156
|
+
def self.inner_class_types
|
157
|
+
@inner_class_types = {}
|
158
|
+
end
|
159
|
+
|
160
|
+
def self.field_remappings
|
161
|
+
@field_remappings = {}
|
162
|
+
end
|
115
163
|
end
|
116
164
|
|
117
165
|
class Card < Stripe::StripeObject
|
@@ -121,8 +169,6 @@ module Stripe
|
|
121
169
|
attr_reader :address_zip_check
|
122
170
|
# Attribute for field brand
|
123
171
|
attr_reader :brand
|
124
|
-
# Attribute for field brand_product
|
125
|
-
attr_reader :brand_product
|
126
172
|
# Attribute for field country
|
127
173
|
attr_reader :country
|
128
174
|
# Attribute for field cvc_check
|
@@ -151,6 +197,14 @@ module Stripe
|
|
151
197
|
attr_reader :three_d_secure
|
152
198
|
# Attribute for field tokenization_method
|
153
199
|
attr_reader :tokenization_method
|
200
|
+
|
201
|
+
def self.inner_class_types
|
202
|
+
@inner_class_types = {}
|
203
|
+
end
|
204
|
+
|
205
|
+
def self.field_remappings
|
206
|
+
@field_remappings = {}
|
207
|
+
end
|
154
208
|
end
|
155
209
|
|
156
210
|
class CardPresent < Stripe::StripeObject
|
@@ -164,8 +218,6 @@ module Stripe
|
|
164
218
|
attr_reader :authorization_response_code
|
165
219
|
# Attribute for field brand
|
166
220
|
attr_reader :brand
|
167
|
-
# Attribute for field brand_product
|
168
|
-
attr_reader :brand_product
|
169
221
|
# Attribute for field country
|
170
222
|
attr_reader :country
|
171
223
|
# Attribute for field cvm_type
|
@@ -208,6 +260,14 @@ module Stripe
|
|
208
260
|
attr_reader :terminal_verification_results
|
209
261
|
# Attribute for field transaction_status_information
|
210
262
|
attr_reader :transaction_status_information
|
263
|
+
|
264
|
+
def self.inner_class_types
|
265
|
+
@inner_class_types = {}
|
266
|
+
end
|
267
|
+
|
268
|
+
def self.field_remappings
|
269
|
+
@field_remappings = {}
|
270
|
+
end
|
211
271
|
end
|
212
272
|
|
213
273
|
class CodeVerification < Stripe::StripeObject
|
@@ -215,6 +275,14 @@ module Stripe
|
|
215
275
|
attr_reader :attempts_remaining
|
216
276
|
# The status of the code verification, either `pending` (awaiting verification, `attempts_remaining` should be greater than 0), `succeeded` (successful verification) or `failed` (failed verification, cannot be verified anymore as `attempts_remaining` should be 0).
|
217
277
|
attr_reader :status
|
278
|
+
|
279
|
+
def self.inner_class_types
|
280
|
+
@inner_class_types = {}
|
281
|
+
end
|
282
|
+
|
283
|
+
def self.field_remappings
|
284
|
+
@field_remappings = {}
|
285
|
+
end
|
218
286
|
end
|
219
287
|
|
220
288
|
class Eps < Stripe::StripeObject
|
@@ -222,6 +290,14 @@ module Stripe
|
|
222
290
|
attr_reader :reference
|
223
291
|
# Attribute for field statement_descriptor
|
224
292
|
attr_reader :statement_descriptor
|
293
|
+
|
294
|
+
def self.inner_class_types
|
295
|
+
@inner_class_types = {}
|
296
|
+
end
|
297
|
+
|
298
|
+
def self.field_remappings
|
299
|
+
@field_remappings = {}
|
300
|
+
end
|
225
301
|
end
|
226
302
|
|
227
303
|
class Giropay < Stripe::StripeObject
|
@@ -233,6 +309,14 @@ module Stripe
|
|
233
309
|
attr_reader :bic
|
234
310
|
# Attribute for field statement_descriptor
|
235
311
|
attr_reader :statement_descriptor
|
312
|
+
|
313
|
+
def self.inner_class_types
|
314
|
+
@inner_class_types = {}
|
315
|
+
end
|
316
|
+
|
317
|
+
def self.field_remappings
|
318
|
+
@field_remappings = {}
|
319
|
+
end
|
236
320
|
end
|
237
321
|
|
238
322
|
class Ideal < Stripe::StripeObject
|
@@ -244,6 +328,14 @@ module Stripe
|
|
244
328
|
attr_reader :iban_last4
|
245
329
|
# Attribute for field statement_descriptor
|
246
330
|
attr_reader :statement_descriptor
|
331
|
+
|
332
|
+
def self.inner_class_types
|
333
|
+
@inner_class_types = {}
|
334
|
+
end
|
335
|
+
|
336
|
+
def self.field_remappings
|
337
|
+
@field_remappings = {}
|
338
|
+
end
|
247
339
|
end
|
248
340
|
|
249
341
|
class Klarna < Stripe::StripeObject
|
@@ -299,6 +391,14 @@ module Stripe
|
|
299
391
|
attr_reader :shipping_first_name
|
300
392
|
# Attribute for field shipping_last_name
|
301
393
|
attr_reader :shipping_last_name
|
394
|
+
|
395
|
+
def self.inner_class_types
|
396
|
+
@inner_class_types = {}
|
397
|
+
end
|
398
|
+
|
399
|
+
def self.field_remappings
|
400
|
+
@field_remappings = {}
|
401
|
+
end
|
302
402
|
end
|
303
403
|
|
304
404
|
class Multibanco < Stripe::StripeObject
|
@@ -322,6 +422,14 @@ module Stripe
|
|
322
422
|
attr_reader :refund_account_holder_name
|
323
423
|
# Attribute for field refund_iban
|
324
424
|
attr_reader :refund_iban
|
425
|
+
|
426
|
+
def self.inner_class_types
|
427
|
+
@inner_class_types = {}
|
428
|
+
end
|
429
|
+
|
430
|
+
def self.field_remappings
|
431
|
+
@field_remappings = {}
|
432
|
+
end
|
325
433
|
end
|
326
434
|
|
327
435
|
class Owner < Stripe::StripeObject
|
@@ -330,14 +438,22 @@ module Stripe
|
|
330
438
|
attr_reader :city
|
331
439
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
332
440
|
attr_reader :country
|
333
|
-
# Address line 1
|
441
|
+
# Address line 1, such as the street, PO Box, or company name.
|
334
442
|
attr_reader :line1
|
335
|
-
# Address line 2
|
443
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
336
444
|
attr_reader :line2
|
337
445
|
# ZIP or postal code.
|
338
446
|
attr_reader :postal_code
|
339
447
|
# State, county, province, or region.
|
340
448
|
attr_reader :state
|
449
|
+
|
450
|
+
def self.inner_class_types
|
451
|
+
@inner_class_types = {}
|
452
|
+
end
|
453
|
+
|
454
|
+
def self.field_remappings
|
455
|
+
@field_remappings = {}
|
456
|
+
end
|
341
457
|
end
|
342
458
|
|
343
459
|
class VerifiedAddress < Stripe::StripeObject
|
@@ -345,14 +461,22 @@ module Stripe
|
|
345
461
|
attr_reader :city
|
346
462
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
347
463
|
attr_reader :country
|
348
|
-
# Address line 1
|
464
|
+
# Address line 1, such as the street, PO Box, or company name.
|
349
465
|
attr_reader :line1
|
350
|
-
# Address line 2
|
466
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
351
467
|
attr_reader :line2
|
352
468
|
# ZIP or postal code.
|
353
469
|
attr_reader :postal_code
|
354
470
|
# State, county, province, or region.
|
355
471
|
attr_reader :state
|
472
|
+
|
473
|
+
def self.inner_class_types
|
474
|
+
@inner_class_types = {}
|
475
|
+
end
|
476
|
+
|
477
|
+
def self.field_remappings
|
478
|
+
@field_remappings = {}
|
479
|
+
end
|
356
480
|
end
|
357
481
|
# Owner's address.
|
358
482
|
attr_reader :address
|
@@ -370,32 +494,27 @@ module Stripe
|
|
370
494
|
attr_reader :verified_name
|
371
495
|
# Verified owner's phone number (including extension). Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
|
372
496
|
attr_reader :verified_phone
|
497
|
+
|
498
|
+
def self.inner_class_types
|
499
|
+
@inner_class_types = { address: Address, verified_address: VerifiedAddress }
|
500
|
+
end
|
501
|
+
|
502
|
+
def self.field_remappings
|
503
|
+
@field_remappings = {}
|
504
|
+
end
|
373
505
|
end
|
374
506
|
|
375
507
|
class P24 < Stripe::StripeObject
|
376
508
|
# Attribute for field reference
|
377
509
|
attr_reader :reference
|
378
|
-
end
|
379
510
|
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
# Attribute for field reference_id
|
388
|
-
attr_reader :reference_id
|
389
|
-
# Attribute for field reference_transaction_amount
|
390
|
-
attr_reader :reference_transaction_amount
|
391
|
-
# Attribute for field reference_transaction_charged
|
392
|
-
attr_reader :reference_transaction_charged
|
393
|
-
# Attribute for field statement_descriptor
|
394
|
-
attr_reader :statement_descriptor
|
395
|
-
# Attribute for field transaction_id
|
396
|
-
attr_reader :transaction_id
|
397
|
-
# Attribute for field verified_email
|
398
|
-
attr_reader :verified_email
|
511
|
+
def self.inner_class_types
|
512
|
+
@inner_class_types = {}
|
513
|
+
end
|
514
|
+
|
515
|
+
def self.field_remappings
|
516
|
+
@field_remappings = {}
|
517
|
+
end
|
399
518
|
end
|
400
519
|
|
401
520
|
class Receiver < Stripe::StripeObject
|
@@ -411,6 +530,14 @@ module Stripe
|
|
411
530
|
attr_reader :refund_attributes_method
|
412
531
|
# Type of refund attribute status, one of `missing`, `requested`, or `available`.
|
413
532
|
attr_reader :refund_attributes_status
|
533
|
+
|
534
|
+
def self.inner_class_types
|
535
|
+
@inner_class_types = {}
|
536
|
+
end
|
537
|
+
|
538
|
+
def self.field_remappings
|
539
|
+
@field_remappings = {}
|
540
|
+
end
|
414
541
|
end
|
415
542
|
|
416
543
|
class Redirect < Stripe::StripeObject
|
@@ -418,10 +545,18 @@ module Stripe
|
|
418
545
|
attr_reader :failure_reason
|
419
546
|
# The URL you provide to redirect the customer to after they authenticated their payment.
|
420
547
|
attr_reader :return_url
|
421
|
-
# The status of the redirect, either `pending` (ready to be used by your customer to authenticate the transaction), `succeeded` (
|
548
|
+
# The status of the redirect, either `pending` (ready to be used by your customer to authenticate the transaction), `succeeded` (successful authentication, cannot be reused) or `not_required` (redirect should not be used) or `failed` (failed authentication, cannot be reused).
|
422
549
|
attr_reader :status
|
423
550
|
# The URL provided to you to redirect a customer to as part of a `redirect` authentication flow.
|
424
551
|
attr_reader :url
|
552
|
+
|
553
|
+
def self.inner_class_types
|
554
|
+
@inner_class_types = {}
|
555
|
+
end
|
556
|
+
|
557
|
+
def self.field_remappings
|
558
|
+
@field_remappings = {}
|
559
|
+
end
|
425
560
|
end
|
426
561
|
|
427
562
|
class SepaCreditTransfer < Stripe::StripeObject
|
@@ -447,6 +582,14 @@ module Stripe
|
|
447
582
|
attr_reader :refund_account_holder_name
|
448
583
|
# Attribute for field refund_iban
|
449
584
|
attr_reader :refund_iban
|
585
|
+
|
586
|
+
def self.inner_class_types
|
587
|
+
@inner_class_types = {}
|
588
|
+
end
|
589
|
+
|
590
|
+
def self.field_remappings
|
591
|
+
@field_remappings = {}
|
592
|
+
end
|
450
593
|
end
|
451
594
|
|
452
595
|
class SepaDebit < Stripe::StripeObject
|
@@ -464,6 +607,14 @@ module Stripe
|
|
464
607
|
attr_reader :mandate_reference
|
465
608
|
# Attribute for field mandate_url
|
466
609
|
attr_reader :mandate_url
|
610
|
+
|
611
|
+
def self.inner_class_types
|
612
|
+
@inner_class_types = {}
|
613
|
+
end
|
614
|
+
|
615
|
+
def self.field_remappings
|
616
|
+
@field_remappings = {}
|
617
|
+
end
|
467
618
|
end
|
468
619
|
|
469
620
|
class Sofort < Stripe::StripeObject
|
@@ -481,6 +632,14 @@ module Stripe
|
|
481
632
|
attr_reader :preferred_language
|
482
633
|
# Attribute for field statement_descriptor
|
483
634
|
attr_reader :statement_descriptor
|
635
|
+
|
636
|
+
def self.inner_class_types
|
637
|
+
@inner_class_types = {}
|
638
|
+
end
|
639
|
+
|
640
|
+
def self.field_remappings
|
641
|
+
@field_remappings = {}
|
642
|
+
end
|
484
643
|
end
|
485
644
|
|
486
645
|
class SourceOrder < Stripe::StripeObject
|
@@ -497,6 +656,14 @@ module Stripe
|
|
497
656
|
attr_reader :quantity
|
498
657
|
# The type of this order item. Must be `sku`, `tax`, or `shipping`.
|
499
658
|
attr_reader :type
|
659
|
+
|
660
|
+
def self.inner_class_types
|
661
|
+
@inner_class_types = {}
|
662
|
+
end
|
663
|
+
|
664
|
+
def self.field_remappings
|
665
|
+
@field_remappings = {}
|
666
|
+
end
|
500
667
|
end
|
501
668
|
|
502
669
|
class Shipping < Stripe::StripeObject
|
@@ -505,14 +672,22 @@ module Stripe
|
|
505
672
|
attr_reader :city
|
506
673
|
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
507
674
|
attr_reader :country
|
508
|
-
# Address line 1
|
675
|
+
# Address line 1, such as the street, PO Box, or company name.
|
509
676
|
attr_reader :line1
|
510
|
-
# Address line 2
|
677
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
511
678
|
attr_reader :line2
|
512
679
|
# ZIP or postal code.
|
513
680
|
attr_reader :postal_code
|
514
681
|
# State, county, province, or region.
|
515
682
|
attr_reader :state
|
683
|
+
|
684
|
+
def self.inner_class_types
|
685
|
+
@inner_class_types = {}
|
686
|
+
end
|
687
|
+
|
688
|
+
def self.field_remappings
|
689
|
+
@field_remappings = {}
|
690
|
+
end
|
516
691
|
end
|
517
692
|
# Attribute for field address
|
518
693
|
attr_reader :address
|
@@ -524,6 +699,14 @@ module Stripe
|
|
524
699
|
attr_reader :phone
|
525
700
|
# The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
|
526
701
|
attr_reader :tracking_number
|
702
|
+
|
703
|
+
def self.inner_class_types
|
704
|
+
@inner_class_types = { address: Address }
|
705
|
+
end
|
706
|
+
|
707
|
+
def self.field_remappings
|
708
|
+
@field_remappings = {}
|
709
|
+
end
|
527
710
|
end
|
528
711
|
# A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the order.
|
529
712
|
attr_reader :amount
|
@@ -535,6 +718,14 @@ module Stripe
|
|
535
718
|
attr_reader :items
|
536
719
|
# Attribute for field shipping
|
537
720
|
attr_reader :shipping
|
721
|
+
|
722
|
+
def self.inner_class_types
|
723
|
+
@inner_class_types = { items: Item, shipping: Shipping }
|
724
|
+
end
|
725
|
+
|
726
|
+
def self.field_remappings
|
727
|
+
@field_remappings = {}
|
728
|
+
end
|
538
729
|
end
|
539
730
|
|
540
731
|
class ThreeDSecure < Stripe::StripeObject
|
@@ -546,8 +737,6 @@ module Stripe
|
|
546
737
|
attr_reader :authenticated
|
547
738
|
# Attribute for field brand
|
548
739
|
attr_reader :brand
|
549
|
-
# Attribute for field brand_product
|
550
|
-
attr_reader :brand_product
|
551
740
|
# Attribute for field card
|
552
741
|
attr_reader :card
|
553
742
|
# Attribute for field country
|
@@ -580,6 +769,14 @@ module Stripe
|
|
580
769
|
attr_reader :three_d_secure
|
581
770
|
# Attribute for field tokenization_method
|
582
771
|
attr_reader :tokenization_method
|
772
|
+
|
773
|
+
def self.inner_class_types
|
774
|
+
@inner_class_types = {}
|
775
|
+
end
|
776
|
+
|
777
|
+
def self.field_remappings
|
778
|
+
@field_remappings = {}
|
779
|
+
end
|
583
780
|
end
|
584
781
|
|
585
782
|
class Wechat < Stripe::StripeObject
|
@@ -589,585 +786,13 @@ module Stripe
|
|
589
786
|
attr_reader :qr_code_url
|
590
787
|
# Attribute for field statement_descriptor
|
591
788
|
attr_reader :statement_descriptor
|
592
|
-
end
|
593
789
|
|
594
|
-
|
595
|
-
|
596
|
-
class Acceptance < Stripe::RequestParams
|
597
|
-
class Offline < Stripe::RequestParams
|
598
|
-
# An email to contact you with if a copy of the mandate is requested, required if `type` is `offline`.
|
599
|
-
attr_accessor :contact_email
|
600
|
-
|
601
|
-
def initialize(contact_email: nil)
|
602
|
-
@contact_email = contact_email
|
603
|
-
end
|
604
|
-
end
|
605
|
-
|
606
|
-
class Online < Stripe::RequestParams
|
607
|
-
# The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.
|
608
|
-
attr_accessor :date
|
609
|
-
# The IP address from which the mandate was accepted or refused by the customer.
|
610
|
-
attr_accessor :ip
|
611
|
-
# The user agent of the browser from which the mandate was accepted or refused by the customer.
|
612
|
-
attr_accessor :user_agent
|
613
|
-
|
614
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
615
|
-
@date = date
|
616
|
-
@ip = ip
|
617
|
-
@user_agent = user_agent
|
618
|
-
end
|
619
|
-
end
|
620
|
-
# The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.
|
621
|
-
attr_accessor :date
|
622
|
-
# The IP address from which the mandate was accepted or refused by the customer.
|
623
|
-
attr_accessor :ip
|
624
|
-
# The parameters required to store a mandate accepted offline. Should only be set if `mandate[type]` is `offline`
|
625
|
-
attr_accessor :offline
|
626
|
-
# The parameters required to store a mandate accepted online. Should only be set if `mandate[type]` is `online`
|
627
|
-
attr_accessor :online
|
628
|
-
# The status of the mandate acceptance. Either `accepted` (the mandate was accepted) or `refused` (the mandate was refused).
|
629
|
-
attr_accessor :status
|
630
|
-
# The type of acceptance information included with the mandate. Either `online` or `offline`
|
631
|
-
attr_accessor :type
|
632
|
-
# The user agent of the browser from which the mandate was accepted or refused by the customer.
|
633
|
-
attr_accessor :user_agent
|
634
|
-
|
635
|
-
def initialize(
|
636
|
-
date: nil,
|
637
|
-
ip: nil,
|
638
|
-
offline: nil,
|
639
|
-
online: nil,
|
640
|
-
status: nil,
|
641
|
-
type: nil,
|
642
|
-
user_agent: nil
|
643
|
-
)
|
644
|
-
@date = date
|
645
|
-
@ip = ip
|
646
|
-
@offline = offline
|
647
|
-
@online = online
|
648
|
-
@status = status
|
649
|
-
@type = type
|
650
|
-
@user_agent = user_agent
|
651
|
-
end
|
652
|
-
end
|
653
|
-
# The parameters required to notify Stripe of a mandate acceptance or refusal by the customer.
|
654
|
-
attr_accessor :acceptance
|
655
|
-
# The amount specified by the mandate. (Leave null for a mandate covering all amounts)
|
656
|
-
attr_accessor :amount
|
657
|
-
# The currency specified by the mandate. (Must match `currency` of the source)
|
658
|
-
attr_accessor :currency
|
659
|
-
# The interval of debits permitted by the mandate. Either `one_time` (just permitting a single debit), `scheduled` (with debits on an agreed schedule or for clearly-defined events), or `variable`(for debits with any frequency)
|
660
|
-
attr_accessor :interval
|
661
|
-
# The method Stripe should use to notify the customer of upcoming debit instructions and/or mandate confirmation as required by the underlying debit network. Either `email` (an email is sent directly to the customer), `manual` (a `source.mandate_notification` event is sent to your webhooks endpoint and you should handle the notification) or `none` (the underlying debit network does not require any notification).
|
662
|
-
attr_accessor :notification_method
|
663
|
-
|
664
|
-
def initialize(
|
665
|
-
acceptance: nil,
|
666
|
-
amount: nil,
|
667
|
-
currency: nil,
|
668
|
-
interval: nil,
|
669
|
-
notification_method: nil
|
670
|
-
)
|
671
|
-
@acceptance = acceptance
|
672
|
-
@amount = amount
|
673
|
-
@currency = currency
|
674
|
-
@interval = interval
|
675
|
-
@notification_method = notification_method
|
676
|
-
end
|
790
|
+
def self.inner_class_types
|
791
|
+
@inner_class_types = {}
|
677
792
|
end
|
678
793
|
|
679
|
-
|
680
|
-
|
681
|
-
# City, district, suburb, town, or village.
|
682
|
-
attr_accessor :city
|
683
|
-
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
684
|
-
attr_accessor :country
|
685
|
-
# Address line 1 (e.g., street, PO Box, or company name).
|
686
|
-
attr_accessor :line1
|
687
|
-
# Address line 2 (e.g., apartment, suite, unit, or building).
|
688
|
-
attr_accessor :line2
|
689
|
-
# ZIP or postal code.
|
690
|
-
attr_accessor :postal_code
|
691
|
-
# State, county, province, or region.
|
692
|
-
attr_accessor :state
|
693
|
-
|
694
|
-
def initialize(
|
695
|
-
city: nil,
|
696
|
-
country: nil,
|
697
|
-
line1: nil,
|
698
|
-
line2: nil,
|
699
|
-
postal_code: nil,
|
700
|
-
state: nil
|
701
|
-
)
|
702
|
-
@city = city
|
703
|
-
@country = country
|
704
|
-
@line1 = line1
|
705
|
-
@line2 = line2
|
706
|
-
@postal_code = postal_code
|
707
|
-
@state = state
|
708
|
-
end
|
709
|
-
end
|
710
|
-
# Owner's address.
|
711
|
-
attr_accessor :address
|
712
|
-
# Owner's email address.
|
713
|
-
attr_accessor :email
|
714
|
-
# Owner's full name.
|
715
|
-
attr_accessor :name
|
716
|
-
# Owner's phone number.
|
717
|
-
attr_accessor :phone
|
718
|
-
|
719
|
-
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
720
|
-
@address = address
|
721
|
-
@email = email
|
722
|
-
@name = name
|
723
|
-
@phone = phone
|
724
|
-
end
|
725
|
-
end
|
726
|
-
|
727
|
-
class SourceOrder < Stripe::RequestParams
|
728
|
-
class Item < Stripe::RequestParams
|
729
|
-
# Attribute for param field amount
|
730
|
-
attr_accessor :amount
|
731
|
-
# Attribute for param field currency
|
732
|
-
attr_accessor :currency
|
733
|
-
# Attribute for param field description
|
734
|
-
attr_accessor :description
|
735
|
-
# The ID of the SKU being ordered.
|
736
|
-
attr_accessor :parent
|
737
|
-
# The quantity of this order item. When type is `sku`, this is the number of instances of the SKU to be ordered.
|
738
|
-
attr_accessor :quantity
|
739
|
-
# Attribute for param field type
|
740
|
-
attr_accessor :type
|
741
|
-
|
742
|
-
def initialize(
|
743
|
-
amount: nil,
|
744
|
-
currency: nil,
|
745
|
-
description: nil,
|
746
|
-
parent: nil,
|
747
|
-
quantity: nil,
|
748
|
-
type: nil
|
749
|
-
)
|
750
|
-
@amount = amount
|
751
|
-
@currency = currency
|
752
|
-
@description = description
|
753
|
-
@parent = parent
|
754
|
-
@quantity = quantity
|
755
|
-
@type = type
|
756
|
-
end
|
757
|
-
end
|
758
|
-
|
759
|
-
class Shipping < Stripe::RequestParams
|
760
|
-
class Address < Stripe::RequestParams
|
761
|
-
# City, district, suburb, town, or village.
|
762
|
-
attr_accessor :city
|
763
|
-
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
764
|
-
attr_accessor :country
|
765
|
-
# Address line 1 (e.g., street, PO Box, or company name).
|
766
|
-
attr_accessor :line1
|
767
|
-
# Address line 2 (e.g., apartment, suite, unit, or building).
|
768
|
-
attr_accessor :line2
|
769
|
-
# ZIP or postal code.
|
770
|
-
attr_accessor :postal_code
|
771
|
-
# State, county, province, or region.
|
772
|
-
attr_accessor :state
|
773
|
-
|
774
|
-
def initialize(
|
775
|
-
city: nil,
|
776
|
-
country: nil,
|
777
|
-
line1: nil,
|
778
|
-
line2: nil,
|
779
|
-
postal_code: nil,
|
780
|
-
state: nil
|
781
|
-
)
|
782
|
-
@city = city
|
783
|
-
@country = country
|
784
|
-
@line1 = line1
|
785
|
-
@line2 = line2
|
786
|
-
@postal_code = postal_code
|
787
|
-
@state = state
|
788
|
-
end
|
789
|
-
end
|
790
|
-
# Shipping address.
|
791
|
-
attr_accessor :address
|
792
|
-
# The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
|
793
|
-
attr_accessor :carrier
|
794
|
-
# Recipient name.
|
795
|
-
attr_accessor :name
|
796
|
-
# Recipient phone (including extension).
|
797
|
-
attr_accessor :phone
|
798
|
-
# The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
|
799
|
-
attr_accessor :tracking_number
|
800
|
-
|
801
|
-
def initialize(address: nil, carrier: nil, name: nil, phone: nil, tracking_number: nil)
|
802
|
-
@address = address
|
803
|
-
@carrier = carrier
|
804
|
-
@name = name
|
805
|
-
@phone = phone
|
806
|
-
@tracking_number = tracking_number
|
807
|
-
end
|
808
|
-
end
|
809
|
-
# List of items constituting the order.
|
810
|
-
attr_accessor :items
|
811
|
-
# Shipping address for the order. Required if any of the SKUs are for products that have `shippable` set to true.
|
812
|
-
attr_accessor :shipping
|
813
|
-
|
814
|
-
def initialize(items: nil, shipping: nil)
|
815
|
-
@items = items
|
816
|
-
@shipping = shipping
|
817
|
-
end
|
818
|
-
end
|
819
|
-
# Amount associated with the source.
|
820
|
-
attr_accessor :amount
|
821
|
-
# Specifies which fields in the response should be expanded.
|
822
|
-
attr_accessor :expand
|
823
|
-
# Information about a mandate possibility attached to a source object (generally for bank debits) as well as its acceptance status.
|
824
|
-
attr_accessor :mandate
|
825
|
-
# 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`.
|
826
|
-
attr_accessor :metadata
|
827
|
-
# Information about the owner of the payment instrument that may be used or required by particular source types.
|
828
|
-
attr_accessor :owner
|
829
|
-
# Information about the items and shipping associated with the source. Required for transactional credit (for example Klarna) sources before you can charge it.
|
830
|
-
attr_accessor :source_order
|
831
|
-
|
832
|
-
def initialize(
|
833
|
-
amount: nil,
|
834
|
-
expand: nil,
|
835
|
-
mandate: nil,
|
836
|
-
metadata: nil,
|
837
|
-
owner: nil,
|
838
|
-
source_order: nil
|
839
|
-
)
|
840
|
-
@amount = amount
|
841
|
-
@expand = expand
|
842
|
-
@mandate = mandate
|
843
|
-
@metadata = metadata
|
844
|
-
@owner = owner
|
845
|
-
@source_order = source_order
|
846
|
-
end
|
847
|
-
end
|
848
|
-
|
849
|
-
class CreateParams < Stripe::RequestParams
|
850
|
-
class Mandate < Stripe::RequestParams
|
851
|
-
class Acceptance < Stripe::RequestParams
|
852
|
-
class Offline < Stripe::RequestParams
|
853
|
-
# An email to contact you with if a copy of the mandate is requested, required if `type` is `offline`.
|
854
|
-
attr_accessor :contact_email
|
855
|
-
|
856
|
-
def initialize(contact_email: nil)
|
857
|
-
@contact_email = contact_email
|
858
|
-
end
|
859
|
-
end
|
860
|
-
|
861
|
-
class Online < Stripe::RequestParams
|
862
|
-
# The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.
|
863
|
-
attr_accessor :date
|
864
|
-
# The IP address from which the mandate was accepted or refused by the customer.
|
865
|
-
attr_accessor :ip
|
866
|
-
# The user agent of the browser from which the mandate was accepted or refused by the customer.
|
867
|
-
attr_accessor :user_agent
|
868
|
-
|
869
|
-
def initialize(date: nil, ip: nil, user_agent: nil)
|
870
|
-
@date = date
|
871
|
-
@ip = ip
|
872
|
-
@user_agent = user_agent
|
873
|
-
end
|
874
|
-
end
|
875
|
-
# The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.
|
876
|
-
attr_accessor :date
|
877
|
-
# The IP address from which the mandate was accepted or refused by the customer.
|
878
|
-
attr_accessor :ip
|
879
|
-
# The parameters required to store a mandate accepted offline. Should only be set if `mandate[type]` is `offline`
|
880
|
-
attr_accessor :offline
|
881
|
-
# The parameters required to store a mandate accepted online. Should only be set if `mandate[type]` is `online`
|
882
|
-
attr_accessor :online
|
883
|
-
# The status of the mandate acceptance. Either `accepted` (the mandate was accepted) or `refused` (the mandate was refused).
|
884
|
-
attr_accessor :status
|
885
|
-
# The type of acceptance information included with the mandate. Either `online` or `offline`
|
886
|
-
attr_accessor :type
|
887
|
-
# The user agent of the browser from which the mandate was accepted or refused by the customer.
|
888
|
-
attr_accessor :user_agent
|
889
|
-
|
890
|
-
def initialize(
|
891
|
-
date: nil,
|
892
|
-
ip: nil,
|
893
|
-
offline: nil,
|
894
|
-
online: nil,
|
895
|
-
status: nil,
|
896
|
-
type: nil,
|
897
|
-
user_agent: nil
|
898
|
-
)
|
899
|
-
@date = date
|
900
|
-
@ip = ip
|
901
|
-
@offline = offline
|
902
|
-
@online = online
|
903
|
-
@status = status
|
904
|
-
@type = type
|
905
|
-
@user_agent = user_agent
|
906
|
-
end
|
907
|
-
end
|
908
|
-
# The parameters required to notify Stripe of a mandate acceptance or refusal by the customer.
|
909
|
-
attr_accessor :acceptance
|
910
|
-
# The amount specified by the mandate. (Leave null for a mandate covering all amounts)
|
911
|
-
attr_accessor :amount
|
912
|
-
# The currency specified by the mandate. (Must match `currency` of the source)
|
913
|
-
attr_accessor :currency
|
914
|
-
# The interval of debits permitted by the mandate. Either `one_time` (just permitting a single debit), `scheduled` (with debits on an agreed schedule or for clearly-defined events), or `variable`(for debits with any frequency)
|
915
|
-
attr_accessor :interval
|
916
|
-
# The method Stripe should use to notify the customer of upcoming debit instructions and/or mandate confirmation as required by the underlying debit network. Either `email` (an email is sent directly to the customer), `manual` (a `source.mandate_notification` event is sent to your webhooks endpoint and you should handle the notification) or `none` (the underlying debit network does not require any notification).
|
917
|
-
attr_accessor :notification_method
|
918
|
-
|
919
|
-
def initialize(
|
920
|
-
acceptance: nil,
|
921
|
-
amount: nil,
|
922
|
-
currency: nil,
|
923
|
-
interval: nil,
|
924
|
-
notification_method: nil
|
925
|
-
)
|
926
|
-
@acceptance = acceptance
|
927
|
-
@amount = amount
|
928
|
-
@currency = currency
|
929
|
-
@interval = interval
|
930
|
-
@notification_method = notification_method
|
931
|
-
end
|
932
|
-
end
|
933
|
-
|
934
|
-
class Owner < Stripe::RequestParams
|
935
|
-
class Address < Stripe::RequestParams
|
936
|
-
# City, district, suburb, town, or village.
|
937
|
-
attr_accessor :city
|
938
|
-
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
939
|
-
attr_accessor :country
|
940
|
-
# Address line 1 (e.g., street, PO Box, or company name).
|
941
|
-
attr_accessor :line1
|
942
|
-
# Address line 2 (e.g., apartment, suite, unit, or building).
|
943
|
-
attr_accessor :line2
|
944
|
-
# ZIP or postal code.
|
945
|
-
attr_accessor :postal_code
|
946
|
-
# State, county, province, or region.
|
947
|
-
attr_accessor :state
|
948
|
-
|
949
|
-
def initialize(
|
950
|
-
city: nil,
|
951
|
-
country: nil,
|
952
|
-
line1: nil,
|
953
|
-
line2: nil,
|
954
|
-
postal_code: nil,
|
955
|
-
state: nil
|
956
|
-
)
|
957
|
-
@city = city
|
958
|
-
@country = country
|
959
|
-
@line1 = line1
|
960
|
-
@line2 = line2
|
961
|
-
@postal_code = postal_code
|
962
|
-
@state = state
|
963
|
-
end
|
964
|
-
end
|
965
|
-
# Owner's address.
|
966
|
-
attr_accessor :address
|
967
|
-
# Owner's email address.
|
968
|
-
attr_accessor :email
|
969
|
-
# Owner's full name.
|
970
|
-
attr_accessor :name
|
971
|
-
# Owner's phone number.
|
972
|
-
attr_accessor :phone
|
973
|
-
|
974
|
-
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
975
|
-
@address = address
|
976
|
-
@email = email
|
977
|
-
@name = name
|
978
|
-
@phone = phone
|
979
|
-
end
|
980
|
-
end
|
981
|
-
|
982
|
-
class Receiver < Stripe::RequestParams
|
983
|
-
# The method Stripe should use to request information needed to process a refund or mispayment. Either `email` (an email is sent directly to the customer) or `manual` (a `source.refund_attributes_required` event is sent to your webhooks endpoint). Refer to each payment method's documentation to learn which refund attributes may be required.
|
984
|
-
attr_accessor :refund_attributes_method
|
985
|
-
|
986
|
-
def initialize(refund_attributes_method: nil)
|
987
|
-
@refund_attributes_method = refund_attributes_method
|
988
|
-
end
|
989
|
-
end
|
990
|
-
|
991
|
-
class Redirect < Stripe::RequestParams
|
992
|
-
# The URL you provide to redirect the customer back to you after they authenticated their payment. It can use your application URI scheme in the context of a mobile application.
|
993
|
-
attr_accessor :return_url
|
994
|
-
|
995
|
-
def initialize(return_url: nil)
|
996
|
-
@return_url = return_url
|
997
|
-
end
|
998
|
-
end
|
999
|
-
|
1000
|
-
class SourceOrder < Stripe::RequestParams
|
1001
|
-
class Item < Stripe::RequestParams
|
1002
|
-
# Attribute for param field amount
|
1003
|
-
attr_accessor :amount
|
1004
|
-
# Attribute for param field currency
|
1005
|
-
attr_accessor :currency
|
1006
|
-
# Attribute for param field description
|
1007
|
-
attr_accessor :description
|
1008
|
-
# The ID of the SKU being ordered.
|
1009
|
-
attr_accessor :parent
|
1010
|
-
# The quantity of this order item. When type is `sku`, this is the number of instances of the SKU to be ordered.
|
1011
|
-
attr_accessor :quantity
|
1012
|
-
# Attribute for param field type
|
1013
|
-
attr_accessor :type
|
1014
|
-
|
1015
|
-
def initialize(
|
1016
|
-
amount: nil,
|
1017
|
-
currency: nil,
|
1018
|
-
description: nil,
|
1019
|
-
parent: nil,
|
1020
|
-
quantity: nil,
|
1021
|
-
type: nil
|
1022
|
-
)
|
1023
|
-
@amount = amount
|
1024
|
-
@currency = currency
|
1025
|
-
@description = description
|
1026
|
-
@parent = parent
|
1027
|
-
@quantity = quantity
|
1028
|
-
@type = type
|
1029
|
-
end
|
1030
|
-
end
|
1031
|
-
|
1032
|
-
class Shipping < Stripe::RequestParams
|
1033
|
-
class Address < Stripe::RequestParams
|
1034
|
-
# City, district, suburb, town, or village.
|
1035
|
-
attr_accessor :city
|
1036
|
-
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
1037
|
-
attr_accessor :country
|
1038
|
-
# Address line 1 (e.g., street, PO Box, or company name).
|
1039
|
-
attr_accessor :line1
|
1040
|
-
# Address line 2 (e.g., apartment, suite, unit, or building).
|
1041
|
-
attr_accessor :line2
|
1042
|
-
# ZIP or postal code.
|
1043
|
-
attr_accessor :postal_code
|
1044
|
-
# State, county, province, or region.
|
1045
|
-
attr_accessor :state
|
1046
|
-
|
1047
|
-
def initialize(
|
1048
|
-
city: nil,
|
1049
|
-
country: nil,
|
1050
|
-
line1: nil,
|
1051
|
-
line2: nil,
|
1052
|
-
postal_code: nil,
|
1053
|
-
state: nil
|
1054
|
-
)
|
1055
|
-
@city = city
|
1056
|
-
@country = country
|
1057
|
-
@line1 = line1
|
1058
|
-
@line2 = line2
|
1059
|
-
@postal_code = postal_code
|
1060
|
-
@state = state
|
1061
|
-
end
|
1062
|
-
end
|
1063
|
-
# Shipping address.
|
1064
|
-
attr_accessor :address
|
1065
|
-
# The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
|
1066
|
-
attr_accessor :carrier
|
1067
|
-
# Recipient name.
|
1068
|
-
attr_accessor :name
|
1069
|
-
# Recipient phone (including extension).
|
1070
|
-
attr_accessor :phone
|
1071
|
-
# The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
|
1072
|
-
attr_accessor :tracking_number
|
1073
|
-
|
1074
|
-
def initialize(address: nil, carrier: nil, name: nil, phone: nil, tracking_number: nil)
|
1075
|
-
@address = address
|
1076
|
-
@carrier = carrier
|
1077
|
-
@name = name
|
1078
|
-
@phone = phone
|
1079
|
-
@tracking_number = tracking_number
|
1080
|
-
end
|
1081
|
-
end
|
1082
|
-
# List of items constituting the order.
|
1083
|
-
attr_accessor :items
|
1084
|
-
# Shipping address for the order. Required if any of the SKUs are for products that have `shippable` set to true.
|
1085
|
-
attr_accessor :shipping
|
1086
|
-
|
1087
|
-
def initialize(items: nil, shipping: nil)
|
1088
|
-
@items = items
|
1089
|
-
@shipping = shipping
|
1090
|
-
end
|
1091
|
-
end
|
1092
|
-
# Amount associated with the source. This is the amount for which the source will be chargeable once ready. Required for `single_use` sources. Not supported for `receiver` type sources, where charge amount may not be specified until funds land.
|
1093
|
-
attr_accessor :amount
|
1094
|
-
# Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) associated with the source. This is the currency for which the source will be chargeable once ready.
|
1095
|
-
attr_accessor :currency
|
1096
|
-
# The `Customer` to whom the original source is attached to. Must be set when the original source is not a `Source` (e.g., `Card`).
|
1097
|
-
attr_accessor :customer
|
1098
|
-
# Specifies which fields in the response should be expanded.
|
1099
|
-
attr_accessor :expand
|
1100
|
-
# The authentication `flow` of the source to create. `flow` is one of `redirect`, `receiver`, `code_verification`, `none`. It is generally inferred unless a type supports multiple flows.
|
1101
|
-
attr_accessor :flow
|
1102
|
-
# Information about a mandate possibility attached to a source object (generally for bank debits) as well as its acceptance status.
|
1103
|
-
attr_accessor :mandate
|
1104
|
-
# Attribute for param field metadata
|
1105
|
-
attr_accessor :metadata
|
1106
|
-
# The source to share.
|
1107
|
-
attr_accessor :original_source
|
1108
|
-
# Information about the owner of the payment instrument that may be used or required by particular source types.
|
1109
|
-
attr_accessor :owner
|
1110
|
-
# Optional parameters for the receiver flow. Can be set only if the source is a receiver (`flow` is `receiver`).
|
1111
|
-
attr_accessor :receiver
|
1112
|
-
# Parameters required for the redirect flow. Required if the source is authenticated by a redirect (`flow` is `redirect`).
|
1113
|
-
attr_accessor :redirect
|
1114
|
-
# Information about the items and shipping associated with the source. Required for transactional credit (for example Klarna) sources before you can charge it.
|
1115
|
-
attr_accessor :source_order
|
1116
|
-
# An arbitrary string to be displayed on your customer's statement. As an example, if your website is `RunClub` and the item you're charging for is a race ticket, you may want to specify a `statement_descriptor` of `RunClub 5K race ticket.` While many payment types will display this information, some may not display it at all.
|
1117
|
-
attr_accessor :statement_descriptor
|
1118
|
-
# An optional token used to create the source. When passed, token properties will override source parameters.
|
1119
|
-
attr_accessor :token
|
1120
|
-
# The `type` of the source to create. Required unless `customer` and `original_source` are specified (see the [Cloning card Sources](https://stripe.com/docs/sources/connect#cloning-card-sources) guide)
|
1121
|
-
attr_accessor :type
|
1122
|
-
# Attribute for param field usage
|
1123
|
-
attr_accessor :usage
|
1124
|
-
|
1125
|
-
def initialize(
|
1126
|
-
amount: nil,
|
1127
|
-
currency: nil,
|
1128
|
-
customer: nil,
|
1129
|
-
expand: nil,
|
1130
|
-
flow: nil,
|
1131
|
-
mandate: nil,
|
1132
|
-
metadata: nil,
|
1133
|
-
original_source: nil,
|
1134
|
-
owner: nil,
|
1135
|
-
receiver: nil,
|
1136
|
-
redirect: nil,
|
1137
|
-
source_order: nil,
|
1138
|
-
statement_descriptor: nil,
|
1139
|
-
token: nil,
|
1140
|
-
type: nil,
|
1141
|
-
usage: nil
|
1142
|
-
)
|
1143
|
-
@amount = amount
|
1144
|
-
@currency = currency
|
1145
|
-
@customer = customer
|
1146
|
-
@expand = expand
|
1147
|
-
@flow = flow
|
1148
|
-
@mandate = mandate
|
1149
|
-
@metadata = metadata
|
1150
|
-
@original_source = original_source
|
1151
|
-
@owner = owner
|
1152
|
-
@receiver = receiver
|
1153
|
-
@redirect = redirect
|
1154
|
-
@source_order = source_order
|
1155
|
-
@statement_descriptor = statement_descriptor
|
1156
|
-
@token = token
|
1157
|
-
@type = type
|
1158
|
-
@usage = usage
|
1159
|
-
end
|
1160
|
-
end
|
1161
|
-
|
1162
|
-
class VerifyParams < Stripe::RequestParams
|
1163
|
-
# Specifies which fields in the response should be expanded.
|
1164
|
-
attr_accessor :expand
|
1165
|
-
# The values needed to verify the source.
|
1166
|
-
attr_accessor :values
|
1167
|
-
|
1168
|
-
def initialize(expand: nil, values: nil)
|
1169
|
-
@expand = expand
|
1170
|
-
@values = values
|
794
|
+
def self.field_remappings
|
795
|
+
@field_remappings = {}
|
1171
796
|
end
|
1172
797
|
end
|
1173
798
|
# Attribute for field ach_credit_transfer
|
@@ -1224,8 +849,6 @@ module Stripe
|
|
1224
849
|
attr_reader :owner
|
1225
850
|
# Attribute for field p24
|
1226
851
|
attr_reader :p24
|
1227
|
-
# Attribute for field paypal
|
1228
|
-
attr_reader :paypal
|
1229
852
|
# Attribute for field receiver
|
1230
853
|
attr_reader :receiver
|
1231
854
|
# Attribute for field redirect
|
@@ -1312,5 +935,38 @@ module Stripe
|
|
1312
935
|
end
|
1313
936
|
extend Gem::Deprecate
|
1314
937
|
deprecate :source_transactions, :"Source.list_source_transactions", 2020, 1
|
938
|
+
|
939
|
+
def self.inner_class_types
|
940
|
+
@inner_class_types = {
|
941
|
+
ach_credit_transfer: AchCreditTransfer,
|
942
|
+
ach_debit: AchDebit,
|
943
|
+
acss_debit: AcssDebit,
|
944
|
+
alipay: Alipay,
|
945
|
+
au_becs_debit: AuBecsDebit,
|
946
|
+
bancontact: Bancontact,
|
947
|
+
card: Card,
|
948
|
+
card_present: CardPresent,
|
949
|
+
code_verification: CodeVerification,
|
950
|
+
eps: Eps,
|
951
|
+
giropay: Giropay,
|
952
|
+
ideal: Ideal,
|
953
|
+
klarna: Klarna,
|
954
|
+
multibanco: Multibanco,
|
955
|
+
owner: Owner,
|
956
|
+
p24: P24,
|
957
|
+
receiver: Receiver,
|
958
|
+
redirect: Redirect,
|
959
|
+
sepa_credit_transfer: SepaCreditTransfer,
|
960
|
+
sepa_debit: SepaDebit,
|
961
|
+
sofort: Sofort,
|
962
|
+
source_order: SourceOrder,
|
963
|
+
three_d_secure: ThreeDSecure,
|
964
|
+
wechat: Wechat,
|
965
|
+
}
|
966
|
+
end
|
967
|
+
|
968
|
+
def self.field_remappings
|
969
|
+
@field_remappings = {}
|
970
|
+
end
|
1315
971
|
end
|
1316
972
|
end
|