PaysafecashLocation
The physical location where Paysafecash can be used to pay.
namestring
Example:
Walgreens
latitudedecimal-degrees
The latitude in decimal degrees.
Possible values: >= -90
and <= 90
Example:
48.856614
longitudedecimal-degrees
The longitude in decimal degrees.
Possible values: >= -180
and <= 180
Example:
2.3522219
addressstring
Example:
401 Park Ave S
citystring
Example:
New York
PaysafecashLocation
{
"name": "Walgreens",
"latitude": 48.856614,
"longitude": 2.3522219,
"address": "401 Park Ave S",
"city": "New York"
}