Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

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 (See https://contemi.atlassian.net/wiki/spaces/SHC/pages/1766522947/Renew+Policy#Renewal-modes):

  1. AutomaticRenewalPurchase

  2. AutomaticRenewalQuote

  3. ManualRenewalQuote

  4. NoRenewal

ShouldCollectPaymentBeforeIssuingPolicy

Code Block
"ShouldCollectPaymentBeforeIssuingPolicy": true

The configuration ShouldCollectPaymentBeforeIssuingPolicy tells system that policy of the product will be only issued once the payment is collected (marked as Paid). Here is the list of available options:

  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.