Sha256: 56f94ec2674c31ecfa4c1f7e6b20edd3683b2ad0e55875ec3840a890cb4ef83a
Contents?: true
Size: 586 Bytes
Versions: 68
Compression:
Stored size: 586 Bytes
Contents
# 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
Version data entries
68 entries across 68 versions & 1 rubygems