# `Stripe.Resources.CustomerCashBalanceTransaction.Funded.BankTransfer.UsBankTransfer`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/customer_cash_balance_transaction.ex#L181)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.CustomerCashBalanceTransaction.Funded.BankTransfer.UsBankTransfer{
    network: String.t() | nil,
    sender_name: String.t() | nil
  }
```

* `network` - The banking network used for this funding. Possible values: `ach`, `domestic_wire_us`, `swift`.
* `sender_name` - The full name of the sender, as supplied by the sending bank. Max length: 5000. Nullable.

---

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