# `Stripe.Params.Tax.TransactionCreateReversalParams.ShippingCost`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/tax/transaction_create_reversal_params.ex#L59)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Tax.TransactionCreateReversalParams.ShippingCost{
  amount: integer() | nil,
  amount_tax: integer() | nil
}
```

* `amount` - The amount to reverse, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) in negative.
* `amount_tax` - The amount of tax to reverse, in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) in negative.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
