Skip to main content

B1EnrolledInsurance

  • Stores the runtime state of a single insurance policy enrolled by a household,
    * including the insurance type, payment status, next charge time, recurring fee, and covered object costs.
PropertyTypeDescriptionMetadata
IdFNameUnique ID of the enrolled insurance policy.Category: B1EnrolledInsurance
InsuranceTypeEB1InsuranceTypeType of insurance (Property, Life, or Disaster).Category: B1EnrolledInsurance
CurrentStatusEB1InsuranceStatusCurrent payment status of this insurance policy.Category: B1EnrolledInsurance
NextChargeDayTicksint64Game tick at which the next premium charge is due.Category: B1EnrolledInsurance
RecurringFeeint32Recurring premium amount charged each billing cycle.Category: B1EnrolledInsurance
ObjectCostsTArrayList of insured object costs stored for property damage claim payouts.