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

Provides struct and type for a CustomerOrderPaymentStatus

# `t`

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

---

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