# `Stripe.Resources.Charge.PaymentMethodDetails.Cashapp`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L1342)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Cashapp{
  buyer_id: String.t() | nil,
  cashtag: String.t() | nil,
  transaction_id: String.t() | nil
}
```

* `buyer_id` - A unique and immutable identifier assigned by Cash App to every buyer. Max length: 5000. Nullable.
* `cashtag` - A public identifier for buyers using Cash App. Max length: 5000. Nullable.
* `transaction_id` - A unique and immutable identifier of payments assigned by Cash App Max length: 5000. Nullable.

---

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