PhoneNumberAdministrationGetPhonePlanLocationOptionsResponse type
Obsahuje data odpovědi pro operaci getPhonePlanLocationOptions.
type PhoneNumberAdministrationGetPhonePlanLocationOptionsResponse =
LocationOptionsResponse & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: LocationOptionsResponse
}
}