PaysafecashLocationRequest

data class PaysafecashLocationRequest(val limit: Int?, val latitude: Double, val longitude: Double, val radius: Long?)

Data class representing the request for fetching Paysafecash locations.

Constructors

Link copied to clipboard
constructor(limit: Int?, latitude: Double, longitude: Double, radius: Long?)

Properties

Link copied to clipboard

The latitude in decimal degrees.

Link copied to clipboard
val limit: Int?

This is the requested number of records to return. Max = 50. Default = 10.

Link copied to clipboard

The longitude in decimal degrees.

Link copied to clipboard
val radius: Long?

In meters.