Interface DeliveryStatistics

interface DeliveryStatistics {
    Bounces: BounceMetric[];
    InactiveMails: number;
}

Properties

Bounces: BounceMetric[]
InactiveMails: number