From 59cf9803b619f2d051b4c5a0a20679b66e0d4161 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:23:32 +0000 Subject: [PATCH] Update generated code for v291 --- OPENAPI_VERSION | 2 +- lib/stripe/resources/tax/calculation.rb | 4 +++- lib/stripe/resources/tax/transaction.rb | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 91bb63fb5..02b98f78e 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v285 \ No newline at end of file +v291 \ No newline at end of file diff --git a/lib/stripe/resources/tax/calculation.rb b/lib/stripe/resources/tax/calculation.rb index 19e00fe08..57f5bc7c4 100644 --- a/lib/stripe/resources/tax/calculation.rb +++ b/lib/stripe/resources/tax/calculation.rb @@ -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 diff --git a/lib/stripe/resources/tax/transaction.rb b/lib/stripe/resources/tax/transaction.rb index f6c18857e..f66864fa7 100644 --- a/lib/stripe/resources/tax/transaction.rb +++ b/lib/stripe/resources/tax/transaction.rb @@ -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"