---
title: NowPaymentsCurrency
sidebar_label: NowPaymentsCurrency
sidebar_position: 9
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lium.io/llms.txt
> Use this file to discover all available pages before exploring further.

<!-- Generated by scripts/generate_sdk_reference.py. Do not edit directly. -->

# NowPaymentsCurrency

```python
from lium.sdk import NowPaymentsCurrency
```

Defined in `lium.sdk.models`.

NowPayments currency information.

```python
NowPaymentsCurrency(code: str, name: str, logo_url: str, network: str)
```

## Fields

| Name | Type | Default |
| --- | --- | --- |
| `code` | str |  |
| `name` | str |  |
| `logo_url` | str |  |
| `network` | str |  |
