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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.Billie{
  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*
