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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.CustomerCashBalanceTransaction.AppliedToPayment{
  payment_intent: String.t() | Stripe.Resources.PaymentIntent.t() | nil
}
```

* `payment_intent` - The [Payment Intent](https://docs.stripe.com/api/payment_intents/object) that funds were applied to.

---

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