# VyIconDetailsDto

## Properties

| Field     | Type                                                                                               | Description | Required |
| --------- | -------------------------------------------------------------------------------------------------- | ----------- | -------- |
| Id        | string                                                                                             |             | ✗        |
| Object    | string                                                                                             |             | ✗        |
| Created   | int                                                                                                |             | ✗        |
| ExpiresAt | string                                                                                             |             | ✗        |
| Filename  | string                                                                                             |             | ✗        |
| Links     | [VyIconLinksDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/pay/vyiconlinksdto) |             | ✗        |
| Purpose   | string                                                                                             |             | ✗        |
| Size      | int                                                                                                |             | ✗        |
| Title     | string                                                                                             |             | ✗        |
| Type      | string                                                                                             |             | ✗        |
| Url       | string                                                                                             |             | ✗        |

## References

**Operation**

* [UploadIcon](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/pay/checkout-branding/uploadicon)
