# `Stripe.Resources.RefundedFromPayment`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/refunded_from_payment.ex#L2)

CustomerBalanceResourceCashBalanceTransactionResourceRefundedFromPaymentTransaction

# `t`

```elixir
@type t() :: %Stripe.Resources.RefundedFromPayment{
  refund: String.t() | Stripe.Resources.Refund.t()
}
```

* `refund` - The [Refund](https://docs.stripe.com/api/refunds/object) that moved these funds into the customer's cash balance. Expandable.

# `expandable_fields`

# `object_name`

---

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