Documentation
    Preparing search index...

    Interface PolicyRenewalData

    interface PolicyRenewalData {
        annualizedPremium: number | null;
        applicationId: string;
        autoChargeScheduledDate: Date | null;
        noticeScheduledDate: Date | null;
        renewalDate: Date;
        wasAutoCharged: boolean;
        wasNoticeSent: boolean;
    }
    Index
    annualizedPremium: number | null
    applicationId: string
    autoChargeScheduledDate: Date | null
    noticeScheduledDate: Date | null
    renewalDate: Date
    wasAutoCharged: boolean
    wasNoticeSent: boolean