{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Phone",
"title": "Phone",
"type": "object",
"properties": {
"countryCode": {
"type": "string",
"description": "The seller's country calling code. This field is needed if the buyer is located in a different country than the seller. It is also OK to provide if the buyer and seller are both located in the same country. For a full list of calling codes for all countries, see the countrycode.org site."
},
"number": {
"type": "string",
"description": "The seller's primary phone number associated with the return address. When this number is provided in a contestPaymentDispute or contestPaymentDispute method, it is provided as one continuous numeric string, including the area code. So, if the phone number's area code was '408', a number in this field may look something like this:
\"number\" : \"4088084356\"
If the buyer is located in a different country than the seller, the seller's country calling code will need to be specified in the countryCode field."
}
},
"description": "This type is used by the returnAddress