whatsapp-api-js - v6.0.0
    Preparing search index...

    Type Alias ServerPricing

    type ServerPricing = {
        billable?: boolean;
        category:
            | ServerInitiation
            | "authentication_international"
            | "marketing_lite";
        pricing_model: "PMP";
        type: "regular"
        | "free_customer_service"
        | "free_entry_point";
    }
    Index

    Properties

    billable?: boolean

    Since v16 with the release of the new pricing model

    category: ServerInitiation | "authentication_international" | "marketing_lite"
    pricing_model: "PMP"
    type: "regular" | "free_customer_service" | "free_entry_point"