An estimation of what a single ticket would cost.
| name | data type | description |
|---|---|---|
| baseAmount | string | |
| taxAmount | string | |
| totalAmount | string | |
| segments | string |
Example
{
"baseAmount" : "...",
"taxAmount" : "...",
"totalAmount" : "...",
"segments" : "..."
}