CreateReservationRequest interface
请求创建电话号码预留。
属性
| area |
要搜索的区号。 |
| description | 搜索说明。 |
| name | 搜索的显示名称。 |
| phone |
与搜索关联的 subTypeId 列表。 |
| quantity | 要返回的电话号码数 |
属性详细信息
areaCode
要搜索的区号。
areaCode: string
属性值
string
description
搜索说明。
description: string
属性值
string
name
搜索的显示名称。
name: string
属性值
string
phonePlanIds
与搜索关联的 subTypeId 列表。
phonePlanIds: string[]
属性值
string[]
quantity
要返回的电话号码数
quantity: number
属性值
number