StoreAddress

@ObjCName(name = "create")
@JvmName(name = "create")
fun StoreAddress(city: String, country: String, streetAddressLine1: String, streetAddressLine2: String?, zipcode: String): StoreAddress

Creates a StoreAddress instance from the given parameters.

Useful when calling com.teya.unifiedepossdk.poslink.PosLinkSDK.setup with a Store instance.