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, val displayNameKanji: String? = null, val displayNameKana: String? = null, val addressKanji: Address? = null, val addressKana: Address? = null, val phone: 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
@JvmOverloads
constructor(id: String? = null, address: Address? = null, displayName: String? = null, livemode: Boolean? = null, metadata: Map<String, String>? = null, displayNameKanji: String? = null, displayNameKana: String? = null, addressKanji: Address? = null, addressKana: Address? = null, phone: String? = null)

Properties

Link copied to clipboard
val address: Address? = null

The Address of this Location

Link copied to clipboard
val addressKana: Address? = null

The Kana variation display name of this Location (Japan only)

Link copied to clipboard
val addressKanji: Address? = null

The Kanji variation display name of this Location (Japan only)

Link copied to clipboard
val displayName: String? = null

The display name of this Location

Link copied to clipboard
val displayNameKana: String? = null

The Kana variation display name of this Location (Japan only)

Link copied to clipboard
val displayNameKanji: String? = null

The Kanji variation display name of this Location (Japan only)

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

Link copied to clipboard
val phone: String? = null

The phone number of this Location