Exotic pets encompass birds, reptiles, small rodents, amphibians, opossums, hedgehogs, pigs, goats, rabbits, and ferrets.
\nAny person who knowingly and with intent to defraud any insurance company or other person files an application for insurance or statement of claim containing any materially false information, or conceals for the purpose of misleading, information concerning any fact material thereto, commits a fraudulent insurance act, which is a crime, and shall also be subject to a civil penalty not to exceed five thousand dollars and the stated value of the claim for each such violation.
\nAny person who knowingly and with intent to defraud any insurance company or other person files an application for insurance or statement of claim containing any materially false information, or conceals for the purpose of misleading, information concerning any fact material thereto, commits a fraudulent insurance act, which is a crime, and shall also be subject to a civil penalty not to exceed five thousand dollars and the stated value of the claim for each such violation.
\nOr call: {{this.getNumbertoAlphanumberic(this.getPartnerContactInfo())}}
\nOr call: {{this.getNumbertoAlphanumberic(this.getPartnerContactInfo())}}
\nUnfortunately, ' + currentPet.name + ' is not eligible to be added to a family plan due to their age.
Switch to individual plans ?
';\n swalicon = 'error';\n\n }else{\n swalTitle= 'Ruh-Roh! There is a restriction with ' + currentPet.name + '';\n swalText = 'Due to an age limitation, the plan options for ' + currentPet.name + ' will be limited and family plans will not be available.
Proceed ' + action + ' ' + currentPet.name + '?
';\n swalicon = 'info';\n }\n\n if(this.isMetGen) {\n this.$nextTick(async () => {\n await Swal.fire({\n title: `${swalTitle}`,\n html: `${swalText}`,\n icon: `${swalicon}`,\n showConfirmButton: true,\n showDenyButton: true, \n confirmButtonText: \"Yes\",\n denyButtonText: \"No\",\n allowOutsideClick: false,\n focusConfirm: true,\n }).then((result) => {\n if (result.isConfirmed) {\n isEditing \n ? this.showEditPetSwal(currentPetIndex, currentPet, offerFamily)\n : this.showAddPetSwal(pets, currentPet, offerFamily);\n }\n });\n });\n } else {\n isEditing \n ? this.showEditPetSwal(currentPetIndex, currentPet, offerFamily)\n : this.showAddPetSwal(pets, currentPet, offerFamily);\n }\n },\n focusEditPencil(petName) {\n this.$store.commit(\"setReannounceDotLoader\", true);\n const interval = setInterval(()=>{\n if(document.getElementById('editPencil' + petName) && !this.$store.state.dotLoader) {\n this.$nextTick(()=>{ \n document.getElementById('editPencil' + petName).focus()\n });\n clearInterval(interval);\n }\n }, 100);\n },\n modalHasBeenClosed(status, petIndex, isFamily) {\n this.closeDialog();\n this.$emit(\"hasFinished\", status, petIndex, isFamily);\n },\n createOrUpdatePetLead(petIndex) {\n var self = this;\n\n this.$store.dispatch(\"createOrUpdateLeadCustomerInfo\")\n .then(() => {\n this.$store.dispatch(\"createOrUpdateLeadPet\", { petIndex: petIndex }).then(() => {\n this.$store.dispatch(\"createOrUpdateLeadCustomerActivity\");\n this.$store.dispatch(\"createOrUpdateLeadQuote\");\n });\n });\n },\n clearPlans() {\n this.$store.commit(\"setSelectedPolicies\", []);\n\n // Future if need it preserve selected policies after delete\n // this.selectedPolicies.splice(self.currentPetIndex, 1);\n // this.$store.commit(\"setSelectedPolicies\", this.selectedPolicies);\n },\n focusCloseButton() {\n const interval = setInterval(()=>{\n if(this.$refs.petAddEditCloseButton) {\n this.$nextTick(()=>this.$refs.petAddEditCloseButton.$el.focus());\n clearInterval(interval);\n }\n },50);\n },\n focusDelteButton() {\n const interval = setInterval(()=>{\n if(this.$refs.petAddEditDeleteButton) {\n this.$nextTick(()=>this.$refs.petAddEditDeleteButton.$el.focus());\n clearInterval(interval);\n }\n },60);\n },\n // removeScrollBarfromDialog() {\n // let dialogDiv = document.getElementById(this.idPrefix+\"CardContainer\").parentElement;\n // dialogDiv.classList.add(\"scroll-remove\");\n // }\n },\n mounted() {\n },\n updated() {\n },\n}","\n