Package-level declarations
Types
Link copied to clipboard
Represents the details of a linked device, including its associated store and terminal.
Link copied to clipboard
interface StoreAddress
Represents the address details of a store, including city, country, street address, and postal code.
Functions
Link copied to clipboard
fun StoreAddress(city: String, country: String, streetAddressLine1: String, streetAddressLine2: String?, zipcode: String): StoreAddress
Creates a StoreAddress instance from the given parameters.