ContactInfo
interface ContactInfo {
address?: { city: string; country: string; postalCode: string; state: string; street: string; street2?: string };
email: string;
phone?: string;
}Source: User.ts:54
User contact information
Properties
address: { city: string; country: string; postalCode: string; state: string; street: string; street2?: string }
Physical address
Properties
city(string) — City namecountry(string) — Country code (ISO 3166-1 alpha-2)postalCode(string) — Postal/ZIP codestate(string) — State or provincestreet(string) — Street address line 1street2(string, optional) — Street address line 2
email: string
Primary email address
phone: string
Optional phone number