# `Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.MoneyMovementDetails.Card`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/radar/payment_evaluation.ex#L434)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Radar.PaymentEvaluation.PaymentDetails.MoneyMovementDetails.Card{
    customer_presence: String.t() | nil,
    payment_type: String.t() | nil
  }
```

* `customer_presence` - Describes the presence of the customer during the payment. Possible values: `off_session`, `on_session`. Nullable.
* `payment_type` - Describes the type of payment. Possible values: `one_off`, `recurring`, `setup_one_off`, `setup_recurring`. Nullable.

---

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