Merge pull request #1204 from stripe/latest-codegen-master

Update generated code
This commit is contained in:
Richard Marmorstein 2023-04-06 12:32:26 -07:00 committed by GitHub
commit 4441dcbb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
v285
v291

View File

@ -3,7 +3,9 @@
module Stripe
module Tax
# A Tax `Calculation` allows you to calculate the tax to collect from your customer.
# A Tax Calculation allows you to calculate the tax to collect from your customer.
#
# Related guide: [Calculate tax in your custom payment flow](https://stripe.com/docs/tax/custom).
class Calculation < APIResource
extend Stripe::APIOperations::Create

View File

@ -3,7 +3,9 @@
module Stripe
module Tax
# A Tax transaction records the tax collected from or refunded to your customer.
# A Tax Transaction records the tax collected from or refunded to your customer.
#
# Related guide: [Calculate tax in your custom payment flow](https://stripe.com/docs/tax/custom#tax-transaction).
class Transaction < APIResource
OBJECT_NAME = "tax.transaction"