# `Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Promptpay`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_attempt_record.ex#L1645)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Promptpay{
  reference: String.t() | nil
}
```

* `reference` - Bill reference generated by PromptPay Max length: 5000. Nullable.

---

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