PaysafecashLocationRequest

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

Data class representing the request for fetching Paysafecash locations.

Constructors

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

Properties

Link copied to clipboard

The latitude in decimal degrees.

Link copied to clipboard
val limit: Int? = null

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? = null

In meters.