interface Offer {
    commitmentPeriod?: string;
    createdAt?: Date;
    includedMonthlyEmails: number;
    maxCustomBlocklistsPerDomain: number;
    maxDedicatedIps: number;
    maxDomains: number;
    maxWebhooksPerDomain: number;
    name: OfferName;
    sla: number;
}

Properties

commitmentPeriod?: string

Period of commitment.

createdAt?: Date

Date and time of the offer creation.

includedMonthlyEmails: number

Number of emails included in the offer per month.

maxCustomBlocklistsPerDomain: number

Max number of active custom blocklists that can be associated with the offer.

maxDedicatedIps: number

Max number of dedicated IPs that can be associated with the offer.

maxDomains: number

Max number of checked domains that can be associated with the offer.

maxWebhooksPerDomain: number

Max number of webhooks that can be associated with the offer.

name: OfferName

Name of the offer.

sla: number

Service Level Agreement percentage of the offer.