// This is Generated Source. import ParsePhoneNumberRequest from "../definitions/ParsePhoneNumberRequest"; import ParsePhoneNumberResponse from "../definitions/ParsePhoneNumberResponse"; import PathSegment from "../PathSegment"; export default class Parse extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("parse", id, prv, service); } /** *
Since 1.0.13 (Release 6.5)
Returns one or more parsed and/or formatted phone numbers that are passed as a string.
Light
*/ post(body: ParsePhoneNumberRequest, query?: PostQuery): PromiseSince 1.0.13 (Release 6.5)
Returns one or more parsed and/or formatted phone numbers that are passed as a string.
Light
* return {ApiResponse} */ postRaw(body: ParsePhoneNumberRequest, query?: PostQuery): Promise