# FVyNftDto

## Properties

| Id                | FString                                                                                                           | The token \`ID\`                                                    |
| ----------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| Name              | FString                                                                                                           | NFT name                                                            |
| Description       | FString                                                                                                           | Description of the NFT                                              |
| Url               | FString                                                                                                           |                                                                     |
| BackgroundColor   | FString                                                                                                           |                                                                     |
| ImageUrl          | FString                                                                                                           | The URL of the NFT image                                            |
| ImagePreviewUrl   | FString                                                                                                           | The URL of the NFT image                                            |
| ImageThumbnailUrl | FString                                                                                                           | The URL of the NFT image                                            |
| AnimationUrls     | TArray<[FVyTypeValueDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/fvytypevaluedto)> | An array of external NFT media such as video, audio, and animations |
| Fungible          | bool                                                                                                              | Indication if the token is fungible or not                          |
| Contract          | [FVyNftContractDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvynftcontractdto)     |                                                                     |
| Attributes        | TArray<[FVyAttributeDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/fvyattributedto)> |                                                                     |
| Balance           | int                                                                                                               | Balance of the NFTs                                                 |
| FinalBalance      | int                                                                                                               |                                                                     |
| TransferFees      | bool                                                                                                              | Indication if royalties are applicable on the NFT transfer          |
