Documentation
    Preparing search index...

    Interface PolicyTransaction

    interface PolicyTransaction {
        applicationId: string;
        createdAtTimestamp: number;
        creatorUserId?: string;
        effectiveDate: Date;
        grossPremiumDelta: number;
        id: string;
        isDeleted: boolean;
        isPolicyExternal: boolean;
        lastModifiedTimestamp: number;
        objectType: POLICY_TRANSACTION;
        organizationId: string;
        status: POLICY_TRANSACTION_STATUS;
        tenantId: string;
        tenantName?: string;
        type: POLICY_TRANSACTION_TYPE;
    }

    Hierarchy

    Index
    applicationId: string
    createdAtTimestamp: number
    creatorUserId?: string
    effectiveDate: Date
    grossPremiumDelta: number
    id: string
    isDeleted: boolean
    isPolicyExternal: boolean
    lastModifiedTimestamp: number
    objectType: POLICY_TRANSACTION
    organizationId: string
    tenantId: string
    tenantName?: string