Interface PhoneSubscriberData

interface PhoneSubscriberData {
    phone_country?: string;
    phone_number: string;
}

Properties

phone_country?: string

Defaults to us if not supplied.

phone_number: string

Generated using TypeDoc