Station Preferences
data class StationPreferences(var authorizationTypes: EnforceableAttributeSet<AuthorizationType>, var chargerProvider: EnforceableAttribute<ChargerProvider>) : Parcelable
Constructors
Link copied to clipboard
fun StationPreferences(authorizationTypes: EnforceableAttributeSet<AuthorizationType>, chargerProvider: EnforceableAttribute<ChargerProvider>)