Member Junction
    Preparing search index...

    The telephony-carrier number-order payload (the subset we construct).

    interface CarrierNumberOrderPayload {
        Label: string;
        Region?: string;
        RequestedNumber?: string;
    }
    Index

    Properties

    Label: string

    The label the carrier records against the number (the agent display name).

    Region?: string

    The region/area hint for allocation (Configuration.Region, e.g. US, US-415).

    RequestedNumber?: string

    The desired E.164 number when the caller pre-selected one (RequestedValue); else carrier allocates.