data class OcpiHeaders
OCPI unique id and routing headers. Excludes X-Request-ID as this is always replaced.
<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) |
correlationId |
var correlationId: String |
fromCountryCode |
var fromCountryCode: String |
fromPartyId |
var fromPartyId: String |
toCountryCode |
var toCountryCode: String |
toPartyId |
var toPartyId: String |