AvailablePhoneNumber interface
인벤토리에서 사용할 수 있는 전화 번호를 나타냅니다.
속성
| assignment |
제품의 할당 유형을 나타냅니다. 사용 사례라고도 합니다. |
| capabilities | 전화 번호의 기능입니다. |
| cost | 이 전화 번호에 대해 발생한 비용입니다. |
| country |
ISO 3166-2 국가 코드(예: 미국) |
| error | Communication Services 오류입니다. |
| id | 전화 번호의 ID입니다. |
| is |
재판매 계약이 필요한지 나타냅니다. true이면 고객이 재판매하지 않겠다는 명시적 계약을 제공하지 않는 한 전화 번호를 가져올 수 없습니다. |
| phone |
E.164 형식의 전화 번호(예: +11234567890)입니다. |
| phone |
제품의 번호 유형을 나타냅니다. |
| status | 전화 번호의 상태를 나타냅니다. 가능한 값은 'available', 'reserved', 'expired', 'error', 'purchased'입니다. |
속성 세부 정보
assignmentType
제품의 할당 유형을 나타냅니다. 사용 사례라고도 합니다.
assignmentType: PhoneNumberAssignmentType
속성 값
capabilities
cost
countryCode
ISO 3166-2 국가 코드(예: 미국)
countryCode: string
속성 값
string
error
id
전화 번호의 ID입니다.
id?: string
속성 값
string
isAgreementToNotResellRequired
재판매 계약이 필요한지 나타냅니다. true이면 고객이 재판매하지 않겠다는 명시적 계약을 제공하지 않는 한 전화 번호를 가져올 수 없습니다.
isAgreementToNotResellRequired?: boolean
속성 값
boolean
phoneNumber
E.164 형식의 전화 번호(예: +11234567890)입니다.
phoneNumber?: string
속성 값
string
phoneNumberType
status
전화 번호의 상태를 나타냅니다. 가능한 값은 'available', 'reserved', 'expired', 'error', 'purchased'입니다.
status?: PhoneNumberAvailabilityStatus