# `Polarex.CustomerOrderPaymentConfirmation`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/customer_order_payment_confirmation.ex#L1)

Provides struct and type for a CustomerOrderPaymentConfirmation

# `t`

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

---

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