Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printabletrue

1. Introduction

This tab contains the JSON code that defines the product version. You can directly modify product JSON in this tab, or copying from other locations.

Warning: This tab is for advanced users only with knowledge of JSON and how to define a product. If you don’t have knowledge, you should not change anything or the product version will be broken.

...

2. Some advanced configurations

RenewalMode

Code Block
"RenewalMode": "AutomaticRenewalPurchase"

The configuration RenewalMode allows to set default renewal mode for the policy that is created for the product. Here is the list of available options (Seehttps://contemiseamlessinsure.atlassian.net/wiki/spaces/SHC/pages/17665229478291306/Renew+Policy#RenewalPolicy#2.-Renewal-modes ):

  1. AutomaticRenewalPurchase

  2. AutomaticRenewalQuote

  3. ManualRenewalQuote

  4. NoRenewal

ShouldCollectPaymentBeforeIssuingPolicy

Code Block
"ShouldCollectPaymentBeforeIssuingPolicy": true

...

  1. true: policy of the product will be only issued once the payment is collected (marked as Paid).

  2. false: policy of the product will be issued immediately regardless of payment collection status.

DisableWhenInFlows (apply for rules)

Code Block
"DisableWhenInFlows": ["Renewal"]

The DisableWhenInFlows configuration is applicable to Purchase Constraints. It guides Seamless on when to activate the Purchase Constraint, which can occur during a new quote, an MTA quote, or a renewal quote. Below is a list of the available options:

  1. New Business

  2. MTA

  3. Renewal