Sha256: 9589c7fe8268daa3576864caf34e9965b8bb1cde8cd852ad914626b060870c95
Contents?: true
Size: 488 Bytes
Versions: 43
Compression:
Stored size: 488 Bytes
Contents
# 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" def self.object_name "tax.settings" end end end end
Version data entries
43 entries across 43 versions & 1 rubygems