PaysafecashLocation

data class PaysafecashLocation(val latitude: Double?, val longitude: Double?, val name: String?, val address: String?, val city: String?)

Data class representing the physical locations where Paysafecash can be used.

Constructors

Link copied to clipboard
constructor(latitude: Double?, longitude: Double?, name: String?, address: String?, city: String?)

Properties

Link copied to clipboard

The payment point address.

Link copied to clipboard
val city: String?

The payment point city.

Link copied to clipboard

The latitude in decimal degrees.

Link copied to clipboard

The longitude in decimal degrees.

Link copied to clipboard
val name: String?

Name of the location.