UpcomingPassInformationEntryType.ImageURLEntry
An object that represents the image specifications for the upcoming pass information entry.
Declaration
object UpcomingPassInformationEntryType.ImageURLEntryProperties
| Name | Type | Description |
|---|---|---|
SHA256 Required | string | The SHA256 hash of the image. |
URL Required | string | The URL that points to the image asset to be downloaded. This must be an https link. |
scale | double | The scale of the image. If unspecified, defaults to 1. |
size | number | Size of the image asset in bytes. The maximum allowed size is 2 megabytes. |