Skip to content

Commit

Permalink
Merge pull request #1204 from stripe/latest-codegen-master
Browse files Browse the repository at this point in the history
Update generated code
  • Loading branch information
richardm-stripe committed Apr 6, 2023
2 parents 5fb10bd + 59cf980 commit 4441dcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v285
v291
4 changes: 3 additions & 1 deletion lib/stripe/resources/tax/calculation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion lib/stripe/resources/tax/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4441dcb

Please sign in to comment.