# `PolarExpress.Schemas.PaymentMethodGeneric`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/payment_method_generic.ex#L2)

PaymentMethodGeneric

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.PaymentMethodGeneric{
  created_at: term(),
  customer_id: term(),
  id: term(),
  modified_at: term(),
  processor: term(),
  type: term()
}
```

* `created_at` - Creation timestamp of the object. Format: date-time.
* `customer_id` - Format: uuid4.
* `id` - The ID of the object. Format: uuid4.
* `modified_at` - Last modification timestamp of the object. Nullable.
* `processor`
* `type`

# `schema_name`

---

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