Package

nl.postnl.services.label.responses

types

Permalink

package types

Visibility
  1. Public
  2. All

Type Members

  1. case class LabelResponseType(content: String, contentType: Option[String], labelType: String) extends Product with Serializable

    Permalink
  2. case class ShipmentResponseType(barcode: String, downPartnerBarcode: Option[String], downPartnerID: Option[String], labels: Seq[LabelResponseType], productCodeDelivery: String, warnings: Seq[WarningResponseType]) extends Product with Serializable

    Permalink
  3. case class WarningResponseType(code: String, description: String) extends Product with Serializable

    Permalink

Ungrouped