# `Stripe.Resources.Issuing.Transaction.PurchaseDetails.Lodging`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/transaction.ex#L382)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Transaction.PurchaseDetails.Lodging{
  check_in_at: integer() | nil,
  nights: integer() | nil
}
```

* `check_in_at` - The time of checking into the lodging. Nullable.
* `nights` - The number of nights stayed at the lodging. Nullable.

---

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