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

Provides struct and type for a CustomerPaymentMethodCreateSucceededResponse

# `t`

```elixir
@type t() :: %Polarex.CustomerPaymentMethodCreateSucceededResponse{
  payment_method:
    Polarex.PaymentMethodCard.t() | Polarex.PaymentMethodGeneric.t(),
  status: String.t()
}
```

---

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