lib/stripe/resources/tax_id.rb in stripe-8.6.0.pre.beta.3 vs lib/stripe/resources/tax_id.rb in stripe-8.6.0.pre.beta.4

- old
+ new

@@ -3,10 +3,10 @@ module Stripe # You can add one or multiple tax IDs to a [customer](https://stripe.com/docs/api/customers). # A customer's tax IDs are displayed on invoices and credit notes issued for the customer. # - # Related guide: [Customer Tax Identification Numbers](https://stripe.com/docs/billing/taxes/tax-ids). + # Related guide: [Customer tax identification numbers](https://stripe.com/docs/billing/taxes/tax-ids) class TaxId < APIResource include Stripe::APIOperations::Delete extend Stripe::APIOperations::List OBJECT_NAME = "tax_id"