Skip to main content
Module

x/cdek/mod.ts>ApiBase.Contact

📦CDEK api client
Latest
type alias ApiBase.Contact
import { type ApiBase } from "https://deno.land/x/cdek@v1.0.9/mod.ts";
const { Contact } = ApiBase;
definition: { company?: string; name: string; email?: string; phones?: Phone[]; passport_series?: string; passport_number?: string; passport_date_of_issue?: string; passport_organization?: string; passport_date_of_birth?: string; tin?: string; passport_requirements_satisfied?: boolean; }