auto_order_update_billing_success.vm
info
Transcluded from Screen Interface Intro.
$form variables for template auto_order_update_billing_success.vm
| Name | Type | Formal Syntax | Form Data? | Required on Post? | Comments/Sample Usage |
|---|---|---|---|---|---|
address1 | string | $form.address1 | |||
address2 | string | $form.address2 | |||
city | string | $form.city | |||
company | string | $form.company | |||
countries | string[] | $form.countries | |||
country | string | $form.country | |||
creditCardExpMonth | string | $form.creditCardExpMonth | |||
creditCardExpMonths | [Option[]](../storefront-object-model/option-sfo.md) | $form.creditCardExpMonths | |||
creditCardExpYear | string | $form.creditCardExpYear | |||
creditCardExpYears | [Option[]](../storefront-object-model/option-sfo.md) | $form.creditCardExpYears | |||
creditCardNumber | string | $form.creditCardNumber | |||
creditCardType | string | $form.creditCardType | |||
creditCardTypes | [Option[]](../storefront-object-model/option-sfo.md) | $form.creditCardTypes | |||
crossSiteProtectionToken | string | $form.crossSiteProtectionToken | |||
dayPhone | string | $form.dayPhone | |||
error | string | $form.error | |||
errors | [Error](../storefront-object-model/error-sfo.md)[] | $form.errors | |||
eveningPhone | string | $form.eveningPhone | |||
firstName | string | $form.firstName | |||
infoMessages | string[] | $form.infoMessages | |||
lastName | string | $form.lastName | |||
merchantId | string | $form.merchantId | |||
screenBrandingThemeCode | string | $form.screenBrandingThemeCode | |||
state | string | $form.state | |||
token | string | $form.token | |||
zip | string | $form.zip |
Was this page helpful?