# `Stripe.Resources.PaymentIntent.PaymentMethodOptions.Billie`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L883)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentIntent.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*
