Store

@ObjCName(name = "create")
@JvmName(name = "create")
fun Store(id: String, name: String, address: StoreAddress): Store

Creates a Store instance from the given parameters.

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