stripe-ruby/lib/stripe/resources/country_spec.rb

11 lines
201 B
Ruby

# File generated from our OpenAPI spec
# frozen_string_literal: true
module Stripe
class CountrySpec < APIResource
extend Stripe::APIOperations::List
OBJECT_NAME = "country_spec"
end
end