An estimation of what a single ticket would cost.
| 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>