# `PolarExpress.Resources.CustomerPortal.Wallets`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/resources/customer_portal/wallets.ex#L2)

Wallets

Wallets API operations.

# `t`

```elixir
@type t() :: %PolarExpress.Resources.CustomerPortal.Wallets{
  balance: integer() | nil,
  created_at: String.t() | nil,
  currency: String.t() | nil,
  customer_id: String.t() | nil,
  id: String.t() | nil,
  modified_at: term() | nil
}
```

* `balance` - The current balance of the wallet, in cents.
* `created_at` - Creation timestamp of the object. Format: date-time.
* `currency` - The currency of the wallet.
* `customer_id` - The ID of the customer that owns the wallet. Format: uuid4.
* `id` - The ID of the object. Format: uuid4.
* `modified_at` - Last modification timestamp of the object.

# `object_name`

---

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