PaymentOptions

class PaymentOptions(val brands: List<Brand> = emptyList())

Describes the payment options supported by a charging point.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(brands: List<Brand> = emptyList())

Properties

Link copied to clipboard

A list of subscription brands. Examples: "Eneco", "Plugsurfing", "Vattenfall InCharge - Incharge", "Shell Recharge", etc

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if this object is equal to another object.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.