StripeElixir.Params.Tax.TransactionCreateReversalParams.ShippingCost
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.Tax.TransactionCreateReversalParams.ShippingCost{ amount: integer() | nil, amount_tax: integer() | nil }
amount- The amount to reverse, in the smallest currency unit in negative.amount_tax- The amount of tax to reverse, in the smallest currency unit in negative.