# `Stripe.Params.Radar.PaymentEvaluationCreateParams.PaymentDetails.MoneyMovementDetails.Card`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/radar/payment_evaluation_create_params.ex#L104)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Radar.PaymentEvaluationCreateParams.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`.
* `payment_type` - Describes the type of payment. Possible values: `one_off`, `recurring`, `setup_one_off`, `setup_recurring`.

---

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