toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.client.dto
/
MetaPhoneInfoResponse
Meta
Phone
Info
Response
data
class
MetaPhoneInfoResponse
(
val
id
:
String
,
val
displayPhoneNumber
:
String
,
val
verifiedName
:
String
?
,
val
qualityRating
:
String
?
)
(
source
)
Resposta do endpoint GET /v24.0/{phone_number_id}
Members
Constructors
Meta
Phone
Info
Response
Link copied to clipboard
constructor
(
id
:
String
,
displayPhoneNumber
:
String
,
verifiedName
:
String
?
,
qualityRating
:
String
?
)
Properties
display
Phone
Number
Link copied to clipboard
val
displayPhoneNumber
:
String
id
Link copied to clipboard
val
id
:
String
quality
Rating
Link copied to clipboard
val
qualityRating
:
String
?
verified
Name
Link copied to clipboard
val
verifiedName
:
String
?