Objects
InsuranceTypeAndSubtype
insuranceSubTypestring
The specific insurance subtype
Possible Enum values are
carInsurance, boatInsurance, trailerInsurance, motorcycleInsurance, mopedInsurance, caravanInsurance, motorhomeInsurance, otherVehicleInsurance, childInsurance, pregnancyInsurance, lifeInsurance, healthInsurance, accidentInsurance, travelInsurance, condoInsurance, contentsInsurance, villaInsurance, cottageInsurance, farmInsurance, catInsurance, dogInsurance, horseInsurance, otherAnimalInsurance, genericInsurance, groupInsurance, incomeInsurance, sicknessInsurance, loanInsurance or landlordInsurance.insuranceTypestring
The main insurance type category
Possible Enum values are
vehicleInsurance, houseContentInsurance, personInsurance, animalInsurance, groupInsurance, generalInsurance or incomeInsurance.Example
{ "insuranceSubType": "CAR_INSURANCE", "insuranceType": "VEHICLE_INSURANCE"}