JS based offer display
Using XCover elements, the work of coding to display quote response is removed.

Custom Variable Display Requirements


Last updated
Using XCover elements, the work of coding to display quote response is removed.



Last updated
quote_request: {
"customer_language": "en", //LANGUAGE: en for English, id for Bahasa
"customer_country": "ID", //POLICY LOCALE: AU for English, ID for Indonesia
"currency": "IDR", //AUD for Australia Dollar, IDR for Indonesian Rupiahcurrency_config: {
currencyDisplay: 'symbol', //'symbol' or 'narrowSymbol'
trailingZeroDisplay: 'stripIfInteger'//'auto' or 'stripIfInteger'
},