BusinessDetails

@MapboxExperimental
class BusinessDetails @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(val name: String, val website: String? = null, val logo: ImageInfo? = null) : Parcelable

This class contains information about a business, for example, EV Charging Station operator OCPI BusinessDetail.

Constructors

Link copied to clipboard
fun BusinessDetails(name: String, website: String? = null, logo: ImageInfo? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val logo: ImageInfo? = null

Image object representing link to the logo.

Link copied to clipboard

Name of the business.

Link copied to clipboard
val website: String? = null

Link to the website.