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

CustomerSubscriptionMeterMeter

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerSubscriptionMeterMeter{
  created_at: DateTime.t() | nil,
  id: String.t() | nil,
  modified_at: DateTime.t() | nil,
  name: String.t() | nil
}
```

* `created_at` - Creation timestamp of the object. Format: date-time.
* `id` - The ID of the object. Format: uuid4.
* `modified_at` - Last modification timestamp of the object. Nullable.
* `name` - The name of the meter. Will be shown on customer's invoices and usage.

# `schema_name`

---

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