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

CostMetadata

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CostMetadataInput{
  amount: float() | String.t() | nil,
  currency: String.t() | nil
}
```

* `amount` - The amount in cents.
* `currency` - The currency. Currently, only `usd` is supported.

# `schema_name`

---

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