# `Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.SamsungPay`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L1950)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.SamsungPay{
    capture_method: String.t() | nil
  }
```

* `capture_method` - Controls when the funds will be captured from the customer's account. Possible values: `manual`.

---

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