@dialstack/sdk-dev / server/src / PhoneNumber
Interface: PhoneNumber
Defined in: sdk/server/src/index.ts:708
Properties
created_at
TypeScript
created_at: string;
Defined in: sdk/server/src/index.ts:718
id
TypeScript
id: string;
Defined in: sdk/server/src/index.ts:709
location?
TypeScript
optional location?: string | null;
Defined in: sdk/server/src/index.ts:717
ID of this number's service location, used for tax jurisdiction and
regulatory fees. When null the number resolves to the location it is the
primary number for, else the account's main location.
phone_number
TypeScript
phone_number: string;
Defined in: sdk/server/src/index.ts:710
status
TypeScript
status: "pending" | "active" | "inactive";
Defined in: sdk/server/src/index.ts:711