Location

@Serializable
data class Location @JvmOverloads constructor(val id: String? = null, val address: Address? = null, val displayName: String? = null, val livemode: Boolean? = null, val metadata: Map<String, String>? = null) : Serializable

The Location class contains details about the location object to which readers can be registered.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Constructors

Link copied to clipboard
constructor(id: String? = null, address: Address? = null, displayName: String? = null, livemode: Boolean? = null, metadata: Map<String, String>? = null)

Properties

Link copied to clipboard
val address: Address? = null

The Address of this Location

Link copied to clipboard
val displayName: String? = null

The display name of this Location

Link copied to clipboard
val id: String? = null

The ID of the Location

Link copied to clipboard
val livemode: Boolean? = null

Whether this Location was created in livemode

Link copied to clipboard
val metadata: Map<String, String>? = null

Any metadata attached to this Location