# `PolarExpress.Schemas.CustomerPaymentMethodCreateRequiresActionResponse`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/customer_payment_method_create_requires_action_response.ex#L2)

CustomerPaymentMethodCreateRequiresActionResponse

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerPaymentMethodCreateRequiresActionResponse{
  client_secret: String.t() | nil,
  status: String.t() | nil
}
```

* `client_secret`
* `status`

# `schema_name`

---

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