export interface Buyer { extCustomerId?: string; email: string; firstName?: string; lastName?: string; phone?: string; language?: string; delivery?: { postalCode?: string; city?: string; countryCode?: string; state?: string; street?: string; recipientName?: string; recipientPhone?: string; recipientEmail?: string; }; }