StoreSettings

data class StoreSettings(var storeDetectionEnabled: Boolean = true, var units: Units? = Units.default(), var radius: Double? = null, var bannerId: String? = null, var merchant: String? = null, var storeLocationId: String? = null, var state: String? = null, var zipCode: String? = null)

Store settings

Constructors

Link copied to clipboard
constructor(storeDetectionEnabled: Boolean = true, units: Units? = Units.default(), radius: Double? = null, bannerId: String? = null, merchant: String? = null, storeLocationId: String? = null, state: String? = null, zipCode: String? = null)

Store settings

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var units: Units?
Link copied to clipboard