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

CustomerOrderPaymentConfirmation

Response after confirming a retry payment.

# `t`

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

* `client_secret` - Client secret for handling additional actions. Nullable.
* `error` - Error message if confirmation failed. Nullable.
* `status` - Payment status after confirmation.

# `schema_name`

---

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