stripe 15.5.0 → 15.6.0.pre.alpha.2
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/API_VERSION +1 -1
- data/CHANGELOG.md +1723 -642
- data/OPENAPI_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +34 -0
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +63 -0
- data/lib/stripe/event_types.rb +185 -0
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +21 -0
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_cadence_errored_event.rb +21 -0
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +21 -0
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +21 -0
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +21 -0
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +23 -0
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_closed_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +13 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +22 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +21 -0
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +21 -0
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +21 -0
- data/lib/stripe/object_types.rb +80 -0
- data/lib/stripe/resources/account.rb +1137 -42
- data/lib/stripe/resources/account_link.rb +8 -0
- data/lib/stripe/resources/account_notice.rb +147 -0
- data/lib/stripe/resources/account_session.rb +688 -8
- data/lib/stripe/resources/apple_pay_domain.rb +8 -0
- data/lib/stripe/resources/application.rb +8 -0
- data/lib/stripe/resources/application_fee.rb +16 -0
- data/lib/stripe/resources/application_fee_refund.rb +8 -0
- data/lib/stripe/resources/apps/secret.rb +16 -0
- data/lib/stripe/resources/balance.rb +159 -0
- data/lib/stripe/resources/balance_settings.rb +152 -0
- data/lib/stripe/resources/balance_transaction.rb +16 -0
- data/lib/stripe/resources/bank_account.rb +40 -0
- data/lib/stripe/resources/billing/alert.rb +203 -1
- data/lib/stripe/resources/billing/alert_triggered.rb +14 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +132 -0
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +161 -0
- data/lib/stripe/resources/billing/credit_grant.rb +143 -2
- data/lib/stripe/resources/billing/meter.rb +45 -0
- data/lib/stripe/resources/billing/meter_event.rb +8 -0
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +16 -0
- data/lib/stripe/resources/billing/meter_event_summary.rb +8 -0
- data/lib/stripe/resources/billing/meter_usage.rb +31 -0
- data/lib/stripe/resources/billing/meter_usage_row.rb +36 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +122 -0
- data/lib/stripe/resources/billing_portal/session.rb +107 -0
- data/lib/stripe/resources/capability.rb +56 -0
- data/lib/stripe/resources/capital/financing_offer.rb +203 -0
- data/lib/stripe/resources/capital/financing_summary.rb +79 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +138 -0
- data/lib/stripe/resources/card.rb +18 -0
- data/lib/stripe/resources/cash_balance.rb +18 -0
- data/lib/stripe/resources/charge.rb +2587 -15
- data/lib/stripe/resources/checkout/session.rb +1583 -15
- data/lib/stripe/resources/climate/order.rb +32 -0
- data/lib/stripe/resources/climate/product.rb +16 -0
- data/lib/stripe/resources/climate/supplier.rb +16 -0
- data/lib/stripe/resources/confirmation_token.rb +1126 -34
- data/lib/stripe/resources/connect_collection_transfer.rb +8 -0
- data/lib/stripe/resources/country_spec.rb +32 -0
- data/lib/stripe/resources/coupon.rb +66 -1
- data/lib/stripe/resources/credit_note.rb +76 -0
- data/lib/stripe/resources/credit_note_line_item.rb +62 -0
- data/lib/stripe/resources/customer.rb +79 -0
- data/lib/stripe/resources/customer_balance_transaction.rb +10 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +110 -0
- data/lib/stripe/resources/customer_session.rb +58 -1
- data/lib/stripe/resources/discount.rb +10 -0
- data/lib/stripe/resources/dispute.rb +177 -0
- data/lib/stripe/resources/entitlements/active_entitlement.rb +8 -0
- data/lib/stripe/resources/entitlements/active_entitlement_summary.rb +8 -0
- data/lib/stripe/resources/entitlements/feature.rb +8 -0
- data/lib/stripe/resources/ephemeral_key.rb +8 -0
- data/lib/stripe/resources/event.rb +87 -0
- data/lib/stripe/resources/exchange_rate.rb +8 -0
- data/lib/stripe/resources/file.rb +8 -0
- data/lib/stripe/resources/file_link.rb +8 -0
- data/lib/stripe/resources/financial_connections/account.rb +101 -1
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
- data/lib/stripe/resources/financial_connections/account_owner.rb +8 -0
- data/lib/stripe/resources/financial_connections/account_ownership.rb +8 -0
- data/lib/stripe/resources/financial_connections/institution.rb +145 -0
- data/lib/stripe/resources/financial_connections/session.rb +124 -2
- data/lib/stripe/resources/financial_connections/transaction.rb +16 -0
- data/lib/stripe/resources/forwarding/request.rb +52 -0
- data/lib/stripe/resources/funding_instructions.rb +193 -0
- data/lib/stripe/resources/fx_quote.rb +234 -0
- data/lib/stripe/resources/identity/verification_report.rb +166 -1
- data/lib/stripe/resources/identity/verification_session.rb +136 -1
- data/lib/stripe/resources/invoice.rb +1591 -18
- data/lib/stripe/resources/invoice_item.rb +214 -2
- data/lib/stripe/resources/invoice_line_item.rb +293 -1
- data/lib/stripe/resources/invoice_payment.rb +30 -1
- data/lib/stripe/resources/invoice_rendering_template.rb +8 -0
- data/lib/stripe/resources/issuing/authorization.rb +177 -0
- data/lib/stripe/resources/issuing/card.rb +96 -8
- data/lib/stripe/resources/issuing/cardholder.rb +112 -1
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +684 -0
- data/lib/stripe/resources/issuing/dispute.rb +97 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +98 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +94 -0
- data/lib/stripe/resources/issuing/personalization_design.rb +36 -0
- data/lib/stripe/resources/issuing/physical_bundle.rb +16 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/token.rb +61 -0
- data/lib/stripe/resources/issuing/transaction.rb +157 -0
- data/lib/stripe/resources/line_item.rb +91 -0
- data/lib/stripe/resources/login_link.rb +8 -0
- data/lib/stripe/resources/mandate.rb +331 -12
- data/lib/stripe/resources/margin.rb +123 -0
- data/lib/stripe/resources/order.rb +3306 -0
- data/lib/stripe/resources/payment_attempt_record.rb +2056 -0
- data/lib/stripe/resources/payment_intent.rb +11019 -3714
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +128 -0
- data/lib/stripe/resources/payment_link.rb +337 -0
- data/lib/stripe/resources/payment_method.rb +1074 -35
- data/lib/stripe/resources/payment_method_configuration.rb +1260 -4
- data/lib/stripe/resources/payment_method_domain.rb +111 -0
- data/lib/stripe/resources/payment_record.rb +2602 -0
- data/lib/stripe/resources/payout.rb +16 -0
- data/lib/stripe/resources/person.rb +180 -0
- data/lib/stripe/resources/plan.rb +24 -0
- data/lib/stripe/resources/price.rb +109 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +314 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
- data/lib/stripe/resources/product.rb +27 -0
- data/lib/stripe/resources/product_feature.rb +8 -0
- data/lib/stripe/resources/promotion_code.rb +34 -0
- data/lib/stripe/resources/quote.rb +2512 -49
- data/lib/stripe/resources/quote_line.rb +521 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1134 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +718 -0
- data/lib/stripe/resources/radar/early_fraud_warning.rb +8 -0
- data/lib/stripe/resources/radar/value_list.rb +8 -0
- data/lib/stripe/resources/radar/value_list_item.rb +8 -0
- data/lib/stripe/resources/refund.rb +389 -19
- data/lib/stripe/resources/reporting/report_run.rb +16 -0
- data/lib/stripe/resources/reporting/report_type.rb +8 -0
- data/lib/stripe/resources/reserve_transaction.rb +8 -0
- data/lib/stripe/resources/reversal.rb +8 -0
- data/lib/stripe/resources/review.rb +24 -0
- data/lib/stripe/resources/setup_attempt.rb +352 -17
- data/lib/stripe/resources/setup_intent.rb +1065 -12
- data/lib/stripe/resources/shipping_rate.rb +48 -0
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +16 -0
- data/lib/stripe/resources/source.rb +303 -0
- data/lib/stripe/resources/source_mandate_notification.rb +32 -0
- data/lib/stripe/resources/source_transaction.rb +54 -0
- data/lib/stripe/resources/subscription.rb +720 -11
- data/lib/stripe/resources/subscription_item.rb +108 -3
- data/lib/stripe/resources/subscription_schedule.rb +1321 -10
- data/lib/stripe/resources/tax/association.rb +98 -0
- data/lib/stripe/resources/tax/calculation.rb +109 -0
- data/lib/stripe/resources/tax/calculation_line_item.rb +32 -0
- data/lib/stripe/resources/tax/form.rb +318 -0
- data/lib/stripe/resources/tax/registration.rb +1232 -0
- data/lib/stripe/resources/tax/settings.rb +61 -1
- data/lib/stripe/resources/tax/transaction.rb +93 -0
- data/lib/stripe/resources/tax/transaction_line_item.rb +16 -0
- data/lib/stripe/resources/tax_code.rb +8 -0
- data/lib/stripe/resources/tax_deducted_at_source.rb +8 -0
- data/lib/stripe/resources/tax_id.rb +36 -2
- data/lib/stripe/resources/tax_rate.rb +16 -0
- data/lib/stripe/resources/terminal/configuration.rb +332 -0
- data/lib/stripe/resources/terminal/connection_token.rb +8 -0
- data/lib/stripe/resources/terminal/location.rb +16 -0
- data/lib/stripe/resources/terminal/onboarding_link.rb +108 -0
- data/lib/stripe/resources/terminal/reader.rb +249 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
- data/lib/stripe/resources/test_helpers/test_clock.rb +24 -0
- data/lib/stripe/resources/token.rb +8 -0
- data/lib/stripe/resources/topup.rb +8 -0
- data/lib/stripe/resources/transfer.rb +14 -0
- data/lib/stripe/resources/treasury/credit_reversal.rb +16 -0
- data/lib/stripe/resources/treasury/debit_reversal.rb +24 -0
- data/lib/stripe/resources/treasury/financial_account.rb +83 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +194 -0
- data/lib/stripe/resources/treasury/inbound_transfer.rb +69 -0
- data/lib/stripe/resources/treasury/outbound_payment.rb +106 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +151 -0
- data/lib/stripe/resources/treasury/received_credit.rb +135 -1
- data/lib/stripe/resources/treasury/received_debit.rb +129 -1
- data/lib/stripe/resources/treasury/transaction.rb +36 -0
- data/lib/stripe/resources/treasury/transaction_entry.rb +24 -0
- data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +90 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +323 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +296 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +284 -0
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +43 -0
- data/lib/stripe/resources/v2/billing/intent.rb +86 -0
- data/lib/stripe/resources/v2/billing/intent_action.rb +395 -0
- data/lib/stripe/resources/v2/billing/license_fee.rb +103 -0
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +44 -0
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +80 -0
- data/lib/stripe/resources/v2/billing/licensed_item.rb +60 -0
- data/lib/stripe/resources/v2/billing/meter_event.rb +8 -0
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +16 -0
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +8 -0
- data/lib/stripe/resources/v2/billing/metered_item.rb +85 -0
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +51 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +94 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +90 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +38 -0
- data/lib/stripe/resources/v2/billing/profile.rb +46 -0
- data/lib/stripe/resources/v2/billing/rate_card.rb +61 -0
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +107 -0
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +90 -0
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +34 -0
- data/lib/stripe/resources/v2/billing/service_action.rb +232 -0
- data/lib/stripe/resources/v2/core/account.rb +3838 -0
- data/lib/stripe/resources/v2/core/account_link.rb +123 -0
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +81 -0
- data/lib/stripe/resources/v2/core/person.rb +477 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +114 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +47 -0
- data/lib/stripe/resources/v2/event.rb +26 -0
- data/lib/stripe/resources/v2/event_destination.rb +44 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +28 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +30 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +100 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +181 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +217 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +196 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +109 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +81 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +199 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +116 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +113 -0
- data/lib/stripe/resources/v2/reporting/report.rb +116 -0
- data/lib/stripe/resources/v2/reporting/report_run.rb +158 -0
- data/lib/stripe/resources/v2/tax/automatic_rule.rb +39 -0
- data/lib/stripe/resources/webhook_endpoint.rb +8 -0
- data/lib/stripe/resources.rb +194 -0
- data/lib/stripe/services/account_notice_service.rb +101 -0
- data/lib/stripe/services/account_service.rb +562 -1
- data/lib/stripe/services/account_session_service.rb +226 -1
- data/lib/stripe/services/balance_settings_service.rb +99 -0
- data/lib/stripe/services/billing/alert_service.rb +75 -1
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +17 -2
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +4 -0
- data/lib/stripe/services/billing/credit_grant_service.rb +37 -2
- data/lib/stripe/services/billing/meter_usage_service.rb +76 -0
- data/lib/stripe/services/billing_portal/session_service.rb +4 -0
- data/lib/stripe/services/billing_service.rb +2 -1
- data/lib/stripe/services/capital/financing_offer_service.rb +112 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +28 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +79 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/charge_service.rb +1418 -0
- data/lib/stripe/services/checkout/session_service.rb +472 -5
- data/lib/stripe/services/coupon_service.rb +17 -1
- data/lib/stripe/services/credit_note_service.rb +4 -0
- data/lib/stripe/services/customer_session_service.rb +4 -1
- data/{rbi/stripe/services/account_external_account_service.rbi → lib/stripe/services/external_account_service.rb} +135 -122
- data/{rbi/stripe/services/tax/transaction_line_item_service.rbi → lib/stripe/services/financial_connections/account_inferred_balance_service.rb} +21 -17
- data/lib/stripe/services/financial_connections/account_service.rb +7 -2
- data/{rbi/stripe/services/climate/supplier_service.rbi → lib/stripe/services/financial_connections/institution_service.rb} +36 -25
- data/lib/stripe/services/financial_connections/session_service.rb +34 -2
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +123 -0
- data/lib/stripe/services/identity/verification_session_service.rb +8 -0
- data/lib/stripe/services/invoice_item_service.rb +74 -2
- data/lib/stripe/services/invoice_line_item_service.rb +33 -1
- data/lib/stripe/services/invoice_payment_service.rb +4 -1
- data/lib/stripe/services/invoice_service.rb +1078 -16
- data/lib/stripe/services/issuing/card_service.rb +0 -8
- data/lib/stripe/services/issuing/cardholder_service.rb +2 -1
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +504 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +66 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +83 -0
- data/lib/stripe/services/issuing/transaction_service.rb +4 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/mandate_service.rb +40 -0
- data/lib/stripe/services/margin_service.rb +119 -0
- data/{rbi/stripe/services/source_transaction_service.rbi → lib/stripe/services/order_line_item_service.rb} +20 -16
- data/lib/stripe/services/order_service.rb +2388 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +52 -0
- data/{rbi/stripe/services/quote_line_item_service.rbi → lib/stripe/services/payment_intent_amount_details_line_item_service.rb} +20 -16
- data/lib/stripe/services/payment_intent_service.rb +7630 -2215
- data/lib/stripe/services/payment_method_configuration_service.rb +210 -0
- data/lib/stripe/services/payment_method_service.rb +120 -1
- data/lib/stripe/services/payment_record_service.rb +562 -0
- data/lib/stripe/services/price_service.rb +19 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +240 -0
- data/{rbi/stripe/services/tax/calculation_line_item_service.rbi → lib/stripe/services/privacy/redaction_job_validation_error_service.rb} +21 -17
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/promotion_code_service.rb +8 -0
- data/{rbi/stripe/services/credit_note_line_item_service.rbi → lib/stripe/services/quote_line_service.rb} +20 -16
- data/{rbi/stripe/services/payment_link_line_item_service.rbi → lib/stripe/services/quote_preview_invoice_service.rb} +20 -16
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +35 -0
- data/lib/stripe/services/quote_service.rb +1723 -8
- data/lib/stripe/services/setup_intent_service.rb +691 -9
- data/lib/stripe/services/subscription_item_service.rb +75 -3
- data/lib/stripe/services/subscription_schedule_service.rb +911 -10
- data/lib/stripe/services/subscription_service.rb +336 -9
- data/lib/stripe/services/tax/association_service.rb +31 -0
- data/lib/stripe/services/tax/form_service.rb +100 -0
- data/lib/stripe/services/tax_id_service.rb +8 -2
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/configuration_service.rb +26 -0
- data/lib/stripe/services/terminal/onboarding_link_service.rb +56 -0
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +28 -0
- data/lib/stripe/services/terminal_service.rb +3 -1
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +97 -0
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +25 -1
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +25 -1
- data/lib/stripe/services/transfer_service.rb +4 -0
- data/lib/stripe/services/treasury/financial_account_features_service.rb +4 -1
- data/lib/stripe/services/treasury/financial_account_service.rb +16 -2
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +24 -0
- data/lib/stripe/services/v1_services.rb +11 -1
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +214 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +428 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +518 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +108 -0
- data/lib/stripe/services/v2/billing/intent_service.rb +465 -0
- data/lib/stripe/services/v2/billing/intents/action_service.rb +45 -0
- data/lib/stripe/services/v2/billing/license_fee_service.rb +250 -0
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +23 -0
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +149 -0
- data/lib/stripe/services/v2/billing/metered_item_service.rb +176 -0
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +142 -0
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +76 -0
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +162 -0
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/profile_service.rb +144 -0
- data/lib/stripe/services/v2/billing/rate_card_service.rb +151 -0
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +144 -0
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +161 -0
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/service_action_service.rb +259 -0
- data/lib/stripe/services/v2/billing_service.rb +18 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +114 -0
- data/lib/stripe/services/v2/core/account_service.rb +4536 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +1045 -0
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +50 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +130 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +107 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +5 -1
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +74 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +119 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +82 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +125 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +95 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +199 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +235 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +172 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +90 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +70 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +69 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +73 -0
- data/lib/stripe/services/v2/money_management_service.rb +31 -0
- data/lib/stripe/services/v2/payment_service.rb +15 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +152 -0
- data/lib/stripe/services/v2/reporting/report_run_service.rb +88 -0
- data/lib/stripe/services/v2/reporting/report_service.rb +25 -0
- data/lib/stripe/services/v2/reporting_service.rb +16 -0
- data/lib/stripe/services/v2/tax/automatic_rule_service.rb +99 -0
- data/lib/stripe/services/v2/tax_service.rb +15 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +53 -0
- data/lib/stripe/services/v2_services.rb +6 -1
- data/lib/stripe/services.rb +84 -0
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_object.rb +26 -2
- data/lib/stripe/util.rb +16 -6
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +280174 -0
- data/stripe.gemspec +4 -1
- metadata +283 -324
- data/rbi/stripe/resources/account.rbi +0 -4991
- data/rbi/stripe/resources/account_link.rbi +0 -76
- data/rbi/stripe/resources/account_session.rbi +0 -1173
- data/rbi/stripe/resources/apple_pay_domain.rbi +0 -88
- data/rbi/stripe/resources/application.rbi +0 -20
- data/rbi/stripe/resources/application_fee.rbi +0 -118
- data/rbi/stripe/resources/application_fee_refund.rbi +0 -37
- data/rbi/stripe/resources/apps/secret.rbi +0 -195
- data/rbi/stripe/resources/balance.rbi +0 -230
- data/rbi/stripe/resources/balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/bank_account.rbi +0 -127
- data/rbi/stripe/resources/billing/alert.rbi +0 -201
- data/rbi/stripe/resources/billing/alert_triggered.rbi +0 -28
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +0 -63
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/billing/credit_grant.rbi +0 -291
- data/rbi/stripe/resources/billing/meter.rbi +0 -226
- data/rbi/stripe/resources/billing/meter_event.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +0 -35
- data/rbi/stripe/resources/billing_portal/configuration.rbi +0 -712
- data/rbi/stripe/resources/billing_portal/session.rbi +0 -345
- data/rbi/stripe/resources/capability.rbi +0 -125
- data/rbi/stripe/resources/card.rbi +0 -125
- data/rbi/stripe/resources/cash_balance.rbi +0 -32
- data/rbi/stripe/resources/charge.rbi +0 -2136
- data/rbi/stripe/resources/checkout/session.rbi +0 -4105
- data/rbi/stripe/resources/climate/order.rbi +0 -245
- data/rbi/stripe/resources/climate/product.rbi +0 -75
- data/rbi/stripe/resources/climate/supplier.rbi +0 -72
- data/rbi/stripe/resources/confirmation_token.rbi +0 -1818
- data/rbi/stripe/resources/connect_collection_transfer.rbi +0 -26
- data/rbi/stripe/resources/country_spec.rbi +0 -85
- data/rbi/stripe/resources/coupon.rbi +0 -250
- data/rbi/stripe/resources/credit_note.rbi +0 -752
- data/rbi/stripe/resources/credit_note_line_item.rbi +0 -101
- data/rbi/stripe/resources/customer.rbi +0 -993
- data/rbi/stripe/resources/customer_balance_transaction.rbi +0 -56
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +0 -151
- data/rbi/stripe/resources/customer_session.rbi +0 -200
- data/rbi/stripe/resources/discount.rbi +0 -53
- data/rbi/stripe/resources/dispute.rbi +0 -761
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +0 -58
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +0 -23
- data/rbi/stripe/resources/entitlements/feature.rbi +0 -117
- data/rbi/stripe/resources/ephemeral_key.rbi +0 -44
- data/rbi/stripe/resources/event.rbi +0 -137
- data/rbi/stripe/resources/exchange_rate.rbi +0 -66
- data/rbi/stripe/resources/file.rbi +0 -143
- data/rbi/stripe/resources/file_link.rbi +0 -141
- data/rbi/stripe/resources/financial_connections/account.rbi +0 -339
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +0 -35
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +0 -23
- data/rbi/stripe/resources/financial_connections/session.rbi +0 -123
- data/rbi/stripe/resources/financial_connections/transaction.rbi +0 -124
- data/rbi/stripe/resources/forwarding/request.rbi +0 -216
- data/rbi/stripe/resources/funding_instructions.rbi +0 -437
- data/rbi/stripe/resources/identity/verification_report.rbi +0 -360
- data/rbi/stripe/resources/identity/verification_session.rbi +0 -564
- data/rbi/stripe/resources/invoice.rbi +0 -3894
- data/rbi/stripe/resources/invoice_item.rbi +0 -470
- data/rbi/stripe/resources/invoice_line_item.rbi +0 -432
- data/rbi/stripe/resources/invoice_payment.rbi +0 -121
- data/rbi/stripe/resources/invoice_rendering_template.rbi +0 -104
- data/rbi/stripe/resources/issuing/authorization.rbi +0 -1283
- data/rbi/stripe/resources/issuing/card.rbi +0 -749
- data/rbi/stripe/resources/issuing/cardholder.rbi +0 -744
- data/rbi/stripe/resources/issuing/dispute.rbi +0 -913
- data/rbi/stripe/resources/issuing/personalization_design.rbi +0 -338
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +0 -79
- data/rbi/stripe/resources/issuing/token.rbi +0 -226
- data/rbi/stripe/resources/issuing/transaction.rbi +0 -1061
- data/rbi/stripe/resources/line_item.rbi +0 -72
- data/rbi/stripe/resources/login_link.rbi +0 -19
- data/rbi/stripe/resources/mandate.rbi +0 -191
- data/rbi/stripe/resources/payment_intent.rbi +0 -10011
- data/rbi/stripe/resources/payment_link.rbi +0 -1891
- data/rbi/stripe/resources/payment_method.rbi +0 -1770
- data/rbi/stripe/resources/payment_method_configuration.rbi +0 -3550
- data/rbi/stripe/resources/payment_method_domain.rbi +0 -228
- data/rbi/stripe/resources/payout.rbi +0 -307
- data/rbi/stripe/resources/person.rbi +0 -401
- data/rbi/stripe/resources/plan.rbi +0 -371
- data/rbi/stripe/resources/price.rbi +0 -694
- data/rbi/stripe/resources/product.rbi +0 -553
- data/rbi/stripe/resources/product_feature.rbi +0 -26
- data/rbi/stripe/resources/promotion_code.rbi +0 -264
- data/rbi/stripe/resources/quote.rbi +0 -1137
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +0 -98
- data/rbi/stripe/resources/radar/value_list.rbi +0 -168
- data/rbi/stripe/resources/radar/value_list_item.rbi +0 -129
- data/rbi/stripe/resources/refund.rbi +0 -523
- data/rbi/stripe/resources/reporting/report_run.rbi +0 -191
- data/rbi/stripe/resources/reporting/report_type.rbi +0 -57
- data/rbi/stripe/resources/reserve_transaction.rbi +0 -23
- data/rbi/stripe/resources/reversal.rbi +0 -51
- data/rbi/stripe/resources/review.rbi +0 -154
- data/rbi/stripe/resources/setup_attempt.rbi +0 -477
- data/rbi/stripe/resources/setup_intent.rbi +0 -3974
- data/rbi/stripe/resources/shipping_rate.rbi +0 -305
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +0 -75
- data/rbi/stripe/resources/source.rbi +0 -1496
- data/rbi/stripe/resources/source_mandate_notification.rbi +0 -77
- data/rbi/stripe/resources/source_transaction.rbi +0 -127
- data/rbi/stripe/resources/subscription.rbi +0 -2154
- data/rbi/stripe/resources/subscription_item.rbi +0 -404
- data/rbi/stripe/resources/subscription_schedule.rbi +0 -1795
- data/rbi/stripe/resources/tax/calculation.rbi +0 -478
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +0 -91
- data/rbi/stripe/resources/tax/registration.rbi +0 -3216
- data/rbi/stripe/resources/tax/settings.rbi +0 -141
- data/rbi/stripe/resources/tax/transaction.rbi +0 -351
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +0 -54
- data/rbi/stripe/resources/tax_code.rbi +0 -44
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +0 -23
- data/rbi/stripe/resources/tax_id.rbi +0 -165
- data/rbi/stripe/resources/tax_rate.rbi +0 -239
- data/rbi/stripe/resources/terminal/configuration.rbi +0 -1647
- data/rbi/stripe/resources/terminal/connection_token.rbi +0 -37
- data/rbi/stripe/resources/terminal/location.rbi +0 -222
- data/rbi/stripe/resources/terminal/reader.rbi +0 -1016
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +0 -132
- data/rbi/stripe/resources/token.rbi +0 -1281
- data/rbi/stripe/resources/topup.rbi +0 -222
- data/rbi/stripe/resources/transfer.rbi +0 -199
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +0 -119
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +0 -131
- data/rbi/stripe/resources/treasury/financial_account.rbi +0 -869
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +0 -260
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +0 -295
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +0 -592
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +0 -431
- data/rbi/stripe/resources/treasury/received_credit.rbi +0 -302
- data/rbi/stripe/resources/treasury/received_debit.rbi +0 -256
- data/rbi/stripe/resources/treasury/transaction.rbi +0 -215
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +0 -192
- data/rbi/stripe/resources/v2/amount.rbi +0 -14
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +0 -37
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +0 -41
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +0 -31
- data/rbi/stripe/resources/v2/event.rbi +0 -48
- data/rbi/stripe/resources/v2/event_destination.rbi +0 -91
- data/rbi/stripe/resources/webhook_endpoint.rbi +0 -168
- data/rbi/stripe/services/account_capability_service.rbi +0 -51
- data/rbi/stripe/services/account_link_service.rbi +0 -60
- data/rbi/stripe/services/account_login_link_service.rbi +0 -22
- data/rbi/stripe/services/account_person_service.rbi +0 -1007
- data/rbi/stripe/services/account_service.rbi +0 -4281
- data/rbi/stripe/services/account_session_service.rbi +0 -748
- data/rbi/stripe/services/apple_pay_domain_service.rbi +0 -76
- data/rbi/stripe/services/application_fee_refund_service.rbi +0 -93
- data/rbi/stripe/services/application_fee_service.rbi +0 -78
- data/rbi/stripe/services/apps/secret_service.rbi +0 -151
- data/rbi/stripe/services/apps_service.rbi +0 -9
- data/rbi/stripe/services/balance_service.rbi +0 -21
- data/rbi/stripe/services/balance_transaction_service.rbi +0 -93
- data/rbi/stripe/services/billing/alert_service.rbi +0 -152
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +0 -68
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +0 -59
- data/rbi/stripe/services/billing/credit_grant_service.rbi +0 -211
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +0 -54
- data/rbi/stripe/services/billing/meter_service.rbi +0 -163
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +0 -561
- data/rbi/stripe/services/billing_portal/session_service.rbi +0 -204
- data/rbi/stripe/services/billing_portal_service.rbi +0 -10
- data/rbi/stripe/services/billing_service.rbi +0 -15
- data/rbi/stripe/services/charge_service.rbi +0 -448
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +0 -33
- data/rbi/stripe/services/checkout/session_service.rbi +0 -2697
- data/rbi/stripe/services/checkout_service.rbi +0 -9
- data/rbi/stripe/services/climate/order_service.rbi +0 -142
- data/rbi/stripe/services/climate/product_service.rbi +0 -46
- data/rbi/stripe/services/climate_service.rbi +0 -11
- data/rbi/stripe/services/confirmation_token_service.rbi +0 -20
- data/rbi/stripe/services/country_spec_service.rbi +0 -44
- data/rbi/stripe/services/coupon_service.rbi +0 -194
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +0 -167
- data/rbi/stripe/services/credit_note_service.rbi +0 -415
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +0 -92
- data/rbi/stripe/services/customer_cash_balance_service.rbi +0 -45
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +0 -44
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +0 -59
- data/rbi/stripe/services/customer_payment_method_service.rbi +0 -57
- data/rbi/stripe/services/customer_payment_source_service.rbi +0 -232
- data/rbi/stripe/services/customer_service.rbi +0 -635
- data/rbi/stripe/services/customer_session_service.rbi +0 -116
- data/rbi/stripe/services/customer_tax_id_service.rbi +0 -70
- data/rbi/stripe/services/dispute_service.rbi +0 -424
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +0 -55
- data/rbi/stripe/services/entitlements/feature_service.rbi +0 -107
- data/rbi/stripe/services/entitlements_service.rbi +0 -10
- data/rbi/stripe/services/ephemeral_key_service.rbi +0 -53
- data/rbi/stripe/services/event_service.rbi +0 -83
- data/rbi/stripe/services/exchange_rate_service.rbi +0 -44
- data/rbi/stripe/services/file_link_service.rbi +0 -124
- data/rbi/stripe/services/file_service.rbi +0 -116
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +0 -42
- data/rbi/stripe/services/financial_connections/account_service.rbi +0 -133
- data/rbi/stripe/services/financial_connections/session_service.rbi +0 -88
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +0 -92
- data/rbi/stripe/services/financial_connections_service.rbi +0 -11
- data/rbi/stripe/services/forwarding/request_service.rbi +0 -134
- data/rbi/stripe/services/forwarding_service.rbi +0 -9
- data/rbi/stripe/services/identity/verification_report_service.rbi +0 -87
- data/rbi/stripe/services/identity/verification_session_service.rbi +0 -339
- data/rbi/stripe/services/identity_service.rbi +0 -10
- data/rbi/stripe/services/invoice_item_service.rbi +0 -366
- data/rbi/stripe/services/invoice_line_item_service.rbi +0 -259
- data/rbi/stripe/services/invoice_payment_service.rbi +0 -71
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +0 -82
- data/rbi/stripe/services/invoice_service.rbi +0 -3073
- data/rbi/stripe/services/issuing/authorization_service.rbi +0 -146
- data/rbi/stripe/services/issuing/card_service.rbi +0 -503
- data/rbi/stripe/services/issuing/cardholder_service.rbi +0 -587
- data/rbi/stripe/services/issuing/dispute_service.rbi +0 -707
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +0 -243
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +0 -59
- data/rbi/stripe/services/issuing/token_service.rbi +0 -99
- data/rbi/stripe/services/issuing/transaction_service.rbi +0 -105
- data/rbi/stripe/services/issuing_service.rbi +0 -16
- data/rbi/stripe/services/mandate_service.rbi +0 -20
- data/rbi/stripe/services/payment_intent_service.rbi +0 -8010
- data/rbi/stripe/services/payment_link_service.rbi +0 -1441
- data/rbi/stripe/services/payment_method_configuration_service.rbi +0 -2487
- data/rbi/stripe/services/payment_method_domain_service.rbi +0 -112
- data/rbi/stripe/services/payment_method_service.rbi +0 -781
- data/rbi/stripe/services/payout_service.rbi +0 -209
- data/rbi/stripe/services/plan_service.rbi +0 -282
- data/rbi/stripe/services/price_service.rbi +0 -546
- data/rbi/stripe/services/product_feature_service.rbi +0 -67
- data/rbi/stripe/services/product_service.rbi +0 -477
- data/rbi/stripe/services/promotion_code_service.rbi +0 -214
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +0 -31
- data/rbi/stripe/services/quote_service.rbi +0 -695
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +0 -85
- data/rbi/stripe/services/radar/value_list_item_service.rbi +0 -109
- data/rbi/stripe/services/radar/value_list_service.rbi +0 -141
- data/rbi/stripe/services/radar_service.rbi +0 -11
- data/rbi/stripe/services/refund_service.rbi +0 -185
- data/rbi/stripe/services/reporting/report_run_service.rbi +0 -135
- data/rbi/stripe/services/reporting/report_type_service.rbi +0 -35
- data/rbi/stripe/services/reporting_service.rbi +0 -10
- data/rbi/stripe/services/review_service.rbi +0 -84
- data/rbi/stripe/services/setup_attempt_service.rbi +0 -65
- data/rbi/stripe/services/setup_intent_service.rbi +0 -3709
- data/rbi/stripe/services/shipping_rate_service.rbi +0 -241
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +0 -46
- data/rbi/stripe/services/sigma_service.rbi +0 -9
- data/rbi/stripe/services/source_service.rbi +0 -663
- data/rbi/stripe/services/subscription_item_service.rbi +0 -350
- data/rbi/stripe/services/subscription_schedule_service.rbi +0 -1425
- data/rbi/stripe/services/subscription_service.rbi +0 -1768
- data/rbi/stripe/services/tax/calculation_service.rbi +0 -234
- data/rbi/stripe/services/tax/registration_service.rbi +0 -2278
- data/rbi/stripe/services/tax/settings_service.rbi +0 -93
- data/rbi/stripe/services/tax/transaction_service.rbi +0 -146
- data/rbi/stripe/services/tax_code_service.rbi +0 -44
- data/rbi/stripe/services/tax_id_service.rbi +0 -110
- data/rbi/stripe/services/tax_rate_service.rbi +0 -185
- data/rbi/stripe/services/tax_service.rbi +0 -12
- data/rbi/stripe/services/terminal/configuration_service.rbi +0 -1328
- data/rbi/stripe/services/terminal/connection_token_service.rbi +0 -25
- data/rbi/stripe/services/terminal/location_service.rbi +0 -182
- data/rbi/stripe/services/terminal/reader_service.rbi +0 -540
- data/rbi/stripe/services/terminal_service.rbi +0 -12
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +0 -746
- data/rbi/stripe/services/test_helpers/customer_service.rbi +0 -33
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +0 -848
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +0 -76
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +0 -69
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +0 -711
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +0 -14
- data/rbi/stripe/services/test_helpers/refund_service.rbi +0 -22
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +0 -117
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +0 -11
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +0 -90
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +0 -64
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +0 -15
- data/rbi/stripe/services/test_helpers_service.rbi +0 -15
- data/rbi/stripe/services/token_service.rbi +0 -1255
- data/rbi/stripe/services/topup_service.rbi +0 -176
- data/rbi/stripe/services/transfer_reversal_service.rbi +0 -101
- data/rbi/stripe/services/transfer_service.rbi +0 -152
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +0 -84
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +0 -88
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +0 -198
- data/rbi/stripe/services/treasury/financial_account_service.rbi +0 -566
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +0 -117
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +0 -304
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +0 -157
- data/rbi/stripe/services/treasury/received_credit_service.rbi +0 -72
- data/rbi/stripe/services/treasury/received_debit_service.rbi +0 -59
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +0 -111
- data/rbi/stripe/services/treasury/transaction_service.rbi +0 -122
- data/rbi/stripe/services/treasury_service.rbi +0 -18
- data/rbi/stripe/services/v1_services.rbi +0 -77
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +0 -39
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +0 -18
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +0 -55
- data/rbi/stripe/services/v2/billing_service.rbi +0 -14
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +0 -192
- data/rbi/stripe/services/v2/core/event_service.rbi +0 -36
- data/rbi/stripe/services/v2/core_service.rbi +0 -12
- data/rbi/stripe/services/v2_services.rbi +0 -10
- data/rbi/stripe/services/webhook_endpoint_service.rbi +0 -129
@@ -23,687 +23,1727 @@ module Stripe
|
|
23
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
|
+
|
27
|
+
def self.inner_class_types
|
28
|
+
@inner_class_types = {}
|
29
|
+
end
|
30
|
+
|
31
|
+
def self.field_remappings
|
32
|
+
@field_remappings = {}
|
33
|
+
end
|
26
34
|
end
|
27
35
|
# Attribute for field standard
|
28
36
|
attr_reader :standard
|
29
37
|
# Type of registration in `country`.
|
30
38
|
attr_reader :type
|
39
|
+
|
40
|
+
def self.inner_class_types
|
41
|
+
@inner_class_types = { standard: Standard }
|
42
|
+
end
|
43
|
+
|
44
|
+
def self.field_remappings
|
45
|
+
@field_remappings = {}
|
46
|
+
end
|
31
47
|
end
|
32
48
|
|
33
49
|
class Al < Stripe::StripeObject
|
34
50
|
# Type of registration in `country`.
|
35
51
|
attr_reader :type
|
52
|
+
|
53
|
+
def self.inner_class_types
|
54
|
+
@inner_class_types = {}
|
55
|
+
end
|
56
|
+
|
57
|
+
def self.field_remappings
|
58
|
+
@field_remappings = {}
|
59
|
+
end
|
36
60
|
end
|
37
61
|
|
38
62
|
class Am < Stripe::StripeObject
|
39
63
|
# Type of registration in `country`.
|
40
64
|
attr_reader :type
|
65
|
+
|
66
|
+
def self.inner_class_types
|
67
|
+
@inner_class_types = {}
|
68
|
+
end
|
69
|
+
|
70
|
+
def self.field_remappings
|
71
|
+
@field_remappings = {}
|
72
|
+
end
|
41
73
|
end
|
42
74
|
|
43
75
|
class Ao < Stripe::StripeObject
|
44
76
|
# Type of registration in `country`.
|
45
77
|
attr_reader :type
|
78
|
+
|
79
|
+
def self.inner_class_types
|
80
|
+
@inner_class_types = {}
|
81
|
+
end
|
82
|
+
|
83
|
+
def self.field_remappings
|
84
|
+
@field_remappings = {}
|
85
|
+
end
|
46
86
|
end
|
47
87
|
|
48
88
|
class At < Stripe::StripeObject
|
49
89
|
class Standard < Stripe::StripeObject
|
50
90
|
# Place of supply scheme used in an EU standard registration.
|
51
91
|
attr_reader :place_of_supply_scheme
|
92
|
+
|
93
|
+
def self.inner_class_types
|
94
|
+
@inner_class_types = {}
|
95
|
+
end
|
96
|
+
|
97
|
+
def self.field_remappings
|
98
|
+
@field_remappings = {}
|
99
|
+
end
|
52
100
|
end
|
53
101
|
# Attribute for field standard
|
54
102
|
attr_reader :standard
|
55
103
|
# Type of registration in an EU country.
|
56
104
|
attr_reader :type
|
105
|
+
|
106
|
+
def self.inner_class_types
|
107
|
+
@inner_class_types = { standard: Standard }
|
108
|
+
end
|
109
|
+
|
110
|
+
def self.field_remappings
|
111
|
+
@field_remappings = {}
|
112
|
+
end
|
57
113
|
end
|
58
114
|
|
59
115
|
class Au < Stripe::StripeObject
|
60
116
|
class Standard < Stripe::StripeObject
|
61
117
|
# Place of supply scheme used in an Default standard registration.
|
62
118
|
attr_reader :place_of_supply_scheme
|
119
|
+
|
120
|
+
def self.inner_class_types
|
121
|
+
@inner_class_types = {}
|
122
|
+
end
|
123
|
+
|
124
|
+
def self.field_remappings
|
125
|
+
@field_remappings = {}
|
126
|
+
end
|
63
127
|
end
|
64
128
|
# Attribute for field standard
|
65
129
|
attr_reader :standard
|
66
130
|
# Type of registration in `country`.
|
67
131
|
attr_reader :type
|
132
|
+
|
133
|
+
def self.inner_class_types
|
134
|
+
@inner_class_types = { standard: Standard }
|
135
|
+
end
|
136
|
+
|
137
|
+
def self.field_remappings
|
138
|
+
@field_remappings = {}
|
139
|
+
end
|
68
140
|
end
|
69
141
|
|
70
142
|
class Aw < Stripe::StripeObject
|
71
143
|
# Type of registration in `country`.
|
72
144
|
attr_reader :type
|
145
|
+
|
146
|
+
def self.inner_class_types
|
147
|
+
@inner_class_types = {}
|
148
|
+
end
|
149
|
+
|
150
|
+
def self.field_remappings
|
151
|
+
@field_remappings = {}
|
152
|
+
end
|
73
153
|
end
|
74
154
|
|
75
155
|
class Az < Stripe::StripeObject
|
76
156
|
# Type of registration in `country`.
|
77
157
|
attr_reader :type
|
158
|
+
|
159
|
+
def self.inner_class_types
|
160
|
+
@inner_class_types = {}
|
161
|
+
end
|
162
|
+
|
163
|
+
def self.field_remappings
|
164
|
+
@field_remappings = {}
|
165
|
+
end
|
78
166
|
end
|
79
167
|
|
80
168
|
class Ba < Stripe::StripeObject
|
81
169
|
# Type of registration in `country`.
|
82
170
|
attr_reader :type
|
171
|
+
|
172
|
+
def self.inner_class_types
|
173
|
+
@inner_class_types = {}
|
174
|
+
end
|
175
|
+
|
176
|
+
def self.field_remappings
|
177
|
+
@field_remappings = {}
|
178
|
+
end
|
83
179
|
end
|
84
180
|
|
85
181
|
class Bb < Stripe::StripeObject
|
86
182
|
# Type of registration in `country`.
|
87
183
|
attr_reader :type
|
184
|
+
|
185
|
+
def self.inner_class_types
|
186
|
+
@inner_class_types = {}
|
187
|
+
end
|
188
|
+
|
189
|
+
def self.field_remappings
|
190
|
+
@field_remappings = {}
|
191
|
+
end
|
88
192
|
end
|
89
193
|
|
90
194
|
class Bd < Stripe::StripeObject
|
91
195
|
# Type of registration in `country`.
|
92
196
|
attr_reader :type
|
197
|
+
|
198
|
+
def self.inner_class_types
|
199
|
+
@inner_class_types = {}
|
200
|
+
end
|
201
|
+
|
202
|
+
def self.field_remappings
|
203
|
+
@field_remappings = {}
|
204
|
+
end
|
93
205
|
end
|
94
206
|
|
95
207
|
class Be < Stripe::StripeObject
|
96
208
|
class Standard < Stripe::StripeObject
|
97
209
|
# Place of supply scheme used in an EU standard registration.
|
98
210
|
attr_reader :place_of_supply_scheme
|
211
|
+
|
212
|
+
def self.inner_class_types
|
213
|
+
@inner_class_types = {}
|
214
|
+
end
|
215
|
+
|
216
|
+
def self.field_remappings
|
217
|
+
@field_remappings = {}
|
218
|
+
end
|
99
219
|
end
|
100
220
|
# Attribute for field standard
|
101
221
|
attr_reader :standard
|
102
222
|
# Type of registration in an EU country.
|
103
223
|
attr_reader :type
|
224
|
+
|
225
|
+
def self.inner_class_types
|
226
|
+
@inner_class_types = { standard: Standard }
|
227
|
+
end
|
228
|
+
|
229
|
+
def self.field_remappings
|
230
|
+
@field_remappings = {}
|
231
|
+
end
|
104
232
|
end
|
105
233
|
|
106
234
|
class Bf < Stripe::StripeObject
|
107
235
|
# Type of registration in `country`.
|
108
236
|
attr_reader :type
|
237
|
+
|
238
|
+
def self.inner_class_types
|
239
|
+
@inner_class_types = {}
|
240
|
+
end
|
241
|
+
|
242
|
+
def self.field_remappings
|
243
|
+
@field_remappings = {}
|
244
|
+
end
|
109
245
|
end
|
110
246
|
|
111
247
|
class Bg < Stripe::StripeObject
|
112
248
|
class Standard < Stripe::StripeObject
|
113
249
|
# Place of supply scheme used in an EU standard registration.
|
114
250
|
attr_reader :place_of_supply_scheme
|
251
|
+
|
252
|
+
def self.inner_class_types
|
253
|
+
@inner_class_types = {}
|
254
|
+
end
|
255
|
+
|
256
|
+
def self.field_remappings
|
257
|
+
@field_remappings = {}
|
258
|
+
end
|
115
259
|
end
|
116
260
|
# Attribute for field standard
|
117
261
|
attr_reader :standard
|
118
262
|
# Type of registration in an EU country.
|
119
263
|
attr_reader :type
|
264
|
+
|
265
|
+
def self.inner_class_types
|
266
|
+
@inner_class_types = { standard: Standard }
|
267
|
+
end
|
268
|
+
|
269
|
+
def self.field_remappings
|
270
|
+
@field_remappings = {}
|
271
|
+
end
|
120
272
|
end
|
121
273
|
|
122
274
|
class Bh < Stripe::StripeObject
|
123
275
|
# Type of registration in `country`.
|
124
276
|
attr_reader :type
|
277
|
+
|
278
|
+
def self.inner_class_types
|
279
|
+
@inner_class_types = {}
|
280
|
+
end
|
281
|
+
|
282
|
+
def self.field_remappings
|
283
|
+
@field_remappings = {}
|
284
|
+
end
|
125
285
|
end
|
126
286
|
|
127
287
|
class Bj < Stripe::StripeObject
|
128
288
|
# Type of registration in `country`.
|
129
289
|
attr_reader :type
|
290
|
+
|
291
|
+
def self.inner_class_types
|
292
|
+
@inner_class_types = {}
|
293
|
+
end
|
294
|
+
|
295
|
+
def self.field_remappings
|
296
|
+
@field_remappings = {}
|
297
|
+
end
|
130
298
|
end
|
131
299
|
|
132
300
|
class Bs < Stripe::StripeObject
|
133
301
|
# Type of registration in `country`.
|
134
302
|
attr_reader :type
|
303
|
+
|
304
|
+
def self.inner_class_types
|
305
|
+
@inner_class_types = {}
|
306
|
+
end
|
307
|
+
|
308
|
+
def self.field_remappings
|
309
|
+
@field_remappings = {}
|
310
|
+
end
|
135
311
|
end
|
136
312
|
|
137
313
|
class By < Stripe::StripeObject
|
138
314
|
# Type of registration in `country`.
|
139
315
|
attr_reader :type
|
316
|
+
|
317
|
+
def self.inner_class_types
|
318
|
+
@inner_class_types = {}
|
319
|
+
end
|
320
|
+
|
321
|
+
def self.field_remappings
|
322
|
+
@field_remappings = {}
|
323
|
+
end
|
140
324
|
end
|
141
325
|
|
142
326
|
class Ca < Stripe::StripeObject
|
143
327
|
class ProvinceStandard < Stripe::StripeObject
|
144
328
|
# Two-letter CA province code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
145
329
|
attr_reader :province
|
330
|
+
|
331
|
+
def self.inner_class_types
|
332
|
+
@inner_class_types = {}
|
333
|
+
end
|
334
|
+
|
335
|
+
def self.field_remappings
|
336
|
+
@field_remappings = {}
|
337
|
+
end
|
146
338
|
end
|
147
339
|
# Attribute for field province_standard
|
148
340
|
attr_reader :province_standard
|
149
341
|
# Type of registration in Canada.
|
150
342
|
attr_reader :type
|
343
|
+
|
344
|
+
def self.inner_class_types
|
345
|
+
@inner_class_types = { province_standard: ProvinceStandard }
|
346
|
+
end
|
347
|
+
|
348
|
+
def self.field_remappings
|
349
|
+
@field_remappings = {}
|
350
|
+
end
|
151
351
|
end
|
152
352
|
|
153
353
|
class Cd < Stripe::StripeObject
|
154
354
|
# Type of registration in `country`.
|
155
355
|
attr_reader :type
|
356
|
+
|
357
|
+
def self.inner_class_types
|
358
|
+
@inner_class_types = {}
|
359
|
+
end
|
360
|
+
|
361
|
+
def self.field_remappings
|
362
|
+
@field_remappings = {}
|
363
|
+
end
|
156
364
|
end
|
157
365
|
|
158
366
|
class Ch < Stripe::StripeObject
|
159
367
|
class Standard < Stripe::StripeObject
|
160
368
|
# Place of supply scheme used in an Default standard registration.
|
161
369
|
attr_reader :place_of_supply_scheme
|
370
|
+
|
371
|
+
def self.inner_class_types
|
372
|
+
@inner_class_types = {}
|
373
|
+
end
|
374
|
+
|
375
|
+
def self.field_remappings
|
376
|
+
@field_remappings = {}
|
377
|
+
end
|
162
378
|
end
|
163
379
|
# Attribute for field standard
|
164
380
|
attr_reader :standard
|
165
381
|
# Type of registration in `country`.
|
166
382
|
attr_reader :type
|
383
|
+
|
384
|
+
def self.inner_class_types
|
385
|
+
@inner_class_types = { standard: Standard }
|
386
|
+
end
|
387
|
+
|
388
|
+
def self.field_remappings
|
389
|
+
@field_remappings = {}
|
390
|
+
end
|
167
391
|
end
|
168
392
|
|
169
393
|
class Cl < Stripe::StripeObject
|
170
394
|
# Type of registration in `country`.
|
171
395
|
attr_reader :type
|
396
|
+
|
397
|
+
def self.inner_class_types
|
398
|
+
@inner_class_types = {}
|
399
|
+
end
|
400
|
+
|
401
|
+
def self.field_remappings
|
402
|
+
@field_remappings = {}
|
403
|
+
end
|
172
404
|
end
|
173
405
|
|
174
406
|
class Cm < Stripe::StripeObject
|
175
407
|
# Type of registration in `country`.
|
176
408
|
attr_reader :type
|
409
|
+
|
410
|
+
def self.inner_class_types
|
411
|
+
@inner_class_types = {}
|
412
|
+
end
|
413
|
+
|
414
|
+
def self.field_remappings
|
415
|
+
@field_remappings = {}
|
416
|
+
end
|
177
417
|
end
|
178
418
|
|
179
419
|
class Co < Stripe::StripeObject
|
180
420
|
# Type of registration in `country`.
|
181
421
|
attr_reader :type
|
422
|
+
|
423
|
+
def self.inner_class_types
|
424
|
+
@inner_class_types = {}
|
425
|
+
end
|
426
|
+
|
427
|
+
def self.field_remappings
|
428
|
+
@field_remappings = {}
|
429
|
+
end
|
182
430
|
end
|
183
431
|
|
184
432
|
class Cr < Stripe::StripeObject
|
185
433
|
# Type of registration in `country`.
|
186
434
|
attr_reader :type
|
435
|
+
|
436
|
+
def self.inner_class_types
|
437
|
+
@inner_class_types = {}
|
438
|
+
end
|
439
|
+
|
440
|
+
def self.field_remappings
|
441
|
+
@field_remappings = {}
|
442
|
+
end
|
187
443
|
end
|
188
444
|
|
189
445
|
class Cv < Stripe::StripeObject
|
190
446
|
# Type of registration in `country`.
|
191
447
|
attr_reader :type
|
448
|
+
|
449
|
+
def self.inner_class_types
|
450
|
+
@inner_class_types = {}
|
451
|
+
end
|
452
|
+
|
453
|
+
def self.field_remappings
|
454
|
+
@field_remappings = {}
|
455
|
+
end
|
192
456
|
end
|
193
457
|
|
194
458
|
class Cy < Stripe::StripeObject
|
195
459
|
class Standard < Stripe::StripeObject
|
196
460
|
# Place of supply scheme used in an EU standard registration.
|
197
461
|
attr_reader :place_of_supply_scheme
|
462
|
+
|
463
|
+
def self.inner_class_types
|
464
|
+
@inner_class_types = {}
|
465
|
+
end
|
466
|
+
|
467
|
+
def self.field_remappings
|
468
|
+
@field_remappings = {}
|
469
|
+
end
|
198
470
|
end
|
199
471
|
# Attribute for field standard
|
200
472
|
attr_reader :standard
|
201
473
|
# Type of registration in an EU country.
|
202
474
|
attr_reader :type
|
475
|
+
|
476
|
+
def self.inner_class_types
|
477
|
+
@inner_class_types = { standard: Standard }
|
478
|
+
end
|
479
|
+
|
480
|
+
def self.field_remappings
|
481
|
+
@field_remappings = {}
|
482
|
+
end
|
203
483
|
end
|
204
484
|
|
205
485
|
class Cz < Stripe::StripeObject
|
206
486
|
class Standard < Stripe::StripeObject
|
207
487
|
# Place of supply scheme used in an EU standard registration.
|
208
488
|
attr_reader :place_of_supply_scheme
|
489
|
+
|
490
|
+
def self.inner_class_types
|
491
|
+
@inner_class_types = {}
|
492
|
+
end
|
493
|
+
|
494
|
+
def self.field_remappings
|
495
|
+
@field_remappings = {}
|
496
|
+
end
|
209
497
|
end
|
210
498
|
# Attribute for field standard
|
211
499
|
attr_reader :standard
|
212
500
|
# Type of registration in an EU country.
|
213
501
|
attr_reader :type
|
502
|
+
|
503
|
+
def self.inner_class_types
|
504
|
+
@inner_class_types = { standard: Standard }
|
505
|
+
end
|
506
|
+
|
507
|
+
def self.field_remappings
|
508
|
+
@field_remappings = {}
|
509
|
+
end
|
214
510
|
end
|
215
511
|
|
216
512
|
class De < Stripe::StripeObject
|
217
513
|
class Standard < Stripe::StripeObject
|
218
514
|
# Place of supply scheme used in an EU standard registration.
|
219
515
|
attr_reader :place_of_supply_scheme
|
516
|
+
|
517
|
+
def self.inner_class_types
|
518
|
+
@inner_class_types = {}
|
519
|
+
end
|
520
|
+
|
521
|
+
def self.field_remappings
|
522
|
+
@field_remappings = {}
|
523
|
+
end
|
220
524
|
end
|
221
525
|
# Attribute for field standard
|
222
526
|
attr_reader :standard
|
223
527
|
# Type of registration in an EU country.
|
224
528
|
attr_reader :type
|
529
|
+
|
530
|
+
def self.inner_class_types
|
531
|
+
@inner_class_types = { standard: Standard }
|
532
|
+
end
|
533
|
+
|
534
|
+
def self.field_remappings
|
535
|
+
@field_remappings = {}
|
536
|
+
end
|
225
537
|
end
|
226
538
|
|
227
539
|
class Dk < Stripe::StripeObject
|
228
540
|
class Standard < Stripe::StripeObject
|
229
541
|
# Place of supply scheme used in an EU standard registration.
|
230
542
|
attr_reader :place_of_supply_scheme
|
543
|
+
|
544
|
+
def self.inner_class_types
|
545
|
+
@inner_class_types = {}
|
546
|
+
end
|
547
|
+
|
548
|
+
def self.field_remappings
|
549
|
+
@field_remappings = {}
|
550
|
+
end
|
231
551
|
end
|
232
552
|
# Attribute for field standard
|
233
553
|
attr_reader :standard
|
234
554
|
# Type of registration in an EU country.
|
235
555
|
attr_reader :type
|
556
|
+
|
557
|
+
def self.inner_class_types
|
558
|
+
@inner_class_types = { standard: Standard }
|
559
|
+
end
|
560
|
+
|
561
|
+
def self.field_remappings
|
562
|
+
@field_remappings = {}
|
563
|
+
end
|
236
564
|
end
|
237
565
|
|
238
566
|
class Ec < Stripe::StripeObject
|
239
567
|
# Type of registration in `country`.
|
240
568
|
attr_reader :type
|
569
|
+
|
570
|
+
def self.inner_class_types
|
571
|
+
@inner_class_types = {}
|
572
|
+
end
|
573
|
+
|
574
|
+
def self.field_remappings
|
575
|
+
@field_remappings = {}
|
576
|
+
end
|
241
577
|
end
|
242
578
|
|
243
579
|
class Ee < Stripe::StripeObject
|
244
580
|
class Standard < Stripe::StripeObject
|
245
581
|
# Place of supply scheme used in an EU standard registration.
|
246
582
|
attr_reader :place_of_supply_scheme
|
583
|
+
|
584
|
+
def self.inner_class_types
|
585
|
+
@inner_class_types = {}
|
586
|
+
end
|
587
|
+
|
588
|
+
def self.field_remappings
|
589
|
+
@field_remappings = {}
|
590
|
+
end
|
247
591
|
end
|
248
592
|
# Attribute for field standard
|
249
593
|
attr_reader :standard
|
250
594
|
# Type of registration in an EU country.
|
251
595
|
attr_reader :type
|
596
|
+
|
597
|
+
def self.inner_class_types
|
598
|
+
@inner_class_types = { standard: Standard }
|
599
|
+
end
|
600
|
+
|
601
|
+
def self.field_remappings
|
602
|
+
@field_remappings = {}
|
603
|
+
end
|
252
604
|
end
|
253
605
|
|
254
606
|
class Eg < Stripe::StripeObject
|
255
607
|
# Type of registration in `country`.
|
256
608
|
attr_reader :type
|
609
|
+
|
610
|
+
def self.inner_class_types
|
611
|
+
@inner_class_types = {}
|
612
|
+
end
|
613
|
+
|
614
|
+
def self.field_remappings
|
615
|
+
@field_remappings = {}
|
616
|
+
end
|
257
617
|
end
|
258
618
|
|
259
619
|
class Es < Stripe::StripeObject
|
260
620
|
class Standard < Stripe::StripeObject
|
261
621
|
# Place of supply scheme used in an EU standard registration.
|
262
622
|
attr_reader :place_of_supply_scheme
|
623
|
+
|
624
|
+
def self.inner_class_types
|
625
|
+
@inner_class_types = {}
|
626
|
+
end
|
627
|
+
|
628
|
+
def self.field_remappings
|
629
|
+
@field_remappings = {}
|
630
|
+
end
|
263
631
|
end
|
264
632
|
# Attribute for field standard
|
265
633
|
attr_reader :standard
|
266
634
|
# Type of registration in an EU country.
|
267
635
|
attr_reader :type
|
636
|
+
|
637
|
+
def self.inner_class_types
|
638
|
+
@inner_class_types = { standard: Standard }
|
639
|
+
end
|
640
|
+
|
641
|
+
def self.field_remappings
|
642
|
+
@field_remappings = {}
|
643
|
+
end
|
268
644
|
end
|
269
645
|
|
270
646
|
class Et < Stripe::StripeObject
|
271
647
|
# Type of registration in `country`.
|
272
648
|
attr_reader :type
|
649
|
+
|
650
|
+
def self.inner_class_types
|
651
|
+
@inner_class_types = {}
|
652
|
+
end
|
653
|
+
|
654
|
+
def self.field_remappings
|
655
|
+
@field_remappings = {}
|
656
|
+
end
|
273
657
|
end
|
274
658
|
|
275
659
|
class Fi < Stripe::StripeObject
|
276
660
|
class Standard < Stripe::StripeObject
|
277
661
|
# Place of supply scheme used in an EU standard registration.
|
278
662
|
attr_reader :place_of_supply_scheme
|
663
|
+
|
664
|
+
def self.inner_class_types
|
665
|
+
@inner_class_types = {}
|
666
|
+
end
|
667
|
+
|
668
|
+
def self.field_remappings
|
669
|
+
@field_remappings = {}
|
670
|
+
end
|
279
671
|
end
|
280
672
|
# Attribute for field standard
|
281
673
|
attr_reader :standard
|
282
674
|
# Type of registration in an EU country.
|
283
675
|
attr_reader :type
|
676
|
+
|
677
|
+
def self.inner_class_types
|
678
|
+
@inner_class_types = { standard: Standard }
|
679
|
+
end
|
680
|
+
|
681
|
+
def self.field_remappings
|
682
|
+
@field_remappings = {}
|
683
|
+
end
|
284
684
|
end
|
285
685
|
|
286
686
|
class Fr < Stripe::StripeObject
|
287
687
|
class Standard < Stripe::StripeObject
|
288
688
|
# Place of supply scheme used in an EU standard registration.
|
289
689
|
attr_reader :place_of_supply_scheme
|
690
|
+
|
691
|
+
def self.inner_class_types
|
692
|
+
@inner_class_types = {}
|
693
|
+
end
|
694
|
+
|
695
|
+
def self.field_remappings
|
696
|
+
@field_remappings = {}
|
697
|
+
end
|
290
698
|
end
|
291
699
|
# Attribute for field standard
|
292
700
|
attr_reader :standard
|
293
701
|
# Type of registration in an EU country.
|
294
702
|
attr_reader :type
|
703
|
+
|
704
|
+
def self.inner_class_types
|
705
|
+
@inner_class_types = { standard: Standard }
|
706
|
+
end
|
707
|
+
|
708
|
+
def self.field_remappings
|
709
|
+
@field_remappings = {}
|
710
|
+
end
|
295
711
|
end
|
296
712
|
|
297
713
|
class Gb < Stripe::StripeObject
|
298
714
|
class Standard < Stripe::StripeObject
|
299
715
|
# Place of supply scheme used in an Default standard registration.
|
300
716
|
attr_reader :place_of_supply_scheme
|
717
|
+
|
718
|
+
def self.inner_class_types
|
719
|
+
@inner_class_types = {}
|
720
|
+
end
|
721
|
+
|
722
|
+
def self.field_remappings
|
723
|
+
@field_remappings = {}
|
724
|
+
end
|
301
725
|
end
|
302
726
|
# Attribute for field standard
|
303
727
|
attr_reader :standard
|
304
728
|
# Type of registration in `country`.
|
305
729
|
attr_reader :type
|
730
|
+
|
731
|
+
def self.inner_class_types
|
732
|
+
@inner_class_types = { standard: Standard }
|
733
|
+
end
|
734
|
+
|
735
|
+
def self.field_remappings
|
736
|
+
@field_remappings = {}
|
737
|
+
end
|
306
738
|
end
|
307
739
|
|
308
740
|
class Ge < Stripe::StripeObject
|
309
741
|
# Type of registration in `country`.
|
310
742
|
attr_reader :type
|
743
|
+
|
744
|
+
def self.inner_class_types
|
745
|
+
@inner_class_types = {}
|
746
|
+
end
|
747
|
+
|
748
|
+
def self.field_remappings
|
749
|
+
@field_remappings = {}
|
750
|
+
end
|
311
751
|
end
|
312
752
|
|
313
753
|
class Gn < Stripe::StripeObject
|
314
754
|
# Type of registration in `country`.
|
315
755
|
attr_reader :type
|
756
|
+
|
757
|
+
def self.inner_class_types
|
758
|
+
@inner_class_types = {}
|
759
|
+
end
|
760
|
+
|
761
|
+
def self.field_remappings
|
762
|
+
@field_remappings = {}
|
763
|
+
end
|
316
764
|
end
|
317
765
|
|
318
766
|
class Gr < Stripe::StripeObject
|
319
767
|
class Standard < Stripe::StripeObject
|
320
768
|
# Place of supply scheme used in an EU standard registration.
|
321
769
|
attr_reader :place_of_supply_scheme
|
770
|
+
|
771
|
+
def self.inner_class_types
|
772
|
+
@inner_class_types = {}
|
773
|
+
end
|
774
|
+
|
775
|
+
def self.field_remappings
|
776
|
+
@field_remappings = {}
|
777
|
+
end
|
322
778
|
end
|
323
779
|
# Attribute for field standard
|
324
780
|
attr_reader :standard
|
325
781
|
# Type of registration in an EU country.
|
326
782
|
attr_reader :type
|
783
|
+
|
784
|
+
def self.inner_class_types
|
785
|
+
@inner_class_types = { standard: Standard }
|
786
|
+
end
|
787
|
+
|
788
|
+
def self.field_remappings
|
789
|
+
@field_remappings = {}
|
790
|
+
end
|
327
791
|
end
|
328
792
|
|
329
793
|
class Hr < Stripe::StripeObject
|
330
794
|
class Standard < Stripe::StripeObject
|
331
795
|
# Place of supply scheme used in an EU standard registration.
|
332
796
|
attr_reader :place_of_supply_scheme
|
797
|
+
|
798
|
+
def self.inner_class_types
|
799
|
+
@inner_class_types = {}
|
800
|
+
end
|
801
|
+
|
802
|
+
def self.field_remappings
|
803
|
+
@field_remappings = {}
|
804
|
+
end
|
333
805
|
end
|
334
806
|
# Attribute for field standard
|
335
807
|
attr_reader :standard
|
336
808
|
# Type of registration in an EU country.
|
337
809
|
attr_reader :type
|
810
|
+
|
811
|
+
def self.inner_class_types
|
812
|
+
@inner_class_types = { standard: Standard }
|
813
|
+
end
|
814
|
+
|
815
|
+
def self.field_remappings
|
816
|
+
@field_remappings = {}
|
817
|
+
end
|
338
818
|
end
|
339
819
|
|
340
820
|
class Hu < Stripe::StripeObject
|
341
821
|
class Standard < Stripe::StripeObject
|
342
822
|
# Place of supply scheme used in an EU standard registration.
|
343
823
|
attr_reader :place_of_supply_scheme
|
824
|
+
|
825
|
+
def self.inner_class_types
|
826
|
+
@inner_class_types = {}
|
827
|
+
end
|
828
|
+
|
829
|
+
def self.field_remappings
|
830
|
+
@field_remappings = {}
|
831
|
+
end
|
344
832
|
end
|
345
833
|
# Attribute for field standard
|
346
834
|
attr_reader :standard
|
347
835
|
# Type of registration in an EU country.
|
348
836
|
attr_reader :type
|
837
|
+
|
838
|
+
def self.inner_class_types
|
839
|
+
@inner_class_types = { standard: Standard }
|
840
|
+
end
|
841
|
+
|
842
|
+
def self.field_remappings
|
843
|
+
@field_remappings = {}
|
844
|
+
end
|
349
845
|
end
|
350
846
|
|
351
847
|
class Id < Stripe::StripeObject
|
352
848
|
# Type of registration in `country`.
|
353
849
|
attr_reader :type
|
850
|
+
|
851
|
+
def self.inner_class_types
|
852
|
+
@inner_class_types = {}
|
853
|
+
end
|
854
|
+
|
855
|
+
def self.field_remappings
|
856
|
+
@field_remappings = {}
|
857
|
+
end
|
354
858
|
end
|
355
859
|
|
356
860
|
class Ie < Stripe::StripeObject
|
357
861
|
class Standard < Stripe::StripeObject
|
358
862
|
# Place of supply scheme used in an EU standard registration.
|
359
863
|
attr_reader :place_of_supply_scheme
|
864
|
+
|
865
|
+
def self.inner_class_types
|
866
|
+
@inner_class_types = {}
|
867
|
+
end
|
868
|
+
|
869
|
+
def self.field_remappings
|
870
|
+
@field_remappings = {}
|
871
|
+
end
|
360
872
|
end
|
361
873
|
# Attribute for field standard
|
362
874
|
attr_reader :standard
|
363
875
|
# Type of registration in an EU country.
|
364
876
|
attr_reader :type
|
877
|
+
|
878
|
+
def self.inner_class_types
|
879
|
+
@inner_class_types = { standard: Standard }
|
880
|
+
end
|
881
|
+
|
882
|
+
def self.field_remappings
|
883
|
+
@field_remappings = {}
|
884
|
+
end
|
365
885
|
end
|
366
886
|
|
367
887
|
class In < Stripe::StripeObject
|
368
888
|
# Type of registration in `country`.
|
369
889
|
attr_reader :type
|
890
|
+
|
891
|
+
def self.inner_class_types
|
892
|
+
@inner_class_types = {}
|
893
|
+
end
|
894
|
+
|
895
|
+
def self.field_remappings
|
896
|
+
@field_remappings = {}
|
897
|
+
end
|
370
898
|
end
|
371
899
|
|
372
900
|
class Is < Stripe::StripeObject
|
373
901
|
# Type of registration in `country`.
|
374
902
|
attr_reader :type
|
903
|
+
|
904
|
+
def self.inner_class_types
|
905
|
+
@inner_class_types = {}
|
906
|
+
end
|
907
|
+
|
908
|
+
def self.field_remappings
|
909
|
+
@field_remappings = {}
|
910
|
+
end
|
375
911
|
end
|
376
912
|
|
377
913
|
class It < Stripe::StripeObject
|
378
914
|
class Standard < Stripe::StripeObject
|
379
915
|
# Place of supply scheme used in an EU standard registration.
|
380
916
|
attr_reader :place_of_supply_scheme
|
917
|
+
|
918
|
+
def self.inner_class_types
|
919
|
+
@inner_class_types = {}
|
920
|
+
end
|
921
|
+
|
922
|
+
def self.field_remappings
|
923
|
+
@field_remappings = {}
|
924
|
+
end
|
381
925
|
end
|
382
926
|
# Attribute for field standard
|
383
927
|
attr_reader :standard
|
384
928
|
# Type of registration in an EU country.
|
385
929
|
attr_reader :type
|
930
|
+
|
931
|
+
def self.inner_class_types
|
932
|
+
@inner_class_types = { standard: Standard }
|
933
|
+
end
|
934
|
+
|
935
|
+
def self.field_remappings
|
936
|
+
@field_remappings = {}
|
937
|
+
end
|
386
938
|
end
|
387
939
|
|
388
940
|
class Jp < Stripe::StripeObject
|
389
941
|
class Standard < Stripe::StripeObject
|
390
942
|
# Place of supply scheme used in an Default standard registration.
|
391
943
|
attr_reader :place_of_supply_scheme
|
944
|
+
|
945
|
+
def self.inner_class_types
|
946
|
+
@inner_class_types = {}
|
947
|
+
end
|
948
|
+
|
949
|
+
def self.field_remappings
|
950
|
+
@field_remappings = {}
|
951
|
+
end
|
392
952
|
end
|
393
953
|
# Attribute for field standard
|
394
954
|
attr_reader :standard
|
395
955
|
# Type of registration in `country`.
|
396
956
|
attr_reader :type
|
957
|
+
|
958
|
+
def self.inner_class_types
|
959
|
+
@inner_class_types = { standard: Standard }
|
960
|
+
end
|
961
|
+
|
962
|
+
def self.field_remappings
|
963
|
+
@field_remappings = {}
|
964
|
+
end
|
397
965
|
end
|
398
966
|
|
399
967
|
class Ke < Stripe::StripeObject
|
400
968
|
# Type of registration in `country`.
|
401
969
|
attr_reader :type
|
970
|
+
|
971
|
+
def self.inner_class_types
|
972
|
+
@inner_class_types = {}
|
973
|
+
end
|
974
|
+
|
975
|
+
def self.field_remappings
|
976
|
+
@field_remappings = {}
|
977
|
+
end
|
402
978
|
end
|
403
979
|
|
404
980
|
class Kg < Stripe::StripeObject
|
405
981
|
# Type of registration in `country`.
|
406
982
|
attr_reader :type
|
983
|
+
|
984
|
+
def self.inner_class_types
|
985
|
+
@inner_class_types = {}
|
986
|
+
end
|
987
|
+
|
988
|
+
def self.field_remappings
|
989
|
+
@field_remappings = {}
|
990
|
+
end
|
407
991
|
end
|
408
992
|
|
409
993
|
class Kh < Stripe::StripeObject
|
410
994
|
# Type of registration in `country`.
|
411
995
|
attr_reader :type
|
996
|
+
|
997
|
+
def self.inner_class_types
|
998
|
+
@inner_class_types = {}
|
999
|
+
end
|
1000
|
+
|
1001
|
+
def self.field_remappings
|
1002
|
+
@field_remappings = {}
|
1003
|
+
end
|
412
1004
|
end
|
413
1005
|
|
414
1006
|
class Kr < Stripe::StripeObject
|
415
1007
|
# Type of registration in `country`.
|
416
1008
|
attr_reader :type
|
1009
|
+
|
1010
|
+
def self.inner_class_types
|
1011
|
+
@inner_class_types = {}
|
1012
|
+
end
|
1013
|
+
|
1014
|
+
def self.field_remappings
|
1015
|
+
@field_remappings = {}
|
1016
|
+
end
|
417
1017
|
end
|
418
1018
|
|
419
1019
|
class Kz < Stripe::StripeObject
|
420
1020
|
# Type of registration in `country`.
|
421
1021
|
attr_reader :type
|
1022
|
+
|
1023
|
+
def self.inner_class_types
|
1024
|
+
@inner_class_types = {}
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
def self.field_remappings
|
1028
|
+
@field_remappings = {}
|
1029
|
+
end
|
422
1030
|
end
|
423
1031
|
|
424
1032
|
class La < Stripe::StripeObject
|
425
1033
|
# Type of registration in `country`.
|
426
1034
|
attr_reader :type
|
1035
|
+
|
1036
|
+
def self.inner_class_types
|
1037
|
+
@inner_class_types = {}
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
def self.field_remappings
|
1041
|
+
@field_remappings = {}
|
1042
|
+
end
|
427
1043
|
end
|
428
1044
|
|
429
1045
|
class Lt < Stripe::StripeObject
|
430
1046
|
class Standard < Stripe::StripeObject
|
431
1047
|
# Place of supply scheme used in an EU standard registration.
|
432
1048
|
attr_reader :place_of_supply_scheme
|
1049
|
+
|
1050
|
+
def self.inner_class_types
|
1051
|
+
@inner_class_types = {}
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
def self.field_remappings
|
1055
|
+
@field_remappings = {}
|
1056
|
+
end
|
433
1057
|
end
|
434
1058
|
# Attribute for field standard
|
435
1059
|
attr_reader :standard
|
436
1060
|
# Type of registration in an EU country.
|
437
1061
|
attr_reader :type
|
1062
|
+
|
1063
|
+
def self.inner_class_types
|
1064
|
+
@inner_class_types = { standard: Standard }
|
1065
|
+
end
|
1066
|
+
|
1067
|
+
def self.field_remappings
|
1068
|
+
@field_remappings = {}
|
1069
|
+
end
|
438
1070
|
end
|
439
1071
|
|
440
1072
|
class Lu < Stripe::StripeObject
|
441
1073
|
class Standard < Stripe::StripeObject
|
442
1074
|
# Place of supply scheme used in an EU standard registration.
|
443
1075
|
attr_reader :place_of_supply_scheme
|
1076
|
+
|
1077
|
+
def self.inner_class_types
|
1078
|
+
@inner_class_types = {}
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
def self.field_remappings
|
1082
|
+
@field_remappings = {}
|
1083
|
+
end
|
444
1084
|
end
|
445
1085
|
# Attribute for field standard
|
446
1086
|
attr_reader :standard
|
447
1087
|
# Type of registration in an EU country.
|
448
1088
|
attr_reader :type
|
1089
|
+
|
1090
|
+
def self.inner_class_types
|
1091
|
+
@inner_class_types = { standard: Standard }
|
1092
|
+
end
|
1093
|
+
|
1094
|
+
def self.field_remappings
|
1095
|
+
@field_remappings = {}
|
1096
|
+
end
|
449
1097
|
end
|
450
1098
|
|
451
1099
|
class Lv < Stripe::StripeObject
|
452
1100
|
class Standard < Stripe::StripeObject
|
453
1101
|
# Place of supply scheme used in an EU standard registration.
|
454
1102
|
attr_reader :place_of_supply_scheme
|
1103
|
+
|
1104
|
+
def self.inner_class_types
|
1105
|
+
@inner_class_types = {}
|
1106
|
+
end
|
1107
|
+
|
1108
|
+
def self.field_remappings
|
1109
|
+
@field_remappings = {}
|
1110
|
+
end
|
455
1111
|
end
|
456
1112
|
# Attribute for field standard
|
457
1113
|
attr_reader :standard
|
458
1114
|
# Type of registration in an EU country.
|
459
1115
|
attr_reader :type
|
1116
|
+
|
1117
|
+
def self.inner_class_types
|
1118
|
+
@inner_class_types = { standard: Standard }
|
1119
|
+
end
|
1120
|
+
|
1121
|
+
def self.field_remappings
|
1122
|
+
@field_remappings = {}
|
1123
|
+
end
|
460
1124
|
end
|
461
1125
|
|
462
1126
|
class Ma < Stripe::StripeObject
|
463
1127
|
# Type of registration in `country`.
|
464
1128
|
attr_reader :type
|
1129
|
+
|
1130
|
+
def self.inner_class_types
|
1131
|
+
@inner_class_types = {}
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
def self.field_remappings
|
1135
|
+
@field_remappings = {}
|
1136
|
+
end
|
465
1137
|
end
|
466
1138
|
|
467
1139
|
class Md < Stripe::StripeObject
|
468
1140
|
# Type of registration in `country`.
|
469
1141
|
attr_reader :type
|
1142
|
+
|
1143
|
+
def self.inner_class_types
|
1144
|
+
@inner_class_types = {}
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
def self.field_remappings
|
1148
|
+
@field_remappings = {}
|
1149
|
+
end
|
470
1150
|
end
|
471
1151
|
|
472
1152
|
class Me < Stripe::StripeObject
|
473
1153
|
# Type of registration in `country`.
|
474
1154
|
attr_reader :type
|
1155
|
+
|
1156
|
+
def self.inner_class_types
|
1157
|
+
@inner_class_types = {}
|
1158
|
+
end
|
1159
|
+
|
1160
|
+
def self.field_remappings
|
1161
|
+
@field_remappings = {}
|
1162
|
+
end
|
475
1163
|
end
|
476
1164
|
|
477
1165
|
class Mk < Stripe::StripeObject
|
478
1166
|
# Type of registration in `country`.
|
479
1167
|
attr_reader :type
|
1168
|
+
|
1169
|
+
def self.inner_class_types
|
1170
|
+
@inner_class_types = {}
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
def self.field_remappings
|
1174
|
+
@field_remappings = {}
|
1175
|
+
end
|
480
1176
|
end
|
481
1177
|
|
482
1178
|
class Mr < Stripe::StripeObject
|
483
1179
|
# Type of registration in `country`.
|
484
1180
|
attr_reader :type
|
1181
|
+
|
1182
|
+
def self.inner_class_types
|
1183
|
+
@inner_class_types = {}
|
1184
|
+
end
|
1185
|
+
|
1186
|
+
def self.field_remappings
|
1187
|
+
@field_remappings = {}
|
1188
|
+
end
|
485
1189
|
end
|
486
1190
|
|
487
1191
|
class Mt < Stripe::StripeObject
|
488
1192
|
class Standard < Stripe::StripeObject
|
489
1193
|
# Place of supply scheme used in an EU standard registration.
|
490
1194
|
attr_reader :place_of_supply_scheme
|
1195
|
+
|
1196
|
+
def self.inner_class_types
|
1197
|
+
@inner_class_types = {}
|
1198
|
+
end
|
1199
|
+
|
1200
|
+
def self.field_remappings
|
1201
|
+
@field_remappings = {}
|
1202
|
+
end
|
491
1203
|
end
|
492
1204
|
# Attribute for field standard
|
493
1205
|
attr_reader :standard
|
494
1206
|
# Type of registration in an EU country.
|
495
1207
|
attr_reader :type
|
1208
|
+
|
1209
|
+
def self.inner_class_types
|
1210
|
+
@inner_class_types = { standard: Standard }
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
def self.field_remappings
|
1214
|
+
@field_remappings = {}
|
1215
|
+
end
|
496
1216
|
end
|
497
1217
|
|
498
1218
|
class Mx < Stripe::StripeObject
|
499
1219
|
# Type of registration in `country`.
|
500
1220
|
attr_reader :type
|
1221
|
+
|
1222
|
+
def self.inner_class_types
|
1223
|
+
@inner_class_types = {}
|
1224
|
+
end
|
1225
|
+
|
1226
|
+
def self.field_remappings
|
1227
|
+
@field_remappings = {}
|
1228
|
+
end
|
501
1229
|
end
|
502
1230
|
|
503
1231
|
class My < Stripe::StripeObject
|
504
1232
|
# Type of registration in `country`.
|
505
1233
|
attr_reader :type
|
1234
|
+
|
1235
|
+
def self.inner_class_types
|
1236
|
+
@inner_class_types = {}
|
1237
|
+
end
|
1238
|
+
|
1239
|
+
def self.field_remappings
|
1240
|
+
@field_remappings = {}
|
1241
|
+
end
|
506
1242
|
end
|
507
1243
|
|
508
1244
|
class Ng < Stripe::StripeObject
|
509
1245
|
# Type of registration in `country`.
|
510
1246
|
attr_reader :type
|
1247
|
+
|
1248
|
+
def self.inner_class_types
|
1249
|
+
@inner_class_types = {}
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
def self.field_remappings
|
1253
|
+
@field_remappings = {}
|
1254
|
+
end
|
511
1255
|
end
|
512
1256
|
|
513
1257
|
class Nl < Stripe::StripeObject
|
514
1258
|
class Standard < Stripe::StripeObject
|
515
1259
|
# Place of supply scheme used in an EU standard registration.
|
516
1260
|
attr_reader :place_of_supply_scheme
|
1261
|
+
|
1262
|
+
def self.inner_class_types
|
1263
|
+
@inner_class_types = {}
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
def self.field_remappings
|
1267
|
+
@field_remappings = {}
|
1268
|
+
end
|
517
1269
|
end
|
518
1270
|
# Attribute for field standard
|
519
1271
|
attr_reader :standard
|
520
1272
|
# Type of registration in an EU country.
|
521
1273
|
attr_reader :type
|
1274
|
+
|
1275
|
+
def self.inner_class_types
|
1276
|
+
@inner_class_types = { standard: Standard }
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
def self.field_remappings
|
1280
|
+
@field_remappings = {}
|
1281
|
+
end
|
522
1282
|
end
|
523
1283
|
|
524
1284
|
class No < Stripe::StripeObject
|
525
1285
|
class Standard < Stripe::StripeObject
|
526
1286
|
# Place of supply scheme used in an Default standard registration.
|
527
1287
|
attr_reader :place_of_supply_scheme
|
1288
|
+
|
1289
|
+
def self.inner_class_types
|
1290
|
+
@inner_class_types = {}
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
def self.field_remappings
|
1294
|
+
@field_remappings = {}
|
1295
|
+
end
|
528
1296
|
end
|
529
1297
|
# Attribute for field standard
|
530
1298
|
attr_reader :standard
|
531
1299
|
# Type of registration in `country`.
|
532
1300
|
attr_reader :type
|
1301
|
+
|
1302
|
+
def self.inner_class_types
|
1303
|
+
@inner_class_types = { standard: Standard }
|
1304
|
+
end
|
1305
|
+
|
1306
|
+
def self.field_remappings
|
1307
|
+
@field_remappings = {}
|
1308
|
+
end
|
533
1309
|
end
|
534
1310
|
|
535
1311
|
class Np < Stripe::StripeObject
|
536
1312
|
# Type of registration in `country`.
|
537
1313
|
attr_reader :type
|
1314
|
+
|
1315
|
+
def self.inner_class_types
|
1316
|
+
@inner_class_types = {}
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
def self.field_remappings
|
1320
|
+
@field_remappings = {}
|
1321
|
+
end
|
538
1322
|
end
|
539
1323
|
|
540
1324
|
class Nz < Stripe::StripeObject
|
541
1325
|
class Standard < Stripe::StripeObject
|
542
1326
|
# Place of supply scheme used in an Default standard registration.
|
543
1327
|
attr_reader :place_of_supply_scheme
|
1328
|
+
|
1329
|
+
def self.inner_class_types
|
1330
|
+
@inner_class_types = {}
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
def self.field_remappings
|
1334
|
+
@field_remappings = {}
|
1335
|
+
end
|
544
1336
|
end
|
545
1337
|
# Attribute for field standard
|
546
1338
|
attr_reader :standard
|
547
1339
|
# Type of registration in `country`.
|
548
1340
|
attr_reader :type
|
1341
|
+
|
1342
|
+
def self.inner_class_types
|
1343
|
+
@inner_class_types = { standard: Standard }
|
1344
|
+
end
|
1345
|
+
|
1346
|
+
def self.field_remappings
|
1347
|
+
@field_remappings = {}
|
1348
|
+
end
|
549
1349
|
end
|
550
1350
|
|
551
1351
|
class Om < Stripe::StripeObject
|
552
1352
|
# Type of registration in `country`.
|
553
1353
|
attr_reader :type
|
1354
|
+
|
1355
|
+
def self.inner_class_types
|
1356
|
+
@inner_class_types = {}
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
def self.field_remappings
|
1360
|
+
@field_remappings = {}
|
1361
|
+
end
|
554
1362
|
end
|
555
1363
|
|
556
1364
|
class Pe < Stripe::StripeObject
|
557
1365
|
# Type of registration in `country`.
|
558
1366
|
attr_reader :type
|
1367
|
+
|
1368
|
+
def self.inner_class_types
|
1369
|
+
@inner_class_types = {}
|
1370
|
+
end
|
1371
|
+
|
1372
|
+
def self.field_remappings
|
1373
|
+
@field_remappings = {}
|
1374
|
+
end
|
559
1375
|
end
|
560
1376
|
|
561
1377
|
class Ph < Stripe::StripeObject
|
562
1378
|
# Type of registration in `country`.
|
563
1379
|
attr_reader :type
|
1380
|
+
|
1381
|
+
def self.inner_class_types
|
1382
|
+
@inner_class_types = {}
|
1383
|
+
end
|
1384
|
+
|
1385
|
+
def self.field_remappings
|
1386
|
+
@field_remappings = {}
|
1387
|
+
end
|
564
1388
|
end
|
565
1389
|
|
566
1390
|
class Pl < Stripe::StripeObject
|
567
1391
|
class Standard < Stripe::StripeObject
|
568
1392
|
# Place of supply scheme used in an EU standard registration.
|
569
1393
|
attr_reader :place_of_supply_scheme
|
1394
|
+
|
1395
|
+
def self.inner_class_types
|
1396
|
+
@inner_class_types = {}
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
def self.field_remappings
|
1400
|
+
@field_remappings = {}
|
1401
|
+
end
|
570
1402
|
end
|
571
1403
|
# Attribute for field standard
|
572
1404
|
attr_reader :standard
|
573
1405
|
# Type of registration in an EU country.
|
574
1406
|
attr_reader :type
|
1407
|
+
|
1408
|
+
def self.inner_class_types
|
1409
|
+
@inner_class_types = { standard: Standard }
|
1410
|
+
end
|
1411
|
+
|
1412
|
+
def self.field_remappings
|
1413
|
+
@field_remappings = {}
|
1414
|
+
end
|
575
1415
|
end
|
576
1416
|
|
577
1417
|
class Pt < Stripe::StripeObject
|
578
1418
|
class Standard < Stripe::StripeObject
|
579
1419
|
# Place of supply scheme used in an EU standard registration.
|
580
1420
|
attr_reader :place_of_supply_scheme
|
1421
|
+
|
1422
|
+
def self.inner_class_types
|
1423
|
+
@inner_class_types = {}
|
1424
|
+
end
|
1425
|
+
|
1426
|
+
def self.field_remappings
|
1427
|
+
@field_remappings = {}
|
1428
|
+
end
|
581
1429
|
end
|
582
1430
|
# Attribute for field standard
|
583
1431
|
attr_reader :standard
|
584
1432
|
# Type of registration in an EU country.
|
585
1433
|
attr_reader :type
|
1434
|
+
|
1435
|
+
def self.inner_class_types
|
1436
|
+
@inner_class_types = { standard: Standard }
|
1437
|
+
end
|
1438
|
+
|
1439
|
+
def self.field_remappings
|
1440
|
+
@field_remappings = {}
|
1441
|
+
end
|
586
1442
|
end
|
587
1443
|
|
588
1444
|
class Ro < Stripe::StripeObject
|
589
1445
|
class Standard < Stripe::StripeObject
|
590
1446
|
# Place of supply scheme used in an EU standard registration.
|
591
1447
|
attr_reader :place_of_supply_scheme
|
1448
|
+
|
1449
|
+
def self.inner_class_types
|
1450
|
+
@inner_class_types = {}
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
def self.field_remappings
|
1454
|
+
@field_remappings = {}
|
1455
|
+
end
|
592
1456
|
end
|
593
1457
|
# Attribute for field standard
|
594
1458
|
attr_reader :standard
|
595
1459
|
# Type of registration in an EU country.
|
596
1460
|
attr_reader :type
|
1461
|
+
|
1462
|
+
def self.inner_class_types
|
1463
|
+
@inner_class_types = { standard: Standard }
|
1464
|
+
end
|
1465
|
+
|
1466
|
+
def self.field_remappings
|
1467
|
+
@field_remappings = {}
|
1468
|
+
end
|
597
1469
|
end
|
598
1470
|
|
599
1471
|
class Rs < Stripe::StripeObject
|
600
1472
|
# Type of registration in `country`.
|
601
1473
|
attr_reader :type
|
1474
|
+
|
1475
|
+
def self.inner_class_types
|
1476
|
+
@inner_class_types = {}
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
def self.field_remappings
|
1480
|
+
@field_remappings = {}
|
1481
|
+
end
|
602
1482
|
end
|
603
1483
|
|
604
1484
|
class Ru < Stripe::StripeObject
|
605
1485
|
# Type of registration in `country`.
|
606
1486
|
attr_reader :type
|
1487
|
+
|
1488
|
+
def self.inner_class_types
|
1489
|
+
@inner_class_types = {}
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
def self.field_remappings
|
1493
|
+
@field_remappings = {}
|
1494
|
+
end
|
607
1495
|
end
|
608
1496
|
|
609
1497
|
class Sa < Stripe::StripeObject
|
610
1498
|
# Type of registration in `country`.
|
611
1499
|
attr_reader :type
|
1500
|
+
|
1501
|
+
def self.inner_class_types
|
1502
|
+
@inner_class_types = {}
|
1503
|
+
end
|
1504
|
+
|
1505
|
+
def self.field_remappings
|
1506
|
+
@field_remappings = {}
|
1507
|
+
end
|
612
1508
|
end
|
613
1509
|
|
614
1510
|
class Se < Stripe::StripeObject
|
615
1511
|
class Standard < Stripe::StripeObject
|
616
1512
|
# Place of supply scheme used in an EU standard registration.
|
617
1513
|
attr_reader :place_of_supply_scheme
|
1514
|
+
|
1515
|
+
def self.inner_class_types
|
1516
|
+
@inner_class_types = {}
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
def self.field_remappings
|
1520
|
+
@field_remappings = {}
|
1521
|
+
end
|
618
1522
|
end
|
619
1523
|
# Attribute for field standard
|
620
1524
|
attr_reader :standard
|
621
1525
|
# Type of registration in an EU country.
|
622
1526
|
attr_reader :type
|
1527
|
+
|
1528
|
+
def self.inner_class_types
|
1529
|
+
@inner_class_types = { standard: Standard }
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
def self.field_remappings
|
1533
|
+
@field_remappings = {}
|
1534
|
+
end
|
623
1535
|
end
|
624
1536
|
|
625
1537
|
class Sg < Stripe::StripeObject
|
626
1538
|
class Standard < Stripe::StripeObject
|
627
1539
|
# Place of supply scheme used in an Default standard registration.
|
628
1540
|
attr_reader :place_of_supply_scheme
|
1541
|
+
|
1542
|
+
def self.inner_class_types
|
1543
|
+
@inner_class_types = {}
|
1544
|
+
end
|
1545
|
+
|
1546
|
+
def self.field_remappings
|
1547
|
+
@field_remappings = {}
|
1548
|
+
end
|
629
1549
|
end
|
630
1550
|
# Attribute for field standard
|
631
1551
|
attr_reader :standard
|
632
1552
|
# Type of registration in `country`.
|
633
1553
|
attr_reader :type
|
1554
|
+
|
1555
|
+
def self.inner_class_types
|
1556
|
+
@inner_class_types = { standard: Standard }
|
1557
|
+
end
|
1558
|
+
|
1559
|
+
def self.field_remappings
|
1560
|
+
@field_remappings = {}
|
1561
|
+
end
|
634
1562
|
end
|
635
1563
|
|
636
1564
|
class Si < Stripe::StripeObject
|
637
1565
|
class Standard < Stripe::StripeObject
|
638
1566
|
# Place of supply scheme used in an EU standard registration.
|
639
1567
|
attr_reader :place_of_supply_scheme
|
1568
|
+
|
1569
|
+
def self.inner_class_types
|
1570
|
+
@inner_class_types = {}
|
1571
|
+
end
|
1572
|
+
|
1573
|
+
def self.field_remappings
|
1574
|
+
@field_remappings = {}
|
1575
|
+
end
|
640
1576
|
end
|
641
1577
|
# Attribute for field standard
|
642
1578
|
attr_reader :standard
|
643
1579
|
# Type of registration in an EU country.
|
644
1580
|
attr_reader :type
|
1581
|
+
|
1582
|
+
def self.inner_class_types
|
1583
|
+
@inner_class_types = { standard: Standard }
|
1584
|
+
end
|
1585
|
+
|
1586
|
+
def self.field_remappings
|
1587
|
+
@field_remappings = {}
|
1588
|
+
end
|
645
1589
|
end
|
646
1590
|
|
647
1591
|
class Sk < Stripe::StripeObject
|
648
1592
|
class Standard < Stripe::StripeObject
|
649
1593
|
# Place of supply scheme used in an EU standard registration.
|
650
1594
|
attr_reader :place_of_supply_scheme
|
1595
|
+
|
1596
|
+
def self.inner_class_types
|
1597
|
+
@inner_class_types = {}
|
1598
|
+
end
|
1599
|
+
|
1600
|
+
def self.field_remappings
|
1601
|
+
@field_remappings = {}
|
1602
|
+
end
|
651
1603
|
end
|
652
1604
|
# Attribute for field standard
|
653
1605
|
attr_reader :standard
|
654
1606
|
# Type of registration in an EU country.
|
655
1607
|
attr_reader :type
|
1608
|
+
|
1609
|
+
def self.inner_class_types
|
1610
|
+
@inner_class_types = { standard: Standard }
|
1611
|
+
end
|
1612
|
+
|
1613
|
+
def self.field_remappings
|
1614
|
+
@field_remappings = {}
|
1615
|
+
end
|
656
1616
|
end
|
657
1617
|
|
658
1618
|
class Sn < Stripe::StripeObject
|
659
1619
|
# Type of registration in `country`.
|
660
1620
|
attr_reader :type
|
1621
|
+
|
1622
|
+
def self.inner_class_types
|
1623
|
+
@inner_class_types = {}
|
1624
|
+
end
|
1625
|
+
|
1626
|
+
def self.field_remappings
|
1627
|
+
@field_remappings = {}
|
1628
|
+
end
|
661
1629
|
end
|
662
1630
|
|
663
1631
|
class Sr < Stripe::StripeObject
|
664
1632
|
# Type of registration in `country`.
|
665
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
|
666
1642
|
end
|
667
1643
|
|
668
1644
|
class Th < Stripe::StripeObject
|
669
1645
|
# Type of registration in `country`.
|
670
1646
|
attr_reader :type
|
1647
|
+
|
1648
|
+
def self.inner_class_types
|
1649
|
+
@inner_class_types = {}
|
1650
|
+
end
|
1651
|
+
|
1652
|
+
def self.field_remappings
|
1653
|
+
@field_remappings = {}
|
1654
|
+
end
|
671
1655
|
end
|
672
1656
|
|
673
1657
|
class Tj < Stripe::StripeObject
|
674
1658
|
# Type of registration in `country`.
|
675
1659
|
attr_reader :type
|
1660
|
+
|
1661
|
+
def self.inner_class_types
|
1662
|
+
@inner_class_types = {}
|
1663
|
+
end
|
1664
|
+
|
1665
|
+
def self.field_remappings
|
1666
|
+
@field_remappings = {}
|
1667
|
+
end
|
676
1668
|
end
|
677
1669
|
|
678
1670
|
class Tr < Stripe::StripeObject
|
679
1671
|
# Type of registration in `country`.
|
680
1672
|
attr_reader :type
|
1673
|
+
|
1674
|
+
def self.inner_class_types
|
1675
|
+
@inner_class_types = {}
|
1676
|
+
end
|
1677
|
+
|
1678
|
+
def self.field_remappings
|
1679
|
+
@field_remappings = {}
|
1680
|
+
end
|
681
1681
|
end
|
682
1682
|
|
683
1683
|
class Tz < Stripe::StripeObject
|
684
1684
|
# Type of registration in `country`.
|
685
1685
|
attr_reader :type
|
1686
|
+
|
1687
|
+
def self.inner_class_types
|
1688
|
+
@inner_class_types = {}
|
1689
|
+
end
|
1690
|
+
|
1691
|
+
def self.field_remappings
|
1692
|
+
@field_remappings = {}
|
1693
|
+
end
|
686
1694
|
end
|
687
1695
|
|
688
1696
|
class Ua < Stripe::StripeObject
|
689
1697
|
# Type of registration in `country`.
|
690
1698
|
attr_reader :type
|
1699
|
+
|
1700
|
+
def self.inner_class_types
|
1701
|
+
@inner_class_types = {}
|
1702
|
+
end
|
1703
|
+
|
1704
|
+
def self.field_remappings
|
1705
|
+
@field_remappings = {}
|
1706
|
+
end
|
691
1707
|
end
|
692
1708
|
|
693
1709
|
class Ug < Stripe::StripeObject
|
694
1710
|
# Type of registration in `country`.
|
695
1711
|
attr_reader :type
|
1712
|
+
|
1713
|
+
def self.inner_class_types
|
1714
|
+
@inner_class_types = {}
|
1715
|
+
end
|
1716
|
+
|
1717
|
+
def self.field_remappings
|
1718
|
+
@field_remappings = {}
|
1719
|
+
end
|
696
1720
|
end
|
697
1721
|
|
698
1722
|
class Us < Stripe::StripeObject
|
699
1723
|
class LocalAmusementTax < Stripe::StripeObject
|
700
1724
|
# A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
|
701
1725
|
attr_reader :jurisdiction
|
1726
|
+
|
1727
|
+
def self.inner_class_types
|
1728
|
+
@inner_class_types = {}
|
1729
|
+
end
|
1730
|
+
|
1731
|
+
def self.field_remappings
|
1732
|
+
@field_remappings = {}
|
1733
|
+
end
|
702
1734
|
end
|
703
1735
|
|
704
1736
|
class LocalLeaseTax < Stripe::StripeObject
|
705
1737
|
# A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
|
706
1738
|
attr_reader :jurisdiction
|
1739
|
+
|
1740
|
+
def self.inner_class_types
|
1741
|
+
@inner_class_types = {}
|
1742
|
+
end
|
1743
|
+
|
1744
|
+
def self.field_remappings
|
1745
|
+
@field_remappings = {}
|
1746
|
+
end
|
707
1747
|
end
|
708
1748
|
|
709
1749
|
class StateSalesTax < Stripe::StripeObject
|
@@ -712,9 +1752,25 @@ module Stripe
|
|
712
1752
|
attr_reader :jurisdiction
|
713
1753
|
# The type of the election for the state sales tax registration.
|
714
1754
|
attr_reader :type
|
1755
|
+
|
1756
|
+
def self.inner_class_types
|
1757
|
+
@inner_class_types = {}
|
1758
|
+
end
|
1759
|
+
|
1760
|
+
def self.field_remappings
|
1761
|
+
@field_remappings = {}
|
1762
|
+
end
|
715
1763
|
end
|
716
1764
|
# Elections for the state sales tax registration.
|
717
1765
|
attr_reader :elections
|
1766
|
+
|
1767
|
+
def self.inner_class_types
|
1768
|
+
@inner_class_types = { elections: Election }
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
def self.field_remappings
|
1772
|
+
@field_remappings = {}
|
1773
|
+
end
|
718
1774
|
end
|
719
1775
|
# Attribute for field local_amusement_tax
|
720
1776
|
attr_reader :local_amusement_tax
|
@@ -726,36 +1782,96 @@ module Stripe
|
|
726
1782
|
attr_reader :state_sales_tax
|
727
1783
|
# Type of registration in the US.
|
728
1784
|
attr_reader :type
|
1785
|
+
|
1786
|
+
def self.inner_class_types
|
1787
|
+
@inner_class_types = {
|
1788
|
+
local_amusement_tax: LocalAmusementTax,
|
1789
|
+
local_lease_tax: LocalLeaseTax,
|
1790
|
+
state_sales_tax: StateSalesTax,
|
1791
|
+
}
|
1792
|
+
end
|
1793
|
+
|
1794
|
+
def self.field_remappings
|
1795
|
+
@field_remappings = {}
|
1796
|
+
end
|
729
1797
|
end
|
730
1798
|
|
731
1799
|
class Uy < Stripe::StripeObject
|
732
1800
|
# Type of registration in `country`.
|
733
1801
|
attr_reader :type
|
1802
|
+
|
1803
|
+
def self.inner_class_types
|
1804
|
+
@inner_class_types = {}
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
def self.field_remappings
|
1808
|
+
@field_remappings = {}
|
1809
|
+
end
|
734
1810
|
end
|
735
1811
|
|
736
1812
|
class Uz < Stripe::StripeObject
|
737
1813
|
# Type of registration in `country`.
|
738
1814
|
attr_reader :type
|
1815
|
+
|
1816
|
+
def self.inner_class_types
|
1817
|
+
@inner_class_types = {}
|
1818
|
+
end
|
1819
|
+
|
1820
|
+
def self.field_remappings
|
1821
|
+
@field_remappings = {}
|
1822
|
+
end
|
739
1823
|
end
|
740
1824
|
|
741
1825
|
class Vn < Stripe::StripeObject
|
742
1826
|
# Type of registration in `country`.
|
743
1827
|
attr_reader :type
|
1828
|
+
|
1829
|
+
def self.inner_class_types
|
1830
|
+
@inner_class_types = {}
|
1831
|
+
end
|
1832
|
+
|
1833
|
+
def self.field_remappings
|
1834
|
+
@field_remappings = {}
|
1835
|
+
end
|
744
1836
|
end
|
745
1837
|
|
746
1838
|
class Za < Stripe::StripeObject
|
747
1839
|
# Type of registration in `country`.
|
748
1840
|
attr_reader :type
|
1841
|
+
|
1842
|
+
def self.inner_class_types
|
1843
|
+
@inner_class_types = {}
|
1844
|
+
end
|
1845
|
+
|
1846
|
+
def self.field_remappings
|
1847
|
+
@field_remappings = {}
|
1848
|
+
end
|
749
1849
|
end
|
750
1850
|
|
751
1851
|
class Zm < Stripe::StripeObject
|
752
1852
|
# Type of registration in `country`.
|
753
1853
|
attr_reader :type
|
1854
|
+
|
1855
|
+
def self.inner_class_types
|
1856
|
+
@inner_class_types = {}
|
1857
|
+
end
|
1858
|
+
|
1859
|
+
def self.field_remappings
|
1860
|
+
@field_remappings = {}
|
1861
|
+
end
|
754
1862
|
end
|
755
1863
|
|
756
1864
|
class Zw < Stripe::StripeObject
|
757
1865
|
# Type of registration in `country`.
|
758
1866
|
attr_reader :type
|
1867
|
+
|
1868
|
+
def self.inner_class_types
|
1869
|
+
@inner_class_types = {}
|
1870
|
+
end
|
1871
|
+
|
1872
|
+
def self.field_remappings
|
1873
|
+
@field_remappings = {}
|
1874
|
+
end
|
759
1875
|
end
|
760
1876
|
# Attribute for field ae
|
761
1877
|
attr_reader :ae
|
@@ -955,6 +2071,114 @@ module Stripe
|
|
955
2071
|
attr_reader :zm
|
956
2072
|
# Attribute for field zw
|
957
2073
|
attr_reader :zw
|
2074
|
+
|
2075
|
+
def self.inner_class_types
|
2076
|
+
@inner_class_types = {
|
2077
|
+
ae: Ae,
|
2078
|
+
al: Al,
|
2079
|
+
am: Am,
|
2080
|
+
ao: Ao,
|
2081
|
+
at: At,
|
2082
|
+
au: Au,
|
2083
|
+
aw: Aw,
|
2084
|
+
az: Az,
|
2085
|
+
ba: Ba,
|
2086
|
+
bb: Bb,
|
2087
|
+
bd: Bd,
|
2088
|
+
be: Be,
|
2089
|
+
bf: Bf,
|
2090
|
+
bg: Bg,
|
2091
|
+
bh: Bh,
|
2092
|
+
bj: Bj,
|
2093
|
+
bs: Bs,
|
2094
|
+
by: By,
|
2095
|
+
ca: Ca,
|
2096
|
+
cd: Cd,
|
2097
|
+
ch: Ch,
|
2098
|
+
cl: Cl,
|
2099
|
+
cm: Cm,
|
2100
|
+
co: Co,
|
2101
|
+
cr: Cr,
|
2102
|
+
cv: Cv,
|
2103
|
+
cy: Cy,
|
2104
|
+
cz: Cz,
|
2105
|
+
de: De,
|
2106
|
+
dk: Dk,
|
2107
|
+
ec: Ec,
|
2108
|
+
ee: Ee,
|
2109
|
+
eg: Eg,
|
2110
|
+
es: Es,
|
2111
|
+
et: Et,
|
2112
|
+
fi: Fi,
|
2113
|
+
fr: Fr,
|
2114
|
+
gb: Gb,
|
2115
|
+
ge: Ge,
|
2116
|
+
gn: Gn,
|
2117
|
+
gr: Gr,
|
2118
|
+
hr: Hr,
|
2119
|
+
hu: Hu,
|
2120
|
+
id: Id,
|
2121
|
+
ie: Ie,
|
2122
|
+
in: In,
|
2123
|
+
is: Is,
|
2124
|
+
it: It,
|
2125
|
+
jp: Jp,
|
2126
|
+
ke: Ke,
|
2127
|
+
kg: Kg,
|
2128
|
+
kh: Kh,
|
2129
|
+
kr: Kr,
|
2130
|
+
kz: Kz,
|
2131
|
+
la: La,
|
2132
|
+
lt: Lt,
|
2133
|
+
lu: Lu,
|
2134
|
+
lv: Lv,
|
2135
|
+
ma: Ma,
|
2136
|
+
md: Md,
|
2137
|
+
me: Me,
|
2138
|
+
mk: Mk,
|
2139
|
+
mr: Mr,
|
2140
|
+
mt: Mt,
|
2141
|
+
mx: Mx,
|
2142
|
+
my: My,
|
2143
|
+
ng: Ng,
|
2144
|
+
nl: Nl,
|
2145
|
+
no: No,
|
2146
|
+
np: Np,
|
2147
|
+
nz: Nz,
|
2148
|
+
om: Om,
|
2149
|
+
pe: Pe,
|
2150
|
+
ph: Ph,
|
2151
|
+
pl: Pl,
|
2152
|
+
pt: Pt,
|
2153
|
+
ro: Ro,
|
2154
|
+
rs: Rs,
|
2155
|
+
ru: Ru,
|
2156
|
+
sa: Sa,
|
2157
|
+
se: Se,
|
2158
|
+
sg: Sg,
|
2159
|
+
si: Si,
|
2160
|
+
sk: Sk,
|
2161
|
+
sn: Sn,
|
2162
|
+
sr: Sr,
|
2163
|
+
th: Th,
|
2164
|
+
tj: Tj,
|
2165
|
+
tr: Tr,
|
2166
|
+
tz: Tz,
|
2167
|
+
ua: Ua,
|
2168
|
+
ug: Ug,
|
2169
|
+
us: Us,
|
2170
|
+
uy: Uy,
|
2171
|
+
uz: Uz,
|
2172
|
+
vn: Vn,
|
2173
|
+
za: Za,
|
2174
|
+
zm: Zm,
|
2175
|
+
zw: Zw,
|
2176
|
+
}
|
2177
|
+
end
|
2178
|
+
|
2179
|
+
def self.field_remappings
|
2180
|
+
@field_remappings = {}
|
2181
|
+
end
|
958
2182
|
end
|
959
2183
|
|
960
2184
|
class ListParams < Stripe::RequestParams
|
@@ -3060,6 +4284,14 @@ module Stripe
|
|
3060
4284
|
opts: opts
|
3061
4285
|
)
|
3062
4286
|
end
|
4287
|
+
|
4288
|
+
def self.inner_class_types
|
4289
|
+
@inner_class_types = { country_options: CountryOptions }
|
4290
|
+
end
|
4291
|
+
|
4292
|
+
def self.field_remappings
|
4293
|
+
@field_remappings = {}
|
4294
|
+
end
|
3063
4295
|
end
|
3064
4296
|
end
|
3065
4297
|
end
|