export InviteInfo

interface InviteInfo {
    amount?: null | string;
    display_name?: null | string;
    email?: null | string;
    from_display_name?: null | string;
    object?: null | string;
    primary_phone?: null | string;
}

Properties

amount?: null | string
display_name?: null | string
email?: null | string
from_display_name?: null | string
object?: null | string

The name of this object

primary_phone?: null | string