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

Provides struct and type for a CustomerOrderConfirmPayment

# `t`

```elixir
@type t() :: %Polarex.CustomerOrderConfirmPayment{
  confirmation_token_id: String.t() | nil,
  payment_method_id: String.t() | nil,
  payment_processor: String.t() | nil
}
```

---

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