mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-21 00:02:41 -04:00
Merge pull request #1204 from stripe/latest-codegen-master
Update generated code
This commit is contained in:
commit
4441dcbb5e
@ -1 +1 @@
|
|||||||
v285
|
v291
|
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
module Tax
|
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
|
class Calculation < APIResource
|
||||||
extend Stripe::APIOperations::Create
|
extend Stripe::APIOperations::Create
|
||||||
|
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
module Tax
|
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
|
class Transaction < APIResource
|
||||||
OBJECT_NAME = "tax.transaction"
|
OBJECT_NAME = "tax.transaction"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user