mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
17 lines
586 B
Ruby
17 lines
586 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
# Stripe needs to collect certain pieces of information about each account
|
|
# created. These requirements can differ depending on the account's country. The
|
|
# Country Specs API makes these rules available to your integration.
|
|
#
|
|
# You can also view the information from this API call as [an online
|
|
# guide](https://stripe.com/docs/connect/required-verification-information).
|
|
class CountrySpec < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = "country_spec"
|
|
end
|
|
end
|