다음을 통해 공유


AvailablePhoneNumber interface

인벤토리에서 사용할 수 있는 전화 번호를 나타냅니다.

속성

assignmentType

제품의 할당 유형을 나타냅니다. 사용 사례라고도 합니다.

capabilities

전화 번호의 기능입니다.

cost

이 전화 번호에 대해 발생한 비용입니다.

countryCode

ISO 3166-2 국가 코드(예: 미국)

error

Communication Services 오류입니다.

id

전화 번호의 ID입니다.

isAgreementToNotResellRequired

재판매 계약이 필요한지 나타냅니다. true이면 고객이 재판매하지 않겠다는 명시적 계약을 제공하지 않는 한 전화 번호를 가져올 수 없습니다.

phoneNumber

E.164 형식의 전화 번호(예: +11234567890)입니다.

phoneNumberType

제품의 번호 유형을 나타냅니다.

status

전화 번호의 상태를 나타냅니다. 가능한 값은 'available', 'reserved', 'expired', 'error', 'purchased'입니다.

속성 세부 정보

assignmentType

제품의 할당 유형을 나타냅니다. 사용 사례라고도 합니다.

assignmentType: PhoneNumberAssignmentType

속성 값

capabilities

전화 번호의 기능입니다.

capabilities: PhoneNumberCapabilities

속성 값

cost

이 전화 번호에 대해 발생한 비용입니다.

cost?: PhoneNumberCost

속성 값

countryCode

ISO 3166-2 국가 코드(예: 미국)

countryCode: string

속성 값

string

error

Communication Services 오류입니다.

error?: CommunicationError

속성 값

id

전화 번호의 ID입니다.

id?: string

속성 값

string

isAgreementToNotResellRequired

재판매 계약이 필요한지 나타냅니다. true이면 고객이 재판매하지 않겠다는 명시적 계약을 제공하지 않는 한 전화 번호를 가져올 수 없습니다.

isAgreementToNotResellRequired?: boolean

속성 값

boolean

phoneNumber

E.164 형식의 전화 번호(예: +11234567890)입니다.

phoneNumber?: string

속성 값

string

phoneNumberType

제품의 번호 유형을 나타냅니다.

phoneNumberType: PhoneNumberType

속성 값

status

전화 번호의 상태를 나타냅니다. 가능한 값은 'available', 'reserved', 'expired', 'error', 'purchased'입니다.

status?: PhoneNumberAvailabilityStatus

속성 값