# `Stripe.Resources.Offline`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/offline.ex#L2)

payment_method_details_card_present_offline

# `t`

```elixir
@type t() :: %Stripe.Resources.Offline{stored_at: integer(), type: String.t()}
```

* `stored_at` - Time at which the payment was collected while offline Format: Unix timestamp. Nullable.
* `type` - The method used to process this payment method offline. Only deferred is allowed. Possible values: `deferred`. Nullable.

# `object_name`

---

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