Location

@JsonClass(generateAdapter = true)
data class Location @JvmOverloads constructor(var id: String? = null, var address: Address? = null, var displayName: String? = null, var livemode: Boolean? = null, var 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

The Address of this Location

Link copied to clipboard

The display name of this Location

Link copied to clipboard
var id: String?

The ID of the Location

Link copied to clipboard

Whether this Location was created in livemode

Link copied to clipboard

Any metadata attached to this Location