# `Stripe.Resources.ConfirmationToken.PaymentMethodPreview.Cashapp`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L944)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ConfirmationToken.PaymentMethodPreview.Cashapp{
  buyer_id: String.t() | nil,
  cashtag: 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.

---

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