# `Stripe.Params.Treasury.OutboundPaymentCancelParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/treasury/outbound_payment_cancel_params.ex#L2)

Parameters for outbound payment cancel.

# `t`

```elixir
@type t() :: %Stripe.Params.Treasury.OutboundPaymentCancelParams{
  expand: [String.t()] | nil
}
```

* `expand` - Specifies which fields in the response should be expanded.

---

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