Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

com.bpsinfo.ultracart.checkout.ui.QuoteReviewForm

Include Page
Screen Interface Intro
Screen Interface Intro

...

Name

Type

Formal Syntax

Form Data?

Required on Post?

Comments/Sample Usage

billingInfo

Array of string[]

$form.billingInfo

 

 

 

deliveryDate

string

$form.deliveryDate

 

 

 

errorsArray of Errors

Error[]

$form.errors

 

 

 

giftMessage

string

$form.giftMessage

 

 

 

infoMessages

Array of string[]

$form.infoMessages

 

 

 

itemsjava.util.Collection (class com.bpsinfo.ultracart.checkout.ui.QuoteReviewForm$Item)

QuoteReviewItem[]

$form.items

 

 

 

merchantId

string

$form.merchantId

 

 

 

orderId

string

$form.orderId

 

 

 

paymentPreference

string

$form.paymentPreference

 

 

 

paymentPreferencesjava.util.Collection (class com.bpsinfo.ultracart.checkout.ui.QuoteReviewForm$PaymentPreference)

QuoteReviewPaymentPreference[]

$form.paymentPreferences

 

 

 

quoteId

string

$form.quoteId

 

 

 

shipOnDate

string

$form.shipOnDate

 

 

 

shipping3rdPartyAccountNumber

string

$form.shipping3rdPartyAccountNumber

 

 

 

shippingInfo

Array of string[]

$form.shippingInfo

 

 

 

shippingMethod

string

$form.shippingMethod

 

 

 

showAddress

string

$form.showAddress

 

 

 

specialInstructions

string

$form.specialInstructions

 

 

 

summaryLineItemsjava.util.Collection (class com.bpsinfo.ultracart.checkout.ui.QuoteReviewForm$SummaryLineItem)

QuoteReviewSummaryLineItem[]

$form.summaryLineItems

 

 

 

total

string

$form.total

 

 

 

 

Template Specific Value Objects

 QuoteReviewItem

Field

Type

Comment/Sample

amount

string

 

autoOrderFrequency

string

 

description

string

 

discount

string

 

itemId

string

 

options

Option

 

quantity

string

 

QuoteReviewPaymentPreference

Field

Type

Comment/Sample

html

string

 

name

string

 

value

string

 

QuoteReviewSummaryLineItem

Field

Type

Comment/Sample

amount

string

 

discount

boolean

 

name

string

 

 

Flow

Image Added