Address
data class Address @JvmOverloads constructor(val city: String? = null, val country: String? = null, val line1: String? = null, val line2: String? = null, val postalCode: String? = null, val state: String? = null, val town: String? = null)
The Address class stores address data for use with the Location class
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal