PhoneValidationOutput_v1
Field | Type | Description |
---|---|---|
phoneNumber | String | The validated phone number returned in the requested format. |
status | Status_v1 | The status details for the phone validation, including result code, message, and credit usage. |
countryCode | String | The ISO country code corresponding to the phone number's region. |
advice | Advice_v1 | The overall validation advice (GREEN, AMBER, or RED). Accessible via the getAdvice() method. |
phoneType | PhoneType_v1 | The type classification of the phone number. Accessible as a string via the getPhoneType() method. |
Updated about 1 month ago