# `Stripe.Params.TestHelpers.Issuing.TransactionCreateForceCaptureParams.PurchaseDetails.Lodging`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.ex#L244)

Nested parameters.

# `t`

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

* `check_in_at` - The time of checking into the lodging. Format: Unix timestamp.
* `nights` - The number of nights stayed at the lodging.

---

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