Skip to main content

QuoteCalculation

transactionType object
oneOf
null
transactionConsumerType object
oneOf
null
rateEngineQuoteIdnull,string<uuid>nullable
fromRequestednull,string<date-time>nullable
toRequestednull,string<date-time>nullable
lotLocalFromRequestednull,string<date-time>nullable
lotLocalToRequestednull,string<date-time>nullable
fromActualnull,string<date-time>nullable
toActualnull,string<date-time>nullable
lotLocalFromActualnull,string<date-time>nullable
lotLocalToActualnull,string<date-time>nullable
costnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

totalCostnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

quoteDatenull,string<date-time>nullable
quoteExpirynull,string<date-time>nullable
rateEngineErrorboolean
billingEngineErrorboolean
priceLevelIdnull,string<uuid>nullable
transactionCurrencyIdnull,string<uuid>nullable
discountTotalnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

feeTotalnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

feeTypenull | stringnullable
tax1Ratenull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

tax1Amountnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

tax2Ratenull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

tax2Amountnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

taxTotalnull,number,string<double>nullable

Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

QuoteCalculation
{
"transactionType": "null",
"transactionConsumerType": "null",
"rateEngineQuoteId": "null",
"fromRequested": "null",
"toRequested": "null",
"lotLocalFromRequested": "null",
"lotLocalToRequested": "null",
"fromActual": "null",
"toActual": "null",
"lotLocalFromActual": "null",
"lotLocalToActual": "null",
"cost": "null",
"totalCost": "null",
"quoteDate": "null",
"quoteExpiry": "null",
"rateEngineError": true,
"billingEngineError": true,
"priceLevelId": "null",
"transactionCurrencyId": "null",
"discountTotal": "null",
"feeTotal": "null",
"feeType": "null",
"tax1Rate": "null",
"tax1Amount": "null",
"tax2Rate": "null",
"tax2Amount": "null",
"taxTotal": "null"
}