Sha256: 74032215a6567d04557201a5d2d7a58e277f56147245df468d209cd55eac5453
Contents?: true
Size: 639 Bytes
Versions: 26
Compression:
Stored size: 639 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax. # # Related guide: [Tax Rates](https://stripe.com/docs/billing/taxes/tax-rates). class TaxRate < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "tax_rate" end end
Version data entries
26 entries across 26 versions & 1 rubygems