Sha256: 11971453fe5348b1454f16438aa01e7152f4d4b509d7ae32011a663fa1ea651a
Contents?: true
Size: 429 Bytes
Versions: 13
Compression:
Stored size: 429 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" end end end
Version data entries
13 entries across 13 versions & 1 rubygems