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

Provides struct and type for a PaymentMethodInUseByActiveSubscription

# `t`

```elixir
@type t() :: %Polarex.PaymentMethodInUseByActiveSubscription{
  detail: String.t(),
  error: String.t()
}
```

---

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