digital_download.vm
info
Transcluded from Screen Interface Intro.
$form variables for template digital_download.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
clickWrapAgreement | string | $form.clickWrapAgreement | |||
customerService | [CustomerService](../storefront-object-model/customerservice-sfo.md) | $form.customerService | |||
digitalDownloads | [DigitalDownload](../storefront-object-model/digitaldownload-sfo.md)[] | $form.digitalDownloads | |||
digitalOrderUrlId | string | $form.digitalOrderUrlId | |||
downloadServerHostName | string | $form.downloadServerHostName | |||
emailRecipient | string | $form.emailRecipient | |||
errors | [Error](../storefront-object-model/error-sfo.md)[] | $form.errors | |||
expirationDate | string | $form.expirationDate | |||
expirationDateRaw | Timestamp | $form.expirationDateRaw | useful to re-format the expiration date into a different format or timezone.see [https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html](https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html) for formatting examples.$formatHelper.formatDate($form.expirationDateRaw, "dd.MM.yyyy", "GMT") | ||
infoMessages | string[] | $form.infoMessages | |||
orderId | string | $form.orderId | |||
screenBrandingThemeOid | integer | $form.screenBrandingThemeOid |
Flow

Was this page helpful?