mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-16 00:02:00 -04:00
16 lines
429 B
Ruby
16 lines
429 B
Ruby
# File generated from our OpenAPI spec
|
|
# frozen_string_literal: true
|
|
|
|
module Stripe
|
|
module Tax
|
|
# You can use Tax `Settings` to manage configurations used by Stripe Tax calculations.
|
|
#
|
|
# Related guide: [Using the Settings API](https://stripe.com/docs/tax/settings-api)
|
|
class Settings < SingletonAPIResource
|
|
include Stripe::APIOperations::SingletonSave
|
|
|
|
OBJECT_NAME = "tax.settings"
|
|
end
|
|
end
|
|
end
|