displayQuote Data Type

An estimation of what a single ticket would cost.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
baseAmount string element 0/1  
segments string element 0/1  
taxAmount string element 0/1  
totalAmount string element 0/1  

Example

<displayQuote>
  <baseAmount>...</baseAmount>
  <taxAmount>...</taxAmount>
  <totalAmount>...</totalAmount>
  <segments>...</segments>
</displayQuote>