notary / shareandcharge.openchargingnetwork.notary / OcpiHeaders

OcpiHeaders

data class OcpiHeaders

OCPI unique id and routing headers. Excludes X-Request-ID as this is always replaced.

Constructors

<init>

OCPI unique id and routing headers. Excludes X-Request-ID as this is always replaced.

OcpiHeaders(correlationId: String, fromCountryCode: String, fromPartyId: String, toCountryCode: String, toPartyId: String)

Properties

correlationId

var correlationId: String

fromCountryCode

var fromCountryCode: String

fromPartyId

var fromPartyId: String

toCountryCode

var toCountryCode: String

toPartyId

var toPartyId: String