> For the complete documentation index, see [llms.txt](https://docs.usemoon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usemoon.ai/sdks/python/getsupportedonrampsresponsemessageinnericons.md).

# GetSupportedOnRampsResponseMessageInnerIcons

## Properties

| Name    | Type                                                                                                                   | Description | Notes |
| ------- | ---------------------------------------------------------------------------------------------------------------------- | ----------- | ----- |
| **png** | [**GetSupportedOnRampsResponseMessageInnerIconsPng**](/sdks/python/getsupportedonrampsresponsemessageinnericonspng.md) |             |       |
| **svg** | **str**                                                                                                                |             |       |

## Example

```python
from moonsdk.models.get_supported_on_ramps_response_message_inner_icons import GetSupportedOnRampsResponseMessageInnerIcons

# TODO update the JSON string below
json = "{}"
# create an instance of GetSupportedOnRampsResponseMessageInnerIcons from a JSON string
get_supported_on_ramps_response_message_inner_icons_instance = GetSupportedOnRampsResponseMessageInnerIcons.from_json(json)
# print the JSON string representation of the object
print(GetSupportedOnRampsResponseMessageInnerIcons.to_json())

# convert the object into a dict
get_supported_on_ramps_response_message_inner_icons_dict = get_supported_on_ramps_response_message_inner_icons_instance.to_dict()
# create an instance of GetSupportedOnRampsResponseMessageInnerIcons from a dict
get_supported_on_ramps_response_message_inner_icons_form_dict = get_supported_on_ramps_response_message_inner_icons.from_dict(get_supported_on_ramps_response_message_inner_icons_dict)
```

[\[Back to Model list\]](/sdks/python.md#documentation-for-models) [\[Back to API list\]](/sdks/python.md#documentation-for-api-endpoints) [\[Back to README\]](/sdks/python.md)
