The Phone Number object is used in the Marketplace APIs to represent a phone number. This object contains two fields.
Phone Number
prefix
string
Represents the country-specific prefix.
number
Represents the phone number.
{ "prefix": "+34", "number": "660707172" }
Last updated 1 month ago
Was this helpful?