# `Stripe.Params.AccountCreateParams.Settings.Invoices`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_create_params.ex#L1933)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountCreateParams.Settings.Invoices{
  hosted_payment_method_save: String.t() | nil
}
```

* `hosted_payment_method_save` - Whether to save the payment method after a payment is completed for a one-time invoice or a subscription invoice when the customer already has a default payment method on the hosted invoice page. Possible values: `always`, `never`, `offer`.

---

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