TNEntityBusinessDetails

@objcMembers
open class TNEntityBusinessDetails : NSObject, Codable

Undocumented

  • id

    id of the operator(match brand id in existing api, not belongs OCPI).

    Declaration

    Swift

    public var id: String?
  • Name of the operator.

    Declaration

    Swift

    public var name: String?
  • Link to the operator’s website.

    Declaration

    Swift

    public var website: String?
  • Image link to the operator’s logo.

    Declaration

    Swift

    public var logo: TNEntityImage?