stripe 17.0.1 → 19.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/data/ca-certificates.crt +682 -518
- data/lib/stripe/api_requestor.rb +40 -44
- data/lib/stripe/api_version.rb +2 -2
- data/lib/stripe/errors.rb +3 -0
- data/lib/stripe/event_types.rb +61 -0
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +7 -7
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +5 -5
- data/lib/stripe/events/v2_core_account_closed_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +42 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_event_destination_ping_event.rb +2 -2
- data/lib/stripe/object_types.rb +14 -0
- data/lib/stripe/params/account_capability_list_params.rb +1 -1
- data/lib/stripe/params/account_capability_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_capability_update_params.rb +1 -1
- data/lib/stripe/params/account_create_params.rb +210 -143
- data/lib/stripe/params/account_delete_params.rb +1 -1
- data/lib/stripe/params/account_external_account_create_params.rb +6 -6
- data/lib/stripe/params/account_external_account_delete_params.rb +1 -1
- data/lib/stripe/params/account_external_account_list_params.rb +1 -1
- data/lib/stripe/params/account_external_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_external_account_update_params.rb +5 -5
- data/lib/stripe/params/account_link_create_params.rb +2 -2
- data/lib/stripe/params/account_list_params.rb +2 -2
- data/lib/stripe/params/account_login_link_create_params.rb +1 -1
- data/lib/stripe/params/account_person_create_params.rb +29 -29
- data/lib/stripe/params/account_person_delete_params.rb +1 -1
- data/lib/stripe/params/account_person_list_params.rb +2 -2
- data/lib/stripe/params/account_person_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_person_update_params.rb +29 -29
- data/lib/stripe/params/account_persons_params.rb +2 -2
- data/lib/stripe/params/account_reject_params.rb +1 -1
- data/lib/stripe/params/account_retrieve_current_params.rb +1 -1
- data/lib/stripe/params/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/account_session_create_params.rb +43 -43
- data/lib/stripe/params/account_update_params.rb +206 -139
- data/lib/stripe/params/apple_pay_domain_create_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_list_params.rb +1 -1
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +1 -1
- data/lib/stripe/params/application_fee_list_params.rb +2 -2
- data/lib/stripe/params/application_fee_refund_create_params.rb +2 -2
- data/lib/stripe/params/application_fee_refund_list_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +2 -2
- data/lib/stripe/params/application_fee_retrieve_params.rb +1 -1
- data/lib/stripe/params/apps/secret_create_params.rb +2 -2
- data/lib/stripe/params/apps/secret_delete_where_params.rb +2 -2
- data/lib/stripe/params/apps/secret_find_params.rb +2 -2
- data/lib/stripe/params/apps/secret_list_params.rb +2 -2
- data/lib/stripe/params/balance_retrieve_params.rb +1 -1
- data/lib/stripe/params/balance_settings_retrieve_params.rb +1 -1
- data/lib/stripe/params/balance_settings_update_params.rb +5 -5
- data/lib/stripe/params/balance_transaction_list_params.rb +4 -4
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/alert_activate_params.rb +1 -1
- data/lib/stripe/params/billing/alert_archive_params.rb +1 -1
- data/lib/stripe/params/billing/alert_create_params.rb +4 -4
- data/lib/stripe/params/billing/alert_deactivate_params.rb +1 -1
- data/lib/stripe/params/billing/alert_list_params.rb +1 -1
- data/lib/stripe/params/billing/alert_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +9 -6
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +6 -2
- data/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_create_params.rb +12 -8
- data/lib/stripe/params/billing/credit_grant_expire_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_list_params.rb +5 -1
- data/lib/stripe/params/billing/credit_grant_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_update_params.rb +1 -1
- data/lib/stripe/params/billing/credit_grant_void_grant_params.rb +1 -1
- data/lib/stripe/params/billing/meter_create_params.rb +4 -4
- data/lib/stripe/params/billing/meter_deactivate_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/billing/meter_event_create_params.rb +2 -2
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_reactivate_params.rb +1 -1
- data/lib/stripe/params/billing/meter_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing/meter_update_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +25 -18
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +25 -18
- data/lib/stripe/params/billing_portal/session_create_params.rb +23 -19
- data/lib/stripe/params/charge_capture_params.rb +4 -4
- data/lib/stripe/params/charge_create_params.rb +18 -18
- data/lib/stripe/params/charge_list_params.rb +2 -2
- data/lib/stripe/params/charge_retrieve_params.rb +1 -1
- data/lib/stripe/params/charge_search_params.rb +2 -2
- data/lib/stripe/params/charge_update_params.rb +7 -7
- data/lib/stripe/params/checkout/session_create_params.rb +359 -177
- data/lib/stripe/params/checkout/session_expire_params.rb +1 -1
- data/lib/stripe/params/checkout/session_line_item_list_params.rb +1 -1
- data/lib/stripe/params/checkout/session_list_line_items_params.rb +1 -1
- data/lib/stripe/params/checkout/session_list_params.rb +7 -3
- data/lib/stripe/params/checkout/session_retrieve_params.rb +1 -1
- data/lib/stripe/params/checkout/session_update_params.rb +185 -16
- data/lib/stripe/params/climate/order_cancel_params.rb +1 -1
- data/lib/stripe/params/climate/order_create_params.rb +7 -3
- data/lib/stripe/params/climate/order_list_params.rb +1 -1
- data/lib/stripe/params/climate/order_retrieve_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +3 -3
- data/lib/stripe/params/climate/product_list_params.rb +1 -1
- data/lib/stripe/params/climate/product_retrieve_params.rb +1 -1
- data/lib/stripe/params/climate/supplier_list_params.rb +1 -1
- data/lib/stripe/params/climate/supplier_retrieve_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +117 -67
- data/lib/stripe/params/confirmation_token_retrieve_params.rb +1 -1
- data/lib/stripe/params/country_spec_list_params.rb +1 -1
- data/lib/stripe/params/country_spec_retrieve_params.rb +1 -1
- data/lib/stripe/params/coupon_create_params.rb +5 -5
- data/lib/stripe/params/coupon_delete_params.rb +1 -1
- data/lib/stripe/params/coupon_list_params.rb +2 -2
- data/lib/stripe/params/coupon_retrieve_params.rb +1 -1
- data/lib/stripe/params/coupon_update_params.rb +3 -3
- data/lib/stripe/params/credit_note_create_params.rb +44 -10
- data/lib/stripe/params/credit_note_line_item_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +6 -2
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +44 -10
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +44 -10
- data/lib/stripe/params/credit_note_preview_params.rb +44 -10
- data/lib/stripe/params/credit_note_retrieve_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +2 -2
- data/lib/stripe/params/credit_note_void_credit_note_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +3 -3
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +32 -2
- data/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +2 -2
- data/lib/stripe/params/customer_cash_balance_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +3 -3
- data/lib/stripe/params/customer_create_funding_instructions_params.rb +4 -4
- data/lib/stripe/params/customer_create_params.rb +17 -17
- data/lib/stripe/params/customer_delete_discount_params.rb +1 -1
- data/lib/stripe/params/customer_delete_params.rb +1 -1
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +3 -3
- data/lib/stripe/params/customer_funding_instructions_create_params.rb +4 -4
- data/lib/stripe/params/customer_list_params.rb +2 -2
- data/lib/stripe/params/customer_list_payment_methods_params.rb +1 -1
- data/lib/stripe/params/customer_payment_method_list_params.rb +1 -1
- data/lib/stripe/params/customer_payment_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_create_params.rb +3 -3
- data/lib/stripe/params/customer_payment_source_delete_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_list_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_payment_source_update_params.rb +5 -5
- data/lib/stripe/params/customer_payment_source_verify_params.rb +1 -1
- data/lib/stripe/params/customer_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_retrieve_payment_method_params.rb +1 -1
- data/lib/stripe/params/customer_search_params.rb +2 -2
- data/lib/stripe/params/customer_session_create_params.rb +97 -9
- data/lib/stripe/params/customer_tax_id_create_params.rb +2 -2
- data/lib/stripe/params/customer_tax_id_delete_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_list_params.rb +1 -1
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +1 -1
- data/lib/stripe/params/customer_update_params.rb +17 -17
- data/lib/stripe/params/dispute_close_params.rb +1 -1
- data/lib/stripe/params/dispute_list_params.rb +2 -2
- data/lib/stripe/params/dispute_retrieve_params.rb +1 -1
- data/lib/stripe/params/dispute_update_params.rb +12 -12
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +1 -1
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_create_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_list_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +1 -1
- data/lib/stripe/params/entitlements/feature_update_params.rb +1 -1
- data/lib/stripe/params/ephemeral_key_create_params.rb +1 -1
- data/lib/stripe/params/ephemeral_key_delete_params.rb +1 -1
- data/lib/stripe/params/event_list_params.rb +2 -2
- data/lib/stripe/params/event_retrieve_params.rb +1 -1
- data/lib/stripe/params/exchange_rate_list_params.rb +1 -1
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/file_create_params.rb +5 -5
- data/lib/stripe/params/file_link_create_params.rb +2 -2
- data/lib/stripe/params/file_link_list_params.rb +2 -2
- data/lib/stripe/params/file_link_retrieve_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +2 -2
- data/lib/stripe/params/file_list_params.rb +2 -2
- data/lib/stripe/params/file_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +8 -5
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +1 -1
- data/lib/stripe/params/financial_connections/session_create_params.rb +9 -6
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +1 -1
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/forwarding/request_create_params.rb +4 -4
- data/lib/stripe/params/forwarding/request_list_params.rb +2 -2
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_report_list_params.rb +2 -2
- data/lib/stripe/params/identity/verification_report_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_cancel_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_create_params.rb +14 -10
- data/lib/stripe/params/identity/verification_session_list_params.rb +8 -4
- data/lib/stripe/params/identity/verification_session_redact_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_retrieve_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_update_params.rb +9 -9
- data/lib/stripe/params/invoice_add_lines_params.rb +48 -18
- data/lib/stripe/params/invoice_attach_payment_params.rb +5 -2
- data/lib/stripe/params/invoice_create_params.rb +77 -48
- data/lib/stripe/params/invoice_create_preview_params.rb +257 -80
- data/lib/stripe/params/invoice_delete_params.rb +1 -1
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +2 -2
- data/lib/stripe/params/invoice_item_create_params.rb +33 -13
- data/lib/stripe/params/invoice_item_delete_params.rb +1 -1
- data/lib/stripe/params/invoice_item_list_params.rb +7 -3
- data/lib/stripe/params/invoice_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_item_update_params.rb +28 -12
- data/lib/stripe/params/invoice_line_item_list_params.rb +1 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +31 -16
- data/lib/stripe/params/invoice_list_params.rb +8 -4
- data/lib/stripe/params/invoice_mark_uncollectible_params.rb +1 -1
- data/lib/stripe/params/invoice_pay_params.rb +1 -1
- data/lib/stripe/params/invoice_payment_list_params.rb +28 -3
- data/lib/stripe/params/invoice_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_remove_lines_params.rb +3 -3
- data/lib/stripe/params/invoice_rendering_template_archive_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_list_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +1 -1
- data/lib/stripe/params/invoice_retrieve_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +2 -2
- data/lib/stripe/params/invoice_send_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +48 -18
- data/lib/stripe/params/invoice_update_params.rb +70 -45
- data/lib/stripe/params/invoice_void_invoice_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_approve_params.rb +3 -3
- data/lib/stripe/params/issuing/authorization_capture_params.rb +139 -14
- data/lib/stripe/params/issuing/authorization_create_params.rb +124 -29
- data/lib/stripe/params/issuing/authorization_decline_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_expire_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +89 -9
- data/lib/stripe/params/issuing/authorization_increment_params.rb +3 -3
- data/lib/stripe/params/issuing/authorization_list_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_respond_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_update_params.rb +2 -2
- data/lib/stripe/params/issuing/card_create_params.rb +36 -15
- data/lib/stripe/params/issuing/card_deliver_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_fail_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_list_params.rb +2 -2
- data/lib/stripe/params/issuing/card_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/card_return_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_ship_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_submit_card_params.rb +1 -1
- data/lib/stripe/params/issuing/card_update_params.rb +14 -14
- data/lib/stripe/params/issuing/cardholder_create_params.rb +26 -26
- data/lib/stripe/params/issuing/cardholder_list_params.rb +2 -2
- data/lib/stripe/params/issuing/cardholder_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/cardholder_update_params.rb +25 -25
- data/lib/stripe/params/issuing/dispute_create_params.rb +13 -13
- data/lib/stripe/params/issuing/dispute_list_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_submit_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_update_params.rb +12 -12
- data/lib/stripe/params/issuing/personalization_design_activate_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +4 -4
- data/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_list_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_reject_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +4 -4
- data/lib/stripe/params/issuing/physical_bundle_list_params.rb +1 -1
- data/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/token_list_params.rb +2 -2
- data/lib/stripe/params/issuing/token_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/token_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +141 -16
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +141 -16
- data/lib/stripe/params/issuing/transaction_list_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_refund_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +2 -2
- data/lib/stripe/params/mandate_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_attempt_record_list_params.rb +22 -0
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +2 -2
- data/lib/stripe/params/payment_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +243 -6
- data/lib/stripe/params/payment_intent_confirm_params.rb +544 -162
- data/lib/stripe/params/payment_intent_create_params.rb +568 -178
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +242 -5
- data/lib/stripe/params/payment_intent_list_params.rb +6 -2
- data/lib/stripe/params/payment_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +2 -2
- data/lib/stripe/params/payment_intent_update_params.rb +550 -160
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +1 -1
- data/lib/stripe/params/payment_link_create_params.rb +134 -73
- data/lib/stripe/params/payment_link_line_item_list_params.rb +1 -1
- data/lib/stripe/params/payment_link_list_line_items_params.rb +1 -1
- data/lib/stripe/params/payment_link_list_params.rb +1 -1
- data/lib/stripe/params/payment_link_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_link_update_params.rb +128 -54
- data/lib/stripe/params/payment_method_attach_params.rb +5 -2
- data/lib/stripe/params/payment_method_configuration_create_params.rb +227 -143
- data/lib/stripe/params/payment_method_configuration_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_update_params.rb +227 -143
- data/lib/stripe/params/payment_method_create_params.rb +124 -60
- data/lib/stripe/params/payment_method_detach_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_create_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_list_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_update_params.rb +1 -1
- data/lib/stripe/params/payment_method_domain_validate_params.rb +1 -1
- data/lib/stripe/params/payment_method_list_params.rb +10 -2
- data/lib/stripe/params/payment_method_retrieve_params.rb +1 -1
- data/lib/stripe/params/payment_method_update_params.rb +27 -8
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +93 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +186 -0
- data/lib/stripe/params/payment_record_report_payment_params.rb +252 -0
- data/lib/stripe/params/payment_record_report_refund_params.rb +79 -0
- data/lib/stripe/params/payment_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/payout_cancel_params.rb +1 -1
- data/lib/stripe/params/payout_create_params.rb +2 -2
- data/lib/stripe/params/payout_list_params.rb +3 -3
- data/lib/stripe/params/payout_retrieve_params.rb +1 -1
- data/lib/stripe/params/payout_reverse_params.rb +2 -2
- data/lib/stripe/params/payout_update_params.rb +2 -2
- data/lib/stripe/params/plan_create_params.rb +28 -8
- data/lib/stripe/params/plan_delete_params.rb +1 -1
- data/lib/stripe/params/plan_list_params.rb +2 -2
- data/lib/stripe/params/plan_retrieve_params.rb +1 -1
- data/lib/stripe/params/plan_update_params.rb +3 -3
- data/lib/stripe/params/price_create_params.rb +55 -15
- data/lib/stripe/params/price_list_params.rb +3 -3
- data/lib/stripe/params/price_retrieve_params.rb +1 -1
- data/lib/stripe/params/price_search_params.rb +2 -2
- data/lib/stripe/params/price_update_params.rb +27 -7
- data/lib/stripe/params/product_create_params.rb +49 -16
- data/lib/stripe/params/product_delete_params.rb +1 -1
- data/lib/stripe/params/product_feature_create_params.rb +2 -2
- data/lib/stripe/params/product_feature_delete_params.rb +1 -1
- data/lib/stripe/params/product_feature_list_params.rb +1 -1
- data/lib/stripe/params/product_feature_retrieve_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +3 -3
- data/lib/stripe/params/product_retrieve_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +2 -2
- data/lib/stripe/params/product_update_params.rb +7 -7
- data/lib/stripe/params/promotion_code_create_params.rb +11 -7
- data/lib/stripe/params/promotion_code_list_params.rb +6 -2
- data/lib/stripe/params/promotion_code_retrieve_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +4 -4
- data/lib/stripe/params/quote_accept_params.rb +1 -1
- data/lib/stripe/params/quote_cancel_params.rb +1 -1
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +45 -19
- data/lib/stripe/params/quote_finalize_quote_params.rb +1 -1
- data/lib/stripe/params/quote_line_item_list_params.rb +1 -1
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +1 -1
- data/lib/stripe/params/quote_list_line_items_params.rb +1 -1
- data/lib/stripe/params/quote_list_params.rb +6 -2
- data/lib/stripe/params/quote_pdf_params.rb +1 -1
- data/lib/stripe/params/quote_retrieve_params.rb +1 -1
- data/lib/stripe/params/quote_update_params.rb +42 -16
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +2 -2
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/payment_evaluation_create_params.rb +223 -0
- data/lib/stripe/params/radar/value_list_create_params.rb +3 -3
- data/lib/stripe/params/radar/value_list_delete_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_item_list_params.rb +2 -2
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_list_params.rb +2 -2
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +2 -2
- data/lib/stripe/params/refund_cancel_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +3 -3
- data/lib/stripe/params/refund_expire_params.rb +1 -1
- data/lib/stripe/params/refund_list_params.rb +2 -2
- data/lib/stripe/params/refund_retrieve_params.rb +1 -1
- data/lib/stripe/params/refund_update_params.rb +2 -2
- data/lib/stripe/params/reporting/report_run_create_params.rb +4 -4
- data/lib/stripe/params/reporting/report_run_list_params.rb +2 -2
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +1 -1
- data/lib/stripe/params/reporting/report_type_list_params.rb +1 -1
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +1 -1
- data/lib/stripe/params/review_approve_params.rb +1 -1
- data/lib/stripe/params/review_list_params.rb +2 -2
- data/lib/stripe/params/review_retrieve_params.rb +1 -1
- data/lib/stripe/params/setup_attempt_list_params.rb +2 -2
- data/lib/stripe/params/setup_intent_cancel_params.rb +1 -1
- data/lib/stripe/params/setup_intent_confirm_params.rb +223 -93
- data/lib/stripe/params/setup_intent_create_params.rb +241 -101
- data/lib/stripe/params/setup_intent_list_params.rb +6 -2
- data/lib/stripe/params/setup_intent_retrieve_params.rb +1 -1
- data/lib/stripe/params/setup_intent_update_params.rb +231 -91
- data/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +1 -1
- data/lib/stripe/params/shipping_rate_create_params.rb +8 -8
- data/lib/stripe/params/shipping_rate_list_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/shipping_rate_update_params.rb +4 -4
- data/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +1 -1
- data/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +16 -16
- data/lib/stripe/params/source_detach_params.rb +1 -1
- data/lib/stripe/params/source_retrieve_params.rb +1 -1
- data/lib/stripe/params/source_transaction_list_params.rb +1 -1
- data/lib/stripe/params/source_update_params.rb +14 -14
- data/lib/stripe/params/source_verify_params.rb +1 -1
- data/lib/stripe/params/subscription_cancel_params.rb +2 -2
- data/lib/stripe/params/subscription_create_params.rb +131 -63
- data/lib/stripe/params/subscription_delete_discount_params.rb +1 -1
- data/lib/stripe/params/subscription_item_create_params.rb +25 -15
- data/lib/stripe/params/subscription_item_delete_params.rb +18 -4
- data/lib/stripe/params/subscription_item_list_params.rb +1 -1
- data/lib/stripe/params/subscription_item_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_item_update_params.rb +25 -15
- data/lib/stripe/params/subscription_list_params.rb +11 -7
- data/lib/stripe/params/subscription_migrate_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +3 -3
- data/lib/stripe/params/subscription_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_cancel_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_create_params.rb +119 -45
- data/lib/stripe/params/subscription_schedule_list_params.rb +9 -5
- data/lib/stripe/params/subscription_schedule_release_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_retrieve_params.rb +1 -1
- data/lib/stripe/params/subscription_schedule_update_params.rb +113 -43
- data/lib/stripe/params/subscription_search_params.rb +2 -2
- data/lib/stripe/params/subscription_update_params.rb +126 -62
- data/lib/stripe/params/tax/association_find_params.rb +18 -0
- data/lib/stripe/params/tax/calculation_create_params.rb +16 -16
- data/lib/stripe/params/tax/calculation_line_item_list_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_list_line_items_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/registration_create_params.rb +190 -164
- data/lib/stripe/params/tax/registration_list_params.rb +1 -1
- data/lib/stripe/params/tax/registration_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/registration_update_params.rb +1 -1
- data/lib/stripe/params/tax/settings_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax/settings_update_params.rb +5 -5
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +2 -2
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +12 -12
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_list_line_items_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_code_list_params.rb +1 -1
- data/lib/stripe/params/tax_code_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_id_create_params.rb +8 -5
- data/lib/stripe/params/tax_id_delete_params.rb +1 -1
- data/lib/stripe/params/tax_id_list_params.rb +7 -4
- data/lib/stripe/params/tax_id_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_rate_create_params.rb +2 -2
- data/lib/stripe/params/tax_rate_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_retrieve_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +2 -2
- data/lib/stripe/params/terminal/configuration_create_params.rb +72 -46
- data/lib/stripe/params/terminal/configuration_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_list_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/configuration_update_params.rb +72 -46
- data/lib/stripe/params/terminal/connection_token_create_params.rb +1 -1
- data/lib/stripe/params/terminal/location_create_params.rb +6 -6
- data/lib/stripe/params/terminal/location_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/location_list_params.rb +1 -1
- data/lib/stripe/params/terminal/location_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/location_update_params.rb +6 -6
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +43 -0
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +14 -14
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +5 -5
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +4 -4
- data/lib/stripe/params/terminal/reader_create_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_delete_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_list_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +5 -5
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +5 -5
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +4 -4
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +4 -4
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +9 -9
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_update_params.rb +2 -2
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +117 -67
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +3 -3
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +142 -14
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +127 -29
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +92 -9
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +3 -3
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +144 -16
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +144 -16
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +2 -2
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +1 -1
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +5 -5
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +1 -1
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +1 -1
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +2 -2
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +4 -4
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +4 -4
- data/lib/stripe/params/token_create_params.rb +86 -67
- data/lib/stripe/params/token_retrieve_params.rb +1 -1
- data/lib/stripe/params/topup_cancel_params.rb +1 -1
- data/lib/stripe/params/topup_create_params.rb +3 -3
- data/lib/stripe/params/topup_list_params.rb +3 -3
- data/lib/stripe/params/topup_retrieve_params.rb +1 -1
- data/lib/stripe/params/topup_update_params.rb +2 -2
- data/lib/stripe/params/transfer_create_params.rb +4 -4
- data/lib/stripe/params/transfer_list_params.rb +2 -2
- data/lib/stripe/params/transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_create_params.rb +2 -2
- data/lib/stripe/params/transfer_reversal_list_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_update_params.rb +2 -2
- data/lib/stripe/params/transfer_update_params.rb +2 -2
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +2 -2
- data/lib/stripe/params/treasury/credit_reversal_list_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +2 -2
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_close_params.rb +2 -2
- data/lib/stripe/params/treasury/financial_account_create_params.rb +17 -17
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +14 -14
- data/lib/stripe/params/treasury/financial_account_list_params.rb +2 -2
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +14 -14
- data/lib/stripe/params/treasury/financial_account_update_params.rb +18 -18
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +3 -3
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +2 -2
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +13 -13
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +4 -4
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +7 -7
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +4 -4
- data/lib/stripe/params/treasury/received_credit_create_params.rb +4 -4
- data/lib/stripe/params/treasury/received_credit_list_params.rb +2 -2
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +4 -4
- data/lib/stripe/params/treasury/received_debit_list_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +3 -3
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +1 -1
- data/lib/stripe/params/treasury/transaction_list_params.rb +4 -4
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/v2/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +2 -2
- data/lib/stripe/params/v2/core/account_close_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +2154 -0
- data/lib/stripe/params/v2/core/account_link_create_params.rb +101 -0
- data/lib/stripe/params/v2/core/account_list_params.rb +23 -0
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_token_create_params.rb +1048 -0
- data/lib/stripe/params/v2/core/account_token_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/account_update_params.rb +2207 -0
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +507 -0
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +19 -0
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +497 -0
- data/lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +507 -0
- data/lib/stripe/params/v2/core/event_destination_create_params.rb +8 -4
- data/lib/stripe/params/v2/core/event_destination_delete_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_disable_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_enable_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_list_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_ping_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +1 -1
- data/lib/stripe/params/v2/core/event_destination_update_params.rb +2 -2
- data/lib/stripe/params/v2/core/event_list_params.rb +25 -2
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_create_params.rb +2 -2
- data/lib/stripe/params/webhook_endpoint_delete_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_list_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_retrieve_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +2 -2
- data/lib/stripe/params.rb +29 -0
- data/lib/stripe/request_params.rb +116 -0
- data/lib/stripe/resources/account.rb +94 -68
- data/lib/stripe/resources/account_link.rb +1 -1
- data/lib/stripe/resources/account_session.rb +45 -45
- data/lib/stripe/resources/apple_pay_domain.rb +1 -1
- data/lib/stripe/resources/application_fee.rb +2 -2
- data/lib/stripe/resources/application_fee_refund.rb +2 -2
- data/lib/stripe/resources/apps/secret.rb +3 -3
- data/lib/stripe/resources/balance.rb +21 -21
- data/lib/stripe/resources/balance_settings.rb +5 -5
- data/lib/stripe/resources/balance_transaction.rb +3 -3
- data/lib/stripe/resources/bank_account.rb +16 -16
- data/lib/stripe/resources/billing/alert.rb +4 -4
- data/lib/stripe/resources/billing/alert_triggered.rb +1 -1
- data/lib/stripe/resources/billing/credit_balance_summary.rb +8 -6
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +9 -9
- data/lib/stripe/resources/billing/credit_grant.rb +9 -7
- data/lib/stripe/resources/billing/meter.rb +5 -5
- data/lib/stripe/resources/billing/meter_event.rb +2 -2
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +2 -2
- data/lib/stripe/resources/billing/meter_event_summary.rb +1 -1
- data/lib/stripe/resources/billing_portal/configuration.rb +22 -18
- data/lib/stripe/resources/billing_portal/session.rb +20 -18
- data/lib/stripe/resources/capability.rb +22 -22
- data/lib/stripe/resources/card.rb +3 -3
- data/lib/stripe/resources/cash_balance.rb +5 -3
- data/lib/stripe/resources/charge.rb +198 -138
- data/lib/stripe/resources/checkout/session.rb +266 -140
- data/lib/stripe/resources/climate/order.rb +8 -4
- data/lib/stripe/resources/climate/product.rb +5 -1
- data/lib/stripe/resources/climate/supplier.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +147 -105
- data/lib/stripe/resources/connect_collection_transfer.rb +1 -1
- data/lib/stripe/resources/country_spec.rb +3 -3
- data/lib/stripe/resources/coupon.rb +6 -6
- data/lib/stripe/resources/credit_note.rb +33 -13
- data/lib/stripe/resources/credit_note_line_item.rb +12 -6
- data/lib/stripe/resources/customer.rb +21 -17
- data/lib/stripe/resources/customer_balance_transaction.rb +8 -6
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +23 -21
- data/lib/stripe/resources/customer_session.rb +90 -6
- data/lib/stripe/resources/discount.rb +5 -3
- data/lib/stripe/resources/dispute.rb +23 -23
- data/lib/stripe/resources/entitlements/active_entitlement.rb +2 -2
- data/lib/stripe/resources/entitlements/active_entitlement_summary.rb +1 -1
- data/lib/stripe/resources/entitlements/feature.rb +1 -1
- data/lib/stripe/resources/ephemeral_key.rb +1 -1
- data/lib/stripe/resources/event.rb +4 -4
- data/lib/stripe/resources/exchange_rate.rb +2 -2
- data/lib/stripe/resources/file.rb +4 -4
- data/lib/stripe/resources/file_link.rb +2 -2
- data/lib/stripe/resources/financial_connections/account.rb +37 -13
- data/lib/stripe/resources/financial_connections/session.rb +7 -5
- data/lib/stripe/resources/financial_connections/transaction.rb +2 -2
- data/lib/stripe/resources/forwarding/request.rb +7 -7
- data/lib/stripe/resources/funding_instructions.rb +35 -35
- data/lib/stripe/resources/identity/verification_report.rb +28 -28
- data/lib/stripe/resources/identity/verification_session.rb +26 -24
- data/lib/stripe/resources/invoice.rb +119 -85
- data/lib/stripe/resources/invoice_item.rb +29 -14
- data/lib/stripe/resources/invoice_line_item.rb +35 -20
- data/lib/stripe/resources/invoice_payment.rb +6 -4
- data/lib/stripe/resources/invoice_rendering_template.rb +2 -2
- data/lib/stripe/resources/issuing/authorization.rb +120 -40
- data/lib/stripe/resources/issuing/card.rb +69 -23
- data/lib/stripe/resources/issuing/cardholder.rb +28 -28
- data/lib/stripe/resources/issuing/dispute.rb +18 -18
- data/lib/stripe/resources/issuing/personalization_design.rb +5 -5
- data/lib/stripe/resources/issuing/physical_bundle.rb +2 -2
- data/lib/stripe/resources/issuing/token.rb +8 -8
- data/lib/stripe/resources/issuing/transaction.rb +145 -29
- data/lib/stripe/resources/line_item.rb +30 -5
- data/lib/stripe/resources/login_link.rb +1 -1
- data/lib/stripe/resources/mandate.rb +77 -23
- data/lib/stripe/resources/payment_attempt_record.rb +2010 -0
- data/lib/stripe/resources/payment_intent.rb +413 -178
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +138 -0
- data/lib/stripe/resources/payment_link.rb +101 -54
- data/lib/stripe/resources/payment_method.rb +174 -98
- data/lib/stripe/resources/payment_method_configuration.rb +243 -107
- data/lib/stripe/resources/payment_method_domain.rb +14 -14
- data/lib/stripe/resources/payment_record.rb +2140 -0
- data/lib/stripe/resources/payout.rb +12 -12
- data/lib/stripe/resources/person.rb +43 -43
- data/lib/stripe/resources/plan.rb +28 -8
- data/lib/stripe/resources/price.rb +54 -14
- data/lib/stripe/resources/product.rb +12 -12
- data/lib/stripe/resources/product_feature.rb +1 -1
- data/lib/stripe/resources/promotion_code.rb +10 -8
- data/lib/stripe/resources/quote.rb +39 -37
- data/lib/stripe/resources/radar/early_fraud_warning.rb +2 -2
- data/lib/stripe/resources/radar/payment_evaluation.rb +497 -0
- data/lib/stripe/resources/radar/value_list.rb +4 -4
- data/lib/stripe/resources/radar/value_list_item.rb +2 -2
- data/lib/stripe/resources/refund.rb +87 -40
- data/lib/stripe/resources/reporting/report_run.rb +4 -4
- data/lib/stripe/resources/reporting/report_type.rb +4 -4
- data/lib/stripe/resources/reserve/hold.rb +67 -0
- data/lib/stripe/resources/reserve/plan.rb +78 -0
- data/lib/stripe/resources/reserve/release.rb +65 -0
- data/lib/stripe/resources/reversal.rb +4 -4
- data/lib/stripe/resources/review.rb +4 -4
- data/lib/stripe/resources/setup_attempt.rb +74 -46
- data/lib/stripe/resources/setup_intent.rb +163 -49
- data/lib/stripe/resources/shipping_rate.rb +9 -9
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +3 -3
- data/lib/stripe/resources/source.rb +38 -38
- data/lib/stripe/resources/source_mandate_notification.rb +7 -7
- data/lib/stripe/resources/source_transaction.rb +6 -6
- data/lib/stripe/resources/subscription.rb +105 -55
- data/lib/stripe/resources/subscription_item.rb +8 -8
- data/lib/stripe/resources/subscription_schedule.rb +37 -35
- data/lib/stripe/resources/tax/association.rb +86 -0
- data/lib/stripe/resources/tax/calculation.rb +26 -26
- data/lib/stripe/resources/tax/calculation_line_item.rb +11 -11
- data/lib/stripe/resources/tax/registration.rb +176 -144
- data/lib/stripe/resources/tax/settings.rb +9 -9
- data/lib/stripe/resources/tax/transaction.rb +21 -21
- data/lib/stripe/resources/tax/transaction_line_item.rb +7 -7
- data/lib/stripe/resources/tax_id.rb +10 -6
- data/lib/stripe/resources/tax_rate.rb +3 -3
- data/lib/stripe/resources/terminal/configuration.rb +68 -36
- data/lib/stripe/resources/terminal/connection_token.rb +1 -1
- data/lib/stripe/resources/terminal/location.rb +7 -7
- data/lib/stripe/resources/terminal/onboarding_link.rb +71 -0
- data/lib/stripe/resources/terminal/reader.rb +64 -62
- data/lib/stripe/resources/test_helpers/test_clock.rb +3 -3
- data/lib/stripe/resources/token.rb +5 -5
- data/lib/stripe/resources/topup.rb +4 -4
- data/lib/stripe/resources/transfer.rb +6 -6
- data/lib/stripe/resources/treasury/credit_reversal.rb +5 -5
- data/lib/stripe/resources/treasury/debit_reversal.rb +6 -6
- data/lib/stripe/resources/treasury/financial_account.rb +8 -8
- data/lib/stripe/resources/treasury/financial_account_features.rb +22 -22
- data/lib/stripe/resources/treasury/inbound_transfer.rb +13 -13
- data/lib/stripe/resources/treasury/outbound_payment.rb +18 -18
- data/lib/stripe/resources/treasury/outbound_transfer.rb +16 -16
- data/lib/stripe/resources/treasury/received_credit.rb +19 -19
- data/lib/stripe/resources/treasury/received_debit.rb +17 -15
- data/lib/stripe/resources/treasury/transaction.rb +15 -15
- data/lib/stripe/resources/treasury/transaction_entry.rb +14 -14
- data/lib/stripe/resources/v2/billing/meter_event.rb +3 -2
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +2 -1
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +1 -0
- data/lib/stripe/resources/v2/core/account.rb +3586 -0
- data/lib/stripe/resources/v2/core/account_link.rb +123 -0
- data/lib/stripe/resources/v2/core/account_person.rb +487 -0
- data/lib/stripe/resources/v2/core/account_person_token.rb +37 -0
- data/lib/stripe/resources/v2/core/account_token.rb +37 -0
- data/lib/stripe/resources/v2/core/event.rb +6 -4
- data/lib/stripe/resources/v2/core/event_destination.rb +9 -5
- data/lib/stripe/resources/v2/core/event_notification.rb +2 -1
- data/lib/stripe/resources/webhook_endpoint.rb +2 -2
- data/lib/stripe/resources.rb +31 -0
- data/lib/stripe/services/checkout/session_service.rb +5 -1
- data/lib/stripe/services/climate/order_service.rb +2 -0
- data/lib/stripe/services/credit_note_preview_lines_service.rb +2 -0
- data/lib/stripe/services/credit_note_service.rb +4 -0
- data/lib/stripe/services/customer_payment_source_service.rb +1 -1
- data/lib/stripe/services/customer_service.rb +1 -1
- data/lib/stripe/services/financial_connections/account_service.rb +1 -1
- data/lib/stripe/services/invoice_item_service.rb +4 -0
- data/lib/stripe/services/invoice_line_item_service.rb +2 -0
- data/lib/stripe/services/invoice_service.rb +10 -4
- data/lib/stripe/services/payment_attempt_record_service.rb +28 -0
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +17 -0
- data/lib/stripe/services/payment_intent_service.rb +8 -1
- data/lib/stripe/services/payment_link_service.rb +2 -0
- data/lib/stripe/services/payment_method_service.rb +1 -1
- data/lib/stripe/services/payment_record_service.rb +101 -0
- data/lib/stripe/services/payout_service.rb +2 -2
- data/lib/stripe/services/plan_service.rb +2 -0
- data/lib/stripe/services/price_service.rb +2 -0
- data/lib/stripe/services/product_service.rb +2 -0
- data/lib/stripe/services/quote_service.rb +4 -0
- data/lib/stripe/services/radar/payment_evaluation_service.rb +19 -0
- data/lib/stripe/services/radar_service.rb +2 -1
- data/lib/stripe/services/subscription_item_service.rb +4 -0
- data/lib/stripe/services/subscription_schedule_service.rb +4 -0
- data/lib/stripe/services/subscription_service.rb +6 -2
- data/lib/stripe/services/tax/association_service.rb +19 -0
- data/lib/stripe/services/tax_service.rb +2 -1
- data/lib/stripe/services/terminal/onboarding_link_service.rb +19 -0
- data/lib/stripe/services/terminal/reader_service.rb +8 -8
- data/lib/stripe/services/terminal_service.rb +2 -1
- data/lib/stripe/services/test_helpers/issuing/authorization_service.rb +12 -0
- data/lib/stripe/services/test_helpers/issuing/transaction_service.rb +8 -0
- data/lib/stripe/services/v1_services.rb +3 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +23 -0
- data/lib/stripe/services/v2/core/account_service.rb +87 -0
- data/lib/stripe/services/v2/core/account_token_service.rb +38 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +85 -0
- data/lib/stripe/services/v2/core/accounts/person_token_service.rb +42 -0
- data/lib/stripe/services/v2/core_service.rb +4 -1
- data/lib/stripe/services.rb +11 -0
- data/lib/stripe/stripe_client.rb +6 -0
- data/lib/stripe/stripe_object.rb +39 -1
- data/lib/stripe/util.rb +12 -14
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe/webhook.rb +7 -0
- data/lib/stripe.rb +1 -1
- data/rbi/stripe.rbi +64414 -32011
- metadata +103 -6
- data/lib/stripe/resources/alipay_account.rb +0 -34
- data/lib/stripe/resources/recipient_transfer.rb +0 -7
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
module Stripe
|
|
5
5
|
module Tax
|
|
6
|
-
# A Tax `Registration` lets us know that your business is registered to collect tax on payments within a region, enabling you to [automatically collect tax](https://stripe.com/
|
|
6
|
+
# A Tax `Registration` lets us know that your business is registered to collect tax on payments within a region, enabling you to [automatically collect tax](https://docs.stripe.com/tax).
|
|
7
7
|
#
|
|
8
|
-
# Stripe doesn't register on your behalf with the relevant authorities when you create a Tax `Registration` object. For more information on how to register to collect tax, see [our guide](https://stripe.com/
|
|
8
|
+
# Stripe doesn't register on your behalf with the relevant authorities when you create a Tax `Registration` object. For more information on how to register to collect tax, see [our guide](https://docs.stripe.com/tax/registering).
|
|
9
9
|
#
|
|
10
|
-
# Related guide: [Using the Registrations API](https://stripe.com/
|
|
10
|
+
# Related guide: [Using the Registrations API](https://docs.stripe.com/tax/registrations-api)
|
|
11
11
|
class Registration < APIResource
|
|
12
12
|
extend Stripe::APIOperations::Create
|
|
13
13
|
extend Stripe::APIOperations::List
|
|
@@ -18,9 +18,9 @@ module Stripe
|
|
|
18
18
|
"tax.registration"
|
|
19
19
|
end
|
|
20
20
|
|
|
21
|
-
class CountryOptions < Stripe::StripeObject
|
|
22
|
-
class Ae < Stripe::StripeObject
|
|
23
|
-
class Standard < Stripe::StripeObject
|
|
21
|
+
class CountryOptions < ::Stripe::StripeObject
|
|
22
|
+
class Ae < ::Stripe::StripeObject
|
|
23
|
+
class Standard < ::Stripe::StripeObject
|
|
24
24
|
# Place of supply scheme used in an Default standard registration.
|
|
25
25
|
attr_reader :place_of_supply_scheme
|
|
26
26
|
|
|
@@ -46,7 +46,7 @@ module Stripe
|
|
|
46
46
|
end
|
|
47
47
|
end
|
|
48
48
|
|
|
49
|
-
class Al < Stripe::StripeObject
|
|
49
|
+
class Al < ::Stripe::StripeObject
|
|
50
50
|
# Type of registration in `country`.
|
|
51
51
|
attr_reader :type
|
|
52
52
|
|
|
@@ -59,7 +59,7 @@ module Stripe
|
|
|
59
59
|
end
|
|
60
60
|
end
|
|
61
61
|
|
|
62
|
-
class Am < Stripe::StripeObject
|
|
62
|
+
class Am < ::Stripe::StripeObject
|
|
63
63
|
# Type of registration in `country`.
|
|
64
64
|
attr_reader :type
|
|
65
65
|
|
|
@@ -72,7 +72,7 @@ module Stripe
|
|
|
72
72
|
end
|
|
73
73
|
end
|
|
74
74
|
|
|
75
|
-
class Ao < Stripe::StripeObject
|
|
75
|
+
class Ao < ::Stripe::StripeObject
|
|
76
76
|
# Type of registration in `country`.
|
|
77
77
|
attr_reader :type
|
|
78
78
|
|
|
@@ -85,8 +85,8 @@ module Stripe
|
|
|
85
85
|
end
|
|
86
86
|
end
|
|
87
87
|
|
|
88
|
-
class At < Stripe::StripeObject
|
|
89
|
-
class Standard < Stripe::StripeObject
|
|
88
|
+
class At < ::Stripe::StripeObject
|
|
89
|
+
class Standard < ::Stripe::StripeObject
|
|
90
90
|
# Place of supply scheme used in an EU standard registration.
|
|
91
91
|
attr_reader :place_of_supply_scheme
|
|
92
92
|
|
|
@@ -112,8 +112,8 @@ module Stripe
|
|
|
112
112
|
end
|
|
113
113
|
end
|
|
114
114
|
|
|
115
|
-
class Au < Stripe::StripeObject
|
|
116
|
-
class Standard < Stripe::StripeObject
|
|
115
|
+
class Au < ::Stripe::StripeObject
|
|
116
|
+
class Standard < ::Stripe::StripeObject
|
|
117
117
|
# Place of supply scheme used in an Default standard registration.
|
|
118
118
|
attr_reader :place_of_supply_scheme
|
|
119
119
|
|
|
@@ -139,7 +139,7 @@ module Stripe
|
|
|
139
139
|
end
|
|
140
140
|
end
|
|
141
141
|
|
|
142
|
-
class Aw < Stripe::StripeObject
|
|
142
|
+
class Aw < ::Stripe::StripeObject
|
|
143
143
|
# Type of registration in `country`.
|
|
144
144
|
attr_reader :type
|
|
145
145
|
|
|
@@ -152,7 +152,7 @@ module Stripe
|
|
|
152
152
|
end
|
|
153
153
|
end
|
|
154
154
|
|
|
155
|
-
class Az < Stripe::StripeObject
|
|
155
|
+
class Az < ::Stripe::StripeObject
|
|
156
156
|
# Type of registration in `country`.
|
|
157
157
|
attr_reader :type
|
|
158
158
|
|
|
@@ -165,7 +165,7 @@ module Stripe
|
|
|
165
165
|
end
|
|
166
166
|
end
|
|
167
167
|
|
|
168
|
-
class Ba < Stripe::StripeObject
|
|
168
|
+
class Ba < ::Stripe::StripeObject
|
|
169
169
|
# Type of registration in `country`.
|
|
170
170
|
attr_reader :type
|
|
171
171
|
|
|
@@ -178,7 +178,7 @@ module Stripe
|
|
|
178
178
|
end
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
-
class Bb < Stripe::StripeObject
|
|
181
|
+
class Bb < ::Stripe::StripeObject
|
|
182
182
|
# Type of registration in `country`.
|
|
183
183
|
attr_reader :type
|
|
184
184
|
|
|
@@ -191,7 +191,7 @@ module Stripe
|
|
|
191
191
|
end
|
|
192
192
|
end
|
|
193
193
|
|
|
194
|
-
class Bd < Stripe::StripeObject
|
|
194
|
+
class Bd < ::Stripe::StripeObject
|
|
195
195
|
# Type of registration in `country`.
|
|
196
196
|
attr_reader :type
|
|
197
197
|
|
|
@@ -204,8 +204,8 @@ module Stripe
|
|
|
204
204
|
end
|
|
205
205
|
end
|
|
206
206
|
|
|
207
|
-
class Be < Stripe::StripeObject
|
|
208
|
-
class Standard < Stripe::StripeObject
|
|
207
|
+
class Be < ::Stripe::StripeObject
|
|
208
|
+
class Standard < ::Stripe::StripeObject
|
|
209
209
|
# Place of supply scheme used in an EU standard registration.
|
|
210
210
|
attr_reader :place_of_supply_scheme
|
|
211
211
|
|
|
@@ -231,7 +231,7 @@ module Stripe
|
|
|
231
231
|
end
|
|
232
232
|
end
|
|
233
233
|
|
|
234
|
-
class Bf < Stripe::StripeObject
|
|
234
|
+
class Bf < ::Stripe::StripeObject
|
|
235
235
|
# Type of registration in `country`.
|
|
236
236
|
attr_reader :type
|
|
237
237
|
|
|
@@ -244,8 +244,8 @@ module Stripe
|
|
|
244
244
|
end
|
|
245
245
|
end
|
|
246
246
|
|
|
247
|
-
class Bg < Stripe::StripeObject
|
|
248
|
-
class Standard < Stripe::StripeObject
|
|
247
|
+
class Bg < ::Stripe::StripeObject
|
|
248
|
+
class Standard < ::Stripe::StripeObject
|
|
249
249
|
# Place of supply scheme used in an EU standard registration.
|
|
250
250
|
attr_reader :place_of_supply_scheme
|
|
251
251
|
|
|
@@ -271,7 +271,7 @@ module Stripe
|
|
|
271
271
|
end
|
|
272
272
|
end
|
|
273
273
|
|
|
274
|
-
class Bh < Stripe::StripeObject
|
|
274
|
+
class Bh < ::Stripe::StripeObject
|
|
275
275
|
# Type of registration in `country`.
|
|
276
276
|
attr_reader :type
|
|
277
277
|
|
|
@@ -284,7 +284,7 @@ module Stripe
|
|
|
284
284
|
end
|
|
285
285
|
end
|
|
286
286
|
|
|
287
|
-
class Bj < Stripe::StripeObject
|
|
287
|
+
class Bj < ::Stripe::StripeObject
|
|
288
288
|
# Type of registration in `country`.
|
|
289
289
|
attr_reader :type
|
|
290
290
|
|
|
@@ -297,7 +297,7 @@ module Stripe
|
|
|
297
297
|
end
|
|
298
298
|
end
|
|
299
299
|
|
|
300
|
-
class Bs < Stripe::StripeObject
|
|
300
|
+
class Bs < ::Stripe::StripeObject
|
|
301
301
|
# Type of registration in `country`.
|
|
302
302
|
attr_reader :type
|
|
303
303
|
|
|
@@ -310,7 +310,7 @@ module Stripe
|
|
|
310
310
|
end
|
|
311
311
|
end
|
|
312
312
|
|
|
313
|
-
class By < Stripe::StripeObject
|
|
313
|
+
class By < ::Stripe::StripeObject
|
|
314
314
|
# Type of registration in `country`.
|
|
315
315
|
attr_reader :type
|
|
316
316
|
|
|
@@ -323,8 +323,8 @@ module Stripe
|
|
|
323
323
|
end
|
|
324
324
|
end
|
|
325
325
|
|
|
326
|
-
class Ca < Stripe::StripeObject
|
|
327
|
-
class ProvinceStandard < Stripe::StripeObject
|
|
326
|
+
class Ca < ::Stripe::StripeObject
|
|
327
|
+
class ProvinceStandard < ::Stripe::StripeObject
|
|
328
328
|
# Two-letter CA province code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
329
329
|
attr_reader :province
|
|
330
330
|
|
|
@@ -350,7 +350,7 @@ module Stripe
|
|
|
350
350
|
end
|
|
351
351
|
end
|
|
352
352
|
|
|
353
|
-
class Cd < Stripe::StripeObject
|
|
353
|
+
class Cd < ::Stripe::StripeObject
|
|
354
354
|
# Type of registration in `country`.
|
|
355
355
|
attr_reader :type
|
|
356
356
|
|
|
@@ -363,8 +363,8 @@ module Stripe
|
|
|
363
363
|
end
|
|
364
364
|
end
|
|
365
365
|
|
|
366
|
-
class Ch < Stripe::StripeObject
|
|
367
|
-
class Standard < Stripe::StripeObject
|
|
366
|
+
class Ch < ::Stripe::StripeObject
|
|
367
|
+
class Standard < ::Stripe::StripeObject
|
|
368
368
|
# Place of supply scheme used in an Default standard registration.
|
|
369
369
|
attr_reader :place_of_supply_scheme
|
|
370
370
|
|
|
@@ -390,7 +390,7 @@ module Stripe
|
|
|
390
390
|
end
|
|
391
391
|
end
|
|
392
392
|
|
|
393
|
-
class Cl < Stripe::StripeObject
|
|
393
|
+
class Cl < ::Stripe::StripeObject
|
|
394
394
|
# Type of registration in `country`.
|
|
395
395
|
attr_reader :type
|
|
396
396
|
|
|
@@ -403,7 +403,7 @@ module Stripe
|
|
|
403
403
|
end
|
|
404
404
|
end
|
|
405
405
|
|
|
406
|
-
class Cm < Stripe::StripeObject
|
|
406
|
+
class Cm < ::Stripe::StripeObject
|
|
407
407
|
# Type of registration in `country`.
|
|
408
408
|
attr_reader :type
|
|
409
409
|
|
|
@@ -416,7 +416,7 @@ module Stripe
|
|
|
416
416
|
end
|
|
417
417
|
end
|
|
418
418
|
|
|
419
|
-
class Co < Stripe::StripeObject
|
|
419
|
+
class Co < ::Stripe::StripeObject
|
|
420
420
|
# Type of registration in `country`.
|
|
421
421
|
attr_reader :type
|
|
422
422
|
|
|
@@ -429,7 +429,7 @@ module Stripe
|
|
|
429
429
|
end
|
|
430
430
|
end
|
|
431
431
|
|
|
432
|
-
class Cr < Stripe::StripeObject
|
|
432
|
+
class Cr < ::Stripe::StripeObject
|
|
433
433
|
# Type of registration in `country`.
|
|
434
434
|
attr_reader :type
|
|
435
435
|
|
|
@@ -442,7 +442,7 @@ module Stripe
|
|
|
442
442
|
end
|
|
443
443
|
end
|
|
444
444
|
|
|
445
|
-
class Cv < Stripe::StripeObject
|
|
445
|
+
class Cv < ::Stripe::StripeObject
|
|
446
446
|
# Type of registration in `country`.
|
|
447
447
|
attr_reader :type
|
|
448
448
|
|
|
@@ -455,8 +455,8 @@ module Stripe
|
|
|
455
455
|
end
|
|
456
456
|
end
|
|
457
457
|
|
|
458
|
-
class Cy < Stripe::StripeObject
|
|
459
|
-
class Standard < Stripe::StripeObject
|
|
458
|
+
class Cy < ::Stripe::StripeObject
|
|
459
|
+
class Standard < ::Stripe::StripeObject
|
|
460
460
|
# Place of supply scheme used in an EU standard registration.
|
|
461
461
|
attr_reader :place_of_supply_scheme
|
|
462
462
|
|
|
@@ -482,8 +482,8 @@ module Stripe
|
|
|
482
482
|
end
|
|
483
483
|
end
|
|
484
484
|
|
|
485
|
-
class Cz < Stripe::StripeObject
|
|
486
|
-
class Standard < Stripe::StripeObject
|
|
485
|
+
class Cz < ::Stripe::StripeObject
|
|
486
|
+
class Standard < ::Stripe::StripeObject
|
|
487
487
|
# Place of supply scheme used in an EU standard registration.
|
|
488
488
|
attr_reader :place_of_supply_scheme
|
|
489
489
|
|
|
@@ -509,8 +509,8 @@ module Stripe
|
|
|
509
509
|
end
|
|
510
510
|
end
|
|
511
511
|
|
|
512
|
-
class De < Stripe::StripeObject
|
|
513
|
-
class Standard < Stripe::StripeObject
|
|
512
|
+
class De < ::Stripe::StripeObject
|
|
513
|
+
class Standard < ::Stripe::StripeObject
|
|
514
514
|
# Place of supply scheme used in an EU standard registration.
|
|
515
515
|
attr_reader :place_of_supply_scheme
|
|
516
516
|
|
|
@@ -536,8 +536,8 @@ module Stripe
|
|
|
536
536
|
end
|
|
537
537
|
end
|
|
538
538
|
|
|
539
|
-
class Dk < Stripe::StripeObject
|
|
540
|
-
class Standard < Stripe::StripeObject
|
|
539
|
+
class Dk < ::Stripe::StripeObject
|
|
540
|
+
class Standard < ::Stripe::StripeObject
|
|
541
541
|
# Place of supply scheme used in an EU standard registration.
|
|
542
542
|
attr_reader :place_of_supply_scheme
|
|
543
543
|
|
|
@@ -563,7 +563,7 @@ module Stripe
|
|
|
563
563
|
end
|
|
564
564
|
end
|
|
565
565
|
|
|
566
|
-
class Ec < Stripe::StripeObject
|
|
566
|
+
class Ec < ::Stripe::StripeObject
|
|
567
567
|
# Type of registration in `country`.
|
|
568
568
|
attr_reader :type
|
|
569
569
|
|
|
@@ -576,8 +576,8 @@ module Stripe
|
|
|
576
576
|
end
|
|
577
577
|
end
|
|
578
578
|
|
|
579
|
-
class Ee < Stripe::StripeObject
|
|
580
|
-
class Standard < Stripe::StripeObject
|
|
579
|
+
class Ee < ::Stripe::StripeObject
|
|
580
|
+
class Standard < ::Stripe::StripeObject
|
|
581
581
|
# Place of supply scheme used in an EU standard registration.
|
|
582
582
|
attr_reader :place_of_supply_scheme
|
|
583
583
|
|
|
@@ -603,7 +603,7 @@ module Stripe
|
|
|
603
603
|
end
|
|
604
604
|
end
|
|
605
605
|
|
|
606
|
-
class Eg < Stripe::StripeObject
|
|
606
|
+
class Eg < ::Stripe::StripeObject
|
|
607
607
|
# Type of registration in `country`.
|
|
608
608
|
attr_reader :type
|
|
609
609
|
|
|
@@ -616,8 +616,8 @@ module Stripe
|
|
|
616
616
|
end
|
|
617
617
|
end
|
|
618
618
|
|
|
619
|
-
class Es < Stripe::StripeObject
|
|
620
|
-
class Standard < Stripe::StripeObject
|
|
619
|
+
class Es < ::Stripe::StripeObject
|
|
620
|
+
class Standard < ::Stripe::StripeObject
|
|
621
621
|
# Place of supply scheme used in an EU standard registration.
|
|
622
622
|
attr_reader :place_of_supply_scheme
|
|
623
623
|
|
|
@@ -643,7 +643,7 @@ module Stripe
|
|
|
643
643
|
end
|
|
644
644
|
end
|
|
645
645
|
|
|
646
|
-
class Et < Stripe::StripeObject
|
|
646
|
+
class Et < ::Stripe::StripeObject
|
|
647
647
|
# Type of registration in `country`.
|
|
648
648
|
attr_reader :type
|
|
649
649
|
|
|
@@ -656,8 +656,8 @@ module Stripe
|
|
|
656
656
|
end
|
|
657
657
|
end
|
|
658
658
|
|
|
659
|
-
class Fi < Stripe::StripeObject
|
|
660
|
-
class Standard < Stripe::StripeObject
|
|
659
|
+
class Fi < ::Stripe::StripeObject
|
|
660
|
+
class Standard < ::Stripe::StripeObject
|
|
661
661
|
# Place of supply scheme used in an EU standard registration.
|
|
662
662
|
attr_reader :place_of_supply_scheme
|
|
663
663
|
|
|
@@ -683,8 +683,8 @@ module Stripe
|
|
|
683
683
|
end
|
|
684
684
|
end
|
|
685
685
|
|
|
686
|
-
class Fr < Stripe::StripeObject
|
|
687
|
-
class Standard < Stripe::StripeObject
|
|
686
|
+
class Fr < ::Stripe::StripeObject
|
|
687
|
+
class Standard < ::Stripe::StripeObject
|
|
688
688
|
# Place of supply scheme used in an EU standard registration.
|
|
689
689
|
attr_reader :place_of_supply_scheme
|
|
690
690
|
|
|
@@ -710,8 +710,8 @@ module Stripe
|
|
|
710
710
|
end
|
|
711
711
|
end
|
|
712
712
|
|
|
713
|
-
class Gb < Stripe::StripeObject
|
|
714
|
-
class Standard < Stripe::StripeObject
|
|
713
|
+
class Gb < ::Stripe::StripeObject
|
|
714
|
+
class Standard < ::Stripe::StripeObject
|
|
715
715
|
# Place of supply scheme used in an Default standard registration.
|
|
716
716
|
attr_reader :place_of_supply_scheme
|
|
717
717
|
|
|
@@ -737,7 +737,7 @@ module Stripe
|
|
|
737
737
|
end
|
|
738
738
|
end
|
|
739
739
|
|
|
740
|
-
class Ge < Stripe::StripeObject
|
|
740
|
+
class Ge < ::Stripe::StripeObject
|
|
741
741
|
# Type of registration in `country`.
|
|
742
742
|
attr_reader :type
|
|
743
743
|
|
|
@@ -750,7 +750,7 @@ module Stripe
|
|
|
750
750
|
end
|
|
751
751
|
end
|
|
752
752
|
|
|
753
|
-
class Gn < Stripe::StripeObject
|
|
753
|
+
class Gn < ::Stripe::StripeObject
|
|
754
754
|
# Type of registration in `country`.
|
|
755
755
|
attr_reader :type
|
|
756
756
|
|
|
@@ -763,8 +763,8 @@ module Stripe
|
|
|
763
763
|
end
|
|
764
764
|
end
|
|
765
765
|
|
|
766
|
-
class Gr < Stripe::StripeObject
|
|
767
|
-
class Standard < Stripe::StripeObject
|
|
766
|
+
class Gr < ::Stripe::StripeObject
|
|
767
|
+
class Standard < ::Stripe::StripeObject
|
|
768
768
|
# Place of supply scheme used in an EU standard registration.
|
|
769
769
|
attr_reader :place_of_supply_scheme
|
|
770
770
|
|
|
@@ -790,8 +790,8 @@ module Stripe
|
|
|
790
790
|
end
|
|
791
791
|
end
|
|
792
792
|
|
|
793
|
-
class Hr < Stripe::StripeObject
|
|
794
|
-
class Standard < Stripe::StripeObject
|
|
793
|
+
class Hr < ::Stripe::StripeObject
|
|
794
|
+
class Standard < ::Stripe::StripeObject
|
|
795
795
|
# Place of supply scheme used in an EU standard registration.
|
|
796
796
|
attr_reader :place_of_supply_scheme
|
|
797
797
|
|
|
@@ -817,8 +817,8 @@ module Stripe
|
|
|
817
817
|
end
|
|
818
818
|
end
|
|
819
819
|
|
|
820
|
-
class Hu < Stripe::StripeObject
|
|
821
|
-
class Standard < Stripe::StripeObject
|
|
820
|
+
class Hu < ::Stripe::StripeObject
|
|
821
|
+
class Standard < ::Stripe::StripeObject
|
|
822
822
|
# Place of supply scheme used in an EU standard registration.
|
|
823
823
|
attr_reader :place_of_supply_scheme
|
|
824
824
|
|
|
@@ -844,7 +844,7 @@ module Stripe
|
|
|
844
844
|
end
|
|
845
845
|
end
|
|
846
846
|
|
|
847
|
-
class Id < Stripe::StripeObject
|
|
847
|
+
class Id < ::Stripe::StripeObject
|
|
848
848
|
# Type of registration in `country`.
|
|
849
849
|
attr_reader :type
|
|
850
850
|
|
|
@@ -857,8 +857,8 @@ module Stripe
|
|
|
857
857
|
end
|
|
858
858
|
end
|
|
859
859
|
|
|
860
|
-
class Ie < Stripe::StripeObject
|
|
861
|
-
class Standard < Stripe::StripeObject
|
|
860
|
+
class Ie < ::Stripe::StripeObject
|
|
861
|
+
class Standard < ::Stripe::StripeObject
|
|
862
862
|
# Place of supply scheme used in an EU standard registration.
|
|
863
863
|
attr_reader :place_of_supply_scheme
|
|
864
864
|
|
|
@@ -884,7 +884,7 @@ module Stripe
|
|
|
884
884
|
end
|
|
885
885
|
end
|
|
886
886
|
|
|
887
|
-
class In < Stripe::StripeObject
|
|
887
|
+
class In < ::Stripe::StripeObject
|
|
888
888
|
# Type of registration in `country`.
|
|
889
889
|
attr_reader :type
|
|
890
890
|
|
|
@@ -897,7 +897,7 @@ module Stripe
|
|
|
897
897
|
end
|
|
898
898
|
end
|
|
899
899
|
|
|
900
|
-
class Is < Stripe::StripeObject
|
|
900
|
+
class Is < ::Stripe::StripeObject
|
|
901
901
|
# Type of registration in `country`.
|
|
902
902
|
attr_reader :type
|
|
903
903
|
|
|
@@ -910,8 +910,8 @@ module Stripe
|
|
|
910
910
|
end
|
|
911
911
|
end
|
|
912
912
|
|
|
913
|
-
class It < Stripe::StripeObject
|
|
914
|
-
class Standard < Stripe::StripeObject
|
|
913
|
+
class It < ::Stripe::StripeObject
|
|
914
|
+
class Standard < ::Stripe::StripeObject
|
|
915
915
|
# Place of supply scheme used in an EU standard registration.
|
|
916
916
|
attr_reader :place_of_supply_scheme
|
|
917
917
|
|
|
@@ -937,8 +937,8 @@ module Stripe
|
|
|
937
937
|
end
|
|
938
938
|
end
|
|
939
939
|
|
|
940
|
-
class Jp < Stripe::StripeObject
|
|
941
|
-
class Standard < Stripe::StripeObject
|
|
940
|
+
class Jp < ::Stripe::StripeObject
|
|
941
|
+
class Standard < ::Stripe::StripeObject
|
|
942
942
|
# Place of supply scheme used in an Default standard registration.
|
|
943
943
|
attr_reader :place_of_supply_scheme
|
|
944
944
|
|
|
@@ -964,7 +964,7 @@ module Stripe
|
|
|
964
964
|
end
|
|
965
965
|
end
|
|
966
966
|
|
|
967
|
-
class Ke < Stripe::StripeObject
|
|
967
|
+
class Ke < ::Stripe::StripeObject
|
|
968
968
|
# Type of registration in `country`.
|
|
969
969
|
attr_reader :type
|
|
970
970
|
|
|
@@ -977,7 +977,7 @@ module Stripe
|
|
|
977
977
|
end
|
|
978
978
|
end
|
|
979
979
|
|
|
980
|
-
class Kg < Stripe::StripeObject
|
|
980
|
+
class Kg < ::Stripe::StripeObject
|
|
981
981
|
# Type of registration in `country`.
|
|
982
982
|
attr_reader :type
|
|
983
983
|
|
|
@@ -990,7 +990,7 @@ module Stripe
|
|
|
990
990
|
end
|
|
991
991
|
end
|
|
992
992
|
|
|
993
|
-
class Kh < Stripe::StripeObject
|
|
993
|
+
class Kh < ::Stripe::StripeObject
|
|
994
994
|
# Type of registration in `country`.
|
|
995
995
|
attr_reader :type
|
|
996
996
|
|
|
@@ -1003,7 +1003,7 @@ module Stripe
|
|
|
1003
1003
|
end
|
|
1004
1004
|
end
|
|
1005
1005
|
|
|
1006
|
-
class Kr < Stripe::StripeObject
|
|
1006
|
+
class Kr < ::Stripe::StripeObject
|
|
1007
1007
|
# Type of registration in `country`.
|
|
1008
1008
|
attr_reader :type
|
|
1009
1009
|
|
|
@@ -1016,7 +1016,7 @@ module Stripe
|
|
|
1016
1016
|
end
|
|
1017
1017
|
end
|
|
1018
1018
|
|
|
1019
|
-
class Kz < Stripe::StripeObject
|
|
1019
|
+
class Kz < ::Stripe::StripeObject
|
|
1020
1020
|
# Type of registration in `country`.
|
|
1021
1021
|
attr_reader :type
|
|
1022
1022
|
|
|
@@ -1029,7 +1029,7 @@ module Stripe
|
|
|
1029
1029
|
end
|
|
1030
1030
|
end
|
|
1031
1031
|
|
|
1032
|
-
class La < Stripe::StripeObject
|
|
1032
|
+
class La < ::Stripe::StripeObject
|
|
1033
1033
|
# Type of registration in `country`.
|
|
1034
1034
|
attr_reader :type
|
|
1035
1035
|
|
|
@@ -1042,8 +1042,21 @@ module Stripe
|
|
|
1042
1042
|
end
|
|
1043
1043
|
end
|
|
1044
1044
|
|
|
1045
|
-
class
|
|
1046
|
-
|
|
1045
|
+
class Lk < ::Stripe::StripeObject
|
|
1046
|
+
# Type of registration in `country`.
|
|
1047
|
+
attr_reader :type
|
|
1048
|
+
|
|
1049
|
+
def self.inner_class_types
|
|
1050
|
+
@inner_class_types = {}
|
|
1051
|
+
end
|
|
1052
|
+
|
|
1053
|
+
def self.field_remappings
|
|
1054
|
+
@field_remappings = {}
|
|
1055
|
+
end
|
|
1056
|
+
end
|
|
1057
|
+
|
|
1058
|
+
class Lt < ::Stripe::StripeObject
|
|
1059
|
+
class Standard < ::Stripe::StripeObject
|
|
1047
1060
|
# Place of supply scheme used in an EU standard registration.
|
|
1048
1061
|
attr_reader :place_of_supply_scheme
|
|
1049
1062
|
|
|
@@ -1069,8 +1082,8 @@ module Stripe
|
|
|
1069
1082
|
end
|
|
1070
1083
|
end
|
|
1071
1084
|
|
|
1072
|
-
class Lu < Stripe::StripeObject
|
|
1073
|
-
class Standard < Stripe::StripeObject
|
|
1085
|
+
class Lu < ::Stripe::StripeObject
|
|
1086
|
+
class Standard < ::Stripe::StripeObject
|
|
1074
1087
|
# Place of supply scheme used in an EU standard registration.
|
|
1075
1088
|
attr_reader :place_of_supply_scheme
|
|
1076
1089
|
|
|
@@ -1096,8 +1109,8 @@ module Stripe
|
|
|
1096
1109
|
end
|
|
1097
1110
|
end
|
|
1098
1111
|
|
|
1099
|
-
class Lv < Stripe::StripeObject
|
|
1100
|
-
class Standard < Stripe::StripeObject
|
|
1112
|
+
class Lv < ::Stripe::StripeObject
|
|
1113
|
+
class Standard < ::Stripe::StripeObject
|
|
1101
1114
|
# Place of supply scheme used in an EU standard registration.
|
|
1102
1115
|
attr_reader :place_of_supply_scheme
|
|
1103
1116
|
|
|
@@ -1123,7 +1136,7 @@ module Stripe
|
|
|
1123
1136
|
end
|
|
1124
1137
|
end
|
|
1125
1138
|
|
|
1126
|
-
class Ma < Stripe::StripeObject
|
|
1139
|
+
class Ma < ::Stripe::StripeObject
|
|
1127
1140
|
# Type of registration in `country`.
|
|
1128
1141
|
attr_reader :type
|
|
1129
1142
|
|
|
@@ -1136,7 +1149,7 @@ module Stripe
|
|
|
1136
1149
|
end
|
|
1137
1150
|
end
|
|
1138
1151
|
|
|
1139
|
-
class Md < Stripe::StripeObject
|
|
1152
|
+
class Md < ::Stripe::StripeObject
|
|
1140
1153
|
# Type of registration in `country`.
|
|
1141
1154
|
attr_reader :type
|
|
1142
1155
|
|
|
@@ -1149,7 +1162,7 @@ module Stripe
|
|
|
1149
1162
|
end
|
|
1150
1163
|
end
|
|
1151
1164
|
|
|
1152
|
-
class Me < Stripe::StripeObject
|
|
1165
|
+
class Me < ::Stripe::StripeObject
|
|
1153
1166
|
# Type of registration in `country`.
|
|
1154
1167
|
attr_reader :type
|
|
1155
1168
|
|
|
@@ -1162,7 +1175,7 @@ module Stripe
|
|
|
1162
1175
|
end
|
|
1163
1176
|
end
|
|
1164
1177
|
|
|
1165
|
-
class Mk < Stripe::StripeObject
|
|
1178
|
+
class Mk < ::Stripe::StripeObject
|
|
1166
1179
|
# Type of registration in `country`.
|
|
1167
1180
|
attr_reader :type
|
|
1168
1181
|
|
|
@@ -1175,7 +1188,7 @@ module Stripe
|
|
|
1175
1188
|
end
|
|
1176
1189
|
end
|
|
1177
1190
|
|
|
1178
|
-
class Mr < Stripe::StripeObject
|
|
1191
|
+
class Mr < ::Stripe::StripeObject
|
|
1179
1192
|
# Type of registration in `country`.
|
|
1180
1193
|
attr_reader :type
|
|
1181
1194
|
|
|
@@ -1188,8 +1201,8 @@ module Stripe
|
|
|
1188
1201
|
end
|
|
1189
1202
|
end
|
|
1190
1203
|
|
|
1191
|
-
class Mt < Stripe::StripeObject
|
|
1192
|
-
class Standard < Stripe::StripeObject
|
|
1204
|
+
class Mt < ::Stripe::StripeObject
|
|
1205
|
+
class Standard < ::Stripe::StripeObject
|
|
1193
1206
|
# Place of supply scheme used in an EU standard registration.
|
|
1194
1207
|
attr_reader :place_of_supply_scheme
|
|
1195
1208
|
|
|
@@ -1215,7 +1228,7 @@ module Stripe
|
|
|
1215
1228
|
end
|
|
1216
1229
|
end
|
|
1217
1230
|
|
|
1218
|
-
class Mx < Stripe::StripeObject
|
|
1231
|
+
class Mx < ::Stripe::StripeObject
|
|
1219
1232
|
# Type of registration in `country`.
|
|
1220
1233
|
attr_reader :type
|
|
1221
1234
|
|
|
@@ -1228,7 +1241,7 @@ module Stripe
|
|
|
1228
1241
|
end
|
|
1229
1242
|
end
|
|
1230
1243
|
|
|
1231
|
-
class My < Stripe::StripeObject
|
|
1244
|
+
class My < ::Stripe::StripeObject
|
|
1232
1245
|
# Type of registration in `country`.
|
|
1233
1246
|
attr_reader :type
|
|
1234
1247
|
|
|
@@ -1241,7 +1254,7 @@ module Stripe
|
|
|
1241
1254
|
end
|
|
1242
1255
|
end
|
|
1243
1256
|
|
|
1244
|
-
class Ng < Stripe::StripeObject
|
|
1257
|
+
class Ng < ::Stripe::StripeObject
|
|
1245
1258
|
# Type of registration in `country`.
|
|
1246
1259
|
attr_reader :type
|
|
1247
1260
|
|
|
@@ -1254,8 +1267,8 @@ module Stripe
|
|
|
1254
1267
|
end
|
|
1255
1268
|
end
|
|
1256
1269
|
|
|
1257
|
-
class Nl < Stripe::StripeObject
|
|
1258
|
-
class Standard < Stripe::StripeObject
|
|
1270
|
+
class Nl < ::Stripe::StripeObject
|
|
1271
|
+
class Standard < ::Stripe::StripeObject
|
|
1259
1272
|
# Place of supply scheme used in an EU standard registration.
|
|
1260
1273
|
attr_reader :place_of_supply_scheme
|
|
1261
1274
|
|
|
@@ -1281,8 +1294,8 @@ module Stripe
|
|
|
1281
1294
|
end
|
|
1282
1295
|
end
|
|
1283
1296
|
|
|
1284
|
-
class No < Stripe::StripeObject
|
|
1285
|
-
class Standard < Stripe::StripeObject
|
|
1297
|
+
class No < ::Stripe::StripeObject
|
|
1298
|
+
class Standard < ::Stripe::StripeObject
|
|
1286
1299
|
# Place of supply scheme used in an Default standard registration.
|
|
1287
1300
|
attr_reader :place_of_supply_scheme
|
|
1288
1301
|
|
|
@@ -1308,7 +1321,7 @@ module Stripe
|
|
|
1308
1321
|
end
|
|
1309
1322
|
end
|
|
1310
1323
|
|
|
1311
|
-
class Np < Stripe::StripeObject
|
|
1324
|
+
class Np < ::Stripe::StripeObject
|
|
1312
1325
|
# Type of registration in `country`.
|
|
1313
1326
|
attr_reader :type
|
|
1314
1327
|
|
|
@@ -1321,8 +1334,8 @@ module Stripe
|
|
|
1321
1334
|
end
|
|
1322
1335
|
end
|
|
1323
1336
|
|
|
1324
|
-
class Nz < Stripe::StripeObject
|
|
1325
|
-
class Standard < Stripe::StripeObject
|
|
1337
|
+
class Nz < ::Stripe::StripeObject
|
|
1338
|
+
class Standard < ::Stripe::StripeObject
|
|
1326
1339
|
# Place of supply scheme used in an Default standard registration.
|
|
1327
1340
|
attr_reader :place_of_supply_scheme
|
|
1328
1341
|
|
|
@@ -1348,7 +1361,7 @@ module Stripe
|
|
|
1348
1361
|
end
|
|
1349
1362
|
end
|
|
1350
1363
|
|
|
1351
|
-
class Om < Stripe::StripeObject
|
|
1364
|
+
class Om < ::Stripe::StripeObject
|
|
1352
1365
|
# Type of registration in `country`.
|
|
1353
1366
|
attr_reader :type
|
|
1354
1367
|
|
|
@@ -1361,7 +1374,7 @@ module Stripe
|
|
|
1361
1374
|
end
|
|
1362
1375
|
end
|
|
1363
1376
|
|
|
1364
|
-
class Pe < Stripe::StripeObject
|
|
1377
|
+
class Pe < ::Stripe::StripeObject
|
|
1365
1378
|
# Type of registration in `country`.
|
|
1366
1379
|
attr_reader :type
|
|
1367
1380
|
|
|
@@ -1374,7 +1387,7 @@ module Stripe
|
|
|
1374
1387
|
end
|
|
1375
1388
|
end
|
|
1376
1389
|
|
|
1377
|
-
class Ph < Stripe::StripeObject
|
|
1390
|
+
class Ph < ::Stripe::StripeObject
|
|
1378
1391
|
# Type of registration in `country`.
|
|
1379
1392
|
attr_reader :type
|
|
1380
1393
|
|
|
@@ -1387,8 +1400,8 @@ module Stripe
|
|
|
1387
1400
|
end
|
|
1388
1401
|
end
|
|
1389
1402
|
|
|
1390
|
-
class Pl < Stripe::StripeObject
|
|
1391
|
-
class Standard < Stripe::StripeObject
|
|
1403
|
+
class Pl < ::Stripe::StripeObject
|
|
1404
|
+
class Standard < ::Stripe::StripeObject
|
|
1392
1405
|
# Place of supply scheme used in an EU standard registration.
|
|
1393
1406
|
attr_reader :place_of_supply_scheme
|
|
1394
1407
|
|
|
@@ -1414,8 +1427,8 @@ module Stripe
|
|
|
1414
1427
|
end
|
|
1415
1428
|
end
|
|
1416
1429
|
|
|
1417
|
-
class Pt < Stripe::StripeObject
|
|
1418
|
-
class Standard < Stripe::StripeObject
|
|
1430
|
+
class Pt < ::Stripe::StripeObject
|
|
1431
|
+
class Standard < ::Stripe::StripeObject
|
|
1419
1432
|
# Place of supply scheme used in an EU standard registration.
|
|
1420
1433
|
attr_reader :place_of_supply_scheme
|
|
1421
1434
|
|
|
@@ -1441,8 +1454,8 @@ module Stripe
|
|
|
1441
1454
|
end
|
|
1442
1455
|
end
|
|
1443
1456
|
|
|
1444
|
-
class Ro < Stripe::StripeObject
|
|
1445
|
-
class Standard < Stripe::StripeObject
|
|
1457
|
+
class Ro < ::Stripe::StripeObject
|
|
1458
|
+
class Standard < ::Stripe::StripeObject
|
|
1446
1459
|
# Place of supply scheme used in an EU standard registration.
|
|
1447
1460
|
attr_reader :place_of_supply_scheme
|
|
1448
1461
|
|
|
@@ -1468,7 +1481,7 @@ module Stripe
|
|
|
1468
1481
|
end
|
|
1469
1482
|
end
|
|
1470
1483
|
|
|
1471
|
-
class Rs < Stripe::StripeObject
|
|
1484
|
+
class Rs < ::Stripe::StripeObject
|
|
1472
1485
|
# Type of registration in `country`.
|
|
1473
1486
|
attr_reader :type
|
|
1474
1487
|
|
|
@@ -1481,7 +1494,7 @@ module Stripe
|
|
|
1481
1494
|
end
|
|
1482
1495
|
end
|
|
1483
1496
|
|
|
1484
|
-
class Ru < Stripe::StripeObject
|
|
1497
|
+
class Ru < ::Stripe::StripeObject
|
|
1485
1498
|
# Type of registration in `country`.
|
|
1486
1499
|
attr_reader :type
|
|
1487
1500
|
|
|
@@ -1494,7 +1507,7 @@ module Stripe
|
|
|
1494
1507
|
end
|
|
1495
1508
|
end
|
|
1496
1509
|
|
|
1497
|
-
class Sa < Stripe::StripeObject
|
|
1510
|
+
class Sa < ::Stripe::StripeObject
|
|
1498
1511
|
# Type of registration in `country`.
|
|
1499
1512
|
attr_reader :type
|
|
1500
1513
|
|
|
@@ -1507,8 +1520,8 @@ module Stripe
|
|
|
1507
1520
|
end
|
|
1508
1521
|
end
|
|
1509
1522
|
|
|
1510
|
-
class Se < Stripe::StripeObject
|
|
1511
|
-
class Standard < Stripe::StripeObject
|
|
1523
|
+
class Se < ::Stripe::StripeObject
|
|
1524
|
+
class Standard < ::Stripe::StripeObject
|
|
1512
1525
|
# Place of supply scheme used in an EU standard registration.
|
|
1513
1526
|
attr_reader :place_of_supply_scheme
|
|
1514
1527
|
|
|
@@ -1534,8 +1547,8 @@ module Stripe
|
|
|
1534
1547
|
end
|
|
1535
1548
|
end
|
|
1536
1549
|
|
|
1537
|
-
class Sg < Stripe::StripeObject
|
|
1538
|
-
class Standard < Stripe::StripeObject
|
|
1550
|
+
class Sg < ::Stripe::StripeObject
|
|
1551
|
+
class Standard < ::Stripe::StripeObject
|
|
1539
1552
|
# Place of supply scheme used in an Default standard registration.
|
|
1540
1553
|
attr_reader :place_of_supply_scheme
|
|
1541
1554
|
|
|
@@ -1561,8 +1574,8 @@ module Stripe
|
|
|
1561
1574
|
end
|
|
1562
1575
|
end
|
|
1563
1576
|
|
|
1564
|
-
class Si < Stripe::StripeObject
|
|
1565
|
-
class Standard < Stripe::StripeObject
|
|
1577
|
+
class Si < ::Stripe::StripeObject
|
|
1578
|
+
class Standard < ::Stripe::StripeObject
|
|
1566
1579
|
# Place of supply scheme used in an EU standard registration.
|
|
1567
1580
|
attr_reader :place_of_supply_scheme
|
|
1568
1581
|
|
|
@@ -1588,8 +1601,8 @@ module Stripe
|
|
|
1588
1601
|
end
|
|
1589
1602
|
end
|
|
1590
1603
|
|
|
1591
|
-
class Sk < Stripe::StripeObject
|
|
1592
|
-
class Standard < Stripe::StripeObject
|
|
1604
|
+
class Sk < ::Stripe::StripeObject
|
|
1605
|
+
class Standard < ::Stripe::StripeObject
|
|
1593
1606
|
# Place of supply scheme used in an EU standard registration.
|
|
1594
1607
|
attr_reader :place_of_supply_scheme
|
|
1595
1608
|
|
|
@@ -1615,7 +1628,20 @@ module Stripe
|
|
|
1615
1628
|
end
|
|
1616
1629
|
end
|
|
1617
1630
|
|
|
1618
|
-
class Sn < Stripe::StripeObject
|
|
1631
|
+
class Sn < ::Stripe::StripeObject
|
|
1632
|
+
# Type of registration in `country`.
|
|
1633
|
+
attr_reader :type
|
|
1634
|
+
|
|
1635
|
+
def self.inner_class_types
|
|
1636
|
+
@inner_class_types = {}
|
|
1637
|
+
end
|
|
1638
|
+
|
|
1639
|
+
def self.field_remappings
|
|
1640
|
+
@field_remappings = {}
|
|
1641
|
+
end
|
|
1642
|
+
end
|
|
1643
|
+
|
|
1644
|
+
class Sr < ::Stripe::StripeObject
|
|
1619
1645
|
# Type of registration in `country`.
|
|
1620
1646
|
attr_reader :type
|
|
1621
1647
|
|
|
@@ -1628,7 +1654,7 @@ module Stripe
|
|
|
1628
1654
|
end
|
|
1629
1655
|
end
|
|
1630
1656
|
|
|
1631
|
-
class
|
|
1657
|
+
class Th < ::Stripe::StripeObject
|
|
1632
1658
|
# Type of registration in `country`.
|
|
1633
1659
|
attr_reader :type
|
|
1634
1660
|
|
|
@@ -1641,7 +1667,7 @@ module Stripe
|
|
|
1641
1667
|
end
|
|
1642
1668
|
end
|
|
1643
1669
|
|
|
1644
|
-
class
|
|
1670
|
+
class Tj < ::Stripe::StripeObject
|
|
1645
1671
|
# Type of registration in `country`.
|
|
1646
1672
|
attr_reader :type
|
|
1647
1673
|
|
|
@@ -1654,7 +1680,7 @@ module Stripe
|
|
|
1654
1680
|
end
|
|
1655
1681
|
end
|
|
1656
1682
|
|
|
1657
|
-
class
|
|
1683
|
+
class Tr < ::Stripe::StripeObject
|
|
1658
1684
|
# Type of registration in `country`.
|
|
1659
1685
|
attr_reader :type
|
|
1660
1686
|
|
|
@@ -1667,7 +1693,7 @@ module Stripe
|
|
|
1667
1693
|
end
|
|
1668
1694
|
end
|
|
1669
1695
|
|
|
1670
|
-
class
|
|
1696
|
+
class Tw < ::Stripe::StripeObject
|
|
1671
1697
|
# Type of registration in `country`.
|
|
1672
1698
|
attr_reader :type
|
|
1673
1699
|
|
|
@@ -1680,7 +1706,7 @@ module Stripe
|
|
|
1680
1706
|
end
|
|
1681
1707
|
end
|
|
1682
1708
|
|
|
1683
|
-
class Tz < Stripe::StripeObject
|
|
1709
|
+
class Tz < ::Stripe::StripeObject
|
|
1684
1710
|
# Type of registration in `country`.
|
|
1685
1711
|
attr_reader :type
|
|
1686
1712
|
|
|
@@ -1693,7 +1719,7 @@ module Stripe
|
|
|
1693
1719
|
end
|
|
1694
1720
|
end
|
|
1695
1721
|
|
|
1696
|
-
class Ua < Stripe::StripeObject
|
|
1722
|
+
class Ua < ::Stripe::StripeObject
|
|
1697
1723
|
# Type of registration in `country`.
|
|
1698
1724
|
attr_reader :type
|
|
1699
1725
|
|
|
@@ -1706,7 +1732,7 @@ module Stripe
|
|
|
1706
1732
|
end
|
|
1707
1733
|
end
|
|
1708
1734
|
|
|
1709
|
-
class Ug < Stripe::StripeObject
|
|
1735
|
+
class Ug < ::Stripe::StripeObject
|
|
1710
1736
|
# Type of registration in `country`.
|
|
1711
1737
|
attr_reader :type
|
|
1712
1738
|
|
|
@@ -1719,8 +1745,8 @@ module Stripe
|
|
|
1719
1745
|
end
|
|
1720
1746
|
end
|
|
1721
1747
|
|
|
1722
|
-
class Us < Stripe::StripeObject
|
|
1723
|
-
class LocalAmusementTax < Stripe::StripeObject
|
|
1748
|
+
class Us < ::Stripe::StripeObject
|
|
1749
|
+
class LocalAmusementTax < ::Stripe::StripeObject
|
|
1724
1750
|
# A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
|
|
1725
1751
|
attr_reader :jurisdiction
|
|
1726
1752
|
|
|
@@ -1733,7 +1759,7 @@ module Stripe
|
|
|
1733
1759
|
end
|
|
1734
1760
|
end
|
|
1735
1761
|
|
|
1736
|
-
class LocalLeaseTax < Stripe::StripeObject
|
|
1762
|
+
class LocalLeaseTax < ::Stripe::StripeObject
|
|
1737
1763
|
# A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
|
|
1738
1764
|
attr_reader :jurisdiction
|
|
1739
1765
|
|
|
@@ -1746,8 +1772,8 @@ module Stripe
|
|
|
1746
1772
|
end
|
|
1747
1773
|
end
|
|
1748
1774
|
|
|
1749
|
-
class StateSalesTax < Stripe::StripeObject
|
|
1750
|
-
class Election < Stripe::StripeObject
|
|
1775
|
+
class StateSalesTax < ::Stripe::StripeObject
|
|
1776
|
+
class Election < ::Stripe::StripeObject
|
|
1751
1777
|
# A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
|
|
1752
1778
|
attr_reader :jurisdiction
|
|
1753
1779
|
# The type of the election for the state sales tax registration.
|
|
@@ -1796,7 +1822,7 @@ module Stripe
|
|
|
1796
1822
|
end
|
|
1797
1823
|
end
|
|
1798
1824
|
|
|
1799
|
-
class Uy < Stripe::StripeObject
|
|
1825
|
+
class Uy < ::Stripe::StripeObject
|
|
1800
1826
|
# Type of registration in `country`.
|
|
1801
1827
|
attr_reader :type
|
|
1802
1828
|
|
|
@@ -1809,7 +1835,7 @@ module Stripe
|
|
|
1809
1835
|
end
|
|
1810
1836
|
end
|
|
1811
1837
|
|
|
1812
|
-
class Uz < Stripe::StripeObject
|
|
1838
|
+
class Uz < ::Stripe::StripeObject
|
|
1813
1839
|
# Type of registration in `country`.
|
|
1814
1840
|
attr_reader :type
|
|
1815
1841
|
|
|
@@ -1822,7 +1848,7 @@ module Stripe
|
|
|
1822
1848
|
end
|
|
1823
1849
|
end
|
|
1824
1850
|
|
|
1825
|
-
class Vn < Stripe::StripeObject
|
|
1851
|
+
class Vn < ::Stripe::StripeObject
|
|
1826
1852
|
# Type of registration in `country`.
|
|
1827
1853
|
attr_reader :type
|
|
1828
1854
|
|
|
@@ -1835,7 +1861,7 @@ module Stripe
|
|
|
1835
1861
|
end
|
|
1836
1862
|
end
|
|
1837
1863
|
|
|
1838
|
-
class Za < Stripe::StripeObject
|
|
1864
|
+
class Za < ::Stripe::StripeObject
|
|
1839
1865
|
# Type of registration in `country`.
|
|
1840
1866
|
attr_reader :type
|
|
1841
1867
|
|
|
@@ -1848,7 +1874,7 @@ module Stripe
|
|
|
1848
1874
|
end
|
|
1849
1875
|
end
|
|
1850
1876
|
|
|
1851
|
-
class Zm < Stripe::StripeObject
|
|
1877
|
+
class Zm < ::Stripe::StripeObject
|
|
1852
1878
|
# Type of registration in `country`.
|
|
1853
1879
|
attr_reader :type
|
|
1854
1880
|
|
|
@@ -1861,7 +1887,7 @@ module Stripe
|
|
|
1861
1887
|
end
|
|
1862
1888
|
end
|
|
1863
1889
|
|
|
1864
|
-
class Zw < Stripe::StripeObject
|
|
1890
|
+
class Zw < ::Stripe::StripeObject
|
|
1865
1891
|
# Type of registration in `country`.
|
|
1866
1892
|
attr_reader :type
|
|
1867
1893
|
|
|
@@ -1983,6 +2009,8 @@ module Stripe
|
|
|
1983
2009
|
attr_reader :kz
|
|
1984
2010
|
# Attribute for field la
|
|
1985
2011
|
attr_reader :la
|
|
2012
|
+
# Attribute for field lk
|
|
2013
|
+
attr_reader :lk
|
|
1986
2014
|
# Attribute for field lt
|
|
1987
2015
|
attr_reader :lt
|
|
1988
2016
|
# Attribute for field lu
|
|
@@ -2051,6 +2079,8 @@ module Stripe
|
|
|
2051
2079
|
attr_reader :tj
|
|
2052
2080
|
# Attribute for field tr
|
|
2053
2081
|
attr_reader :tr
|
|
2082
|
+
# Attribute for field tw
|
|
2083
|
+
attr_reader :tw
|
|
2054
2084
|
# Attribute for field tz
|
|
2055
2085
|
attr_reader :tz
|
|
2056
2086
|
# Attribute for field ua
|
|
@@ -2129,6 +2159,7 @@ module Stripe
|
|
|
2129
2159
|
kr: Kr,
|
|
2130
2160
|
kz: Kz,
|
|
2131
2161
|
la: La,
|
|
2162
|
+
lk: Lk,
|
|
2132
2163
|
lt: Lt,
|
|
2133
2164
|
lu: Lu,
|
|
2134
2165
|
lv: Lv,
|
|
@@ -2163,6 +2194,7 @@ module Stripe
|
|
|
2163
2194
|
th: Th,
|
|
2164
2195
|
tj: Tj,
|
|
2165
2196
|
tr: Tr,
|
|
2197
|
+
tw: Tw,
|
|
2166
2198
|
tz: Tz,
|
|
2167
2199
|
ua: Ua,
|
|
2168
2200
|
ug: Ug,
|
|
@@ -2192,7 +2224,7 @@ module Stripe
|
|
|
2192
2224
|
attr_reader :expires_at
|
|
2193
2225
|
# Unique identifier for the object.
|
|
2194
2226
|
attr_reader :id
|
|
2195
|
-
#
|
|
2227
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
2196
2228
|
attr_reader :livemode
|
|
2197
2229
|
# String representing the object's type. Objects of the same type share the same value.
|
|
2198
2230
|
attr_reader :object
|