Skip to main content

@dialstack/sdk / index / SmsPortOutWindow

Interface: SmsPortOutWindow

Defined in: sdk/src/types/phone-numbers.ts:80

The SMS port-out window for a number. expires_at is the instant until which an inbound SMS port-out (messaging transfer) request is authorized; null means the window is locked (requests are denied). Platform-only.

Properties

expires_at

expires_at: string | null;

Defined in: sdk/src/types/phone-numbers.ts:82

RFC 3339 timestamp, or null when locked.